- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Apr 2011 12:21:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv4848 Modified Files: Makefile Overview.html acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.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 forms.html fragment-links-full.js fragment-links.js fragment-links.xhtml grouping-content.html history.html iana.html index-of-terms.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html patch.spec-splitter.1 references.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-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html urls.html video.html webappapis.html Log Message: Rework MediaController so that it exposes more events so that you can keep track of the overall state. (whatwg r6018) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.968 retrieving revision 1.969 diff -u -d -r1.968 -r1.969 --- infrastructure.html 13 Apr 2011 07:54:39 -0000 1.968 +++ infrastructure.html 20 Apr 2011 12:21:13 -0000 1.969 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2 Common infrastructure — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2 Common infrastructure — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,7 +343,7 @@ <ol class="toc"><li><a href="infrastructure.html#infrastructure"><span class="secno">2 </span>Common infrastructure</a> <ol><li><a href="infrastructure.html#terminology"><span class="secno">2.1 </span>Terminology</a> <ol><li><a href="infrastructure.html#resources"><span class="secno">2.1.1 </span>Resources</a><li><a href="infrastructure.html#xml"><span class="secno">2.1.2 </span>XML</a><li><a href="infrastructure.html#dom-trees"><span class="secno">2.1.3 </span>DOM trees</a><li><a href="infrastructure.html#scripting-0"><span class="secno">2.1.4 </span>Scripting</a><li><a href="infrastructure.html#plugins"><span class="secno">2.1.5 </span>Plugins</a><li><a href="infrastructure.html#character-encodings"><span class="secno">2.1.6 </span>Character encodings</a></ol><li><a href="infrastructure.html#conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</a> - <ol><li><a href="infrastructure.html#extensibility"><span class="secno">2.2.1 </span>Extensibility</a></ol><li><a href="infrastructure.html#case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</a></ol></ol></div> + <ol><li><a href="infrastructure.html#extensibility"><span class="secno">2.2.3 </span>Extensibility</a></ol><li><a href="infrastructure.html#case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</a></ol></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>This specification refers to both HTML and XML attributes and IDL attributes, often in the same context. When it is not clear which is @@ -356,7 +353,7 @@ term "properties" is used for both JavaScript object properties and CSS properties. When these are ambiguous they are qualified as <dfn title="">object properties</dfn> and <dfn title="">CSS properties</dfn> respectively.<p>Generally, when the specification states that a feature applies - to <a href="syntax.html#syntax" id="the-html-syntax-0">the HTML syntax</a> or <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>, it + to <a href="syntax.html#syntax">the HTML syntax</a> or <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>, it also includes the other. When a feature specifically only applies to one of the two languages, it is called out by explicitly stating that it does not apply to the other format, as in "for HTML, @@ -367,7 +364,7 @@ sometimes be used when referring to the way a document is rendered to the user. These terms are not meant to imply a visual medium; they must be considered to apply to other media in equivalent - ways.</p><!-- should find somewhere more appropriate to put this --><p>The term "transparent black" refers to the color with red, green, + ways.<p>The term "transparent black" refers to the color with red, green, blue, and alpha channels all set to zero.<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 @@ -388,20 +385,20 @@ literature. The term <i>media type</i> in this specification is used to refer to the type of media intended for presentation, as used by the CSS specifications. <a href="references.html#refsRFC2046">[RFC2046]</a> <a href="references.html#refsMQ">[MQ]</a><p>A string is a <dfn id="valid-mime-type">valid MIME type</dfn> if it matches the <code title="">media-type</code> rule defined in section 3.7 "Media Types" - of RFC 2616. In particular, a <a href="#valid-mime-type" id="valid-mime-type-0">valid MIME type</a> may + of RFC 2616. In particular, a <a href="#valid-mime-type">valid MIME type</a> may include MIME type parameters. <a href="references.html#refsHTTP">[HTTP]</a><p>A string is a <dfn id="valid-mime-type-with-no-parameters">valid MIME type with no parameters</dfn> if it matches the <code title="">media-type</code> rule defined in section 3.7 "Media Types" of RFC 2616, but does not contain any U+003B SEMICOLON characters (;). In other words, if it consists only of a - type and subtype, with no MIME Type parameters. <a href="references.html#refsHTTP">[HTTP]</a><p>The term <dfn id="html-mime-type">HTML MIME type</dfn> is used to refer to the <a href="#mime-type" id="mime-type-0" title="MIME type">MIME types</a> <code><a href="iana.html#text-html" id="text-html-1">text/html</a></code> and - <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-0">text/html-sandboxed</a></code>.<p>A resource's <dfn id="critical-subresources">critical subresources</dfn> are those that the + type and subtype, with no MIME Type parameters. <a href="references.html#refsHTTP">[HTTP]</a><p>The term <dfn id="html-mime-type">HTML MIME type</dfn> is used to refer to the <a href="#mime-type" title="MIME type">MIME types</a> <code><a href="iana.html#text-html">text/html</a></code> and + <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code>.<p>A resource's <dfn id="critical-subresources">critical subresources</dfn> are those that the resource needs to have available to be correctly processed. Which resources are considered critical or not is defined by the specification that defines the resource's format. For CSS resources, - only <code title="">@import</code> rules introduce <a href="#critical-subresources" id="critical-subresources-0">critical + only <code title="">@import</code> rules introduce <a href="#critical-subresources">critical subresources</a>; other resources, e.g. fonts or backgrounds, are not.<p>The term <dfn id="data-protocol" title="data protocol"><code title="">data:</code> - URL</dfn> refers to <a href="urls.html#url" id="url-0" title="URL">URLs</a> that use the <code title="">data:</code> scheme. <a href="references.html#refsRFC2397">[RFC2397]</a><h4 id="xml"><span class="secno">2.1.2 </span>XML</h4><p id="html-namespace">To ease migration from HTML to XHTML, UAs + URL</dfn> refers to <a href="urls.html#url" title="URL">URLs</a> that use the <code title="">data:</code> scheme. <a href="references.html#refsRFC2397">[RFC2397]</a><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 @@ -414,33 +411,33 @@ namespace.<p>Attribute names are said to be <dfn id="xml-compatible">XML-compatible</dfn> if they match the <a href="http://www.w3.org/TR/REC-xml/#NT-Name"><code title="">Name</code></a> production defined in XML, they contain no U+003A COLON characters (:), and their first three characters are - not an <a href="#ascii-case-insensitive" id="ascii-case-insensitive-0">ASCII case-insensitive</a> match for the string - "<code title="">xml</code>". <a href="references.html#refsXML">[XML]</a><p>The term <dfn id="xml-mime-type">XML MIME type</dfn> is used to refer to the <a href="#mime-type" id="mime-type-1" title="MIME type">MIME types</a> <code title="">text/xml</code>, - <code title="">application/xml</code>, and any <a href="#mime-type" id="mime-type-2">MIME + 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>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><h4 id="dom-trees"><span class="secno">2.1.3 </span>DOM trees</h4><p>The <dfn id="root-element-of-a-document-object">root element of a <code>Document</code> object</dfn> is that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s first element child, if any. If it does not have one then the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> has no root element.<p>The term <dfn id="root-element">root element</dfn>, when not referring to a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object'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 - document, then the node's <a href="#root-element" id="root-element-1">root element</a> is indeed the + document, then the node's <a href="#root-element">root element</a> is indeed the document's root element; however, if the node is not currently part - of the document tree, the root element will be an orphaned node.<p>When an element's <a href="#root-element" id="root-element-2">root element</a> is the <a href="#root-element-of-a-document-object" id="root-element-of-a-document-object-0">root + of the document tree, the root element will be an orphaned node.<p>When an element's <a href="#root-element">root element</a> is the <a href="#root-element-of-a-document-object">root element of a <code>Document</code> object</a>, it is said to be <dfn id="in-a-document">in a <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a - document</dfn> when its <a href="#root-element" id="root-element-3">root element</a> changes and is now - the document's <a href="#root-element" id="root-element-4">root element</a>. Analogously, an element is + document</dfn> when its <a href="#root-element">root element</a> changes and is now + the document's <a href="#root-element">root element</a>. Analogously, an element is said to have been <dfn id="remove-an-element-from-a-document" title="remove an element from a - document">removed from a document</dfn> when its <a href="#root-element" id="root-element-5">root - element</a> changes from being the document's <a href="#root-element" id="root-element-6">root + document">removed from a document</dfn> when its <a href="#root-element">root + element</a> changes from being the document's <a href="#root-element">root element</a> to being another element.<p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that - node's <a href="#root-element" id="root-element-7">root element</a>. When a node is <a href="#in-a-document" id="in-a-document-0">in a - <code>Document</code></a>, its <a href="#home-subtree" id="home-subtree-0">home subtree</a> is that + node's <a href="#root-element">root element</a>. When a node is <a href="#in-a-document">in a + <code>Document</code></a>, its <a href="#home-subtree">home subtree</a> is that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s tree.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> (such as an element) is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL - attribute returns. When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> is <a href="#in-a-document" id="in-a-document-1">in a + attribute returns. When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> is <a href="#in-a-document">in a <code>Document</code></a> then that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is always the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, and the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL attribute @@ -457,8 +454,8 @@ zero (i.e. not even containing spaces or control characters).<p>Nodes can be <dfn id="concept-clone" title="concept-clone">cloned</dfn>, as described in the DOM Core specification. For example, the <code title="dom-cloneNode">cloneNode()</code> and <code title="dom-importNode">importNode()</code> methods of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> interface both clone nodes, as do a number of - algorithms in this specification. Certain <a href="#html-elements" id="html-elements-0">HTML elements</a> - (in particular, <code><a href="the-input-element.html#the-input-element" id="input-13">input</a></code> and <code><a href="scripting-1.html#script" id="script-7">script</a></code>) apply + algorithms in this specification. Certain <a href="#html-elements">HTML elements</a> + (in particular, <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="scripting-1.html#script">script</a></code>) apply additional requirements on how they are cloned. <a href="references.html#refsDOMCORE">[DOMCORE]</a><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 @@ -470,16 +467,15 @@ operate on the actual underlying data, not a snapshot of the data.<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><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 + defined by the DOM Events specification. <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but that - neither act as <a href="browsers.html#child-browsing-context" id="child-browsing-context-0" title="child browsing context">child browsing + neither act as <a href="browsers.html#child-browsing-context" title="child browsing context">child browsing contexts</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> nor introduce any <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> objects to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s DOM.<p>Typically such content handlers are provided by third parties, though a user agent can also designate built-in content handlers as plugins.<p class="example">One example of a plugin would be a PDF viewer - that is instantiated in a <a href="browsers.html#browsing-context" id="browsing-context-1">browsing context</a> when the + that is instantiated in a <a href="browsers.html#browsing-context">browsing context</a> when the user navigates to a PDF file. This would count as a plugin regardless of whether the party that implemented the PDF viewer component was the same as that which implemented the user agent @@ -497,28 +493,22 @@ encoding's name, if none of the aliases are so labeled. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>An <dfn id="ascii-compatible-character-encoding">ASCII-compatible character encoding</dfn> is a single-byte or variable-length encoding in which the bytes 0x09, 0x0A, 0x0C, 0x0D, 0x20 - 0x22, 0x26, 0x27, 0x2C - 0x3F, 0x41 - 0x5A, - and 0x61 - 0x7A<!-- is that list ok? do any character sets we want - to support do things outside that range? -->, ignoring bytes that + and 0x61 - 0x7A, ignoring bytes that are the second and later bytes of multibyte sequences, all correspond to single-byte sequences that map to the same Unicode characters as those bytes in ANSI_X3.4-1968 (US-ASCII). <a href="references.html#refsRFC1345">[RFC1345]</a><p class="note">This includes such encodings as Shift_JIS, HZ-GB-2312, and variants of ISO-2022, even though it is possible in these encodings for bytes like 0x70 to be part of longer sequences that are unrelated to their interpretation as ASCII. It excludes - such encodings as UTF-7, UTF-16, GSM03.38, and EBCDIC variants.</p><!-- - We'll have to change that if anyone comes up with a way to have a - document that is valid as two different encodings at once, with - different <meta charset> elements applying in each case. - --><p>The term <dfn title="">Unicode character</dfn> is used to mean a + such encodings as UTF-7, UTF-16, GSM03.38, and EBCDIC variants.<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><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>The key words "MUST", "MUST NOT", "REQUIRED", <!--"SHALL", "SHALL - NOT",--> "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and + Everything else in this specification is normative.<p>The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in the normative parts of this document are to be interpreted as described in RFC2119. For readability, these words do not appear in all uppercase letters in this specification. <a href="references.html#refsRFC2119">[RFC2119]</a><h4 id="extensibility"><span class="secno">2.2.1 </span>Extensibility</h4><p>HTML has a wide number of extensibility mechanisms that can be - used for adding semantics in a safe manner:<ul><li>Authors can use the <code title="attr-class"><a href="elements.html#classes" id="class">class</a></code> + used for adding semantics in a safe manner:<ul><li>Authors can use the <code title="attr-class"><a href="elements.html#classes">class</a></code> attribute to extend elements, effectively creating their own elements, while using the most applicable existing "real" HTML element, so that browsers and other tools that don't know of the @@ -526,25 +516,25 @@ by Microformats, for example.</li> <li>Authors can include data for inline client-side scripts or - server-side site-wide scripts to process using the <code title="attr-data-*"><a href="elements.html#attr-data" id="data-3">data-*=""</a></code> attributes. These are + server-side site-wide scripts to process using the <code title="attr-data-*"><a href="elements.html#attr-data">data-*=""</a></code> attributes. These are guaranteed to never be touched by browsers, and allow scripts to include data on HTML elements that scripts can then look for and process.</li> - <li>Authors can use the <code title="meta"><a href="semantics.html#meta" id="meta-name-content"><meta name="" + <li>Authors can use the <code title="meta"><a href="semantics.html#meta"><meta name="" content=""></a></code> mechanism to include page-wide metadata by - registering <a href="semantics.html#concept-meta-extensions" id="concept-meta-extensions-0" title="concept-meta-extensions">extensions to the + registering <a href="semantics.html#concept-meta-extensions" title="concept-meta-extensions">extensions to the predefined set of metadata names</a>.</li> - <li>Authors can use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-10">rel=""</a></code> mechanism to annotate - links with specific meanings by registering <a href="links.html#concept-rel-extensions" id="concept-rel-extensions-0" title="concept-rel-extensions">extensions to the predefined set of + <li>Authors can use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel=""</a></code> mechanism to annotate + links with specific meanings by registering <a href="links.html#concept-rel-extensions" title="concept-rel-extensions">extensions to the predefined set of link types</a>. This is also used by Microformats.</li> - <li>Authors can embed raw data using the <code title="script"><a href="scripting-1.html#script" id="script-type"><script type=""></a></code> mechanism with a custom + <li>Authors can embed raw data using the <code title="script"><a href="scripting-1.html#script"><script type=""></a></code> mechanism with a custom type, for further handling by inline or server-side scripts.</li> - <li>Authors can create <a href="#plugin" id="plugin-0" title="plugin">plugins</a> and - invoke them using the <code><a href="the-iframe-element.html#the-embed-element" id="embed">embed</a></code> element. This is how Flash + <li>Authors can create <a href="#plugin" title="plugin">plugins</a> and + invoke them using the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> element. This is how Flash works.</li> <li>Authors can extend APIs using the JavaScript prototyping @@ -561,7 +551,7 @@ to LATIN SMALL LETTER Z) are considered to also match.<p>Comparing two strings in a <dfn id="compatibility-caseless">compatibility caseless</dfn> manner means using the Unicode <i>compatibility caseless match</i> operation to compare the two strings. <a href="references.html#refsUNICODE">[UNICODE]</a><p>Except where otherwise stated, string comparisons must be - performed in a <a href="#case-sensitive" id="case-sensitive-0">case-sensitive</a> manner.<p>A string <var title="">pattern</var> is a <dfn id="prefix-match">prefix match</dfn> + performed in a <a href="#case-sensitive">case-sensitive</a> manner.<p>A string <var title="">pattern</var> is a <dfn id="prefix-match">prefix match</dfn> for a string <var title="">s</var> when <var title="">pattern</var> is not longer than <var title="">s</var> and truncating <var title="">s</var> to <var title="">pattern</var>'s length leaves the two strings as matches of each other. \ No newline at end of file Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.966 retrieving revision 1.967 diff -u -d -r1.966 -r1.967 --- text-level-semantics.html 13 Apr 2011 07:54:45 -0000 1.966 +++ text-level-semantics.html 20 Apr 2011 12:21:18 -0000 1.967 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.6 Text-level semantics — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.6 Text-level semantics — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,45 +335,45 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1661 lines suppressed...] - <tr><td><code><a href="#the-bdo-element" id="bdo-3">bdo</a></code> + <tr><td><code><a href="#the-bdo-element">bdo</a></code> <td>Text directionality formatting <td><pre class="example">The proposal is to write English, but in reverse order. "Juice" would become "<strong><bdo dir=rtl>Juice</bdo></strong>"</pre> - <tr><td><code><a href="#the-span-element" id="span-10">span</a></code> + <tr><td><code><a href="#the-span-element">span</a></code> <td>Other <td><pre class="example">In French we call it <strong><span lang="fr">sirop de sureau</span></strong>.</pre> - <tr><td><code><a href="#the-br-element" id="br-7">br</a></code> + <tr><td><code><a href="#the-br-element">br</a></code> <td>Line break <td><pre class="example">Simply Orange Juice Company<strong><br></strong>Apopka, FL 32703<strong><br></strong>U.S.A.</pre> - <tr><td><code><a href="#the-wbr-element" id="wbr-3">wbr</a></code> + <tr><td><code><a href="#the-wbr-element">wbr</a></code> <td>Line breaking opportunity <td><pre class="example">www.simply<strong><wbr></strong>orange<strong><wbr></strong>juice.com</pre> Index: fragment-links.xhtml =================================================================== RCS file: /sources/public/html5/spec-author-view/fragment-links.xhtml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- fragment-links.xhtml 21 Aug 2010 11:32:46 -0000 1.3 +++ fragment-links.xhtml 20 Apr 2011 12:21:11 -0000 1.4 @@ -1,4115 +1,7451 @@ <div xmlns='http://www.w3.org/1999/xhtml'> <ul> -<li>#concept-appcache-pending-masters</li> -<li>offline</li> +<li>#ix-handler-ondrag</li> +<li>index</li> </ul> <ul> -<li>#attr-meter-high</li> -<li>the-button-element</li> +<li>#dom-media-defaultmuted</li> [...28010 lines suppressed...] </ul> <ul> -<li>#the-optgroup-element</li> -<li>the-button-element</li> +<li>#current-entry</li> +<li>history</li> </ul> <ul> -<li>#submit-button-state</li> -<li>number-state</li> +<li>#text-track-language</li> +<li>video</li> </ul> <ul> -<li>#concept-select-option-list</li> -<li>the-button-element</li> +<li>#entity-Eta</li> +<li>named-character-references</li> </ul> </div> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.408 retrieving revision 1.409 diff -u -d -r1.408 -r1.409 --- scripting-1.html 13 Apr 2011 07:54:40 -0000 1.408 +++ scripting-1.html 20 Apr 2011 12:21:15 -0000 1.409 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.3 Scripting — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.3 Scripting — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,20 +335,20 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="sections.html">4.4 Sections →</a> <ol class="toc"><li><ol><li><a href="scripting-1.html#scripting-1"><span class="secno">4.3 </span>Scripting</a> - <ol><li><a href="scripting-1.html#script" id="x4.3.1-the-script-element"><span class="secno">4.3.1 </span>The <code>script</code> element</a> - <ol><li><a href="scripting-1.html#scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</a><li><a href="scripting-1.html#restrictions-for-contents-of-script-elements" id="x4.3.1.2-restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span>Restrictions for contents of <code>script</code> elements</a><li><a href="scripting-1.html#inline-documentation-for-external-scripts" id="x4.3.1.3-inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span>Inline documentation for external scripts</a></ol><li><a href="scripting-1.html#the-noscript-element" id="x4.3.2-the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></ol></ol></ol></div> + <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><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><a href="scripting-1.html#inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span>Inline documentation for external scripts</a></ol><li><a href="scripting-1.html#the-noscript-element"><span class="secno">4.3.2 </span>The <code>noscript</code> element</a></ol></ol></ol></div> <h3 id="scripting-1"><span class="secno">4.3 </span>Scripting</h3><p>Scripts allow authors to add interactivity to their documents.<p>Authors are encouraged to use declarative alternatives to scripting where possible, as declarative mechanisms are often more maintainable, and many users disable scripting.<div class="example"> <p>For example, instead of using script to show or hide a section - to show more details, the <code><a href="interactive-elements.html#the-details-element" id="details-3">details</a></code> element could be + to show more details, the <code><a href="interactive-elements.html#the-details-element">details</a></code> element could be used.</p> </div><p>Authors are also encouraged to make their applications degrade gracefully in the absence of scripting support.<div class="example"> @@ -360,30 +357,30 @@ 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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#metadata-content" id="metadata-content-13">Metadata content</a>.</dd> - <dd><a href="content-models.html#flow-content" id="flow-content-12">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-19">Phrasing content</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#metadata-content" id="metadata-content-14">metadata content</a> is expected.</dd> - <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-20">phrasing content</a> is expected.</dd> + <dd>Where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> + <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> <dt>Content model:</dt> - <dd>If there is no <code title="attr-script-src"><a href="#attr-script-src" id="src-1">src</a></code> - attribute, depends on the value of the <code title="attr-script-type"><a href="#attr-script-type" id="type-6">type</a></code> attribute, but must match - <a href="#restrictions-for-contents-of-script-elements" id="script-content-restrictions">script content restrictions</a>.</dd> - <dd>If there <em>is</em> a <code title="attr-script-src"><a href="#attr-script-src" id="src-2">src</a></code> + <dd>If there is no <code title="attr-script-src"><a href="#attr-script-src">src</a></code> + attribute, depends on the value of the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, but must match + <a href="#restrictions-for-contents-of-script-elements">script content restrictions</a>.</dd> + <dd>If there <em>is</em> a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute, the element must be either empty or contain only - <a href="#inline-documentation-for-external-scripts" id="script-documentation">script documentation</a> that also matches <a href="#restrictions-for-contents-of-script-elements" id="script-content-restrictions-0">script + <a href="#inline-documentation-for-external-scripts">script documentation</a> that also matches <a href="#restrictions-for-contents-of-script-elements">script content restrictions</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-7">Global attributes</a></dd> - <dd><code title="attr-script-src"><a href="#attr-script-src" id="src-3">src</a></code></dd> - <dd><code title="attr-script-async"><a href="#attr-script-async" id="async">async</a></code></dd> - <dd><code title="attr-script-defer"><a href="#attr-script-defer" id="defer">defer</a></code></dd> - <dd><code title="attr-script-type"><a href="#attr-script-type" id="type-7">type</a></code></dd> - <dd><code title="attr-script-charset"><a href="#attr-script-charset" id="charset-10">charset</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-script-src"><a href="#attr-script-src">src</a></code></dd> + <dd><code title="attr-script-async"><a href="#attr-script-async">async</a></code></dd> + <dd><code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code></dd> + <dd><code title="attr-script-type"><a href="#attr-script-type">type</a></code></dd> + <dd><code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlscriptelement">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-14">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlscriptelement">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.'>async</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.'>defer</a>; @@ -392,51 +389,51 @@ attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>; };</pre> </dd> - </dl><p>The <code><a href="#script" id="script-15">script</a></code> element allows authors to include dynamic + </dl><p>The <code><a href="#script">script</a></code> element allows authors to include dynamic script and data blocks in their documents. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>When used to include dynamic scripts, the scripts may either be embedded inline or may be imported from an external file using the - <code title="attr-script-src"><a href="#attr-script-src" id="src-4">src</a></code> attribute. If the language + <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute. If the language is not that described by "<code title="">text/javascript</code>", - then the <code title="attr-script-type"><a href="#attr-script-type" id="type-8">type</a></code> attribute must + then the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute must be present, as described below. Whatever language is used, the - contents of the <code><a href="#script" id="script-16">script</a></code> element must conform with the + contents of the <code><a href="#script">script</a></code> element must conform with the requirements of that language's specification.<p>When used to include data blocks (as opposed to scripts), the data must be embedded inline, the format of the data must be given - using the <code title="attr-script-type"><a href="#attr-script-type" id="type-9">type</a></code> attribute, the - <code title="attr-script-src"><a href="#attr-script-src" id="src-5">src</a></code> attribute must not be - specified, and the contents of the <code><a href="#script" id="script-17">script</a></code> element must + using the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, the + <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute must not be + specified, and the contents of the <code><a href="#script">script</a></code> element must conform to the requirements defined for the format used.<p>The <dfn id="attr-script-type" title="attr-script-type"><code>type</code></dfn> attribute gives the language of the script or format of the data. If - the attribute is present, its value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-3">valid MIME + the attribute is present, its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a>. The <code title="">charset</code> parameter must not be specified. The default, which is used if the attribute is absent, is "<code title="">text/javascript</code>".<p>The <dfn id="attr-script-src" title="attr-script-src"><code>src</code></dfn> attribute, if specified, gives the address of the external script - resource to use. The value of the attribute must be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-2">valid + resource to use. The value of the attribute must be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a> identifying a - script resource of the type given by the <code title="attr-script-type"><a href="#attr-script-type" id="type-10">type</a></code> attribute, if the attribute is + script resource of the type given by the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute, if the attribute is present, or of the type "<code title="">text/javascript</code>", if the attribute is absent. A resource is a script resource of a given type if that type identifies a scripting language and the resource conforms with the requirements of that language's specification.<p>The <dfn id="attr-script-charset" title="attr-script-charset"><code>charset</code></dfn> attribute gives the character encoding of the external script - resource. The attribute must not be specified if the <code title="attr-script-src"><a href="#attr-script-src" id="src-6">src</a></code> attribute is not present. If the + resource. The attribute must not be specified if the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is not present. If the attribute is set, its value must be a valid character encoding name, - must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-10">ASCII case-insensitive</a> match for the - <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-1">preferred MIME name</a> for that encoding, and must match + must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the + <a href="infrastructure.html#preferred-mime-name">preferred MIME name</a> for that encoding, and must match the encoding given in the <code title="">charset</code> parameter of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a> of the external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn id="attr-script-async" title="attr-script-async"><code>async</code></dfn> and <dfn id="attr-script-defer" title="attr-script-defer"><code>defer</code></dfn> attributes - are <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-1" title="boolean attribute">boolean attributes</a> that - indicate how the script should be executed. The <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-0">defer</a></code> and <code title="attr-script-async"><a href="#attr-script-async" id="async-0">async</a></code> attributes must not be - specified if the <code title="attr-script-src"><a href="#attr-script-src" id="src-7">src</a></code> attribute + are <a href="common-microsyntaxes.html#boolean-attribute" title="boolean attribute">boolean attributes</a> that + indicate how the script should be executed. The <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> and <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attributes must not be + specified if the <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is not present.<p>There are three possible modes that can be selected using these - attributes. If the <code title="attr-script-async"><a href="#attr-script-async" id="async-1">async</a></code> + attributes. If the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is present, then the script will be executed - asynchronously, as soon as it is available. If the <code title="attr-script-async"><a href="#attr-script-async" id="async-2">async</a></code> attribute is not present but - the <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-1">defer</a></code> attribute is + asynchronously, as soon as it is available. If the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is not present but + the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute is present, then the script is executed when the page has finished parsing. If neither attribute is present, then the script is fetched and executed immediately, before the user agent continues @@ -446,21 +443,20 @@ therefore by necessity scattered throughout the specification. The algorithms below (in this section) describe the core of this processing, but these algorithms reference and are referenced by the - parsing rules for <code><a href="#script" id="script-18">script</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptTag" title='Read about this "start" reference in the full HTML5 spec.'>start</a> - and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptEndTag" title='Read about this "end" reference in the full HTML5 spec.'>end</a> tags in HTML, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptForeignEndTag" title='Read about this "in foreign content" reference in the full HTML5 spec.'>in foreign content</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-xhtml-syntax.html#scriptTagXML" title='Read about this "in XML" reference in the full HTML5 spec.'>in XML</a>, the rules for the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, the - handling of <a href="webappapis.html#scripting">scripting</a>, etc.<p>The <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-2">defer</a></code> attribute may be - specified even if the <code title="attr-script-async"><a href="#attr-script-async" id="async-3">async</a></code> + parsing rules for <code><a href="#script">script</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tree-construction.html#scriptTag" title='Read about this "start" reference in the full HTML5 spec.'>start</a> + and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tree-construction.html#scriptEndTag" title='Read about this "end" reference in the full HTML5 spec.'>end</a> tags in HTML, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tree-construction.html#scriptForeignEndTag" title='Read about this "in foreign content" reference in the full HTML5 spec.'>in foreign content</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-xhtml-syntax.html#scriptTagXML" title='Read about this "in XML" reference in the full HTML5 spec.'>in XML</a>, the rules for the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, the + handling of <a href="webappapis.html#scripting">scripting</a>, etc.<p>The <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute may be + specified even if the <code title="attr-script-async"><a href="#attr-script-async">async</a></code> attribute is specified, to cause legacy Web browsers that only - support <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-3">defer</a></code> (and not <code title="attr-script-async"><a href="#attr-script-async" id="async-4">async</a></code>) to fall back to the <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-4">defer</a></code> behavior instead of the - synchronous blocking behavior that is the default.<p>Changing the <code title="attr-script-src"><a href="#attr-script-src" id="src-8">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type" id="type-11">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset" id="charset-11">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async" id="async-5">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-5">defer</a></code> attributes dynamically has no + support <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> (and not <code title="attr-script-async"><a href="#attr-script-async">async</a></code>) to fall back to the <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> behavior instead of the + synchronous blocking behavior that is the default.<p>Changing the <code title="attr-script-src"><a href="#attr-script-src">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attributes dynamically has no direct effect; these attribute are only used at specific times - described below.</p><!-- by implication, changes to the base URL - also have no effect --><dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt> + described below.<dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the contents of the element, ignoring child nodes that - aren't <a href="infrastructure.html#text-node" id="text-node-11" title="text node">text nodes</a>.</p> + aren't <a href="infrastructure.html#text-node" title="text node">text nodes</a>.</p> <p>Can be set, to replace the element's children with the given value.</p> @@ -468,11 +464,11 @@ </dd> </dl><p class="note">When inserted using the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, - <code><a href="#script" id="script-19">script</a></code> elements execute (typically synchronously), but - when inserted using <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml" id="innerhtml-3">innerHTML</a></code> and <code title="dom-outerHTML"><a href="apis-in-html-documents.html#dom-outerhtml" id="outerhtml-2">outerHTML</a></code> attributes, they do not + <code><a href="#script">script</a></code> elements execute (typically synchronously), but + when inserted using <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml">innerHTML</a></code> and <code title="dom-outerHTML"><a href="apis-in-html-documents.html#dom-outerhtml">outerHTML</a></code> attributes, they do not execute at all.<div class="example"> - <p>In this example, two <code><a href="#script" id="script-20">script</a></code> elements are used. One + <p>In this example, two <code><a href="#script">script</a></code> elements are used. One embeds an external script, and the other includes some data.</p> <pre><script src="game-engine.js"></script> @@ -494,7 +490,7 @@ <p>The following sample shows how a script element can be used to define a function that is then used by other parts of the - document. It also shows how a <code><a href="#script" id="script-21">script</a></code> element can be + document. It also shows how a <code><a href="#script">script</a></code> element can be used to invoke script while the document is being parsed, in this case to initialize the form's output.</p> @@ -530,7 +526,7 @@ </script> </form></pre> - </div><h5 id="scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</h5><p>The following lists some <a href="infrastructure.html#mime-type" id="mime-type-4">MIME type</a> strings and the + </div><h5 id="scriptingLanguages"><span class="secno">4.3.1.1 </span>Scripting languages</h5><p>The following lists some <a href="infrastructure.html#mime-type">MIME type</a> strings and the languages to which they refer:<dl><dt>"<code>application/ecmascript</code>"</dt> <dt>"<code>application/javascript</code>"</dt> <dt>"<code>application/x-ecmascript</code>"</dt> @@ -552,16 +548,16 @@ <dt>"<code>text/javascript;e4x=1</code>"</dt> <dd>JavaScript with ECMAScript for XML. <a href="references.html#refsECMA357">[ECMA357]</a></dd> - </dl><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#script" id="script-22">script</a></code> element + </dl><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>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><pre>script = data1 *( escape [ script-start data3 ] "-->" data1 ) [ escape ] escape = "<!--" data2 *( script-start data3 script-end data2 ) data1 = <any string that doesn't contain a substring that matches not-data1> -not-data1 = <!-- script-end / -->"<!--" <!-- the script-end is redundant here since it would close the element --> +not-data1 = "<!--" data2 = <any string that doesn't contain a substring that matches not-data2> -not-data2 = <!-- script-end / -->script-start / "-->" <!-- the script-end is redundant here since it would close the element --> +not-data2 = script-start / "-->" data3 = <any string that doesn't contain a substring that matches not-data3> not-data3 = script-end / "-->" @@ -590,10 +586,10 @@ tag-end =/ %x000C ; U+000C FORM FEED (FF) tag-end =/ %x0020 ; U+0020 SPACE tag-end =/ %x002F ; U+002F SOLIDUS (/) -tag-end =/ %x003E ; U+003E GREATER-THAN SIGN (>)</pre><p>When a <code><a href="#script" id="script-23">script</a></code> element contains <a href="#inline-documentation-for-external-scripts" id="script-documentation-0">script +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.<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" id="script-24">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src" id="src-9">src</a></code> attribute is specified, then the - contents of the <code><a href="#script" id="script-25">script</a></code> element, if any, must be such + of the element, as described in the section below.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> IDL attribute, which is derived from the element's contents, matches the <code title="">documentation</code> production in the following @@ -614,14 +610,14 @@ not-slash = %x0000-002E / %x0030-10FFFF ; a Unicode character other than U+002F SOLIDUS (/)</pre><p class="note">This corresponds to putting the contents of the element in JavaScript comments.<p class="note">This requirement is in addition to the earlier - restrictions on the syntax of contents of <code><a href="#script" id="script-26">script</a></code> + restrictions on the syntax of contents of <code><a href="#script">script</a></code> elements.<div class="example"> <p>This allows authors to include documentation, such as license information or API information, inside their documents while still referring to external script files. The syntax is constrained so that authors don't accidentally include what looks like valid - script while also providing a <code title="attr-script-src"><a href="#attr-script-src" id="src-10">src</a></code> attribute.</p> + script while also providing a <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute.</p> <pre><script src="cool-effects.js"> // create new instances using: @@ -632,91 +628,91 @@ </script></pre> </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#metadata-content" id="metadata-content-15">Metadata content</a>.</dd> - <dd><a href="content-models.html#flow-content" id="flow-content-13">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-21">Phrasing content</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>In a <code><a href="semantics.html#the-head-element-0" id="head-19">head</a></code> element of an <a href="dom.html#html-documents" id="html-documents-17" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element" id="noscript-7">noscript</a></code> elements.</dd> - <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-22">phrasing content</a> is expected in <a href="dom.html#html-documents" id="html-documents-18">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element" id="noscript-8">noscript</a></code> elements.</dd> + <dd>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element of an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd> + <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected in <a href="dom.html#html-documents">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd> <dt>Content model:</dt> - <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0" id="head-20">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element" id="link-23">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element" id="style-28">style</a></code> elements, and zero or more <code><a href="semantics.html#meta" id="meta-27">meta</a></code> elements.</dd> - <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0" id="head-21">head</a></code> element: <a href="content-models.html#transparent" id="transparent-1">transparent</a>, but there must be no <code><a href="#the-noscript-element" id="noscript-9">noscript</a></code> element descendants.</dd> + <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element">style</a></code> elements, and zero or more <code><a href="semantics.html#meta">meta</a></code> elements.</dd> + <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: <a href="content-models.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd> <dd>Otherwise: text that conforms to the requirements given in the prose.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-8">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-15">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-noscript-element" id="noscript-10">noscript</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> nothing + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-noscript-element">noscript</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> nothing if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the - document is parsed.<p>When used in <a href="dom.html#html-documents" id="html-documents-19">HTML documents</a>, the allowed content - model is as follows:<dl><dt>In a <code><a href="semantics.html#the-head-element-0" id="head-22">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the - <code><a href="#the-noscript-element" id="noscript-11">noscript</a></code> element</dt> + document is parsed.<p>When used in <a href="dom.html#html-documents">HTML documents</a>, the allowed content + model is as follows:<dl><dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the + <code><a href="#the-noscript-element">noscript</a></code> element</dt> - <dd><p>The <code><a href="#the-noscript-element" id="noscript-12">noscript</a></code> element must contain only - <code><a href="semantics.html#the-link-element" id="link-24">link</a></code>, <code><a href="semantics.html#the-style-element" id="style-29">style</a></code>, and <code><a href="semantics.html#meta" id="meta-28">meta</a></code> + <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only + <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, and <code><a href="semantics.html#meta">meta</a></code> elements.</dd> - <dt>In a <code><a href="semantics.html#the-head-element-0" id="head-23">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the - <code><a href="#the-noscript-element" id="noscript-13">noscript</a></code> element</dt> + <dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the + <code><a href="#the-noscript-element">noscript</a></code> element</dt> - <dd><p>The <code><a href="#the-noscript-element" id="noscript-14">noscript</a></code> element must contain only text, + <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only text, except that invoking the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-end.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing - algorithm</a> <!-- (which disables <script type="text/javascript"> execution) --> with - the <code><a href="#the-noscript-element" id="noscript-15">noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists - only of <code><a href="semantics.html#the-link-element" id="link-25">link</a></code>, <code><a href="semantics.html#the-style-element" id="style-30">style</a></code>, and - <code><a href="semantics.html#meta" id="meta-29">meta</a></code> elements that would be conforming if they were - children of the <code><a href="#the-noscript-element" id="noscript-16">noscript</a></code> element, and no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a>.</dd> + algorithm</a> with + the <code><a href="#the-noscript-element">noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists + only of <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, and + <code><a href="semantics.html#meta">meta</a></code> elements that would be conforming if they were + children of the <code><a href="#the-noscript-element">noscript</a></code> element, and no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a>.</dd> - <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-24">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the - <code><a href="#the-noscript-element" id="noscript-17">noscript</a></code> element</dt> + <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the + <code><a href="#the-noscript-element">noscript</a></code> element</dt> - <dd><p>The <code><a href="#the-noscript-element" id="noscript-18">noscript</a></code> element's content model is - <a href="content-models.html#transparent" id="transparent-2">transparent</a>, with the additional restriction that a - <code><a href="#the-noscript-element" id="noscript-19">noscript</a></code> element must not have a <code><a href="#the-noscript-element" id="noscript-20">noscript</a></code> - element as an ancestor (that is, <code><a href="#the-noscript-element" id="noscript-21">noscript</a></code> can't be + <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element's content model is + <a href="content-models.html#transparent">transparent</a>, with the additional restriction that a + <code><a href="#the-noscript-element">noscript</a></code> element must not have a <code><a href="#the-noscript-element">noscript</a></code> + element as an ancestor (that is, <code><a href="#the-noscript-element">noscript</a></code> can't be nested).</dd> - <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-25">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the - <code><a href="#the-noscript-element" id="noscript-22">noscript</a></code> element</dt> + <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the + <code><a href="#the-noscript-element">noscript</a></code> element</dt> <dd> - <p>The <code><a href="#the-noscript-element" id="noscript-23">noscript</a></code> element must contain only text, + <p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only text, except that the text must be such that running the following algorithm results in a conforming document with no - <code><a href="#the-noscript-element" id="noscript-24">noscript</a></code> elements and no <code><a href="#script" id="script-27">script</a></code> + <code><a href="#the-noscript-element">noscript</a></code> elements and no <code><a href="#script">script</a></code> elements, and such that no step in the algorithm causes an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> to flag a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>:</p> - <ol><li>Remove every <code><a href="#script" id="script-28">script</a></code> element from the + <ol><li>Remove every <code><a href="#script">script</a></code> element from the document.</li> - <li>Make a list of every <code><a href="#the-noscript-element" id="noscript-25">noscript</a></code> element in the - document. For every <code><a href="#the-noscript-element" id="noscript-26">noscript</a></code> element in that list, + <li>Make a list of every <code><a href="#the-noscript-element">noscript</a></code> element in the + document. For every <code><a href="#the-noscript-element">noscript</a></code> element in that list, perform the following steps: <ol><li>Let the <var title="">parent element</var> be the parent - element of the <code><a href="#the-noscript-element" id="noscript-27">noscript</a></code> element.</li> + element of the <code><a href="#the-noscript-element">noscript</a></code> element.</li> <li>Take all the children of the <var title="">parent element</var> - that come before the <code><a href="#the-noscript-element" id="noscript-28">noscript</a></code> element, and call these + that come before the <code><a href="#the-noscript-element">noscript</a></code> element, and call these elements <var title="">the before children</var>.</li> <li>Take all the children of the <var title="">parent element</var> - that come <em>after</em> the <code><a href="#the-noscript-element" id="noscript-29">noscript</a></code> element, and + that come <em>after</em> the <code><a href="#the-noscript-element">noscript</a></code> element, and call these elements <var title="">the after children</var>.</li> <li>Let <var title="">s</var> be the concatenation of all the - <a href="infrastructure.html#text-node" id="text-node-12">text node</a> children of the <code><a href="#the-noscript-element" id="noscript-30">noscript</a></code> + <a href="infrastructure.html#text-node">text node</a> children of the <code><a href="#the-noscript-element">noscript</a></code> element.</li> - <li>Set the <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml" id="innerhtml-4">innerHTML</a></code> + <li>Set the <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml">innerHTML</a></code> attribute of the <var title="">parent element</var> to the value of <var title="">s</var>. (This, as a side-effect, causes the - <code><a href="#the-noscript-element" id="noscript-31">noscript</a></code> element to be removed from the + <code><a href="#the-noscript-element">noscript</a></code> element to be removed from the document.)</li> <li>Insert <var title="">the before children</var> at the start of @@ -732,14 +728,14 @@ </ol></dd> </dl><p class="note">All these contortions are required because, for - historical reasons, the <code><a href="#the-noscript-element" id="noscript-32">noscript</a></code> element is handled + historical reasons, the <code><a href="#the-noscript-element">noscript</a></code> element is handled differently by the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> based on whether <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#scripting-flag" title='Read about this "scripting was enabled or not" reference in the full HTML5 spec.'>scripting was enabled or not</a> when the - parser was invoked.<p>The <code><a href="#the-noscript-element" id="noscript-33">noscript</a></code> element must not be used in <a href="dom.html#xml-documents" id="xml-documents-19">XML - documents</a>.<p class="note"><strong>The <code><a href="#the-noscript-element" id="noscript-34">noscript</a></code> element is only - effective in <a href="syntax.html#syntax" id="the-html-syntax-2">the HTML syntax</a>, it has no effect in + parser was invoked.<p>The <code><a href="#the-noscript-element">noscript</a></code> element must not be used in <a href="dom.html#xml-documents">XML + documents</a>.<p class="note"><strong>The <code><a href="#the-noscript-element">noscript</a></code> element is only + effective in <a href="syntax.html#syntax">the HTML syntax</a>, it has no effect in <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>.</strong><div class="example"> - <p>In the following example, a <code><a href="#the-noscript-element" id="noscript-35">noscript</a></code> element is + <p>In the following example, a <code><a href="#the-noscript-element">noscript</a></code> element is used to provide fallback for a script.</p> <pre><form action="calcSquare.php"> @@ -767,10 +763,10 @@ on the server side. When script is enabled, the value is computed on-the-fly instead.</p> - <p>The <code><a href="#the-noscript-element" id="noscript-36">noscript</a></code> element is a blunt + <p>The <code><a href="#the-noscript-element">noscript</a></code> element is a blunt instrument. Sometimes, scripts might be enabled, but for some reason the page's script might fail. For this reason, it's - generally better to avoid using <code><a href="#the-noscript-element" id="noscript-37">noscript</a></code>, and to + generally better to avoid using <code><a href="#the-noscript-element">noscript</a></code>, and to instead design the script to change the page from being a scriptless page to a scripted page on the fly, as in the next example:</p> @@ -797,7 +793,7 @@ </form></pre> <p>The above technique is also useful in XHTML, since - <code><a href="#the-noscript-element" id="noscript-38">noscript</a></code> is not supported in <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML + <code><a href="#the-noscript-element">noscript</a></code> is not supported in <a href="the-xhtml-syntax.html#the-xhtml-syntax">the XHTML syntax</a>.</p> </div> \ No newline at end of file Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.407 retrieving revision 1.408 diff -u -d -r1.407 -r1.408 --- the-map-element.html 13 Apr 2011 07:54:46 -0000 1.407 +++ the-map-element.html 20 Apr 2011 12:21:18 -0000 1.408 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.12 The map element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.12 The map element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,47 +335,48 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="tabular-data.html">4.9 Tabular data →</a> - <ol class="toc"><li><ol><li><ol><li><a href="the-map-element.html#the-map-element" id="x4.8.12-the-map-element"><span class="secno">4.8.12 </span>The <code>map</code> element</a><li><a href="the-map-element.html#the-area-element" id="x4.8.13-the-area-element"><span class="secno">4.8.13 </span>The <code>area</code> element</a><li><a href="the-map-element.html#image-maps"><span class="secno">4.8.14 </span>Image maps</a><li><a href="the-map-element.html#mathml"><span class="secno">4.8.15 </span>MathML</a><li><a href="the-map-element.html#svg-0"><span class="secno">4.8.16 </span>SVG</a><li><a href="the-map-element.html#dimension-attributes" id="x4.8.17-dimension-attributes"><span class="secno">4.8.17 </span>Dimension attributes</a></ol></ol></ol></div> + <ol class="toc"><li><ol><li><ol><li><a href="the-map-element.html#the-map-element"><span class="secno">4.8.12 </span>The <code>map</code> element</a><li><a href="the-map-element.html#the-area-element"><span class="secno">4.8.13 </span>The <code>area</code> element</a><li><a href="the-map-element.html#image-maps"><span class="secno">4.8.14 </span>Image maps</a> + <li><a href="the-map-element.html#mathml"><span class="secno">4.8.15 </span>MathML</a><li><a href="the-map-element.html#svg-0"><span class="secno">4.8.16 </span>SVG</a><li><a href="the-map-element.html#dimension-attributes"><span class="secno">4.8.17 </span>Dimension attributes</a></ol></ol></ol></div> <h4 id="the-map-element"><span class="secno">4.8.12 </span>The <dfn><code>map</code></dfn> element</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-106">Flow content</a>.</dd> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-119">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content-120">phrasing content</a>.</dd> + <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 can be used:</dt> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-121">phrasing content</a>: where <a href="content-models.html#phrasing-content" id="phrasing-content-122">phrasing content</a> is expected.</dd> - <dd>Otherwise: where <a href="content-models.html#flow-content" id="flow-content-107">flow content</a> is expected.</dd> + <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> + <dd>Otherwise: where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#transparent" id="transparent-12">Transparent</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-71">Global attributes</a></dd> - <dd><code title="attr-map-name"><a href="#attr-map-name" id="name-16">name</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-map-name"><a href="#attr-map-name">name</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlmapelement">HTMLMapElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-74">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlmapelement">HTMLMapElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-20">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-21">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-map-element" id="map-5">map</a></code> element, in conjunction with any - <code><a href="#the-area-element" id="area-8">area</a></code> element descendants, defines an <a href="#image-map" id="image-map-3">image + </dl><p>The <code><a href="#the-map-element">map</a></code> element, in conjunction with any + <code><a href="#the-area-element">area</a></code> element descendants, defines an <a href="#image-map">image map</a>. The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<p>The <dfn id="attr-map-name" title="attr-map-name"><code>name</code></dfn> attribute gives the map a name so that it can be referenced. The attribute must be present and must have a non-empty value with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. The value of the - <code title="attr-map-name"><a href="#attr-map-name" id="name-17">name</a></code> attribute must not be a - <a href="infrastructure.html#compatibility-caseless" id="compatibility-caseless-0" title="compatibility caseless">compatibility-caseless</a> - match for the value of the <code title="attr-map-name"><a href="#attr-map-name" id="name-18">name</a></code> - attribute of another <code><a href="#the-map-element" id="map-6">map</a></code> element in the same - document. If the <code title="attr-id"><a href="elements.html#the-id-attribute" id="id-2">id</a></code> attribute is also + <code title="attr-map-name"><a href="#attr-map-name">name</a></code> attribute must not be a + <a href="infrastructure.html#compatibility-caseless" title="compatibility caseless">compatibility-caseless</a> + match for the value of the <code title="attr-map-name"><a href="#attr-map-name">name</a></code> + attribute of another <code><a href="#the-map-element">map</a></code> element in the same + document. If the <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attribute is also specified, both attributes must have the same value.<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-22">HTMLCollection</a></code> of the <code><a href="#the-area-element" id="area-9">area</a></code> elements in the <code><a href="#the-map-element" id="map-7">map</a></code>.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-area-element">area</a></code> elements in the <code><a href="#the-map-element">map</a></code>.</p> </dd> @@ -386,7 +384,7 @@ <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-23">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element" id="img-22">img</a></code> and <code><a href="the-iframe-element.html#the-object-element" id="object-22">object</a></code> elements that use the <code><a href="#the-map-element" id="map-8">map</a></code>.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> and <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements that use the <code><a href="#the-map-element">map</a></code>.</p> </dd> @@ -421,38 +419,38 @@ </FOOTER></pre> </div><h4 id="the-area-element"><span class="secno">4.8.13 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-108">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-123">Phrasing 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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-124">phrasing content</a> is expected, but only if there is a <code><a href="#the-map-element" id="map-9">map</a></code> element ancestor.</dd> + <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected, but only if there is a <code><a href="#the-map-element">map</a></code> element ancestor.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-72">Global attributes</a></dd> - <dd><code title="attr-area-alt"><a href="#attr-area-alt" id="alt-32">alt</a></code></dd> - <dd><code title="attr-area-coords"><a href="#attr-area-coords" id="coords">coords</a></code></dd> - <dd><code title="attr-area-shape"><a href="#attr-area-shape" id="shape-0">shape</a></code></dd> - <dd><code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-15">href</a></code></dd> - <dd><code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="target-14">target</a></code></dd> - <dd><code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-14">rel</a></code></dd> - <dd><code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media" id="media-10">media</a></code></dd> - <dd><code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang" id="hreflang-3">hreflang</a></code></dd> - <dd><code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type" id="type-100">type</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code></dd> + <dd><code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code></dd> + <dd><code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code></dd> + <dd><code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code></dd> + <dd><code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code></dd> + <dd><code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code></dd> + <dd><code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media">media</a></code></dd> + <dd><code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang">hreflang</a></code></dd> + <dd><code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type">type</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-75">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-coords" title='Read about this "coords" reference in the full HTML5 spec.'>coords</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-shape" title='Read about this "shape" reference in the full HTML5 spec.'>shape</a>; stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>; - readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-8">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>; + readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-2">URL decomposition IDL attributes</a> + // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>; @@ -462,84 +460,77 @@ attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-area-element" id="area-10">area</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a - hyperlink with some text and a corresponding area on an <a href="#image-map" id="image-map-4">image - map</a>, or a dead area on an image map.<p>If the <code><a href="#the-area-element" id="area-11">area</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-16">href</a></code> attribute, then the - <code><a href="#the-area-element" id="area-12">area</a></code> element represents a <a href="links.html#hyperlink" id="hyperlink-10">hyperlink</a>. In + </dl><p>The <code><a href="#the-area-element">area</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a + hyperlink with some text and a corresponding area on an <a href="#image-map">image + map</a>, or a dead area on an image map.<p>If the <code><a href="#the-area-element">area</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute, then the + <code><a href="#the-area-element">area</a></code> element represents a <a href="links.html#hyperlink">hyperlink</a>. In this case, the <dfn id="attr-area-alt" title="attr-area-alt"><code>alt</code></dfn> attribute must be present. It specifies the text of the hyperlink. Its value must be text that, when presented with the - texts specified for the other hyperlinks of the <a href="#image-map" id="image-map-5">image + texts specified for the other hyperlinks of the <a href="#image-map">image map</a>, and with the alternative text of the image, but without the image itself, provides the user with the same kind of choice as the hyperlink would when used without its text but with its shape - applied to the image. The <code title="attr-area-alt"><a href="#attr-area-alt" id="alt-33">alt</a></code> - attribute may be left blank if there is another <code><a href="#the-area-element" id="area-13">area</a></code> - element in the same <a href="#image-map" id="image-map-6">image map</a> that points to the same - resource and has a non-blank <code title="attr-area-alt"><a href="#attr-area-alt" id="alt-34">alt</a></code> - attribute.<p>If the <code><a href="#the-area-element" id="area-14">area</a></code> element has no <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-17">href</a></code> attribute, then the area - represented by the element cannot be selected, and the <code title="attr-area-alt"><a href="#attr-area-alt" id="alt-35">alt</a></code> attribute must be omitted.<p>In both cases, the <code title="attr-area-shape"><a href="#attr-area-shape" id="shape-1">shape</a></code> and - <code title="attr-area-coords"><a href="#attr-area-coords" id="coords-0">coords</a></code> attributes specify the + applied to the image. The <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> + attribute may be left blank if there is another <code><a href="#the-area-element">area</a></code> + element in the same <a href="#image-map">image map</a> that points to the same + resource and has a non-blank <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> + attribute.<p>If the <code><a href="#the-area-element">area</a></code> element has no <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute, then the area + represented by the element cannot be selected, and the <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> attribute must be omitted.<p>In both cases, the <code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code> and + <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attributes specify the area.<p>The <dfn id="attr-area-shape" title="attr-area-shape"><code>shape</code></dfn> - attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-4">enumerated attribute</a>. The following + attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The following table lists the keywords defined for this attribute. The states given in the first cell of the rows with keywords give the states to which those keywords map. <table><thead><tr><th>State <th>Keywords - <tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" id="attr-area-shape-circle-0" title="attr-area-shape-circle">Circle state</a> + <tbody><tr><td rowspan="2"><a href="#attr-area-shape-circle" title="attr-area-shape-circle">Circle state</a> <td><dfn id="attr-area-shape-keyword-circle" title="attr-area-shape-keyword-circle"><code>circle</code></dfn> - <tr><tr><td><a href="#attr-area-shape-default" id="attr-area-shape-default-0" title="attr-area-shape-default">Default state</a> + <tr><tr><td><a href="#attr-area-shape-default" title="attr-area-shape-default">Default state</a> <td><dfn id="attr-area-shape-keyword-default" title="attr-area-shape-keyword-default"><code>default</code></dfn> - <tr><td rowspan="2"><a href="#attr-area-shape-poly" id="attr-area-shape-poly-0" title="attr-area-shape-poly">Polygon state</a> + <tr><td rowspan="2"><a href="#attr-area-shape-poly" title="attr-area-shape-poly">Polygon state</a> <td><dfn id="attr-area-shape-keyword-poly" title="attr-area-shape-keyword-poly"><code>poly</code></dfn> - <tr><tr><td rowspan="2"><a href="#attr-area-shape-rect" id="attr-area-shape-rect-0" title="attr-area-shape-rect">Rectangle state</a> + <tr><tr><td rowspan="2"><a href="#attr-area-shape-rect" title="attr-area-shape-rect">Rectangle state</a> <td><dfn id="attr-area-shape-keyword-rect" title="attr-area-shape-keyword-rect"><code>rect</code></dfn> <tr></table><p>The attribute may be omitted. The <i>missing value default</i> is - the <a href="#attr-area-shape-rect" id="attr-area-shape-rect-1" title="attr-area-shape-rect">rectangle</a> state.<p>The <dfn id="attr-area-coords" title="attr-area-coords"><code>coords</code></dfn> - attribute must, if specified, contain a <a href="common-microsyntaxes.html#valid-list-of-integers" id="valid-list-of-integers-0">valid list of + the <a href="#attr-area-shape-rect" title="attr-area-shape-rect">rectangle</a> state.<p>The <dfn id="attr-area-coords" title="attr-area-coords"><code>coords</code></dfn> + attribute must, if specified, contain a <a href="common-microsyntaxes.html#valid-list-of-integers">valid list of integers</a>. This attribute gives the coordinates for the shape - described by the <code title="attr-area-shape"><a href="#attr-area-shape" id="shape-2">shape</a></code> - attribute. </p><!-- v2: It was suggested by John S. Urban that coords should - support percentages as well as pixels, so that one could use the - same image map for images of various sizes. --><p>In the <dfn id="attr-area-shape-circle" title="attr-area-shape-circle">circle state</dfn>, - <code><a href="#the-area-element" id="area-15">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords" id="coords-1">coords</a></code> attribute present, with three + described by the <code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code> + attribute. <p>In the <dfn id="attr-area-shape-circle" title="attr-area-shape-circle">circle state</dfn>, + <code><a href="#the-area-element">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attribute present, with three integers, the last of which must be non-negative. The first integer must be the distance in CSS pixels from the left edge of the image to the center of the circle, the second integer must be the distance in CSS pixels from the top edge of the image to the center of the circle, and the third integer must be the radius of the circle, again in CSS pixels.<p>In the <dfn id="attr-area-shape-default" title="attr-area-shape-default">default state</dfn> - state, <code><a href="#the-area-element" id="area-16">area</a></code> elements must not have a <code title="attr-area-coords"><a href="#attr-area-coords" id="coords-2">coords</a></code> attribute. (The area is the + state, <code><a href="#the-area-element">area</a></code> elements must not have a <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attribute. (The area is the whole image.)<p>In the <dfn id="attr-area-shape-poly" title="attr-area-shape-poly">polygon state</dfn>, - <code><a href="#the-area-element" id="area-17">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords" id="coords-3">coords</a></code> attribute with at least six + <code><a href="#the-area-element">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attribute with at least six integers, and the number of integers must be even. Each pair of integers must represent a coordinate given as the distances from the left and the top of the image in CSS pixels respectively, and all the coordinates together must represent the points of the polygon, in order.<p>In the <dfn id="attr-area-shape-rect" title="attr-area-shape-rect">rectangle state</dfn>, - <code><a href="#the-area-element" id="area-18">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords" id="coords-4">coords</a></code> attribute with exactly four + <code><a href="#the-area-element">area</a></code> elements must have a <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attribute with exactly four integers, the first of which must be less than the third, and the second of which must be less than the fourth. The four points must represent, respectively, the distance from the left edge of the image to the left side of the rectangle, the distance from the top edge to the top side, the distance from the left edge to the right side, and the distance from the top edge to the bottom side, - all in CSS pixels.<p>The <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="target-15">target</a></code>, - <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-15">rel</a></code>, <code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media" id="media-11">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang" id="hreflang-4">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type" id="type-101">type</a></code> attributes must be omitted - if the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-18">href</a></code> attribute is - not present.<h4 id="image-maps"><span class="secno">4.8.14 </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 - --><p>An <dfn id="image-map">image map</dfn> allows geometric areas on an image to be - associated with <a href="links.html#hyperlink" id="hyperlink-11" title="hyperlink">hyperlinks</a>.<p>An image, in the form of an <code><a href="embedded-content-1.html#the-img-element" id="img-23">img</a></code> element or an - <code><a href="the-iframe-element.html#the-object-element" id="object-23">object</a></code> element representing an image, may be associated - with an image map (in the form of a <code><a href="#the-map-element" id="map-10">map</a></code> element) by + all in CSS pixels.<p>The <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code>, + <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type">type</a></code> attributes must be omitted + if the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute is + not present.<h4 id="image-maps"><span class="secno">4.8.14 </span>Image maps</h4><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>An image, in the form of 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, may be associated + with an image map (in the form of a <code><a href="#the-map-element">map</a></code> element) by specifying a <dfn id="attr-hyperlink-usemap" title="attr-hyperlink-usemap"><code>usemap</code></dfn> attribute on - the <code><a href="embedded-content-1.html#the-img-element" id="img-24">img</a></code> or <code><a href="the-iframe-element.html#the-object-element" id="object-24">object</a></code> element. The <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap" id="usemap-7">usemap</a></code> attribute, if specified, - must be a <a href="common-microsyntaxes.html#valid-hash-name-reference" id="valid-hash-name-reference-0">valid hash-name reference</a> to a - <code><a href="#the-map-element" id="map-11">map</a></code> element.<div class="example"> + the <code><a href="embedded-content-1.html#the-img-element">img</a></code> or <code><a href="the-iframe-element.html#the-object-element">object</a></code> element. The <code title="attr-hyperlink-usemap"><a href="#attr-hyperlink-usemap">usemap</a></code> attribute, if specified, + must be a <a href="common-microsyntaxes.html#valid-hash-name-reference">valid hash-name reference</a> to a + <code><a href="#the-map-element">map</a></code> element.<div class="example"> <p>Consider an image that looks as follows:</p> @@ -562,9 +553,9 @@ </map> </p></pre> - </div><h4 id="mathml"><span class="secno">4.8.15 </span>MathML</h4><p>The <dfn id="math"><code>math</code></dfn> element from the <a href="urls.html#mathml-namespace" id="mathml-namespace-0">MathML - namespace</a> falls into the <a href="content-models.html#embedded-content" id="embedded-content-24">embedded content</a>, - <a href="content-models.html#phrasing-content" id="phrasing-content-125">phrasing content</a>, and <a href="content-models.html#flow-content" id="flow-content-109">flow content</a> + </div><h4 id="mathml"><span class="secno">4.8.15 </span>MathML</h4><p>The <dfn id="math"><code>math</code></dfn> element from the <a href="urls.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 specification.<p>The semantics of MathML elements are defined by the MathML specification and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#other-applicable-specifications" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other applicable specifications</a>. <a href="references.html#refsMATHML">[MATHML]</a><div class="example"> @@ -601,17 +592,17 @@ </body> </html></pre> - </div><h4 id="svg-0"><span class="secno">4.8.16 </span>SVG</h4><p>The <dfn id="svg"><code>svg</code></dfn> element from the <a href="urls.html#svg-namespace" id="svg-namespace-0">SVG - namespace</a> falls into the <a href="content-models.html#embedded-content" id="embedded-content-25">embedded content</a>, - <a href="content-models.html#phrasing-content" id="phrasing-content-126">phrasing content</a>, and <a href="content-models.html#flow-content" id="flow-content-110">flow content</a> + </div><h4 id="svg-0"><span class="secno">4.8.16 </span>SVG</h4><p>The <dfn id="svg"><code>svg</code></dfn> element from the <a href="urls.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 specification.<p>When the SVG <code title="">foreignObject</code> element contains - elements from the <a href="urls.html#html-namespace-0" id="html-namespace-4">HTML namespace</a>, such elements must - all be <a href="content-models.html#flow-content" id="flow-content-111">flow content</a>. <a href="references.html#refsSVG">[SVG]</a><p>The content model for <code title="">title</code> elements in the - <a href="urls.html#svg-namespace" id="svg-namespace-1">SVG namespace</a> inside <a href="dom.html#html-documents" id="html-documents-23">HTML documents</a> is - <a href="content-models.html#phrasing-content" id="phrasing-content-127">phrasing content</a>. (This further constrains the + elements from the <a href="urls.html#html-namespace-0">HTML namespace</a>, such elements must + all be <a href="content-models.html#flow-content">flow content</a>. <a href="references.html#refsSVG">[SVG]</a><p>The content model for <code title="">title</code> elements in the + <a href="urls.html#svg-namespace">SVG namespace</a> inside <a href="dom.html#html-documents">HTML documents</a> is + <a href="content-models.html#phrasing-content">phrasing content</a>. (This further constrains the requirements given in the SVG specification.)<p>The semantics of SVG elements are defined by the SVG - specification and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#other-applicable-specifications" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other applicable specifications</a>. <a href="references.html#refsSVG">[SVG]</a></p><!-- The following paragraph is for bug 7510 --><p>The SVG specification includes requirements regarding the + specification and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#other-applicable-specifications" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other applicable specifications</a>. <a href="references.html#refsSVG">[SVG]</a><p>The SVG specification includes requirements regarding the handling of elements in the DOM that are not in the SVG namespace, that are in SVG fragments, and that are not included in a <code title="">foreignObject</code> element. <em>This</em> @@ -620,13 +611,13 @@ neither conforming nor non-conforming from the perspective of this specification.<h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn>Dimension attributes</dfn></h4><p> 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" id="img-25">img</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-37">iframe</a></code>, <code><a href="the-iframe-element.html#the-embed-element" id="embed-11">embed</a></code>, - <code><a href="the-iframe-element.html#the-object-element" id="object-25">object</a></code>, <code><a href="video.html#video" id="video-25">video</a></code>, and, when their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-56">type</a></code> attribute is in the <a href="number-state.html#image-button-state" id="attr-input-type-image-0" title="attr-input-type-image">Image Button</a> state, - <code><a href="the-input-element.html#the-input-element" id="input-45">input</a></code> elements may be specified to give the dimensions + <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, + <code><a href="the-input-element.html#the-input-element">input</a></code> elements may be specified to give the dimensions of the visual content of the element (the width and height respectively, relative to the nominal direction of the output medium), in CSS pixels. The attributes, if specified, must have - values that are <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-4" title="valid non-negative integer">valid + values that are <a href="common-microsyntaxes.html#valid-non-negative-integer" title="valid non-negative integer">valid non-negative integers</a>.<p>The specified dimensions given may differ from the dimensions specified in the resource itself, since the resource may have a resolution that differs from the CSS pixel resolution. (On screens, @@ -644,7 +635,7 @@ </ul><p>The <var title="">target ratio</var> is the ratio of the intrinsic width to the intrinsic height in the resource. The <var title="">specified width</var> and <var title="">specified - height</var> are the values of the <code title="attr-dim-width"><a href="#attr-dim-width" id="width-9">width</a></code> and <code title="attr-dim-height"><a href="#attr-dim-height" id="height-9">height</a></code> attributes respectively.<p>The two attributes must be omitted if the resource in question + height</var> are the values of the <code title="attr-dim-width"><a href="#attr-dim-width">width</a></code> and <code title="attr-dim-height"><a href="#attr-dim-height">height</a></code> attributes respectively.<p>The two attributes must be omitted if the resource in question does not have both an intrinsic width and an intrinsic height.<p>If the two attributes are both zero, it indicates that the element is not intended for the user (e.g. it might be a part of a service to count page views).<p class="note">The dimension attributes are not intended to be used Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.960 retrieving revision 1.961 diff -u -d -r1.960 -r1.961 --- the-canvas-element.html 13 Apr 2011 07:54:45 -0000 1.960 +++ the-canvas-element.html 20 Apr 2011 12:21:18 -0000 1.961 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.11 The canvas element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.11 The canvas element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="video.html">← 4.8.6 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,27 +343,24 @@ </div> <h4 id="the-canvas-element"><span class="secno">4.8.11 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-105">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-118">Phrasing content</a>.</dd> - <dd><a href="content-models.html#embedded-content" id="embedded-content-19">Embedded 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> + <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#embedded-content" id="embedded-content-20">embedded content</a> is expected.</dd> + <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#transparent" id="transparent-11">Transparent</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-70">Global attributes</a></dd> - <dd><code title="attr-canvas-width"><a href="#attr-canvas-width" id="width">width</a></code></dd> - <dd><code title="attr-canvas-height"><a href="#attr-canvas-height" id="height">height</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code></dd> + <dd><code title="attr-canvas-height"><a href="#attr-canvas-height">height</a></code></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlcanvaselement">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-73">HTMLElement</a> { + <pre class="idl">interface <dfn id="htmlcanvaselement">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args);<!-- - v5: - void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);--> - + DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args); object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title='Read about this "getContext" reference in the full HTML5 spec.'>getContext</a>(in DOMString contextId, in any... args); };</pre> </dd> @@ -377,39 +371,39 @@ is inappropriate to use a <code><a href="#the-canvas-element">canvas</a></code> element to render a page heading: if the desired presentation of the heading is graphically intense, it should be marked up using appropriate - elements (typically <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-18">h1</a></code>) and then styled using CSS and + elements (typically <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>) and then styled using CSS and supporting technologies such as XBL.<p>When authors use the <code><a href="#the-canvas-element">canvas</a></code> element, they must also provide content that, when presented to the user, conveys essentially the same function or purpose as the bitmap canvas. This content may be placed as content of the <code><a href="#the-canvas-element">canvas</a></code> element. The contents of the <code><a href="#the-canvas-element">canvas</a></code> element, if any, - are the element's <a href="content-models.html#fallback-content" id="fallback-content-2">fallback content</a>.<p>In interactive visual media, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the + are the element's <a href="content-models.html#fallback-content">fallback content</a>.<p>In interactive visual media, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the <code><a href="#the-canvas-element">canvas</a></code> element, and if support for <code><a href="#the-canvas-element">canvas</a></code> elements has been enabled, the <code><a href="#the-canvas-element">canvas</a></code> element - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-21">embedded content</a> consisting of + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content">embedded content</a> consisting of a dynamically created image.<p>In non-interactive, static, visual media, if the <code><a href="#the-canvas-element">canvas</a></code> element has been previously painted on (e.g. if the page was viewed in an interactive visual medium and is now being printed, or if some script that ran during the page layout process painted on the element), then the <code><a href="#the-canvas-element">canvas</a></code> element - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-22">embedded content</a> with the + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content">embedded content</a> with the current image and size. Otherwise, the element represents its - <a href="content-models.html#fallback-content" id="fallback-content-3">fallback content</a> instead.<p>In non-visual media, and in visual media if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the + <a href="content-models.html#fallback-content">fallback content</a> instead.<p>In non-visual media, and in visual media if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the <code><a href="#the-canvas-element">canvas</a></code> element or if support for <code><a href="#the-canvas-element">canvas</a></code> elements has been disabled, the <code><a href="#the-canvas-element">canvas</a></code> element - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its <a href="content-models.html#fallback-content" id="fallback-content-4">fallback content</a> + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its <a href="content-models.html#fallback-content">fallback content</a> instead.</p><!-- CANVAS-FOCUS-FALLBACK --><p>When a <code><a href="#the-canvas-element">canvas</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> - <a href="content-models.html#embedded-content" id="embedded-content-23">embedded content</a>, the user can still focus descendants - of the <code><a href="#the-canvas-element">canvas</a></code> element (in the <a href="content-models.html#fallback-content" id="fallback-content-5">fallback + <a href="content-models.html#embedded-content">embedded content</a>, the user can still focus descendants + of the <code><a href="#the-canvas-element">canvas</a></code> element (in the <a href="content-models.html#fallback-content">fallback content</a>). This allows authors to make an interactive canvas keyboard-focusable: authors should have a one-to-one mapping of - interactive regions to focusable elements in the <a href="content-models.html#fallback-content" id="fallback-content-6">fallback + interactive regions to focusable elements in the <a href="content-models.html#fallback-content">fallback content</a>.<p>The <code><a href="#the-canvas-element">canvas</a></code> element has two attributes to control the size of the coordinate space: <dfn id="attr-canvas-width" title="attr-canvas-width"><code>width</code></dfn> and <dfn id="attr-canvas-height" title="attr-canvas-height"><code>height</code></dfn>. These - attributes, when specified, must have values that are <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-3" title="valid non-negative integer">valid non-negative + attributes, when specified, must have values that are <a href="common-microsyntaxes.html#valid-non-negative-integer" title="valid non-negative integer">valid non-negative integers</a>. The - <code title="attr-canvas-width"><a href="#attr-canvas-width" id="width-0">width</a></code> attribute defaults to - 300, and the <code title="attr-canvas-height"><a href="#attr-canvas-height" id="height-0">height</a></code> + <code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code> attribute defaults to + 300, and the <code title="attr-canvas-height"><a href="#attr-canvas-height">height</a></code> attribute defaults to 150.<p>The intrinsic dimensions of the <code><a href="#the-canvas-element">canvas</a></code> element equal the size of the coordinate space, with the numbers interpreted in CSS pixels. However, the element can be sized arbitrarily by a @@ -446,7 +440,7 @@ <dd> - <p>Returns a <a href="infrastructure.html#data-protocol" id="data-protocol-0" title="data protocol"><code title="">data:</code> URL</a> for the image in the canvas.</p> + <p>Returns a <a href="infrastructure.html#data-protocol" title="data protocol"><code title="">data:</code> URL</a> for the image in the canvas.</p> <p>The first argument, if provided, controls the type of the image to be returned (e.g. PNG or JPEG). The default is <code title="">image/png</code>; that type is also used if the given @@ -456,7 +450,7 @@ </dd> - <!-- v5: toBlob --> + </dl><p class="note">When trying to use types other than <code>image/png</code>, authors can check if the image was really Index: fragment-links-full.js =================================================================== RCS file: /sources/public/html5/spec-author-view/fragment-links-full.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- fragment-links-full.js 21 Aug 2010 11:32:46 -0000 1.3 +++ fragment-links-full.js 20 Apr 2011 12:21:10 -0000 1.4 @@ -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','concept-input-value-dirty':'the-input-element','introduction-2':'links','obsoete-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','navigatin-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-element,'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-element,'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-hostame':'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-shpe-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-submissionalgorithm':'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':'okenization','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-eleent','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','htmltmlelement':'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-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-vaues':'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-attribtes','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':'inrastructure','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','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':'prsing','the-aside-element':'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','htmlpanelement':'text-level-semantics','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','att-source-src':'video','the-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-ad-forms','parse-a-global-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','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-iframeelement','annotations-for-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-buttn-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':'gruping-content','dom-validitystate-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-conext':'browsers','the-rp-element':'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','he-p-element':'grouping-content','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-anipulation':'urls','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-documentall':'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-intrfaces','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':'refeences','refused-to-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-colo-values':'common-microsyntaxes','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-document','htmlolistelement':'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-browing-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-elemen','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-datatransfer-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-daa':'association-of-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-srong-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','refsCSUI':'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','thedd-element':'grouping-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','attr-marquee-truespeed-false':'obsolete','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':'eferences','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','concet-input-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-elemnt','attr-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-form','placeholder-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-windo-onoffline':'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':'infrstructure','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','warnings-for-obsolete-but-conforming-feature':'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-cntent','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','attr-fs-methd-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-element-atributes','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-date':'tex-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-state':'toenization','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':'elemets','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-keyword':'the-nput-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-tdth-alig':'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-considerations':'vide','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-inserted':'sripting-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','valid-browsing-context-name':'browsers','command-facet-accesskey':'commands','attr-iput-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':'semantis','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':'histoy','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-span':'tablar-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','extensiblity':'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','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':'tokenization','handler-onmouseup':'webappapis','attr-embed-src':'the-iframe-elemet','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','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-durationchange':'video','domsettabletoenlist':'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':'the-button-element','frame':'obsoete','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':'times','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-name-state':'tokenization','attr-met-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-oncontextmnu':'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-file-keyword':'the-input-element','te-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-content-attributes':'webappapis','undoposition':'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-hreflang':'text-level-semantics','atr-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','commnd-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-input-type-image-coordinate':'numbr-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-ime-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':'contnt-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-output-defaultvalue':'the-button-eement','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-vlinkcolor':'obsolete','attr-body-gcolor':'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-tabindex':'editing','attr-marquee-direcion-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-private-document-intended-for-a-pecific-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','refsWIN1254':'references','attribute-vale-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-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-element','sequential-focus-navigation-and-the-tabindex-attribute':'editing','handler-window-ononline':'webppapis','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':'assocition-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','attr-marquee-truespeed-true':'obsolete','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-lin-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':'commn-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':'ideo','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-datatransfer-types':'dnd','document-level-focus-apis':'editing','theb-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','refsSVG':'references','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':'webappaps','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','navigating-auxiliary-browsing-contexts-in-the-om':'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-canvs-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 fragment_links = { 'ix-handler-ondrag':'index','dom-media-defaultmuted':'video','htmlcommandelement':'interactive-elements','dom-texttrackcuelist-length':'video','dom-source-media':'video','focusing-steps':'editing','command-facet-type':'commands','dom-texttrack-label':'video','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'common-microsyntaxes','ix-handler-window-onafterprint':'index','entity-ring':'named-character-references','the-after-head-insertion-mode':'tree-construction','create-a-script':'webappapis','the-br-element':'text-level-semantics','ix-handler-onreset':'index','command-redo':'dnd','entity-straightepsilon':'named-character-references','concept-facet':'commands','attr-script-async':'scripting-1','entity-target':'named-character-references','ix-handler-ondblclick':'index','entity-Cfr':'named-character-references','script-nesting-level':'parsing','entity-ncedil':'named-character-references','dom-table-deletetfoot':'tabular-data','entit-NotLessLess':'named-character-references','dom-tdth-abbr':'obsolete','the-maxlength-attribute':'common-input-element-attributes','entity-DownTeeArrow':'named-character-references','attr-button-type':'the-button-element','entity-curarrm':'named-character-references','custom-handlers':'timers','attr-textarea-wrap-soft':'the-button-element','dom-datatransfer-files':'dnd','concept-fe-disabled':'association-of-controls-and-forms','entity-RightUpDownVector':'named-character-references','dom-object-border':'obsolete','effective-media-volume':'video','entity-Oacute':'named-character-references','dom-texttrack-activecues':'video','htmltitleelement':'semantics','entity-nGtv':'named-character-references','concept-spellcheck-default-inherit':'editing','entity-expectation':'named-character-references','prepare-a-script':'scripting-1','entity-lAarr':'named-character-references','dom-tbody-valign':'obsolete','entity-naturals':'named-character-references','dom-node-namespaceuri':'infrastructure','dom-dropzone':'dnd','dom-body-rows':'tabular-data','dom-video-videoheight':'video','handler-onseeking':'webappapis','entity-mdash':'named-character-references','entity-bernou':'named-character-references','entity-leftharpoonup':'named-character-references','strike':'obsolete','assigned-access-key':'editing','event-handler-event-type':'webappapis','dom-area-alt':'the-map-element','html-fragment-serialization-algorithm':'the-end','contenteditable-wrapSemantic':'editing','dom-htmlcollection-item':'common-dom-interfaces','the-menu-bar-barprop-object':'browsers','concept-submit-button':'forms','dom-accesskey':'editing','entity-lesdot':'named-character-references','the-dfn-element':'text-level-semantics','entity-nsime':'named-character-references','dom-image':'embedded-content-1','rawtext-less-than-sign-state':'tokenization','rawtext-state':'tokenization','ix-handler-onmousemove':'index','htmltrackelement':'video','dom-marquee-scrolldelay':'obsolete','handler-onvolumechange':'webappapis','syntax-comments':'syntax','dom-body-vlink':'obsolte','attr-pre-width':'obsolete','timers':'timers','quota_exceeded_err':'common-dom-interfaces','the-div-element':'grouping-content','entity-larrsim':'named-character-references','dom-meter-max':'the-button-element','entity-boxvr':'named-character-references','media-element-event-task-source':'video','ix-handler-window-onscroll':'index','entity-boxvl':'named-character-references','entity-boxvh':'named-character-references','entity-boxvR':'named-character-references','attr-input-alt':'number-state','entity-nhpar':'named-character-references','entity-emsp':'named-character-references','writing-a-form-s-user-interface':'forms','entity-semi':'named-character-references','entity-afr':'named-character-references','history-0':'history','history-1':'introduction','entity-boxvL':'named-character-references','entity-pscr':'named-character-references','entity-boxvH':'named-character-references','entity-trie':'named-character-references','entity-uparrow':'named-character-references','attr-textarea-cols':'the-button-elemnt','dom-script-defer':'scripting-1','htmldetailselement':'interactive-elements','represents':'rendering','entity-imped':'named-character-references','url-hostport':'urls','entity-lHar':'named-character-references','fire-a-click-event':'webappapis','dom-document-defaultcharset':'dom','dom-img-naturalwidth':'embedded-content-1','dom-texttrack-kind-metadata':'video','entity-supdsub':'named-character-references','concept-form-submit':'association-of-controls-and-forms','nearest-activatable-element':'content-models','dom-range-selectnodecontents':'infrastructure','get-the-timeout':'timers','entity-searr':'named-character-references','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','entity-par':'named-character-references','entity-Lmidot':'named-character-references','attr-ol-type-keyword-decimal':'grouping-content','texttrackcuelist':'video','renderingUA':'infrastructure','object-plugin':'the-iframe-element','entity-lmous':'named-character-references','valid-e-mail-address-list':'states-of-the-type-attribute','r1':'tabular-data','r2':'tabular-data','dom-texttrackcue-endtime':'video','entity-ENG':'named-character-references','the-drag-data-item-kind':'dnd','entity-bigotimes':'named-character-references','entity-sscr':'named-character-references','entity-NotGreaterSlantEqual':'named-character-references','handler-texttrack-onerror':'video','dom-area-hash':'the-map-element','attr-embed-vspace':'obsolete','entity-Bcy':'named-character-references','link-type-author':'links','concept-textarea-mutable':'the-button-element','active-flag-was-set-when-the-script-started':'video','dom-mutabletexttrack-addcue':'video','dom-img-vspace':'obsolete','discard-a-document':'browsers','textarea-effective-height':'rendering','html-fragment-parsing-algorithm':'the-end','entity-seArr':'named-character-references','entity-lArr':'named-character-references','entity-rarrbfs':'named-character-references','best-representation-of-the-global-date-and-tie-string':'common-microsyntaxes','table-example-1':'tabular-data','dynamic-markup-insertion':'apis-in-html-documents','dynamic-nested-browsing-context-properties':'browsers','entity-lobrk':'named-character-references','entity-rightsquigarrow':'named-character-references','spin-the-event-loop':'webappapis','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','entity-bbrk':'named-character-references','attr-tdth-align':'obsolete','entity-colon':'named-character-references','entity-Ugrave':'named-character-references','dom-tdth-valign':'obsolete','entity-Mfr':'named-character-references','dom-ol-reversed':'grouping-content','dom-meta-name':'semantics','entity-LeftUpTeeVector':'named-character-references','algorithm-for-assigning-header-cells':'tabular-data','dom-texttrack-kind-subtitles':'video','dom-table-tbodies':'tabular-data','ix-handler-ondragend':'index','entity-gesles':'named-character-references','entity-NotElement':'named-character-references','dom-htmloptionscollection-length:'common-dom-interfaces','dom-media-preload':'video','outerhtml':'apis-in-html-documents','entity-sung':'named-character-references','handler-onplaying':'webappapis','entity-bcy':'named-character-references','attr-contextmenu':'interactive-elements','entity-thkap':'named-character-references','cookie-free-document-object':'dom','url-path':'urls','domtokenlist':'common-dom-interfaces','parsed-as-a-css-color-value':'infrastructure','dom-marquee-behavior':'obsolete','entity-disin':'named-character-references','dom-validitystate-typemismatch':'association-of-controls-and-forms','preferred-mime-name':'infrastructure','attr-th-scope-colgroup':'tabular-data','entity-tcedil':'named-character-references','entity-Vcy':'named-character-references','entity-ldquo':'named-character-references','entity-map':'named-character-references','selector-invalid':'links','entity-apacir':'named-character-references','refsDOMCORE':'references','kinds-of-content':'content-models','the-td-element':'tabular-data','entity-ctdot':'named-haracter-references','the-input-element-as-a-button':'rendering','entity-pointint':'named-character-references','creating-scripts':'webappapis','entity-Gcirc':'named-character-references','marquee-scroll-interval':'obsolete','entity-Eopf':'named-character-references','entity-boxdR':'named-character-references','entity-boxdL':'named-character-references','hidden-state':'states-of-the-type-attribute','entity-OpenCurlyDoubleQuote':'named-character-references','entity-LeftTriangleBar':'named-character-references','attr-command-type-keyword-checkbox':'interactive-elements','dom-domstringmap-nameditem':'common-dom-interfaces','system-state-and-capabilities:-the-navigator-object':'timers','entity-Xi':'named-character-references','table-charref-overrides':'tokenization','dom-dl-compact':'obsolete','table-model-error':'tabular-data','entity-cacute':'named-character-references','parse-a-week-string':'common-microsyntaxes','ix-handler-onscroll':'index','entity-eqvparsl':'named-character-references','media-elements':'vdeo','entity-dHar':'named-character-references','ignore-destructive-writes-counter':'apis-in-html-documents','dom-tbody-insertrow':'tabular-data','after-attribute-value-quoted-state':'tokenization','innerhtml':'apis-in-html-documents','dom-style-scoped':'semantics','htmlheadelement':'semantics','sandboxPluginApplet':'obsolete','entity-odblac':'named-character-references','refsRFC2397':'references','unicode-serialization-of-an-origin':'origin-0','refsHPAAIG':'references','handler-onpause':'webappapis','refsRFC3629':'references','attribute-value-double-quoted-state':'tokenization','display-types':'rendering','non-scripted':'infrastructure','concept-input-step-default':'common-input-element-attributes','entity-epsiv':'named-character-references','link-type-tag':'links','generic-raw-text-element-parsing-algorithm':'tree-construction','attr-ol-type-keyword-upper-roman':'grouping-content','traverse-the-history':'history','dom-input-alt':'the-input-element','concept-progress-value':'the-button-element','entity-dar':'named-character-references','entity-NotSucceedsEqual':'named-character-references','entity-sfr':'named-character-references','entity-lesges':'named-character-references','hashchangeevent':'history','htmlbrelement':'text-level-semantics','entity-xscr':'named-character-references','script-data-escaped-state':'tokenization','attr-fe-maxlength':'association-of-controls-and-forms','handler-onprogress':'webappapis','entity-lozf':'named-character-references','entity-timesbar':'named-character-references','white_space':'common-microsyntaxes','handler-onchange':'webappapis','about:srcdoc':'urls','entity-rbrkslu':'named-character-references','entity-rbrksld':'named-character-references','attr-tr-charoff':'obsolete','entity-strns':'named-character-references','garbage-collection':'common-dom-interfaces','the-address-element':'sections','entity-Ocy':'named-character-references','dom-uda-hash':'urls','collections':'common-dom-interfaces','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','refsHTMALTTECHS':'references','dom-textarea-input-setselectionrange':'association-of-controls-and-forms','entity-ntrianglelefteq':'named-character-references','valid-date-string-with-optional-time':'common-microsyntaxes','event-media-loadeddata':'video','dom-table-frame':'obsolete','dom-texttrackcue-getcueassource':'video','dom-validitystate-toolong':'association-of-controls-and-forms','entity-lessapprox':'named-character-references','the-marquee-element-0':'rendering','refsRFC4329':'references','entity-updownarrow':'named-character-references','dom-beforeunloadevent-returnvalue':'history','dom-iframe-name':'the-iframe-element','entity-nsupseteqq':'named-character-references','head-element-pointer':'parsing','entity-plusmn':'named-character-references','manually-releasing-the-storage-mutex':'timers','valid-local-date-and-time-string':'common-microsyntaxes','fire-loadeddata':'video','refsATAG':'references','attr-area-shape-keyword-rectangle':'the-map-element','dom-select-selectedindex':'the-button-element','syntax-tart-tag':'syntax','tag-clouds':'links','entity-isinv':'named-character-references','event-media-seeking':'video','dom-select-required':'the-button-element','entity-VerticalLine':'named-character-references','common-idioms-without-dedicated-elements':'links','interactions-with-xpath-and-xslt':'apis-in-html-documents','entity-rsqb':'named-character-references','shows-caching-progress':'offline','dom-domstringmap-additem':'common-dom-interfaces','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','entity-multimap':'named-character-references','attr-track-srclang':'video','dom-track-label':'video','remove-an-element-from-a-document':'infrastructure','dom-texttrack-showing':'video','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','entity-RightUpVectorBar':'named-character-references','dom-frame-scrolling':'obsolete','entity-boxV':'named-character-references','entity-curlyeqsucc':'named-character-references','entity-bnequiv':'named-charactr-references','entity-lsqb':'named-character-references','attr-area-nohref':'obsolete','loading-xml-documents':'dom','entity-subne':'named-character-references','entity-boxH':'named-character-references','entity-boxv':'named-character-references','dom-fs-novalidate':'association-of-controls-and-forms','attr-fe-disabled':'association-of-controls-and-forms','handling-first-frame-available':'video','entity-subnE':'named-character-references','entity-yscr':'named-character-references','entity-boxh':'named-character-references','concept-bc-noscript':'webappapis','frameset':'obsolete','ix-handler-onended':'index','attr-media-preload-auto':'video','adjust-mathml-attributes':'tree-construction','entity-mDDot':'named-character-references','ix-handler-window-onstorage':'index','entity-DiacriticalAcute':'named-character-references','text-track-loading':'video','entity-NotTildeFullEqual':'named-character-references','command-insertunorderedlist':'dnd','parsing-xhtml-fragments':'the-xhtml-syntax','attr-select-size':'thebutton-element','entity-ltrPar':'named-character-references','dom-input-usemap':'obsolete','text-track-cue-text':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','marquee-loop-count':'obsolete','entity-bigcup':'named-character-references','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','data-protocol':'infrastructure','ix-handler-onplaying':'index','html-namespace':'infrastructure','the-datatransferitems-interface':'dnd','ix-handler-window-onunload':'index','attr-caption-align':'obsolete','concept-appcache-onlinewhitelist':'offline','entity-zwnj':'named-character-references','preprocessing-the-input-stream':'parsing','sequential-link-types':'links','dom-dim-width':'the-map-element','dom-table-insertrow':'tabular-data','concept-n-noscript':'webappapis','entity-compfn':'named-character-references','reset-the-insertion-mode-appropriately':'parsing','event-handlers-on-elements-document-objectsand-window-objects':'webappapis','float-nan':'infrastructure','beforeunloadevent':'history','entity-lcy':'named-character-references','script-data-escape-start-state':'tokenization','command-undo':'dnd','conformance-checkers':'infrastructure','entity-Cacute':'named-character-references','input-type-attr-summary':'the-input-element','ix-handler-window-onblur':'index','dom-button-value':'the-button-element','secondary-browsing-contexts':'browsers','attr-tr-bgcolor':'obsolete','end-tags':'syntax','entity-NotTildeTilde':'named-character-references','durationChange':'video','concept-button':'forms','entity-nsupe':'named-character-references','refsECMA262':'references','entity-mcy':'named-character-references','entity-Tcedil':'named-character-references','entity-nsupE':'named-character-references','margins-and-padding':'rendering','entity-gesl':'named-character-references','entity-cir':'named-character-references','htmlparagraphelement':'grouping-content','dom-document':'browsers','functionstringcallback':'dnd','ntity-awconint':'named-character-references','dom-tdth-ch':'obsolete','entity-ange':'named-character-references','entity-mlcp':'named-character-references','security_err':'common-dom-interfaces','entity-minusb':'named-character-references','entity-minusd':'named-character-references','scope':'introduction','ix-handler-onstalled':'index','entity-nleftrightarrow':'named-character-references','attr-area-shape-keyword-circle':'the-map-element','before-doctype-name-state':'tokenization','attr-ol-type-keyword-lower-roman':'grouping-content','attr-tabindex':'editing','dom-object-type':'the-iframe-element','printing':'timers','domexception':'infrastructure','entity-efDot':'named-character-references','entity-lcaron':'named-character-references','entity-Gdot':'named-character-references','dom-img-alt':'embedded-content-1','entity-Ycirc':'named-character-references','dom-command-checked':'interactive-elements','explicit-self-navigation-override':'browsers','the-param-element':'the-iframe-element','xhtml':'the-xhtml-sntax','entity-Odblac':'named-character-references','sandboxScriptBlocked':'webappapis','attr-script-src':'scripting-1','dom-tr-bgcolor':'obsolete','entity-swArr':'named-character-references','entity-ljcy':'named-character-references','refsPINGBACK':'references','get-the-timed-task':'timers','entity-varsigma':'named-character-references','entity-rarr':'named-character-references','dom-quote-cite':'grouping-content','entity-NotTilde':'named-character-references','entity-dwangle':'named-character-references','entity-vscr':'named-character-references','attr-iframe-align':'obsolete','command-facet-id':'commands','dom-a-rellist':'text-level-semantics','attr-body-marginleft':'obsolete','attr-th-scope':'tabular-data','dom-hashchangeevent-newurl':'history','entity-qscr':'named-character-references','print-media':'rendering','attr-table-align':'obsolete','entity-rarrhk':'named-character-references','attr-hyperlink-usemap':'the-map-element','signedpublickeyandchallenge':'the-button-element','task-source':'webappapis',dom-ol-compact':'obsolete','entity-rBarr':'named-character-references','selector-read-only':'links','entity-seswar':'named-character-references','canvas':'the-canvas-element','command-formatblock':'dnd','entity-CenterDot':'named-character-references','dom-htmlformcontrolscollection-nameditem':'common-dom-interfaces','entity-Ncaron':'named-character-references','entity-Kopf':'named-character-references','entity-nfr':'named-character-references','entity-sqsubset':'named-character-references','entity-aogon':'named-character-references','scroll-to-the-fragment-identifier':'history','unloading-document-cleanup-steps':'history','entity-LeftDownTeeVector':'named-character-references','entity-blacktriangleright':'named-character-references','text-html':'iana','attr-dir-ltr':'elements','script-processing-encoding':'scripting-1','refsCSSRUBY':'references','dom-table-border':'tabular-data','the-document-s-current-address':'dom','entity-suplarr':'named-character-references','dom-document-cookie':'dom','concept-input-muable':'the-input-element','entity-cupcap':'named-character-references','entity-dlcrop':'named-character-references','dom-a-href':'text-level-semantics','attr-ol-type-state-lower-alpha':'grouping-content','event-media-emptied':'video','handler-appcache-oncached':'offline','entity-CloseCurlyDoubleQuote':'named-character-references','concept-media-load-algorithm':'video','parsing-main-inforeign':'tree-construction','attr-input-type-radio-keyword':'the-input-element','entity-equiv':'named-character-references','attr-tbody-valign':'obsolete','entity-bull':'named-character-references','entity-Qfr':'named-character-references','entity-Cross':'named-character-references','entity-rdsh':'named-character-references','the-document-s-address':'dom','handler-appcache-onobsolete':'offline','entity-colone':'named-character-references','the-input-element-as-a-file-upload-control':'rendering','attr-form-autocomplete':'forms','entity-bsolb':'named-character-references','dom-param-value':'the-iframe-element','entity-DoubleDownrrow':'named-character-references','dom-area-hostname':'the-map-element','entity-veeeq':'named-character-references','entity-boxtimes':'named-character-references','dom-media-ended':'video','entity-lbarr':'named-character-references','the-article-element':'sections','entity-coprod':'named-character-references','entity-lowast':'named-character-references','entity-lambda':'named-character-references','entity-Iopf':'named-character-references','the-aside-element':'sections','entity-Yscr':'named-character-references','entity-vsubne':'named-character-references','dom-label-htmlfor':'forms','attr-contenteditable':'editing','xml':'infrastructure','entity-vsubnE':'named-character-references','xmp':'obsolete','dom-classname':'elements','attr-output-for':'the-button-element','htmllegendelement':'forms','algorithm-for-processing-rows':'tabular-data','entity-edot':'named-character-references','dom-tdth-colspan':'tabular-data','dom-document-linkcolor':'obsolete','dom-table-createtfoot':'tabular-data','entity-drcrop':'naed-character-references','ended-playback':'video','entity-nleftarrow':'named-character-references','entity-bbrktbrk':'named-character-references','entity-rbbrk':'named-character-references','rules-for-updating-the-text-track-rendering':'video','attr-source-src':'video','entity-daleth':'named-character-references','entity-Vert':'named-character-references','history-autocomplete':'history','foster-parent-element':'tree-construction','entity-bigodot':'named-character-references','an-overridden-reload':'dom','handler-window-onundo':'webappapis','parse-a-global-date-and-time-string':'common-microsyntaxes','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','entity-lap':'named-character-references','entity-lat':'named-character-references','attr-media-preload':'video','entity-qint':'named-character-references','valid-non-empty-url':'urls','entity-IEcy':'named-character-references','script-data-escaped-end-tag-name-state':'tokenization','url-scheme':'urls','the-p-element':'grouping-content','dom-ebed-type':'the-iframe-element','cdatasection':'infrastructure','dom-ul-compact':'obsolete','dom-iframe-contentwindow':'the-iframe-element','entity-quest':'named-character-references','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','entity-ldca':'named-character-references','ix-handler-onreadystatechange':'index','dom-confirm':'timers','entity-PlusMinus':'named-character-references','the-area-element':'the-map-element','source-node':'dnd','attr-ol-type-state-upper-roman':'grouping-content','attr-dir-rtl':'elements','concept-media-load-resource':'video','text-track-cue-writing-direction':'video','dom-range-endoffset':'infrastructure','dom-map-name':'the-map-element','entity-geqq':'named-character-references','intro-early-example':'introduction','dom-document-open':'apis-in-html-documents','boolean-attributes':'common-microsyntaxes','refsARIAIMPL':'references','printing-steps':'timers','dom-validitystate-customerror':'association-of-controls-and-forms','table-descriptions':'tabular-data','etity-Chi':'named-character-references','rules-for-parsing-dimension-values':'common-microsyntaxes','entity-NotCupCap':'named-character-references','editing-apis':'dnd','dom-validitystate-rangeoverflow':'association-of-controls-and-forms','the-object-element':'the-iframe-element','refsUTF7':'references','opener-browsing-context':'browsers','determining-the-character-encoding':'parsing','entity-xfr':'named-character-references','dom-th-scope':'tabular-data','refsBIDI':'references','refsSRGB':'references','concept-input-immutable':'the-input-element','attr-link-title':'semantics','the-marquee-element':'obsolete','refsNPAPI':'references','attr-button-type-submit-state':'the-button-element','entity-hairsp':'named-character-references','dom-location-href':'history','entity-scsim':'named-character-references','publickeyandchallenge':'the-button-element','textcontent':'infrastructure','dom-textarea-value':'the-button-element','the-location-bar-barprop-object':'browsers','following-hyperlinks':'links','groupings-of-rowsing-contexts':'browsers','entity-Rcy':'named-character-references','entity-scpolint':'named-character-references','event-loop':'webappapis','dom-document-nameditem-filter':'dom','dom-a-pathname':'text-level-semantics','entity-twixt':'named-character-references','color-state':'number-state','entity-theta':'named-character-references','entity-looparrowleft':'named-character-references','entity-bscr':'named-character-references','x-that':'introduction','dom-media-played':'video','entity-RightArrowLeftArrow':'named-character-references','selector-out-of-range':'links','dom-location':'history','entity-gtcir':'named-character-references','date-and-time-state':'states-of-the-type-attribute','entity-Colon':'named-character-references','entity-longrightarrow':'named-character-references','attr-fs-method-post':'association-of-controls-and-forms','event-media-ratechange':'video','dom-tdth-align':'obsolete','entity-HARDcy':'named-character-references','rel-alternate':'links','htmlappletelement':'obsolete','dom-naviator-online':'offline','timer-task-source':'timers','content-type':'fetching-resources','entity-hbar':'named-character-references','entity-nearr':'named-character-references','entity-Therefore':'named-character-references','entity-chcy':'named-character-references','entity-Igrave':'named-character-references','invalid_access_err':'common-dom-interfaces','attr-input-type-month-keyword':'the-input-element','entity-lthree':'named-character-references','entity-succnsim':'named-character-references','entity-srarr':'named-character-references','entity-middot':'named-character-references','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'tokenization','entity-NegativeThinSpace':'named-character-references','mathml':'the-map-element','htmloptgroupelement':'the-button-element','entity-lnapprox':'named-character-references','entity-thetasym':'named-character-references','dom-windowbase64-atob':'webappapis','entity-dd':'named-character-references','ix-handler-window-onundo':'index',entity-notnivb':'named-character-references','entity-notnivc':'named-character-references','entity-notniva':'named-character-references','checkbox-state':'number-state','the-fieldset-element-0':'rendering','entity-shortmid':'named-character-references','presentational-hints':'rendering','the-time-element':'text-level-semantics','entity-urcorner':'named-character-references','concept-command':'commands','entity-xhArr':'named-character-references','entity-gtdot':'named-character-references','entity-llcorner':'named-character-references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'association-of-controls-and-forms','concept-http-equiv-extensions':'semantics','bogus-doctype-state':'tokenization','dom-window-nameditem-filter':'browsers','entity-lrtri':'named-character-references','barred-from-constraint-validation':'association-of-controls-and-forms','dom-meter-optimum':'the-button-element','entity-varepsilon':'named-character-references','concept-appcache-newer':'offline','directly-reachable-rowsing-contexts':'browsers','tt':'obsolete','the-after-after-body-insertion-mode':'tree-construction','entity-Wcirc':'named-character-references','entity-prcue':'named-character-references','entity-LowerRightArrow':'named-character-references','refsRFC3279':'references','entity-gne':'named-character-references','entity-jmath':'named-character-references','dom-navigator-yieldforstorageupdates':'timers','entity-hybull':'named-character-references','dom-history-state':'history','entity-OverBrace':'named-character-references','entity-nacute':'named-character-references','htmltextareaelement':'the-button-element','entity-gnE':'named-character-references','processing-model':'the-map-element','entity-Utilde':'named-character-references','entity-otimes':'named-character-references','entity-vartheta':'named-character-references','entity-divonx':'named-character-references','entity-Gbreve':'named-character-references','entity-xlArr':'named-character-references','dom-tr-valign':'obsolete','parsing-main-afterframeset''tree-construction','security-2':'browsers','security-1':'browsers','security-0':'association-of-controls-and-forms','entity-Eacute':'named-character-references','entity-phmmat':'named-character-references','refsMQ':'references','entity-lcub':'named-character-references','selector-active':'links','parsing-main-intbody':'tree-construction','entity-Aring':'named-character-references','entity-Lfr':'named-character-references','replaced-elements':'rendering','dom-tokenlist-remove':'common-dom-interfaces','dom-window-item':'browsers','dom-validitystate-stepmismatch':'association-of-controls-and-forms','attr-meter-low':'the-button-element','refsWEBLINK':'references','handler-appcache-ondownloading':'offline','states-of-the-type-attribute':'states-of-the-type-attribute','url_mismatch_err':'common-dom-interfaces','ix-handler-onprogress':'index','entity-eqcirc':'named-character-references','entity-LeftCeiling':'named-character-references','dom-document-characterset':'dom','entity-dash':'named-character-references','ntity-hellip':'named-character-references','entity-smashp':'named-character-references','entity-uplus':'named-character-references','implied-strong-reference':'common-dom-interfaces','entity-plussim':'named-character-references','dom-output-value':'the-button-element','dom-a-search':'text-level-semantics','the-ol-element':'grouping-content','constructing-form-data-set':'association-of-controls-and-forms','attr-tdth-colspan':'tabular-data','dom-textarea-input-selectionstart':'association-of-controls-and-forms','dom-input-autocomplete':'the-input-element','dom-media-defaultplaybackrate':'video','entity-lgE':'named-character-references','entity-sigma':'named-character-references','text-track-failed-to-load':'video','entity-tosa':'named-character-references','has-an-element-in-select-scope':'parsing','ascii-case-insensitive':'infrastructure','entity-nleq':'named-character-references','entity-ltlarr':'named-character-references','entity-nles':'named-character-references','dom-script-src':'scripting-1','entity-ocr':'named-character-references','entity-nvge':'named-character-references','entity-dagger':'named-character-references','attr-marquee-direction-right':'obsolete','creating-documents':'dom','dom-img-ismap':'embedded-content-1','after-doctype-system-identifier-state':'tokenization','entity-Upsi':'named-character-references','dom-linkstyle-disabled':'semantics','entity-precapprox':'named-character-references','dom-document-applets':'obsolete','candidate-for-constraint-validation':'association-of-controls-and-forms','dom-parent':'browsers','entity-frac13':'named-character-references','meta-application-name':'semantics','dom-body-text':'obsolete','dom-mediaerror-media_err_network':'video','entity-Implies':'named-character-references','refsCORS':'references','dom-head-profile':'obsolete','create-a-script-from-a-node':'webappapis','refsCESU8':'references','entity-swarrow':'named-character-references','dom-table-createthead':'tabular-data','entity-Agrave':'named-character-references','text-track-cue-horizontal-writng-direction':'video','entity-sbquo':'named-character-references','entity-UpperRightArrow':'named-character-references','entity-sigmaf':'named-character-references','limited-to-only-non-negative-numbers-greater-than-zero':'common-dom-interfaces','dom-media-addtexttrack':'video','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','entity-Cayleys':'named-character-references','entity-sigmav':'named-character-references','attr-input-type-password-keyword':'the-input-element','dom-window-close':'browsers','attr-input-required':'common-input-element-attributes','steps-to-expose-a-media-resource-specific-text-track':'video','offline':'offline','concept-get-attributes-when-sniffing':'parsing','entity-plus':'named-character-references','entity-downharpoonleft':'named-character-references','entity-commat':'named-character-references','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','rel-up':'links','entity-backprime:'named-character-references','the-after-after-frameset-insertion-mode':'tree-construction','the-button-element':'the-button-element','entity-lowbar':'named-character-references','entity-icy':'named-character-references','attr-object-classid':'obsolete','entity-Aacute':'named-character-references','the-script-block-s-source':'scripting-1','script-data-double-escaped-less-than-sign-state':'tokenization','script-data-escaped-dash-dash-state':'tokenization','entity-rpar':'named-character-references','entity-uharl':'named-character-references','introduction':'introduction','list-state':'interactive-elements','dom-base-target':'semantics','entity-dfisht':'named-character-references','entity-uharr':'named-character-references','entity-rarrlp':'named-character-references','dom-applet-align':'obsolete','attr-meta-name':'semantics','attr-li-type':'obsolete','dom-img-border':'obsolete','handler-window-onpopstate':'webappapis','concept-cell':'tabular-data','entity-nabla':'named-character-references','htmloutputelement:'the-button-element','entity-latail':'named-character-references','entity-rfr':'named-character-references','entity-llarr':'named-character-references','dom-table-width':'obsolete','entity-nharr':'named-character-references','skip-whitespace':'common-microsyntaxes','adjust-svg-attributes':'tree-construction','dom-uda-protocol':'urls','entity-ccedil':'named-character-references','session-history':'history','dom-document-referrer':'dom','xlink-namespace':'namespaces','entity-curlyeqprec':'named-character-references','attr-fs-method':'association-of-controls-and-forms','entity-shy':'named-character-references','entity-omacr':'named-character-references','entity-rharul':'named-character-references','content-type-sniffing':'fetching-resources','code-point-length':'common-microsyntaxes','entity-Cscr':'named-character-references','drag-and-drop-initialization-steps':'dnd','html-vs-xhtml':'introduction','entity-Phi':'named-character-references','rcdata-end-tag-name-state':'tokenization','entity-raemptyv':'named-chracter-references','attr-a-shape':'obsolete','dom-document-dir':'elements','entity-DJcy':'named-character-references','user-interaction-task-source':'webappapis','entity-doublebarwedge':'named-character-references','entity-Xscr':'named-character-references','attr-br-clear':'obsolete','the-strong-element':'text-level-semantics','lists-of-dimensions':'common-microsyntaxes','img-load':'embedded-content-1','about-blank-origin':'browsers','entity-piv':'named-character-references','text-node':'infrastructure','locked-for-focus':'editing','dom-document-url':'dom','concept-table':'tabular-data','entity-gla':'named-character-references','handler-window-onresize':'webappapis','entity-glj':'named-character-references','entity-angzarr':'named-character-references','the-datalist-element':'the-button-element','dom-media-error':'video','entity-glE':'named-character-references','hyperlink':'links','text-track-disabled':'video','refsRFC2781':'references','entity-DoubleLeftRightArrow':'named-character-references','entity-rlar':'named-character-references','entity-RightUpVector':'named-character-references','dom-link-sizes':'semantics','entity-nGg':'named-character-references','entity-triangledown':'named-character-references','attr-html-version':'obsolete','entity-UpTeeArrow':'named-character-references','entity-nGt':'named-character-references','dom-label-control':'forms','pseudo-cue':'rendering','browsing-context-scope-origin':'browsers','entity-Uogon':'named-character-references','entity-Rarrtl':'named-character-references','tag-cloud':'links','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'embedded-content-1','entity-Longleftarrow':'named-character-references','history-traversal-task-source':'webappapis','entity-Gg':'named-character-references','dom-appcache-downloading':'offline','entity-Gt':'named-character-references','htmlprogresselement':'the-button-element','handler-ondragend':'webappapis','dom-fs-formnovalidate':'association-of-controls-and-forms','entity-GT':'named-character-references','marquee-current-loo-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','attr-input-type-datetime-local-keyword':'the-input-element','entity-cedil':'named-character-references','entity-dzcy':'named-character-references','entity-angle':'named-character-references','attr-marquee-behavior':'obsolete','converting-a-character-width-to-pixels':'rendering','entity-leg':'named-character-references','concept-fs-enctype':'association-of-controls-and-forms','url-decomposition-idl-attributes':'urls','entity-les':'named-character-references','entity-leq':'named-character-references','entity-bigsqcup':'named-character-references','attr-dir-ltr-state':'elements','concept-appcache-fallback':'offline','dom-tbody-choff':'obsolete','attr-table-cellspacing':'obsolete','attr-area-coords':'the-map-element','dom-datatransferitem-type':'dnd','entity-hopf':'named-character-references','entity-iukcy':'named-character-references','validitystate':'association-of-controls-and-forms','constructing-the-form-data-set':'associatin-of-controls-and-forms','metadata-content-0':'content-models','location':'history','noembed':'obsolete','entity-mstpos':'named-character-references','dom-navigator-platform':'timers','attr-textarea-wrap-hard-state':'the-button-element','entity-Auml':'named-character-references','entity-crarr':'named-character-references','attr-fs-formaction':'association-of-controls-and-forms','entity-equivDD':'named-character-references','create-an-element-for-the-token':'tree-construction','run-pre-click-activation-steps':'content-models','the-caption-element':'tabular-data','case-sensitive':'infrastructure','facets':'commands','entity-slarr':'named-character-references','entity-DiacriticalGrave':'named-character-references','entity-NotGreaterTilde':'named-character-references','entity-apid':'named-character-references','entity-ocirc':'named-character-references','entity-SOFTcy':'named-character-references','the-title-element-0':'semantics','attr-fs-formenctype':'association-of-controls-and-forms','entity-CirclePlus':'naed-character-references','list-of-text-tracks':'video','attr-track-src':'video','script-processing-src-prepare':'scripting-1','entity-bsim':'named-character-references','entity-oror':'named-character-references','dom-tr-align':'obsolete','entity-cirmid':'named-character-references','attr-iframe-allowtransparency':'obsolete','entity-ddotseq':'named-character-references','entity-jopf':'named-character-references','dom-sharedworkerglobalscope-applicationcache':'offline','entity-lesdotor':'named-character-references','the-noscript-element':'scripting-1','interactive-content':'content-models','dom-tr-rowindex':'tabular-data','entity-DoubleLongLeftArrow':'named-character-references','refsRFC5322':'references','submit-mailto-headers':'association-of-controls-and-forms','refsRFC2313':'references','attr-link-sizes-any':'links','refsRFC2318':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','unocusing-steps':'editing','quirks-mode-doctypes':'tree-construction','entity-bepsi':'named-character-references','refsCSSOMVIEW':'references','entity-NotSquareSubset':'named-character-references','entity-rbrace':'named-character-references','reconstruct-the-active-formatting-elements':'parsing','entity-rbrack':'named-character-references','htmlulistelement':'grouping-content','attr-input-align':'obsolete','atob':'webappapis','dom-table-summary':'obsolete','entity-Scedil':'named-character-references','script-processing-prepare':'scripting-1','htmlparamelement':'the-iframe-element','ix-handler-ontimeupdate':'index','dom-datatransfer-items':'dnd','the-th-element':'tabular-data','entity-dopf':'named-character-references','entity-prE':'named-character-references','reset-button-state':'number-state','syntax-elements':'syntax','entity-Ncy':'named-character-references','character-encodings':'infrastructure','entity-tstrok':'named-character-references','entity-SubsetEqual':'named-character-references','entity-xotime''named-character-references','fragment-case':'the-end','entity-Rarr':'named-character-references','entity-lfloor':'named-character-references','entity-pre':'named-character-references','dom-object-contentwindow':'the-iframe-element','parsing-urls':'urls','attr-input-list':'common-input-element-attributes','attr-object-archive':'obsolete','elements':'elements','entity-gammad':'named-character-references','text-state-and-search-state':'states-of-the-type-attribute','valid-month-string':'common-microsyntaxes','resetBCName':'history','dom-document-scripts':'dom','attr-button-type-reset':'the-button-element','entity-rho':'named-character-references','entity-dlcorn':'named-character-references','extensibility':'infrastructure','entity-ZeroWidthSpace':'named-character-references','entity-csube':'named-character-references','entity-nlE':'named-character-references','parse-a-month-string':'common-microsyntaxes','entity-nlt':'named-character-references','entity-frac34':'named-character-references','attr-hr-color':'obolete','entity-tint':'named-character-references','entity-nle':'named-character-references','entity-DoubleLeftTee':'named-character-references','entity-Ccedil':'named-character-references','resources':'infrastructure','entity-ltcc':'named-character-references','event-media-error':'video','the-dd-element':'grouping-content','entity-primes':'named-character-references','entity-backsimeq':'named-character-references','entity-aacute':'named-character-references','entity-supsim':'named-character-references','dom-link-rellist':'semantics','contenteditable':'editing','entity-female':'named-character-references','cue-events':'video','entity-dscy':'named-character-references','entity-fflig':'named-character-references','entity-dscr':'named-character-references','ix-handler-window-onfocus':'index','entity-capand':'named-character-references','entity-ape':'named-character-references','entity-UnderBracket':'named-character-references','entity-omicron':'named-character-references','dimension-attributes':'the-map-element,'entity-nLeftarrow':'named-character-references','video':'video','attr-img-name':'obsolete','affected-by-a-base-url-change':'urls','index':'index','entity-apE':'named-character-references','entity-Vscr':'named-character-references','entity-lparlt':'named-character-references','entity-ratail':'named-character-references','attr-track-kind-descriptions':'video','input-img-available':'number-state','entity-frac78':'named-character-references','the-head-element':'dom','webvtt-cue-background-box':'rendering','data_clone_err':'common-dom-interfaces','entity-origof':'named-character-references','child-browsing-context':'browsers','dom-media-src':'video','xmldocumentloader':'dom','entity-rbrke':'named-character-references','entity-succsim':'named-character-references','entity-breve':'named-character-references','dom-link-type':'semantics','an-iframe-srcdoc-document':'the-iframe-element','the-step-attribute':'common-input-element-attributes','entity-iiint':'named-character-references','windowmodal':'timers','dom-imgalign':'obsolete','entity-bopf':'named-character-references','read-xml':'history','entity-precsim':'named-character-references','browser-state':'offline','foster-parenting':'tree-construction','handler-onshow':'webappapis','before-doctype-system-identifier-state':'tokenization','dom-document-getelementsbyclassname':'dom','entity-lBarr':'named-character-references','entity-drcorn':'named-character-references','entity-sqcup':'named-character-references','the-style-element':'semantics','entity-nparsl':'named-character-references','entity-EmptyVerySmallSquare':'named-character-references','ix-handler-onmouseout':'index','entity-lagran':'named-character-references','origin-0':'origin-0','ix-handler-window-onpagehide':'index','entity-cong':'named-character-references','dom-appcache-checking':'offline','refsXML':'references','entity-notin':'named-character-references','entity-cuvee':'named-character-references','using-the-command-element-to-define-a-command':'commands','element':'infrastructure','script-processingsrc':'scripting-1','entity-DiacriticalDoubleAcute':'named-character-references','attr-iframe-marginwidth':'obsolete','sourcing-in-band-text-tracks':'video','entity-barwedge':'named-character-references','entity-nrarrc':'named-character-references','dom-a-type':'text-level-semantics','entity-gesdot':'named-character-references','attr-track-kind-keyword-metadata':'video','entity-nrarrw':'named-character-references','entity-popf':'named-character-references','ix-handler-oninput':'index','entity-RBarr':'named-character-references','entity-LeftRightVector':'named-character-references','submit-mutate-action':'association-of-controls-and-forms','scripting-flag':'parsing','dom-command-radiogroup':'interactive-elements','entity-uArr':'named-character-references','handler-oncanplay':'webappapis','dropEffect-initialization':'dnd','transparent':'content-models','handler-onplay':'webappapis','event-handler-content-attributes':'webappapis','entity-DZcy':'named-character-references','entity-diams':'named-character-referenes','entity-IOcy':'named-character-references','the-html-element':'dom','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','entity-vopf':'named-character-references','ix-handler-window-onmessage':'index','dom-img-naturalheight':'embedded-content-1','runtime-script-errors':'webappapis','entity-RightCeiling':'named-character-references','entity-leftrightharpoons':'named-character-references','entity-iacute':'named-character-references','meta':'semantics','dom-a-hreflang':'text-level-semantics','refsPNG':'references','entity-ropf':'named-character-references','entity-iexcl':'named-character-references','the-hidden-attribute':'editing','entity-varpi':'named-character-references','suffering-from-being-missing':'association-of-controls-and-forms','ix-handler-oncuechange':'index','refsHTTP':'references','entity-gtrarr':'named-character-references','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','entity-copysr':'named-characte-references','htmltabledatacellelement':'tabular-data','read-ua-inline':'history','entity-utri':'named-character-references','entity-olcross':'named-character-references','dom-applicationcache':'offline','cache-host':'offline','entity-SquareSubset':'named-character-references','the-xml:base-attribute-xml-only':'elements','fire-a-synthetic-mouse-event':'webappapis','event-media-loadedmetadata':'video','htmlelement':'elements','entity-nges':'named-character-references','entity-ngeq':'named-character-references','the-time-element-0':'rendering','html-integration-point':'tree-construction','has-no-style-sheet-that-is-blocking-scripts':'semantics','concept-textarea-dirty':'the-button-element','using-the-input-element-to-define-a-command':'commands','dom-select-multiple':'the-button-element','entity-squ':'named-character-references','entity-Ubreve':'named-character-references','dom-frame-frameborder':'obsolete','entity-rlhar':'named-character-references','security-and-privacy-considerations':'video','semantics-0''elements','entity-Psi':'named-character-references','selectors':'links','conforming-html5-documents':'infrastructure','documents':'dom','htmlimageelement':'embedded-content-1','entity-veebar':'named-character-references','attr-hx-align':'obsolete','attr-marquee-behavior-slide':'obsolete','entity-nvdash':'named-character-references','presentational-markup':'introduction','authority-based-url':'urls','dom-tdth-headers':'tabular-data','dom-dir':'elements','entity-TSHcy':'named-character-references','dom-datatransferitem-getasfile':'dnd','dom-marquee-direction':'obsolete','url-fragment':'urls','entity-triangle':'named-character-references','ix-handler-ondragleave':'index','rules-for-parsing-floating-point-number-values':'common-microsyntaxes','javascript-protocol':'webappapis','entity-Dopf':'named-character-references','applicationcache':'offline','rcdata-elements':'syntax','entity-supseteq':'named-character-references','pause':'webappapis','entity-shcy':'named-character-references','entity-kappav':'named-charcter-references','attr-li-value':'grouping-content','refsCSSVALUES':'references','attr-body-bgcolor':'obsolete','refsPSL':'references','entity-Ycy':'named-character-references','dom-getelementsbyclassname':'dom','entity-lopf':'named-character-references','attr-track-kind':'video','client-side-form-validation':'forms','dom-document-activeelement':'editing','entity-Jopf':'named-character-references','entity-gEl':'named-character-references','dom-textarea-readonly':'the-button-element','frame':'obsolete','seamless-browsing-context-flag':'the-iframe-element','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','entity-Euml':'named-character-references','script-data-escaped-dash-state':'tokenization','entity-it':'named-character-references','entity-yacy':'named-character-references','img-none':'embedded-content-1','link-type-prefetch':'links','entity-fallingdotseq':'named-character-references','entity-ni':'named-character-references','entity-ne':'named-character-referenes','entity-nu':'named-character-references','dom-node-parentnode':'infrastructure','current-node':'parsing','requirements-for-implementations':'obsolete','entity-olcir':'named-character-references','dom-a-hash':'text-level-semantics','entity-ordm':'named-character-references','refsBCP47':'references','entity-ordf':'named-character-references','entity-gvnE':'named-character-references','valid-date-string':'common-microsyntaxes','entity-ohm':'named-character-references','pending-table-character-tokens':'tree-construction','additional-allowed-character':'tokenization','entity-ratio':'named-character-references','entity-Dscr':'named-character-references','handler-onsubmit':'webappapis','attr-img-lowsrc':'obsolete','entity-itilde':'named-character-references','entity-ycy':'named-character-references','dom-history-replacestate':'history','seekUpdate':'video','entity-nwarrow':'named-character-references','form-owner':'association-of-controls-and-forms','dom-menu-type':'interactive-elements','dom-appcache-uncached:'offline','entity-trade':'named-character-references','entity-frac56':'named-character-references','attr-input-src':'number-state','entity-varsubsetneq':'named-character-references','entity-frac58':'named-character-references','dom-document-compatmode':'dom','entity-ShortDownArrow':'named-character-references','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','entity-smtes':'named-character-references','concept-param-parameter':'the-iframe-element','img-error':'embedded-content-1','earliest-possible-position':'video','valid-integer':'common-microsyntaxes','event-handlers':'webappapis','event-firing':'webappapis','text-track-readiness-state':'video','entity-leqslant':'named-character-references','consume-a-character-reference':'tokenization','dom-command-disabled':'interactive-elements','entity-DoubleUpDownArrow':'named-character-references','attr-progress-value':'the-button-element','entity-NotPrecedes':'named-character-references','sequential-focus-navigation-and-the-tabindex-ttribute':'editing','entity-dtrif':'named-character-references','entity-udhar':'named-character-references','entity-Conint':'named-character-references','entity-khcy':'named-character-references','entity-ffllig':'named-character-references','dom-texttrack-mode':'video','unit-of-related-browsing-contexts':'browsers','entity-nless':'named-character-references','entity-NotGreaterFullEqual':'named-character-references','entity-boxuL':'named-character-references','textFieldSelection':'association-of-controls-and-forms','audio':'video','entity-Omacr':'named-character-references','htmlcollection':'common-dom-interfaces','dom-link-target':'obsolete','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','entity-notindot':'named-character-references','entity-Diamond':'named-character-references','raw-text-elements':'syntax','outlines':'sections','navigatorstorageutils':'timers','entity-doteq':'named-character-references','entity-Congruent':'named-character-references','entity-hookleftarrw':'named-character-references','percentages-and-dimensions':'common-microsyntaxes','dom-select-remove':'the-button-element','radio-button-group':'number-state','attr-a-coords':'obsolete','entity-langle':'named-character-references','dom-embed-align':'obsolete','htmlformelement':'forms','htmlanchorelement':'text-level-semantics','the-datatransfer-interface':'dnd','dom-time-valueasdate':'text-level-semantics','entity-tridot':'named-character-references','custom-data-attribute':'elements','session-history-entry':'history','event-media-durationchange':'video','dom-style':'elements','potentially-playing':'video','entity-iquest':'named-character-references','url-state':'states-of-the-type-attribute','attr-command-type-keyword-command':'interactive-elements','entity-Aogon':'named-character-references','command-facet-hint':'commands','dom-datatransfer-setdata':'dnd','entity-curren':'named-character-references','text-track-showing-by-default':'video','entity-NegativeVeryThinSpace':'named-character-references','ix-hndler-oninvalid':'index','vaguer-moments-in-time':'common-microsyntaxes','the-css-user-agent-style-sheet-and-presentational-hints':'rendering','ix-handler-onkeydown':'index','handler-window-onbeforeunload':'webappapis','entity-ngsim':'named-character-references','dom-select-add':'the-button-element','entity-capcap':'named-character-references','function':'webappapis','entity-RuleDelayed':'named-character-references','handler-ondragenter':'webappapis','dom-texttrack-kind-descriptions':'video','fully-active':'browsers','suffering-from-an-underflow':'association-of-controls-and-forms','entity-RightTeeVector':'named-character-references','entity-shortparallel':'named-character-references','entity-escr':'named-character-references','entity-rnmid':'named-character-references','dom-media-duration':'video','tokenizing-character-references':'tokenization','dom-popstateevent-initpopstateevent':'history','sandboxed-forms-browsing-context-flag':'the-iframe-element','dom-table-align':'obsolete','refsRFC1034':'references,'track-language':'video','entity-simplus':'named-character-references','dom-input-maxlength':'the-input-element','text-track-cue-vertical-growing-left-writing-direction':'video','entity-Ifr':'named-character-references','authors-using-html':'iana','dom-progress-value':'the-button-element','base-dnd-feedback':'dnd','event-appcache-downloading':'offline','has-an-element-in-scope':'parsing','entity-Lcedil':'named-character-references','contenteditable-insertText':'editing','entity-uuarr':'named-character-references','dom-location-replace':'history','structured-clone':'common-dom-interfaces','attr-input-autocomplete-default-state':'common-input-element-attributes','attr-div-align':'obsolete','dom-focus':'editing','entity-bot':'named-character-references','entity-gtrsim':'named-character-references','attr-marquee-behavior-alternate':'obsolete','submit-button-state':'number-state','entity-vdash':'named-character-references','entity-nvap':'named-character-references','entity-UpArrowBar':'named-character-reference','dom-opener':'browsers','entity-brvbar':'named-character-references','update-the-image-data':'embedded-content-1','conformance-requirements-for-authors':'introduction','attr-input-vspace':'obsolete','the-root-element':'semantics','concept-http-equivalent':'fetching-resources','about:blank':'fetching-resources','concept-appcache-matches-fallback':'offline','attr-p-align':'obsolete','navigating-across-documents':'history','dom-body-bgcolor':'obsolete','htmlmenuelement':'interactive-elements','entity-NotPrecedesEqual':'named-character-references','hierarchy_request_err':'common-dom-interfaces','critical-subresources':'infrastructure','sandboxed-top-level-navigation-browsing-context-flag':'the-iframe-element','math':'the-map-element','refsIANAPERMHEADERS':'references','ix-handler-ondrop':'index','handler-marquee-onfinish':'obsolete','entity-gtrdot':'named-character-references','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantics','entity-amalg':'named-character-references','entity-notinE':'nmed-character-references','dom-table-thead':'tabular-data','entity-pound':'named-character-references','entity-Ocirc':'named-character-references','alt':'embedded-content-1','attr-area-shape-circle':'the-map-element','entity-nwArr':'named-character-references','entity-Updownarrow':'named-character-references','htmldirectoryelement':'obsolete','attr-hr-align':'obsolete','entity-nedot':'named-character-references','dom-select-options':'the-button-element','root-element':'infrastructure','spelling-and-grammar-checking':'editing','the-wbr-element':'text-level-semantics','entity-ncong':'named-character-references','entity-lharu':'named-character-references','entity-imagpart':'named-character-references','entity-rlm':'named-character-references','entity-RightAngleBracket':'named-character-references','entity-lhard':'named-character-references','text-track-api':'video','push-onto-the-list-of-active-formatting-elements':'parsing','character-references':'syntax','entity-napprox':'named-character-references','commandbold':'dnd','invalid_state_err':'common-dom-interfaces','entity-Tcaron':'named-character-references','concept-appcache-manifest-explicit':'offline','mutation-during-parsing':'tree-construction','dom-command-label':'interactive-elements','entity-copf':'named-character-references','entity-prurel':'named-character-references','entity-Barwed':'named-character-references','dom-img-width':'embedded-content-1','entity-lg':'named-character-references','entity-le':'named-character-references','entity-nVDash':'named-character-references','refsDOMRANGE':'references','entity-ll':'named-character-references','entity-lt':'named-character-references','entity-subsetneq':'named-character-references','queue-a-post-load-task':'offline','entity-lE':'named-character-references','dom-iframe-src':'the-iframe-element','event-appcache-cached':'offline','entity-supset':'named-character-references','entity-bumpeq':'named-character-references','the-document-s-domain':'origin-0','scripting':'webappapis','entity-Not':'named-character-reerences','entity-Edot':'named-character-references','valid-browsing-context-name-or-keyword':'browsers','dom-htmloptionscollection-selectedindex':'common-dom-interfaces','entity-nwarr':'named-character-references','entity-forkv':'named-character-references','entity-npar':'named-character-references','comment-end-bang-state':'tokenization','garbage-collection-and-browsing-contexts':'browsers','attr-hr-noshade':'obsolete','application-cache-api':'offline','entity-yen':'named-character-references','ordinary':'parsing','entity-Idot':'named-character-references','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'parsing','decoded-as-utf-8-with-error-handling':'infrastructure','entity-LeftAngleBracket':'named-character-references','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','dom-input-files':'common-input-element-attributes','entity-frac35':'named-character-references','entity-frac38':'named-character-references','entity-Vbar':'named-character-references','execCommand':dnd','dom-hx-align':'obsolete','entity-lesssim':'named-character-references','event-handler-attributes':'webappapis','punctuation-and-decorations':'rendering','other-link-types':'links','entity-because':'named-character-references','has-an-element-in-the-specific-scope':'parsing','entity-SmallCircle':'named-character-references','attr-abbr-title':'text-level-semantics','the-progress-element-0':'rendering','media-element-attributes':'video','element-level-focus-apis':'editing','entity-intprod':'named-character-references','selector-read-write':'links','text-track-cue':'video','dom-marquee-loop':'obsolete','entity-urcorn':'named-character-references','security-location':'history','list-of-active-intervals':'timers','concept-fe-value':'association-of-controls-and-forms','attr-keygen-keytype':'the-button-element','sourcing-out-of-band-text-tracks':'video','entity-gfr':'named-character-references','entity-simlE':'named-character-references','valid-date-string-in-content-with-optional-time':'common-microsyntaxes''entity-boxhd':'named-character-references','entity-Vdashl':'named-character-references','in-the-future':'rendering','dom-input-multiple':'the-input-element','entity-boxhu':'named-character-references','attr-dropzone-copy':'dnd','dom-media-seek':'video','event-media-progress':'video','dom-basefont-size':'obsolete','concept-input-min-zero':'common-input-element-attributes','entity-nleqq':'named-character-references','url-host-specific':'urls','dom-media-muted':'video','entity-boxhU':'named-character-references','command-unlink':'dnd','entity-RightFloor':'named-character-references','attr-textarea-readonly':'the-button-element','entity-blacklozenge':'named-character-references','entity-DDotrahd':'named-character-references','dom-htmlallcollection-nameditem':'common-dom-interfaces','entity-RightDownVectorBar':'named-character-references','entity-Im':'named-character-references','sandboxCookies':'dom','entity-alpha':'named-character-references','dom-li-type':'obsolete','no_modification_allowed_err':'common-dom-nterfaces','comment-0':'infrastructure','refsPPUTF8':'references','algorithm-for-extracting-an-encoding-from-a-meta-element':'fetching-resources','entity-bigtriangleup':'named-character-references','attr-tdth-char':'obsolete','parsing-main-incdata':'tree-construction','attr-img-border':'obsolete','refsRFC3490':'references','traverse-the-history-by-a-delta':'history','entity-ZHcy':'named-character-references','attr-dir-auto':'elements','entity-Upsilon':'named-character-references','entity-curvearrowleft':'named-character-references','writing-xhtml-documents':'the-xhtml-syntax','navigator':'timers','attr-track-kind-keyword-descriptions':'video','set-of-comma-separated-tokens':'common-microsyntaxes','dom-img-height':'embedded-content-1','dom-meta-scheme':'obsolete','entity-hercon':'named-character-references','handler-window-onpageshow':'webappapis','in-a-document':'infrastructure','dom-frameelement':'browsers','handler-window-onstorage':'webappapis','dom-input-valueasdate':'common-input-element-attributes','nvigate':'history','ascii-serialization-of-an-origin':'origin-0','entity-epar':'named-character-references','link-type-nofollow':'links','handler-onfocus':'webappapis','links-forms-and-navigation':'rendering','entity-nrightarrow':'named-character-references','entity-CircleTimes':'named-character-references','dom-caption-align':'obsolete','forget-the-media-element-s-media-resource-specific-text-tracks':'video','entity-vsupnE':'named-character-references','entity-xsqcup':'named-character-references','entity-rAtail':'named-character-references','htmlmapelement':'the-map-element','entity-RightTeeArrow':'named-character-references','entity-vsupne':'named-character-references','provide-a-stable-state':'webappapis','dom-pagetransitionevent-initpagetransitionevent':'history','not_found_err':'common-dom-interfaces','entity-ncaron':'named-character-references','entity-Ecaron':'named-character-references','refsPROGRESS':'references','parsing-main-intable':'tree-construction','entity-complement':'named-character-referenes','radionodelist':'common-dom-interfaces','dom-img-usemap':'embedded-content-1','htmlframesetelement':'obsolete','parse-a-date-or-time-string':'common-microsyntaxes','attr-fs-enctype':'association-of-controls-and-forms','attr-textarea-wrap-hard':'the-button-element','dom-media-initialtime':'video','entity-ldrdhar':'named-character-references','entity-scnE':'named-character-references','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'webappapis','entity-ccupssm':'named-character-references','entity-CloseCurlyQuote':'named-character-references','entity-Kcedil':'named-character-references','entity-sup':'named-character-references','entity-lopar':'named-character-references','entity-egs':'named-character-references','entity-sum':'named-character-references','entity-ultri':'named-character-references','entity-sub':'named-character-references','accessing-other-browsing-contexts':'browsers','event-dragstart':'dnd','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xtml-syntax','entity-dbkarow':'named-character-references','entity-Sigma':'named-character-references','entity-vDash':'named-character-references','attr-textarea-wrap-soft-state':'the-button-element','article-example':'sections','entity-squarf':'named-character-references','entity-square':'named-character-references','entity-njcy':'named-character-references','dom-htmloptionscollection-nameditem':'common-dom-interfaces','navigatoronline':'offline','concept-option-value':'the-button-element','entity-imof':'named-character-references','dom-keygen-keytype':'the-button-element','entity-cup':'named-character-references','entity-ohbar':'named-character-references','form-associated-element':'forms','entity-Acirc':'named-character-references','dom-appcache-update':'offline','entity-aleph':'named-character-references','submit-data-post':'association-of-controls-and-forms','attr-tr-align':'obsolete','tag-open-state':'tokenization','dom-frame-contentwindow':'obsolete','refsRFC3023':'references','supported-property-name':'infrastructure','entity-orslope':'named-character-references','dom-option-value':'the-button-element','entity-longleftrightarrow':'named-character-references','about:legacy-compat':'urls','dom-texttrack-kind-captions':'video','dom-htmloptionscollection-add':'common-dom-interfaces','datatransferitem':'dnd','entity-topbot':'named-character-references','entity-nbsp':'named-character-references','dom-frame-marginheight':'obsolete','element-definitions':'elements','formatting':'parsing','text-rendered-in-native-user-interfaces':'rendering','selector-in-range':'links','entity-VDash':'named-character-references','entity-trianglerighteq':'named-character-references','attr-hyperlink-media':'links','entity-permil':'named-character-references','link-type-prev':'links','table-aria-strong':'content-models','attr-fae-form':'association-of-controls-and-forms','entity-lrhard':'named-character-references','dynamic-changes-to-base-urls':'urls','dom-area-media':'the-map-element','entity-AElig':'named-character-references',absolute-url':'urls','concept-datetime-digit':'common-microsyntaxes','entity-biguplus':'named-character-references','common-parser-idioms':'common-microsyntaxes','concept-fv-valid':'association-of-controls-and-forms','interactive-media':'rendering','dom-iframe-marginheight':'obsolete','entity-rx':'named-character-references','entity-xvee':'named-character-references','security-with-canvas-elements':'the-canvas-element','the-body-element':'dom','heading-content':'content-models','entity-SucceedsEqual':'named-character-references','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','the-output-element':'the-button-element','ix-handler-onemptied':'index','radio-button-state':'number-state','entity-NotRightTriangle':'named-character-references','entity-Jscr':'named-character-references','entity-thinsp':'named-character-references','attr-iframe-sandbox-allow-forms':'the-iframe-element','validation_err':'common-dom-interfaces','the-title-attribute-0':'rendering','case-insensitive-selector-exeption':'rendering','week-state':'states-of-the-type-attribute','entity-angst':'named-character-references','disk-space':'offline','entity-frac18':'named-character-references','concept-script':'webappapis','drag-data-store-mode':'dnd','entity-frac12':'named-character-references','read-plugin':'history','entity-frac14':'named-character-references','entity-frac15':'named-character-references','entity-frac16':'named-character-references','entity-Ucy':'named-character-references','entity-intlarhk':'named-character-references','entity-Hat':'named-character-references','entity-wscr':'named-character-references','attr-background':'obsolete','refsRFC4281':'references','security':'dom','inter-element-whitespace':'content-models','entity-NotLess':'named-character-references','entity-nparallel':'named-character-references','category-submit':'forms','comments':'syntax','dom-contextmenu':'interactive-elements','attr-command-type-state-checkbox':'interactive-elements','nested-browsing-context':'browsers','entity-cularrp''named-character-references','entity-esdot':'named-character-references','same-origin':'origin-0','dom-document-head':'dom','text-html-sandboxed':'iana','entity-CircleMinus':'named-character-references','dom-texttrackcue-id':'video','entity-approx':'named-character-references','months':'common-microsyntaxes','dom-document-lastmodified':'dom','dom-source-src':'video','attr-script-type':'scripting-1','refsMIMESNIFF':'references','htmltableelement':'tabular-data','entity-simne':'named-character-references','dom-fs-formmethod':'association-of-controls-and-forms','rendering':'rendering','handler-onwaiting':'webappapis','dom-track-src':'video','the-drag-data-item-type-string':'dnd','dom-history-length':'history','entity-varphi':'named-character-references','entity-Or':'named-character-references','entity-ucy':'named-character-references','entity-Dagger':'named-character-references','serializing-html-fragments':'the-end','concept-video-intrinsic-height':'video','introduction-4':'webappapis','dom-col-ch':'obsolete''command-facet-hiddenstate':'commands','markup-declaration-open-state':'tokenization','dom-classlist':'elements','entity-nsube':'named-character-references','ix-handler-onseeking':'index','refsWEBSTORAGE':'references','attr-media-preload-metadata':'video','entity-hamilt':'named-character-references','assigning-keyboard-shortcuts':'editing','getcontext-return':'the-canvas-element','attr-script-event':'obsolete','dom-document-getelementsbyname':'dom','entity-ClockwiseContourIntegral':'named-character-references','entity-zcy':'named-character-references','dom-mediaerror-media_err_aborted':'video','meta-generator':'semantics','handler-onstalled':'webappapis','local-date-and-time-state':'states-of-the-type-attribute','entity-harr':'named-character-references','entity-nvltrie':'named-character-references','entity-eqslantless':'named-character-references','entity-star':'named-character-references','dom-document-forms':'dom','entity-utrif':'named-character-references','attr-meta-content':'semantics','entity-Fourierrf':'named-character-references','entity-Vopf':'named-character-references','appcache-history-2':'history','entity-lceil':'named-character-references','attr-time-pubdate':'text-level-semantics','attr-body-margintop':'obsolete','entity-nsimeq':'named-character-references','compiled-pattern-regular-expression':'common-input-element-attributes','ix-handler-window-onresize':'index','xml-parser':'the-xhtml-syntax','entity-Efr':'named-character-references','valid-media-query':'common-microsyntaxes','doctype-public-identifier-double-quoted-state':'tokenization','nestedParsing':'parsing','entity-rsh':'named-character-references','entity-drbkarow':'named-character-references','dom-dataset':'elements','documentfragment':'infrastructure','entity-LongLeftArrow':'named-character-references','timeranges':'video','remove-a-token-from-a-string':'common-microsyntaxes','a-form-control-s-value':'association-of-controls-and-forms','dom-media-have_current_data':'video','event-readystatechange':'dom','entity-bNot':'named-charactr-references','the-pre-element':'grouping-content','entity-twoheadleftarrow':'named-character-references','command-unselect':'dnd','dom-fs-enctype':'association-of-controls-and-forms','entity-Popf':'named-character-references','dom-window-nameditem':'browsers','attr-textarea-rows-value':'the-button-element','parse-a-time-zone-offset-component':'common-microsyntaxes','dom-datatransferitems-length':'dnd','the-rt-element':'text-level-semantics','entity-rtriltri':'named-character-references','entity-inodot':'named-character-references','ltr-specific':'rendering','attr-command-type-keyword-radio':'interactive-elements','entity-Egrave':'named-character-references','attr-track-kind-subtitles':'video','browser-interface-elements':'browsers','entity-csub':'named-character-references','dom-tbody-align':'obsolete','attr-hr-size':'obsolete','dom-li-value':'grouping-content','not_supported_err':'common-dom-interfaces','entity-csup':'named-character-references','entity-amp':'named-character-references','entity-racute':'nmed-character-references','charset512':'semantics','dom-fieldset-type':'forms','entity-DownLeftTeeVector':'named-character-references','attr-input-type-range-keyword':'the-input-element','dom-document-querycommandvalue':'dnd','live':'infrastructure','dom-range-endcontainer':'infrastructure','entity-vprop':'named-character-references','scriptTagParserResumes':'tree-construction','entity-shchcy':'named-character-references','dom-applet-object':'obsolete','entity-Scaron':'named-character-references','entity-Ropf':'named-character-references','closing-elements-that-have-implied-end-tags':'tree-construction','entity-LessGreater':'named-character-references','entity-igrave':'named-character-references','entity-ecaron':'named-character-references','entity-Delta':'named-character-references','handler-onselect':'webappapis','htmlformcontrolscollection-0':'common-dom-interfaces','entity-ecolon':'named-character-references','entity-period':'named-character-references','img-inc':'embedded-content-1','htmlbuttonelement''the-button-element','dom-frame-marginwidth':'obsolete','entity-UpperLeftArrow':'named-character-references','ready-for-editing-host-commands':'dnd','entity-KJcy':'named-character-references','context-menus':'interactive-elements','parsing-main-inheadnoscript':'tree-construction','entity-RightArrow':'named-character-references','dom-texttrack-kind':'video','history-traversal':'history','entity-tilde':'named-character-references','creator-document':'browsers','refsCOOKIES':'references','entity-lltri':'named-character-references','attr-tdth-rowspan':'tabular-data','entity-andslope':'named-character-references','the-form-element':'forms','effective-script-origin':'origin-0','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','entity-NotSubset':'named-character-references','the-keygen-element':'the-button-element','entity-kfr':'named-character-references','parse-a-local-date-and-time-string':'common-microsyntaxes','entity-ndash':'named-character-references','entity-RightVector':'named-character-refrences','entity-Vdash':'named-character-references','entity-Iukcy':'named-character-references','entity-hstrok':'named-character-references','entity-NotLessSlantEqual':'named-character-references','forms':'forms','window':'browsers','attr-object-data':'the-iframe-element','entity-subrarr':'named-character-references','entity-pr':'named-character-references','entity-pm':'named-character-references','entity-pi':'named-character-references','refsWCAG':'references','entity-iinfin':'named-character-references','refsUTF8DET':'references','attr-media-muted':'video','entity-Tab':'named-character-references','dom-texttrack-off':'video','dom-font-color':'obsolete','entity-nvDash':'named-character-references','entity-Tau':'named-character-references','entity-dashv':'named-character-references','attr-track-default':'video','entity-nbumpe':'named-character-references','entity-empty':'named-character-references','entity-orv':'named-character-references','ready-to-be-parser-executed':'scripting-1','entity-ord':'named-charcter-references','attr-body-marginwidth':'obsolete','entity-Gcy':'named-character-references','attr-iframe-hspace':'obsolete','safe-passing-of-structured-data':'common-dom-interfaces','entity-demptyv':'named-character-references','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','target-element':'history','dependencies':'infrastructure','event-online':'offline','heading-content-0':'content-models','entity-ubreve':'named-character-references','entity-prsim':'named-character-references','dom-textarea-dirname':'the-button-element','reflect':'common-dom-interfaces','dom-progress-max':'the-button-element','entity-cirfnint':'named-character-references','entity-UpDownArrow':'named-character-references','the-style-attribute':'elements','entity-Dcy':'named-character-references','blink':'obsolete','entity-leftharpoondown':'named-character-references','domimplementation':'infrastructure','entity-udarr':'named-character-references','input-type-change':'the-input-element','script-data-escaped-less-than-sign-stte':'tokenization','dropzone-processing-steps':'dnd','attr-marquee-direction':'obsolete','dom-window-statusbar':'browsers','concept-table-advance':'tabular-data','event-handler-idl-attributes':'webappapis','limited-to-only-known-values':'common-dom-interfaces','entity-xlarr':'named-character-references','entity-boxdr':'named-character-references','entity-boxdl':'named-character-references','syntax-charref':'syntax','entity-smeparsl':'named-character-references','semantics':'semantics','img-all':'embedded-content-1','entity-lhblk':'named-character-references','document.title':'dom','ix-handler-onwaiting':'index','entity-ldsh':'named-character-references','syntax-cdata':'syntax','using-the-a-element-to-define-a-command':'commands','refsRFC2237':'references','optional-tags':'syntax','entity-xutri':'named-character-references','entity-Wfr':'named-character-references','entity-xmap':'named-character-references','entity-ExponentialE':'named-character-references','entity-Mu':'named-character-references','concept-vdeo-intrinsic-width':'video','handler-texttrack-onload':'video','converted-to-ascii-uppercase':'infrastructure','the-script-block-s-character-encoding':'scripting-1','entity-rtimes':'named-character-references','entity-uml':'named-character-references','entity-yuml':'named-character-references','entity-eDDot':'named-character-references','entity-ufisht':'named-character-references','the-bdo-element':'text-level-semantics','entity-succ':'named-character-references','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','entity-ddarr':'named-character-references','dom-command-type':'interactive-elements','handler-window-onblur':'webappapis','dom-mediaerror-media_err_src_not_supported':'video','htmlheadingelement':'sections','entity-lsh':'named-character-references','dom-appcache-status':'offline','entity-gtrless':'named-character-references','attr-input-type':'the-input-element','parsing-main-intr':'tree-construction','refsRFC3986':'references''refsRFC3987':'references','htmlspanelement':'text-level-semantics','entity-varr':'named-character-references','entity-half':'named-character-references','parsing-main-intd':'tree-construction','command-insertlinebreak':'dnd','entity-xcirc':'named-character-references','attr-map-name':'the-map-element','attributes-common-to-td-and-th-elements':'tabular-data','entity-imagline':'named-character-references','command-subscript':'dnd','entity-lvnE':'named-character-references','text-track':'video','dom-datalist-options':'the-button-element','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'common-microsyntaxes','entity-ShortLeftArrow':'named-character-references','form-submission':'association-of-controls-and-forms','selector-valid':'links','content-type-sniffing:-image':'fetching-resources','replacement-enabled':'history','joint-session-history':'history','entity-dcy':'named-character-references','dom-texttrack-cues':'video','entity-capdot':'named-character-references','attr-menu-compact':'bsolete','entity-Udblac':'named-character-references','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':'urls','entity-bsime':'named-character-references','ix-handler-onblur':'index','aborting-a-document-load':'history','the-script-settings-determined-from-the-node':'webappapis','the-command':'interactive-elements','valid-date-or-time-string-in-content':'common-microsyntaxes','entity-NotRightTriangleEqual':'named-character-references','entity-downharpoonright':'named-character-references','entity-ecy':'named-character-references','entity-ecirc':'named-character-references','entity-rightleftarrows':'named-character-references','script-s-document':'webappapis','image-button-state':'number-state','entity-tdot':'named-character-references','entity-xodot':'named-character-references','the-nav-element':'sections','ix-handler-window-onload':'index','entity-leftarrowtail':'named-character-references','insertion-point':'parsing','the-application-cache-selection-algorithm':'offline','concep-input-value-string-date':'the-input-element','entity-NotLessEqual':'named-character-references','entity-Racute':'named-character-references','document':'infrastructure','entity-nwnear':'named-character-references','links-created-by-a-and-area-elements':'links','dom-canvas-getcontext':'the-canvas-element','rules-for-parsing-a-hash-name-reference':'common-microsyntaxes','data-mining':'infrastructure','entity-zeetrf':'named-character-references','run-post-click-activation-steps':'content-models','the-rp-element':'text-level-semantics','handler-window-onhashchange':'webappapis','attr-command-checked':'interactive-elements','attr-track-kind-keyword-subtitles':'video','entity-looparrowright':'named-character-references','the-li-element':'grouping-content','dom-a-coords':'obsolete','attr-hyperlink-hreflang':'links','dom-legend-align':'obsolete','parsing-main-inselect':'tree-construction','entity-Escr':'named-character-references','past-names-map':'forms','entity-gsime':'named-character-references','entity-mid':'nmed-character-references','entity-gsiml':'named-character-references','the-input-element-as-domain-specific-widgets':'rendering','selector-ltr':'links','event-media-loadstart':'video','entity-luruhar':'named-character-references','htmltablecolelement':'tabular-data','dom-form-submit':'forms','entity-Ffr':'named-character-references','concept-date':'common-microsyntaxes','restrictions-on-content-models-and-on-attribute-values':'introduction','networking-task-source':'webappapis','dom-history-pushstate':'history','the-dl-element':'grouping-content','rel-sidebar-hyperlink':'links','lists-of-integers':'common-microsyntaxes','entity-hkswarow':'named-character-references','text-track-cue-start-time':'video','entity-gnapprox':'named-character-references','entity-subsim':'named-character-references','entity-rharu':'named-character-references','entity-malt':'named-character-references','script-created-parser':'apis-in-html-documents','entity-GreaterTilde':'named-character-references','entity-rhard':'named-character-eferences','entity-male':'named-character-references','implicit-submission':'association-of-controls-and-forms','attr-textarea-required':'the-button-element','entity-DoubleRightArrow':'named-character-references','ready-for-post-load-tasks':'the-end','browsing-context-nested-through':'browsers','feed-the-parser':'the-xhtml-syntax','stack-of-open-elements':'parsing','entity-ulcrop':'named-character-references','entity-InvisibleComma':'named-character-references','entity-LeftRightArrow':'named-character-references','dom-input-stepup':'common-input-element-attributes','entity-Proportion':'named-character-references','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'commands','attr-optgroup-disabled':'the-button-element','entity-profline':'named-character-references','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','handler-ondrag':'webappapis','attr-input-autocomplete-on-state':'common-input-element-attributes''supported-property-indices':'infrastructure','entity-sdot':'named-character-references','entity-ffr':'named-character-references','dom-video-videowidth':'video','attr-table-rules':'obsolete','attr-img-align':'obsolete','the-legend-element':'forms','entity-nsupset':'named-character-references','current-input-character':'parsing','dom-appcache-swapcache':'offline','dom-object-archive':'obsolete','forming-a-table':'tabular-data','entity-NotNestedLessLess':'named-character-references','text-track-cue-size':'video','dom-meter-value':'the-button-element','prompt-to-unload-a-document':'history','dom-document-alinkcolor':'obsolete','dom-blur':'editing','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','entity-Intersection':'named-character-references','dom-track-default':'video','fire-waiting-when-waiting':'video','entity-xrArr':'named-character-references','dom-media-playbackrate':'video','entity-varpropto':'named-character-references','entity-Ucirc':'named-character-references','entity-nVdsh':'named-character-references','dom-datatransfer-effectallowed':'dnd','selector-default':'links','keywords-and-enumerated-attributes':'common-microsyntaxes','entity-LeftTriangleEqual':'named-character-references','attr-form-autocomplete-on-state':'forms','dom-tdth-axis':'obsolete','entity-Zfr':'named-character-references','non-fatal-media-error':'video','entity-doteqdot':'named-character-references','the-input-stream':'parsing','table-encoding-overrides':'parsing','dom-validitystate-valuemissing':'association-of-controls-and-forms','entity-copy':'named-character-references','pre-click-activation-steps':'content-models','entity-Sc':'named-character-references','command-inserthtml':'dnd','handler-window-onafterprint':'webappapis','entity-profalar':'named-character-references','sandboxed-navigation-browsing-context-flag':'the-iframe-element','ix-handler-onseeked':'index','dom-fieldset-disabled':'forms','dom-area-type':'the-map-element','entity-oslash':'named-character-references','dom-cva-validity':'associaton-of-controls-and-forms','entity-rdca':'named-character-references','ascii-compatible-character-encoding':'infrastructure','entity-Yuml':'named-character-references','entity-barwed':'named-character-references','dom-location-resolveurl':'history','entity-bigwedge':'named-character-references','entity-EqualTilde':'named-character-references','dom-textarea-wrap':'the-button-element','table-script-bom':'scripting-1','timeout_err':'common-dom-interfaces','attr-track-kind-captions':'video','dom-datatransfer-getdata':'dnd','attr-input-placeholder':'common-input-element-attributes','dom-based-xslt-1.0-processors':'apis-in-html-documents','ix-handler-ondragover':'index','entity-integers':'named-character-references','entity-dblac':'named-character-references','entity-xnis':'named-character-references','entity-ecir':'named-character-references','table-uda-examples':'urls','entity-cuesc':'named-character-references','entity-ncap':'named-character-references','entity-NotLessTilde':'named-character-references','commen-state':'tokenization','entity-circledS':'named-character-references','entity-circledR':'named-character-references','entity-qprime':'named-character-references','entity-triplus':'named-character-references','entity-spar':'named-character-references','attr-tdth-valign':'obsolete','entity-Omega':'named-character-references','no-quirks-mode':'dom','entity-nsubE':'named-character-references','suffering-from-a-custom-error':'association-of-controls-and-forms','dom-option-tvd':'the-button-element','event-media-timeupdate':'video','entity-wopf':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','introduction-9':'rendering','introduction-8':'rendering','introduction-5':'editing','entity-nmid':'named-character-references','introduction-7':'rendering','introduction-6':'dnd','introduction-1':'association-of-controls-and-forms','introduction-0':'forms','introduction-3':'offline','introduction-2':'links','entity-Dcaron':'named-character-references','meta-charset-during-parse':'tree-constructio','void-elements':'syntax','refsABNF':'references','drag-data-store-bitmap':'dnd','figcaption-as-alt-condition':'embedded-content-1','file-upload-state':'number-state','entity-grave':'named-character-references','history':'history','entity-sopf':'named-character-references','comment-start-dash-state':'tokenization','width-of-the-select-s-labels':'rendering','hyperlink-annotation':'links','menus':'interactive-elements','entity-Int':'named-character-references','misnested-tags:-b-p-b-p':'the-end','entity-uring':'named-character-references','dom-domhtmlimplementation-createhtmldocument':'dom','stop-parsing':'the-end','entity-tprime':'named-character-references','sandboxed-seamless-iframes-flag':'the-iframe-element','allowed-to-navigate':'browsers','entity-ltri':'named-character-references','entity-thicksim':'named-character-references','entity-urtri':'named-character-references','the-input-element-as-a-range-control':'rendering','htmlaudioelement':'video','entity-upsilon':'named-character-references','entity-qpf':'named-character-references','attr-style-type':'semantics','entity-plusdo':'named-character-references','dom-media-have_future_data':'video','entity-plusdu':'named-character-references','associatedSection':'sections','entity-EmptySmallSquare':'named-character-references','refsWIN1254':'references','refsWIN1252':'references','refsBOCU1':'references','entity-topcir':'named-character-references','conformance-requirements':'infrastructure','entity-dotplus':'named-character-references','dom-form-acceptcharset':'forms','dom-select-size':'the-button-element','concept-option-label':'the-button-element','entity-larrbfs':'named-character-references','auxiliary-browsing-contexts':'browsers','entity-nlarr':'named-character-references','entity-And':'named-character-references','concept-fe-values':'association-of-controls-and-forms','entity-pfr':'named-character-references','concept-select-pick':'the-button-element','entity-equest':'named-character-references','entity-rsquor':'named-character-references','attr-param-ame':'the-iframe-element','event':'infrastructure','handler-texttrackcue-onexit':'video','handler-onratechange':'webappapis','entity-natural':'named-character-references','initial-code-entry-point':'webappapis','task-queue':'webappapis','attr-img-src':'embedded-content-1','dom-fs-action':'association-of-controls-and-forms','fire-a-dnd-event':'dnd','windowtimers':'timers','expiring-application-caches':'offline','attr-table-frame':'obsolete','handler-onmouseover':'webappapis','entity-Ubrcy':'named-character-references','insert-a-foreign-element':'tree-construction','entity-npr':'named-character-references','ix-handler-window-onoffline':'index','dom-colgroup-span':'tabular-data','after-doctype-public-keyword-state':'tokenization','entity-mopf':'named-character-references','has-an-element-in-list-item-scope':'parsing','menus-intro':'interactive-elements','limiting-user-input-length':'association-of-controls-and-forms','dom-texttrack-error':'video','entity-TScy':'named-character-references','entity-NotSquareSupeset':'named-character-references','entity-Lcaron':'named-character-references','pragma-directives':'semantics','entity-otilde':'named-character-references','entity-DotEqual':'named-character-references','entity-dsol':'named-character-references','concept-input-value-default-range':'number-state','maps-to-the-pixel-length-property':'rendering','entity-nlArr':'named-character-references','unload-a-document':'history','dom-tokenlist-tostring':'common-dom-interfaces','entity-Rscr':'named-character-references','entity-ApplyFunction':'named-character-references','entity-cdot':'named-character-references','phrasing-content-0':'content-models','dom-uda-search':'urls','fonts-and-colors':'rendering','htmlallcollection':'common-dom-interfaces','entity-LeftTeeVector':'named-character-references','event-media-playing':'video','dom-window-focus':'editing','entity-napos':'named-character-references','the-tr-element':'tabular-data','attributes-for-embedded-content-and-images':'rendering','entity-roarr':'named-character-refrences','entity-Kappa':'named-character-references','clear-the-stack-back-to-a-table-row-context':'tree-construction','htmlpreelement':'grouping-content','entity-oopf':'named-character-references','entity-scnsim':'named-character-references','the-draggable-attribute':'dnd','attr-body-text':'obsolete','concept-clone':'infrastructure','attr-dir-auto-state':'elements','entity-HilbertSpace':'named-character-references','attr-area-shape':'the-map-element','entity-nrarr':'named-character-references','concept-output-mode':'the-button-element','refsIANACHARSET':'references','entity-napE':'named-character-references','entity-AMP':'named-character-references','htmlvideoelement':'video','entity-Oslash':'named-character-references','entity-Wscr':'named-character-references','the-xhtml-syntax':'the-xhtml-syntax','concept-n-script':'webappapis','entity-mho':'named-character-references','appropriate-form-encoding-algorithm':'association-of-controls-and-forms','entity-elinters':'named-character-references','global-attributs':'elements','windowbase64':'webappapis','dom-frame-noresize':'obsolete','parse-a-month-component':'common-microsyntaxes','dom-select-nameditem':'the-button-element','entity-delta':'named-character-references','entity-iopf':'named-character-references','entity-TildeEqual':'named-character-references','attr-col-valign':'obsolete','handler-texttrackcue-onenter':'video','entity-LeftTeeArrow':'named-character-references','concept-fe-checked':'association-of-controls-and-forms','entity-vee':'named-character-references','attr-ol-start':'grouping-content','entity-preccurlyeq':'named-character-references','entity-angrtvb':'named-character-references','dom-font-size':'obsolete','dom-input-placeholder':'the-input-element','run-synthetic-click-activation-steps':'content-models','dom-body-alink':'obsolete','entity-ruluhar':'named-character-references','entity-SucceedsSlantEqual':'named-character-references','appropriate-end-tag-token':'tokenization','entity-nrArr':'named-character-references','dom-embed-src':'the-ifrae-element','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','value-sanitization-algorithm':'the-input-element','attr-input-hspace':'obsolete','htmlsourceelement':'video','entity-ominus':'named-character-references','entity-ccups':'named-character-references','collect-a-sequence-of-characters':'common-microsyntaxes','the-accesskey-attribute':'editing','text-level-semantics':'text-level-semantics','xmlns-namespace':'namespaces','entity-Colone':'named-character-references','data-state':'tokenization','refsSELECTORS':'references','entity-LongLeftRightArrow':'named-character-references','entity-zigrarr':'named-character-references','concept-appcache-completeness':'offline','dom-script-charset':'scripting-1','attr-input-type-datetime-keyword':'the-input-element','dom-htmlallcollection-tags':'common-dom-interfaces','attr-embed-name':'obsolete','dom-alert':'timers','entity-nsqsube':'named-character-references','user-editing-actions':'editing','the-table-element':'tabular-data','entity-Sar':'named-character-references','dimRendering':'rendering','entity-lbrace':'named-character-references','attr-media-preload-none':'video','entity-lbrack':'named-character-references','concept-meter-optimum':'the-button-element','entity-Umacr':'named-character-references','entity-olarr':'named-character-references','entity-rarrap':'named-character-references','entity-Longleftrightarrow':'named-character-references','entity-prod':'named-character-references','entity-prop':'named-character-references','entity-Assign':'named-character-references','entity-NotLessGreater':'named-character-references','htmlframeelement':'obsolete','entity-subdot':'named-character-references','entity-GreaterFullEqual':'named-character-references','entity-trpezium':'named-character-references','drag-data-store-allowed-effects-state':'dnd','entity-complexes':'named-character-references','attr-track-kind-metadata':'video','entity-boxbox':'named-character-references','attr-ol-type-keyword-lower-alpha':'grouping-content','syntax-tags':syntax','entity-oast':'named-character-references','entity-xoplus':'named-character-references','entity-Jfr':'named-character-references','entity-succeq':'named-character-references','the-id-attribute':'elements','entity-lEg':'named-character-references','entity-triminus':'named-character-references','entity-perp':'named-character-references','script-data-double-escaped-state':'tokenization','ix-handler-window-onerror':'index','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','dom-table-tfoot':'tabular-data','refsRFC1468':'references','entity-acy':'named-character-references','entity-acd':'named-character-references','form-control-dirname-attribute':'association-of-controls-and-forms','entity-suphsub':'named-character-references','dom-fs-formaction':'association-of-controls-and-forms','dom-navigator-registercontenthandler':'timers','script-processing-src-sync':'scripting-1','ix-event-handlers':'index','entity-rotimes':'named-character-references','dom-input-valueasnumber':'common-input-lement-attributes','dom-legend-form':'forms','overlong-form':'infrastructure','entity-acE':'named-character-references','entity-Ufr':'named-character-references','entity-Hstrok':'named-character-references','entity-icirc':'named-character-references','entity-ReverseElement':'named-character-references','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','handler-appcache-onnoupdate':'offline','attr-iframe-src':'the-iframe-element','entity-RightDoubleBracket':'named-character-references','entity-beth':'named-character-references','command-facet-accesskey':'commands','entity-esim':'named-character-references','security-and-privacy':'timers','entity-beta':'named-character-references','attr-fs-method-get-keyword':'association-of-controls-and-forms','entity-plankv':'named-character-references','entity-hookrightarrow':'named-character-references','entity-jfr':'named-character-references','location-of-the-media-resource':'video','dom-link-charset':'obsolete','parser-pause-flag':'parsing','containerframe-element':'rendering','alphanumeric-ascii-characters':'common-microsyntaxes','dom-pre-width':'obsolete','dom-option':'the-button-element','entity-zeta':'named-character-references','document-metadata':'semantics','refsCOMPUTABLE':'references','entity-rppolint':'named-character-references','document.writeln':'apis-in-html-documents','entity-vBarv':'named-character-references','ix-handler-onsubmit':'index','entity-uwangle':'named-character-references','entity-GreaterSlantEqual':'named-character-references','dom-iframe-scrolling':'obsolete','rules-for-serializing-simple-color-values':'common-microsyntaxes','attr-command-type':'interactive-elements','event-appcache-noupdate':'offline','entity-nsucc':'named-character-references','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'association-of-controls-and-forms','non-negative-integers':'common-microsyntaxes','text-track-mode':'video','syntax-attribute-name':'syntax','dom-validitystate-patternmismatch':'associatin-of-controls-and-forms','svg':'the-map-element','drag-data-store-hot-spot-coordinate':'dnd','entity-fjlig':'named-character-references','attr-embed-hspace':'obsolete','entity-NotGreater':'named-character-references','dom-range-startoffset':'infrastructure','entity-napid':'named-character-references','the-meter-element':'the-button-element','concept-week':'common-microsyntaxes','dom-fe-disabled':'association-of-controls-and-forms','entity-lang':'named-character-references','valid-url':'urls','dom-texttrackcue-track':'video','entity-NotGreaterLess':'named-character-references','entity-NegativeThickSpace':'named-character-references','entity-boxminus':'named-character-references','before-attribute-value-state':'tokenization','event-appcache-updateready':'offline','entity-cirscir':'named-character-references','dom-textarea-required':'the-button-element','unloading-documents':'history','entity-Itilde':'named-character-references','attr-embed-src':'the-iframe-element','script-execution-environment':'webappapis',entity-Vfr':'named-character-references','event-definition':'history','stall-timeout':'video','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','entity-wedgeq':'named-character-references','entity-sqcups':'named-character-references','script-data-escape-start-dash-state':'tokenization','entity-LeftUpVectorBar':'named-character-references','dom-node-childnodes':'infrastructure','entity-DoubleDot':'named-character-references','domsettabletokenlist':'common-dom-interfaces','entity-Yacute':'named-character-references','dom-input-value-value':'common-input-element-attributes','fatal-decode-error':'video','the-constraint-validation-api':'association-of-controls-and-forms','link-type-pingback':'links','table-http-equiv':'semantics','the-hr-element':'grouping-content','dom-self':'browsers','sandboxed-automatic-features-browsing-context-flag':'the-iframe-element','entity-NotEqual':'named-character-references','dom-history-back':'history','entity-eplus':'named-character-references','handler-onladedmetadata':'webappapis','entity-hoarr':'named-character-references','entity-there4':'named-character-references','htmlmeterelement':'the-button-element','noframes':'obsolete','dom-marquee-bgcolor':'obsolete','entity-SquareSubsetEqual':'named-character-references','entity-laquo':'named-character-references','entity-Lcy':'named-character-references','entity-natur':'named-character-references','refsX690':'references','extracting-encodings-from-meta-elements':'fetching-resources','entity-Cap':'named-character-references','delay-the-load-event':'the-end','dom-area-shape':'the-map-element','attr-img-vspace':'obsolete','entity-LeftArrowBar':'named-character-references','entity-nRightarrow':'named-character-references','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','entity-UpArrowDownArrow':'named-character-references','default-button':'association-of-controls-and-forms','concept-select-toggle':'the-button-element','links':'links','refsDOMEVENTS':'references','refsARIA':'references','a-stylesheet-that-is-blocking-scripts':'semantics','attr-meta-http-equiv':'semantics','htmldatalistelement':'the-button-element','dom-input-stepdown':'common-input-element-attributes','entity-subset':'named-character-references','dom-appcache-obsolete':'offline','refsISO8601':'references','entity-ouml':'named-character-references','concept-appcache-init':'offline','event-appcache-obsolete':'offline','focus-management':'editing','attr-img-alt':'embedded-content-1','dom-xmldocumentloader-load':'dom','entity-boxhD':'named-character-references','dom-object-declare':'obsolete','entity-ntrianglerighteq':'named-character-references','concept-fetch-total':'fetching-resources','entity-uHar':'named-character-references','dom-location-hostname':'history','pending-parsing-blocking-script':'scripting-1','entity-DownRightVectorBar':'named-character-references','entity-OpenCurlyQuote':'named-character-references','coercing-an-html-dom-into-an-infoset':'the-end','htmlinputelement':'the-input-element','dom-output-htmlfor':'the-buton-element','handler-marquee-onstart':'obsolete','entity-dstrok':'named-character-references','script-processing-inline':'scripting-1','entity-boxVR':'named-character-references','entity-deg':'named-character-references','abort-a-document':'history','attr-select-required':'the-button-element','dom-document-images':'dom','activation-behavior':'content-models','entity-boxVL':'named-character-references','dom-source-type':'video','entity-boxVH':'named-character-references','entity-kgreen':'named-character-references','entity-boxVr':'named-character-references','text-0':'syntax','concept-appcache-manifest':'offline','dom-tdth-choff':'obsolete','entity-boxVl':'named-character-references','entity-boxVh':'named-character-references','entity-LeftFloor':'named-character-references','contenteditable-delete':'editing','entity-asymp':'named-character-references','the-input-element-as-a-color-well':'rendering','htmlfontelement':'obsolete','dom-embed-name':'obsolete','conformance-classes':'infrastructure','special':'parsng','dom-media-network_no_source':'video','ix-handler-onclick':'index','concept-meter-low':'the-button-element','entity-smile':'named-character-references','handler-onerror':'webappapis','entity-scy':'named-character-references','secondary-browsing-context':'browsers','character-reference-in-data-state':'tokenization','entity-eqcolon':'named-character-references','link-type-external':'links','entity-sce':'named-character-references','attr-a-methods':'obsolete','entity-hksearow':'named-character-references','times':'common-microsyntaxes','paused-for-user-interaction':'video','dom-document-links':'dom','entity-Precedes':'named-character-references','concept-input-max-default':'common-input-element-attributes','htmlbasefontelement':'obsolete','entity-scE':'named-character-references','attr-script-for':'obsolete','refsABOUT':'references','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','entity-Zdot':'named-character-references','dom-range-collapsed':'infrastructure','concept-row-group':'tbular-data','parse-a-time-component':'common-microsyntaxes','concept-spellcheck-default-true':'editing','sectioning-content-0':'content-models','dom-datatransferitem-getasstring':'dnd','selector-required':'links','entity-tshcy':'named-character-references','dom-ol-type':'grouping-content','resolve-a-url':'urls','dom-datatransfer-setdragimage':'dnd','dom-input-dirname':'the-input-element','contenteditable-br':'editing','htmlallcollection-0':'common-dom-interfaces','dom-input-src':'the-input-element','entity-ulcorn':'named-character-references','dom-canvas-height':'the-canvas-element','htmlmediaelement':'video','entity-UpArrow':'named-character-references','entity-Beta':'named-character-references','attr-object-hspace':'obsolete','attr-input-type-search-keyword':'the-input-element','entity-isindot':'named-character-references','attr-fe-name-charset':'association-of-controls-and-forms','script-processing-empty':'scripting-1','definitions':'association-of-controls-and-forms','ix-handler-oncanplaythrough':'index,'htmlcanvaselement':'the-canvas-element','handler-window-onunload':'webappapis','url':'urls','valid-date-or-time-string':'common-microsyntaxes','entity-lurdshar':'named-character-references','entity-ogt':'named-character-references','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','entity-DownArrowBar':'named-character-references','entity-parsl':'named-character-references','entity-kcy':'named-character-references','attr-dfn-title':'text-level-semantics','entity-xi':'named-character-references','dom-document-vlinkcolor':'obsolete','entity-eqsim':'named-character-references','entity-angrtvbd':'named-character-references','comma-separated-tokens':'common-microsyntaxes','entity-Coproduct':'named-character-references','entity-maltese':'named-character-references','entity-smallsetminus':'named-character-references','entity-rarrw':'named-character-references','entity-GreaterEqualLess':'named-character-references','the-kbd-element':'text-level-semantics','entit-rarrc':'named-character-references','entity-rarrb':'named-character-references','entity-succnapprox':'named-character-references','entity-lnE':'named-character-references','dom-datatransferitems-clear':'dnd','entity-rightrightarrows':'named-character-references','entity-reals':'named-character-references','dom-dim-height':'the-map-element','refsOPENSEARCH':'references','entity-lne':'named-character-references','dom-a-host':'text-level-semantics','entity-Laplacetrf':'named-character-references','ix-handler-window-onhashchange':'index','the-tfoot-element':'tabular-data','entity-clubsuit':'named-character-references','basefont':'obsolete','entity-diamondsuit':'named-character-references','flow-content':'content-models','handler-window-onerror':'webappapis','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','entity-exponentiale':'named-character-references','dom-tbody-deleterow':'tabular-data','attr-body-marginright':'obsolete''process-the-iframe-attributes':'the-iframe-element','entity-flat':'named-character-references','bidirectional-algorithm-formatting-character-ranges':'content-models','entity-lesdoto':'named-character-references','entity-bdquo':'named-character-references','entity-easter':'named-character-references','entity-divideontimes':'named-character-references','past-pseudo-class':'rendering','entity-ntlg':'named-character-references','entity-NotHumpDownHump':'named-character-references','dom-draggable':'dnd','entity-DiacriticalTilde':'named-character-references','selector-visited':'links','attr-col-width':'obsolete','entity-iota':'named-character-references','img-yes':'embedded-content-1','dom-style-type':'semantics','entity-NotNestedGreaterGreater':'named-character-references','the-hr-element-0':'rendering','entity-diam':'named-character-references','entity-mnplus':'named-character-references','nested-browsing-contexts':'browsers','entity-NotLeftTriangleBar':'named-character-references','entity-Omicron':'named-charcter-references','adjust-foreign-attributes':'tree-construction','attr-media-autoplay':'video','entity-eth':'named-character-references','entity-eta':'named-character-references','named-character-references':'named-character-references','handler-window-ononline':'webappapis','other-pragma-directives':'semantics','htmlformcontrolscollection':'common-dom-interfaces','entity-Tilde':'named-character-references','entity-ReverseEquilibrium':'named-character-references','entity-iprod':'named-character-references','drag-data-store':'dnd','attr-tdth-nowrap':'obsolete','the-section-element':'sections','the-drag-data-store':'dnd','attribute-s-serialized-name':'the-end','attr-input-autocomplete-off-state':'common-input-element-attributes','attr-fs-enctype-text':'association-of-controls-and-forms','entity-nsmid':'named-character-references','entity-xdtri':'named-character-references','handler-onmousedown':'webappapis','attr-link-hreflang':'semantics','concept-dnd-ro':'dnd','concept-dnd-rw':'dnd','getting-media-metadata''video','dom-col-choff':'obsolete','dom-a-target':'text-level-semantics','entity-cfr':'named-character-references','concept-error-handled':'webappapis','entity-iiota':'named-character-references','empty-cell':'tabular-data','entity-weierp':'named-character-references','attr-input-pattern':'common-input-element-attributes','entity-plustwo':'named-character-references','concept-input-list':'common-input-element-attributes','dom-p-align':'obsolete','attr-link-rel':'semantics','dom-tdth-nowrap':'obsolete','attr-link-rev':'obsolete','attr-iframe-marginheight':'obsolete','drag-and-drop-processing-model':'dnd','attr-datafld':'obsolete','entity-simdot':'named-character-references','the-input-element-as-a-checkbox-and-radio-button-widgets':'rendering','dom-meta-httpequiv':'semantics','current-drag-operation':'dnd','the-small-element':'text-level-semantics','command-facet-icon':'commands','refsEUCJP':'references','entity-rbarr':'named-character-references','ix-handler-onselect':'index','attr-tdth-axis':'obsolete','naigatorid':'timers','handler-window-onscroll':'webappapis','entity-yopf':'named-character-references','script-s-global-object':'webappapis','entity-percnt':'named-character-references','dom-iscontenteditable':'editing','dom-datatransfer-types':'dnd','pagetransitionevent':'history','home-subtree':'infrastructure','entity-cent':'named-character-references','entity-loplus':'named-character-references','dom-windowmodal-dialogarguments':'timers','barprop':'browsers','entity-dzigrarr':'named-character-references','already-started':'scripting-1','entity-PartialD':'named-character-references','jump-to-a-code-entry-point':'webappapis','entity-ascr':'named-character-references','entity-curlywedge':'named-character-references','handler-oncanplaythrough':'webappapis','attr-legend-align':'obsolete','source-browsing-context':'history','entity-Qopf':'named-character-references','dom-input-value-filename':'common-input-element-attributes','the-stack-of-open-elements':'parsing','entity-ccaps':'named-character-references','enity-lessdot':'named-character-references','entity-upuparrows':'named-character-references','cdata-rcdata-restrictions':'syntax','entity-FilledVerySmallSquare':'named-character-references','attribute-name-state':'tokenization','dom-tdth-cellindex':'tabular-data','entity-Wopf':'named-character-references','security-nav':'browsers','entity-YIcy':'named-character-references','dom-htmlcollection-length':'common-dom-interfaces','entity-Ofr':'named-character-references','navigate-fragid-step':'history','dom-keygen-type':'the-button-element','htmllabelelement':'forms','start-tags':'syntax','comment-end-dash-state':'tokenization','content-categories':'content-models','parsing-main-incolgroup':'tree-construction','the-optgroup-element':'the-button-element','concept-select-option-list':'the-button-element','refsRFC1557':'references','dom-cva-willvalidate':'association-of-controls-and-forms','entity-uopf':'named-character-references','the-history-interface':'history','htmlfieldsetelement':'forms','entity-angsph':'namedcharacter-references','entity-circledcirc':'named-character-references','entity-Sopf':'named-character-references','scriptTag':'tree-construction','entity-spadesuit':'named-character-references','hierarchical-url':'urls','dom-area-rel':'the-map-element','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','entity-DownLeftVectorBar':'named-character-references','strip-leading-and-trailing-whitespace':'common-microsyntaxes','activation':'editing','header-and-data-cell-semantics':'tabular-data','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'namespaces','dom-form-item':'forms','entity-hslash':'named-character-references','entity-wedge':'named-character-references','dom-tr-sectionrowindex':'tabular-data','entity-backepsilon':'named-character-references','a-graphical-representation-of-some-of-the-surrounding-text':'embedded-content-1','entity-Pcy':'named-character-references','entity-Hscr':'named-character-references','entity-iecy':'named-character-references','attr-meta-http-quiv-content-language':'semantics','entity-models':'named-character-references','dom-a-text':'text-level-semantics','attr-input-type-button-keyword':'the-input-element','dom-select-type':'the-button-element','valid-mime-type-with-no-parameters':'infrastructure','entity-nleqslant':'named-character-references','parse-error':'parsing','dom-marquee-stop':'obsolete','entity-andand':'named-character-references','entity-ngeqslant':'named-character-references','quirks-mode':'dom','character-encodings-0':'parsing','attr-link-href':'semantics','entity-laemptyv':'named-character-references','concept-encoding-confidence':'parsing','entity-tritime':'named-character-references','entity-lmoustache':'named-character-references','script-data-state':'tokenization','entity-ufr':'named-character-references','split-a-string-on-commas':'common-microsyntaxes','entity-isinE':'named-character-references','entity-Cdot':'named-character-references','dom-applet-code':'obsolete','attr-object-align':'obsolete','html-mime-type':'infrastrcture','entity-isins':'named-character-references','dom-form-reset':'forms','entity-smid':'named-character-references','browsing-the-web':'history','text-track-showing':'video','entity-larr':'named-character-references','entity-bigoplus':'named-character-references','entity-neArr':'named-character-references','ix-handler-onloadedmetadata':'index','dom-barprop-visible':'browsers','dom-media-paused':'video','entity-Gammad':'named-character-references','the-img-element':'embedded-content-1','entity-csupe':'named-character-references','entity-Ecirc':'named-character-references','exceptions':'common-dom-interfaces','attr-meta-http-equiv-refresh':'semantics','text-plain-encoding-algorithm':'association-of-controls-and-forms','dom-input-min':'the-input-element','entity-mfr':'named-character-references','entity-LeftArrowRightArrow':'named-character-references','attr-form-autocomplete-off-state':'forms','found-a-media-resource-specific-timed-track':'video','syntax-attributes':'syntax','command-facet-checkedstate':'cmmands','entity-subseteq':'named-character-references','text-track-kind':'video','concept-dnd-p':'dnd','dom-document-writeln':'apis-in-html-documents','entity-epsilon':'named-character-references','the-details-element':'interactive-elements','plaintext-state':'tokenization','entity-varsupsetneq':'named-character-references','element-content-categories':'index','parsing-cache-manifests':'offline','poster-frame':'video','refsWHATWGWIKI':'references','entity-xcap':'named-character-references','hasfeature':'common-dom-interfaces','attributes-0':'syntax','attributes-1':'index','handler-onmouseout':'webappapis','concept-input-min':'common-input-element-attributes','entity-vcy':'named-character-references','entity-LeftArrow':'named-character-references','attr-marquee-behavior-scroll':'obsolete','weeks':'common-microsyntaxes','dom-document-nameditem':'dom','entity-simg':'named-character-references','entity-sime':'named-character-references','entity-scnap':'named-character-references','entity-siml':'named-character-eferences','resulting-autocompletion-state':'common-input-element-attributes','attr-fieldset-disabled':'forms','dom-form-length':'forms','the-u-element':'text-level-semantics','handler-window-onmessage':'webappapis','entity-planckh':'named-character-references','command-insertorderedlist':'dnd','attr-object-type':'the-iframe-element','the-input-element-as-a-text-entry-widget':'rendering','entity-nsucceq':'named-character-references','attr-ol-type':'grouping-content','htmlhrelement':'grouping-content','command-insertparagraph':'dnd','generic-task-sources':'webappapis','dom-input-readonly':'the-input-element','entity-dotminus':'named-character-references','default-media':'semantics','dom-area-search':'the-map-element','attr-link-urn':'obsolete','html-elements':'infrastructure','refsRFC2388':'references','dom-frame-longdesc':'obsolete','the-insertion-mode':'parsing','entity-lotimes':'named-character-references','attr-media-preload-none-state':'video','submitting-element-directionality':'association-of-controlsand-forms','concept-meter-maximum':'the-button-element','script-processing-defer':'scripting-1','entity-orarr':'named-character-references','the-input-element':'the-input-element','valid-global-date-and-time-string':'common-microsyntaxes','the-initial-insertion-mode':'tree-construction','entity-acute':'named-character-references','dom-track-srclang':'video','entity-prime':'named-character-references','attr-media-controls':'video','htmlmetaelement':'semantics','dom-location-hash':'history','entity-omid':'named-character-references','entity-div':'named-character-references','attr-fe-autofocus':'association-of-controls-and-forms','entity-prec':'named-character-references','entity-dArr':'named-character-references','dom-marquee-scrollamount':'obsolete','entity-die':'named-character-references','entity-LowerLeftArrow':'named-character-references','parse-a-manifest':'offline','entity-plusacir':'named-character-references','dom-textarea-maxlength':'the-button-element','entity-nscr':'named-character-references','cocept-dropzone-operation':'dnd','entity-Yopf':'named-character-references','attr-button-value':'the-button-element','entity-nsce':'named-character-references','script-processing-noscript':'scripting-1','read-image':'history','inuse_attribute_err':'common-dom-interfaces','attr-object-declare':'obsolete','video-object-fit':'rendering','attr-object-name':'the-iframe-element','event-definitions':'history','entity-THORN':'named-character-references','fetching-resources':'fetching-resources','entity-iscr':'named-character-references','entity-mapstodown':'named-character-references','dom-document-fgcolor':'obsolete','concept-time-timezone':'text-level-semantics','dom-domstringmap-setitem':'common-dom-interfaces','dom':'dom','consumed':'parsing','entity-epsi':'named-character-references','dom-optgroup-label':'the-button-element','entity-sqsupe':'named-character-references','frame-border-color':'rendering','handler-onabort':'webappapis','entity-nesim':'named-character-references','entity-varsupsetneqq':'named-charactr-references','syntax':'syntax','handler-onreset':'webappapis','dom-fieldset-elements':'forms','entity-Iacute':'named-character-references','entity-llhard':'named-character-references','script-s-base-url':'webappapis','entity-Exists':'named-character-references','mathml-namespace':'namespaces','entity-LessEqualGreater':'named-character-references','entity-Afr':'named-character-references','entity-GJcy':'named-character-references','event-media-canplay':'video','entity-CapitalDifferentialD':'named-character-references','entity-bkarow':'named-character-references','the-col-element':'tabular-data','selector-enabled':'links','dom-windowtimers-cleartimeout':'timers','entity-Esim':'named-character-references','form-submission-0':'association-of-controls-and-forms','entity-bcong':'named-character-references','texttrackcue':'video','refsRFC5724':'references','dom-texttrackcue-direction':'video','entity-boxur':'named-character-references','entity-quatint':'named-character-references','dom-basefont-color':'obsolete',handler-onloadeddata':'webappapis','entity-boxul':'named-character-references','dom-location-assign':'history','entity-boxuR':'named-character-references','overview-of-the-parsing-model':'parsing','dom-dragevent-datatransfer':'dnd','dom-option-defaultselected':'the-button-element','urls':'urls','the-select-element-0':'rendering','entity-mapstoleft':'named-character-references','entity-ocy':'named-character-references','dom-texttrackcue-getcueashtml':'video','attr-input-maxlength':'common-input-element-attributes','entity-ropar':'named-character-references','attr-input-min':'common-input-element-attributes','attr-input-type-url-keyword':'the-input-element','entity-longleftarrow':'named-character-references','htmlembedelement':'the-iframe-element','entity-Poincareplane':'named-character-references','handler-window-onredo':'webappapis','dom-map-areas':'the-map-element','character-encoding-declaration':'semantics','entity-gnap':'named-character-references','concept-uda-setter':'urls','entity-Square':'named-charcter-references','entity-nvlArr':'named-character-references','date-state':'states-of-the-type-attribute','entity-lcedil':'named-character-references','best-practices-for-authors-using-media-elements':'video','dom-dir-compact':'obsolete','entity-odsold':'named-character-references','attr-input-type-text-keyword':'the-input-element','the-source-element':'video','browsing-context-name':'browsers','entity-Nacute':'named-character-references','command-delete':'dnd','attr-form-accept-charset':'forms','entity-rAarr':'named-character-references','entity-NotSucceeds':'named-character-references','attr-link-charset':'obsolete','entity-Uopf':'named-character-references','dom-element-tagname':'infrastructure','entity-RightTriangleBar':'named-character-references','entity-downarrow':'named-character-references','table-descriptions-techniques':'tabular-data','entity-submult':'named-character-references','entity-NotRightTriangleBar':'named-character-references','entity-late':'named-character-references','entity-Zeta':'naed-character-references','ix-handler-onplay':'index','the-status-bar-barprop-object':'browsers','entity-xrarr':'named-character-references','entity-cwconint':'named-character-references','entity-rightharpoonup':'named-character-references','mutabletexttrack':'video','entity-Gcedil':'named-character-references','attr-input-type-image-keyword':'the-input-element','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'commands','attr-ol-type-state-decimal':'grouping-content','dom-range-deletecontents':'infrastructure','htmltimeelement':'text-level-semantics','dom-appcache-idle':'offline','attribute-text':'elements','dom-radionodelist-value':'common-dom-interfaces','attr-fe-name-isindex':'association-of-controls-and-forms','dom-history':'history','entity-iogon':'named-character-references','entity-curarr':'named-character-references','canceled-activation-steps':'content-models','event-dragover':'dnd','background':'introduction','htmlobjectelement':'the-iframe-element','security-document':'dom','ntity-gnsim':'named-character-references','entity-larrfs':'named-character-references','dom-table-createcaption':'tabular-data','entity-Map':'named-character-references','domstringmap-0':'common-dom-interfaces','css-extensions':'rendering','entity-cups':'named-character-references','paragraphs':'content-models','the-textarea-element-0':'rendering','entity-twoheadrightarrow':'named-character-references','phrasing-content':'content-models','entity-scap':'named-character-references','attr-meter-min':'the-button-element','attr-command-disabled':'interactive-elements','entity-quot':'named-character-references','entity-Lang':'named-character-references','handler-ondblclick':'webappapis','entity-Dot':'named-character-references','dom-option-disabled':'the-button-element','entity-vzigzag':'named-character-references','encoding-sniffing-algorithm':'parsing','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'common-dom-interfaces','parsing':'parsing','entity-Darr':'named-character-refereces','attr-param-type':'obsolete','dom-input-checked':'common-input-element-attributes','entity-Rcedil':'named-character-references','negative-tabindex':'editing','entity-andv':'named-character-references','strip-line-breaks':'common-microsyntaxes','entity-andd':'named-character-references','dom-cva-checkvalidatity':'association-of-controls-and-forms','entity-roplus':'named-character-references','entity-nsubseteq':'named-character-references','entity-gjcy':'named-character-references','concept-input-value-number-string':'the-input-element','entity-ETH':'named-character-references','entity-Sfr':'named-character-references','editing-host':'editing','script-data-double-escaped-dash-state':'tokenization','entity-dot':'named-character-references','attr-spellcheck':'editing','attr-a-charset':'obsolete','dom-br-clear':'obsolete','concept-datetime':'common-microsyntaxes','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','command-italic':'dnd','text-track-hidden':'video','hardwareimitations':'infrastructure','entity-nisd':'named-character-references','attr-textarea-placeholder':'the-button-element','event-input-change':'common-input-element-attributes','entity-ac':'named-character-references','entity-af':'named-character-references','dom-textarea-defaultvalue':'the-button-element','local-dates-and-times':'common-microsyntaxes','editors':'infrastructure','media-timeline':'video','entity-ap':'named-character-references','entity-yacute':'named-character-references','htmlselectelement':'the-button-element','entity-ovbar':'named-character-references','entity-Ouml':'named-character-references','concept-http-equivalent-get':'fetching-resources','xml-namespace':'namespaces','placeholder-label-option':'the-button-element','dir':'obsolete','entity-DownLeftVector':'named-character-references','attr-dataformatas':'obsolete','the-keygen-element-0':'rendering','dom-document-hasfocus':'editing','entity-Vee':'named-character-references','entity-ngeqq':'named-character-references','rules-for-updatin-the-display-of-webvtt-text-tracks':'rendering','entity-bump':'named-character-references','datatransferitems':'dnd','entity-rang':'named-character-references','attr-param-value':'the-iframe-element','syntax_err':'common-dom-interfaces','command-selectall':'dnd','character-reference-in-rcdata-state':'tokenization','entity-Kcy':'named-character-references','entity-Alpha':'named-character-references','handler-oninvalid':'webappapis','entity-planck':'named-character-references','align-descendants':'rendering','html-parser':'parsing','changing-the-encoding-while-parsing':'parsing','set-of-space-separated-tokens':'common-microsyntaxes','iana':'iana','entity-circlearrowright':'named-character-references','refsRFC2483':'references','dom-uda-hostname':'urls','entity-ssmile':'named-character-references','attr-meta-http-equiv-set-cookie':'semantics','entity-measuredangle':'named-character-references','attr-object-standby':'obsolete','attr-mod-datetime':'edits','entity-pluscir':'named-character-references','parse-a-tie-string':'common-microsyntaxes','after-doctype-system-keyword-state':'tokenization','the-pattern-attribute':'common-input-element-attributes','content-type-sniffing:-text-or-binary':'fetching-resources','report-the-error':'webappapis','parsing-main-incaption':'tree-construction','concept-input-step-default-base':'common-input-element-attributes','entity-cscr':'named-character-references','dom-area-target':'the-map-element','attr-link-media':'semantics','handler-ontimeupdate':'webappapis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','attr-fs-novalidate':'association-of-controls-and-forms','table-uda':'urls','media-playback':'video','entity-sup1':'named-character-references','entity-VerticalBar':'named-character-references','entity-sup3':'named-character-references','entity-sup2':'named-character-references','entity-prnsim':'named-character-references','entity-hardcy':'named-character-references','charset':'semantics','auxiliary-browsing-context':'browsers','dom-media-startoffsettime:'video','entity-NotHumpEqual':'named-character-references','the-before-html-insertion-mode':'tree-construction','entity-supe':'named-character-references','attr-input-type-number-keyword':'the-input-element','attr-hyperlink-type':'links','entity-bowtie':'named-character-references','form-submission-algorithm':'association-of-controls-and-forms','sandboxPluginObject':'the-iframe-element','outline':'sections','entity-supE':'named-character-references','attr-iframe-sandbox':'the-iframe-element','script-processing-parser-inserted':'scripting-1','entity-circledast':'named-character-references','entity-Supset':'named-character-references','entity-rangle':'named-character-references','entity-capbrcup':'named-character-references','htmlquoteelement':'grouping-content','user-prompts':'timers','dom-video-poster':'video','entity-eDot':'named-character-references','entity-Barv':'named-character-references','listing':'obsolete','dom-object-codetype':'obsolete','sandboxed-scripts-browsing-context-flag':'the-iframe-elemet','entity-rtri':'named-character-references','entity-Imacr':'named-character-references','category-listed':'forms','entity-blank':'named-character-references','entity-qfr':'named-character-references','entity-Bfr':'named-character-references','embedded-content-2':'rendering','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','entity-REG':'named-character-references','entity-NotVerticalBar':'named-character-references','the-required-attribute':'common-input-element-attributes','manifests':'offline','entity-propto':'named-character-references','syntax-tag-omission':'syntax','entity-cap':'named-character-references','dom-navigator-appversion':'timers','htmlhtmlelement':'semantics','sectioning-root':'sections','htmllinkelement':'semantics','suffering-from-a-pattern-mismatch':'association-of-controls-and-forms','ix-handler-window-onbeforeunload':'index','has-a-style-sheet-that-is-blocking-scripts':'semantics','language':'elements','dom-track-kind':'video','entity-quaternions':'namedcharacter-references','valid-list-of-integers':'common-microsyntaxes','entity-lbbrk':'named-character-references','entity-Mcy':'named-character-references','entity-larrhk':'named-character-references','entity-DoubleLongRightArrow':'named-character-references','update-the-session-history-with-the-new-page':'history','dom-fae-form':'association-of-controls-and-forms','entity-Iota':'named-character-references','building-menus-and-toolbars':'interactive-elements','entity-rArr':'named-character-references','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','limited-to-only-non-negative-numbers':'common-dom-interfaces','dom-img-longdesc':'obsolete','entity-LessTilde':'named-character-references','dom-select-length':'the-button-element','script-processing-for':'scripting-1','the-q-element':'text-level-semantics','refsRFC1345':'references','entity-bfr':'named-character-references','entity-nvHarr':'named-character-references','entity-yucy':'named-character-references','dom-tdth-bgcolor':'obsolet','dom-tokenlist-item':'common-dom-interfaces','entity-Cconint':'named-character-references','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'the-input-element','dom-input-value-default-on':'common-input-element-attributes','htmltablecaptionelement':'tabular-data','entity-rcedil':'named-character-references','script-data-end-tag-name-state':'tokenization','use-div-for-wrappers':'sections','entity-chi':'named-character-references','dom-a-charset':'obsolete','event-pagehide':'history','type_mismatch_err':'common-dom-interfaces','dom-area-coords':'the-map-element','dom-tokenlist-add':'common-dom-interfaces','entity-tbrk':'named-character-references','general-guidelines':'embedded-content-1','dom-fs-formtarget':'association-of-controls-and-forms','entry-script':'browsers','entity-block':'named-character-references','attr-input-dirname':'common-input-element-attributes','attr-input-checked':'the-input-element','dom-fs-target':'association-of-controls-and-forms','dom-domsettabletokenlist-value':'comon-dom-interfaces','entity-ffilig':'named-character-references','entity-backsim':'named-character-references','entity-Mellintrf':'named-character-references','htmldocument':'dom','entity-intercal':'named-character-references','the-dirname-attribute':'common-input-element-attributes','attr-area-shape-default':'the-map-element','entity-prap':'named-character-references','attributes-common-to-form-controls':'association-of-controls-and-forms','image-map':'the-map-element','attr-optgroup-label':'the-button-element','entity-HorizontalLine':'named-character-references','entity-rcy':'named-character-references','attr-iframe-sandbox-allow-scripts':'the-iframe-element','execute-the-script-block':'scripting-1','entity-rarrsim':'named-character-references','entity-downdownarrows':'named-character-references','dom-validitystate-rangeunderflow':'association-of-controls-and-forms','defineTimeline':'video','in-the-past':'rendering','entity-gE':'named-character-references','svg-namespace':'namespaces','entity-sccue':'namedcharacter-references','misnested-tags:-b-i-b-i':'the-end','entity-PrecedesSlantEqual':'named-character-references','entity-djcy':'named-character-references','attr-link-methods':'obsolete','entity-lozenge':'named-character-references','entity-gg':'named-character-references','entity-ge':'named-character-references','entity-LeftDownVectorBar':'named-character-references','entity-gl':'named-character-references','attr-script-language':'obsolete','entity-gt':'named-character-references','entity-Emacr':'named-character-references','dom-iframe-longdesc':'obsolete','ix-handler-window-ononline':'index','attr-option-selected':'the-button-element','dom-mod-datetime':'edits','parsing-main-afterbody':'tree-construction','svg-0':'the-map-element','scripting-1':'scripting-1','entity-kappa':'named-character-references','wai-aria':'content-models','entity-Nfr':'named-character-references','dates':'common-microsyntaxes','entity-kscr':'named-character-references','entity-Superset':'named-character-references','insert-an-eleent-into-a-document':'infrastructure','entity-capcup':'named-character-references','attr-marquee-direction-down':'obsolete','rcdata-less-than-sign-state':'tokenization','entity-varnothing':'named-character-references','htmlbaseelement':'semantics','entity-jukcy':'named-character-references','entity-gbreve':'named-character-references','entity-hearts':'named-character-references','entity-ngE':'named-character-references','text-track-list-of-cues':'video','entity-gesdotol':'named-character-references','dom-navigator-canplaytype':'video','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','refsTIS620':'references','entity-nge':'named-character-references','time-ranges':'video','attr-area-shape-keyword-default':'the-map-element','entity-ngt':'named-character-references','serializing-xhtml-fragments':'the-xhtml-syntax','text-track-cue-display-state':'video','dom-canvas-width':'the-canvas-element','entity-npreceq':'named-character-references','entity-NotSquareSupersetEqual':'naed-character-references','entity-xharr':'named-character-references','htmlbodyelement':'sections','entity-CupCap':'named-character-references','entity-Lambda':'named-character-references','dom-iframe-marginwidth':'obsolete','entity-pertenk':'named-character-references','the-map-element':'the-map-element','dom-document-body':'dom','the-progress-element':'the-button-element','entity-szlig':'named-character-references','entity-Pscr':'named-character-references','entity-succapprox':'named-character-references','entity-ogon':'named-character-references','entity-iocy':'named-character-references','dom-table-deletethead':'tabular-data','dom-link-disabled':'semantics','entity-Ascr':'named-character-references','entity-dtdot':'named-character-references','design-notes':'introduction','entity-lrcorner':'named-character-references','entity-odiv':'named-character-references','entity-utdot':'named-character-references','entity-gneq':'named-character-references','dom-click':'editing','the-thead-element':'tabular-data','eent-hashchange':'history','entity-notni':'named-character-references','concept-appcache-manifest-fallback':'offline','concept-embed-active':'the-iframe-element','dom-top':'browsers','entity-nsupseteq':'named-character-references','audience':'introduction','entity-supplus':'named-character-references','dom-applet-alt':'obsolete','entity-nshortmid':'named-character-references','entity-precnapprox':'named-character-references','entity-supsetneq':'named-character-references','dom-hr-align':'obsolete','run-canceled-activation-steps':'content-models','attr-base-target':'semantics','images':'rendering','requirements-relating-to-bidirectional-algorithm-formatting-characters':'content-models','attributes-common-to-ins-and-del-elements':'edits','entity-lfr':'named-character-references','dom-textarea-cols':'the-button-element','domtokenlist-0':'common-dom-interfaces','dom-media-network_empty':'video','dom-document-all':'obsolete','the-meter-element-0':'rendering','entity-marker':'named-character-references','dom-apple-name':'obsolete','refsRFC4648':'references','title-on-style':'semantics','the-script-block-s-fallback-character-encoding':'scripting-1','entity-rhov':'named-character-references','parent-browsing-context':'browsers','references':'references','entity-triangleq':'named-character-references','entity-YUcy':'named-character-references','entity-starf':'named-character-references','htmltablesectionelement':'tabular-data','entity-upsi':'named-character-references','entity-DoubleRightTee':'named-character-references','attr-source-type':'video','styling':'semantics','relevant-application-cache':'offline','entity-langd':'named-character-references','handler-oninput':'webappapis','entity-supsetneqq':'named-character-references','entity-bumpE':'named-character-references','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','using-the-rules-for':'parsing','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'scripting-1','attr-command-title':'interactive-elements','dmstringmap':'common-dom-interfaces','entity-dharr':'named-character-references','entity-SHCHcy':'named-character-references','entity-dharl':'named-character-references','dom-event-target':'infrastructure','dom-col-width':'obsolete','entity-MediumSpace':'named-character-references','handler-onloadstart':'webappapis','client-identification':'timers','utf-8':'infrastructure','dialog-arguments':'timers','an-image-not-intended-for-the-user':'embedded-content-1','entity-nldr':'named-character-references','command-facet-action':'commands','entity-aelig':'named-character-references','entity-Larr':'named-character-references','script-data-double-escape-start-state':'tokenization','disowned-its-opener':'browsers','the-:past-and-:future-pseudo-classes':'rendering','fallback-content':'content-models','dom-fs-encoding':'association-of-controls-and-forms','the-em-element':'text-level-semantics','entity-equals':'named-character-references','dom-media-texttracks':'video','definitions-0':'webappapis','definitions-1':'webapppis','browsers':'browsers','dom-canvas-todataurl':'the-canvas-element','entity-Xfr':'named-character-references','dom-tbody-ch':'obsolete','dom-mod-cite':'edits','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','dom-range-setstart':'infrastructure','dom-document-embeds':'dom','the-session-history-of-browsing-contexts':'history','entity-midcir':'named-character-references','dom-table-rules':'obsolete','entity-fscr':'named-character-references','entity-trisb':'named-character-references','refsRFC3676':'references','dom-timeranges-length':'video','entity-lsim':'named-character-references','entity-nvrArr':'named-character-references','entity-ycirc':'named-character-references','headings-and-sections':'sections','plugins':'infrastructure','dom-audio':'video','entity-gtlPar':'named-character-references','ix-handler-onmousewheel':'index','concept-appcache-foreign':'offline','insertion-mode':'parsing','mathml-text-integration-point':'tree-construction','entity-nequiv':'named-characterreferences','entity-sqsupseteq':'named-character-references','flow-content-0':'content-models','script-data-double-escaped-dash-dash-state':'tokenization','entity-frasl':'named-character-references','entity-TildeTilde':'named-character-references','entity-reg':'named-character-references','entity-opar':'named-character-references','dom-window-scrollbars':'browsers','entity-midast':'named-character-references','attr-iframe-frameborder':'obsolete','attr-col-charoff':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'rendering','dom-texttrack-hidden':'video','attr-a-urn':'obsolete','entity-sim':'named-character-references','entity-infintie':'named-character-references','set-the-document-s-address':'history','entity-el':'named-character-references','attr-ul-type':'obsolete','namespace_err':'common-dom-interfaces','entity-ee':'named-character-references','entity-eg':'named-character-references','entity-ijlig':'named-character-references','pending-application-cache-download-process-tasks':'offlie','attr-col-span':'tabular-data','entity-amacr':'named-character-references','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','dom-html-version':'obsolete','entity-loang':'named-character-references','entity-SquareUnion':'named-character-references','numbers':'common-microsyntaxes','rules-for-parsing-a-legacy-color-value':'common-microsyntaxes','entity-cylcty':'named-character-references','dom-area-protocol':'the-map-element','enabling-and-disabling-form-controls':'association-of-controls-and-forms','entity-xuplus':'named-character-references','entity-PrecedesTilde':'named-character-references','entity-NotGreaterEqual':'named-character-references','adoptionAgency':'tree-construction','entity-nsim':'named-character-references','dom-history-go':'history','column-group-header':'tabular-data','dom-accesskeylabel':'editing','dom-option-selected':'the-button-element','refsXPATH10':'references','entity-nap':'named-character-references','entity-succcurlyeq':'named-character-references','entityHacek':'named-character-references','the-lang-and-xml:lang-attributes':'elements','ix-handler-window-onpageshow':'index','dom-manipulation-task-source':'webappapis','after-doctype-public-identifier-state':'tokenization','the-dragevent-interface':'dnd','entity-Nscr':'named-character-references','dom-hr-size':'obsolete','entity-FilledSmallSquare':'named-character-references','entity-zhcy':'named-character-references','ix-handler-oncanplay':'index','interactive-content-0':'content-models','dom-time-datetime':'text-level-semantics','entity-Breve':'named-character-references','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','entity-oplus':'named-character-references','entity-OverBar':'named-character-references','entity-micro':'named-character-references','dom-datatransferitem-kind':'dnd','entity-Iscr':'named-character-references','entity-auml':'named-character-references','applying-css-properties-to-webvtt-node-objects':'rendering','entity-nwarhk':'named-character-references','i-handler-onerror':'index','attr-table-datapagesize':'obsolete','generate-implied-end-tags':'tree-construction','refsRFC2119':'references','entity-ulcorner':'named-character-references','attr-tbody-char':'obsolete','the-personal-bar-barprop-object':'browsers','event-loops':'webappapis','entity-ograve':'named-character-references','entity-ssetmn':'named-character-references','dom-area-rellist':'the-map-element','entity-rHar':'named-character-references','entity-upsih':'named-character-references','attr-embed-align':'obsolete','attr-img-ismap':'embedded-content-1','entity-boxplus':'named-character-references','charset1024':'semantics','dom-script-event':'obsolete','dom-iframe-frameborder':'obsolete','entity-timesd':'named-character-references','dom-windowtimers-setinterval':'timers','entity-jsercy':'named-character-references','entity-Element':'named-character-references','completely-loaded':'the-end','entity-mapsto':'named-character-references','dom-tr-ch':'obsolete','entity-rightharpoondown':'named-characterreferences','attr-media-preload-metadata-state':'video','entity-phi':'named-character-references','dom-hidden':'editing','timed-text-tracks':'video','entity-OverBracket':'named-character-references','entity-Jcirc':'named-character-references','parse-state':'parsing','entity-ntriangleright':'named-character-references','multipart-form-data-encoding-algorithm':'association-of-controls-and-forms','attr-object-border':'obsolete','handler-window-onbeforeprint':'webappapis','refsBECSS':'references','sandboxWindowOpen':'browsers','dom-title':'elements','simple-dialogs':'timers','text-content':'content-models','attr-input-step':'common-input-element-attributes','dom-area-pathname':'the-map-element','handler-window-onfocus':'webappapis','ix-handler-onload':'index','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','interactive':'infrastructure','attr-tr-char':'obsolete','ix-handler-window-onbeforeprint':'index','entity-rarrpl':'named-character-references','the-colgroup-element':'tabular-data','entty-coloneq':'named-character-references','cache-failure-steps':'offline','attr-body-alink':'obsolete','range-state':'number-state','dom-range-setend':'infrastructure','dom-select-item':'the-button-element','embedding-custom-non-visible-data-with-the-data-attributes':'elements','dom-media-controls':'video','attr-table-border':'tabular-data','attr-track-kind-keyword-captions':'video','handler-appcache-onchecking':'offline','entity-acirc':'named-character-references','maximum-allowed-value-length':'association-of-controls-and-forms','entity-larrlp':'named-character-references','refsCHARMOD':'references','attr-dir-rtl-state':'elements','entity-DoubleContourIntegral':'named-character-references','before-doctype-public-identifier-state':'tokenization','datatransfer':'dnd','dom-navigator-useragent':'timers','attr-style-title':'semantics','dom-tokenlist-length':'common-dom-interfaces','entity-euml':'named-character-references','concept-input-max':'common-input-element-attributes','entity-gimel':'named-character-refrences','entity-urcrop':'named-character-references','entity-Icy':'named-character-references','entity-atilde':'named-character-references','list-of-dragged-nodes':'dnd','the-abbr-element':'text-level-semantics','attr-style-scoped':'semantics','the-autocomplete-attribute':'common-input-element-attributes','refsXMLNS':'references','entity-nopf':'named-character-references','entity-cuwed':'named-character-references','structure-of-this-specification':'introduction','dom-window-stop':'browsers','dom-input-max':'the-input-element','dom-applet-codebase':'obsolete','attr-param-valuetype':'obsolete','storage-mutex':'webappapis','entity-subseteqq':'named-character-references','parse-a-date-component':'common-microsyntaxes','other-applicable-specifications':'infrastructure','user-interface':'video','entity-Rfr':'named-character-references','entity-zwj':'named-character-references','media-resource':'video','entity-nsqsupe':'named-character-references','entity-NotExists':'named-character-references','establish-script-lock-source':'scripting-1','embedded-content':'content-models','interfaces':'index','collections-0':'common-dom-interfaces','dom-input-value-default':'common-input-element-attributes','element-restrictions':'syntax','entity-NotSucceedsSlantEqual':'named-character-references','dom-body-link':'obsolete','entity-radic':'named-character-references','entity-gacute':'named-character-references','document.write':'apis-in-html-documents','entity-Fscr':'named-character-references','handler-ondragover':'webappapis','compliance-with-other-specifications':'introduction','dom-texttrack-language':'video','entity-nlsim':'named-character-references','handler-onblur':'webappapis','dom-id':'elements','entity-parsim':'named-character-references','entity-lrarr':'named-character-references','entity-OverParenthesis':'named-character-references','media-element':'video','downloading-or-updating-an-application-cache':'offline','entity-osol':'named-character-references','ix-handler-ondurationchange':'index','entity-vBar':'named-charcter-references','entity-squf':'named-character-references','textarea-effective-width':'rendering','dom-input-list':'common-input-element-attributes','entity-DotDot':'named-character-references','event-popstate':'history','needs-a-date':'text-level-semantics','entity-lAtail':'named-character-references','dom-a-hostname':'text-level-semantics','multicol':'obsolete','entity-ofcir':'named-character-references','entity-nhArr':'named-character-references','dom-windowmodal-returnvalue':'timers','entity-sol':'named-character-references','entity-mapstoup':'named-character-references','entity-Equilibrium':'named-character-references','concept-dropzone-match':'dnd','link-type-next':'links','parsing-main-inbody':'tree-construction','concept-http-equivalent-headers':'fetching-resources','entity-fopf':'named-character-references','entity-Qscr':'named-character-references','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','dom-link-href':'semantics','pragma-set-defaut-language':'semantics','entity-ThinSpace':'named-character-references','entity-RightArrowBar':'named-character-references','alignment':'rendering','newlines':'syntax','dom-spellcheck':'editing','entity-NotTildeEqual':'named-character-references','entity-Hfr':'named-character-references','concept-rel-extensions':'links','drag-data-store-default-feedback':'dnd','limited-quirks-mode':'dom','attr-form-name':'forms','event-offline':'offline','big':'obsolete','entity-incare':'named-character-references','entity-LJcy':'named-character-references','entity-triangleleft':'named-character-references','parser-inserted':'scripting-1','entity-ncy':'named-character-references','entity-NotSquareSubsetEqual':'named-character-references','dom-media-network_idle':'video','root-element-of-a-document-object':'infrastructure','entity-rightleftharpoons':'named-character-references','entity-gtreqqless':'named-character-references','converted-to-ascii-lowercase':'infrastructure','valid-floating-point-number':'common-microsyntaxes''dom-option-text':'the-button-element','refsECMA357':'references','examples':'tabular-data','refsWIN874':'references','the-button-element-0':'rendering','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','dom-marquee-vspace':'obsolete','opening-the-input-stream':'apis-in-html-documents','entity-approxeq':'named-character-references','entity-caps':'named-character-references','dom-media-currentsrc':'video','refsCSSCOLOR':'references','entity-IJlig':'named-character-references','dom-document-write':'apis-in-html-documents','dom-details-open':'interactive-elements','escapingString':'the-end','entity-sqsubseteq':'named-character-references','dom-media-have_metadata':'video','content-type-sniffing-0':'fetching-resources','entity-rsquo':'named-character-references','valid-browsing-context-name':'browsers','self-closing-start-tag-state':'tokenization','entity-thickapprox':'named-character-references','entity-comp':'named-character-references','refsRFC1842':'references','entity-hfr':'named-chracter-references','dom-select-selectedoptions':'the-button-element','frames':'obsolete','entity-subsetneqq':'named-character-references','entity-nvinfin':'named-character-references','acknowledgements':'acknowledgements','dom-col-span':'tabular-data','entity-DD':'named-character-references','common-event-behaviors':'common-input-element-attributes','entity-Prime':'named-character-references','entity-xopf':'named-character-references','the-iframe-element':'the-iframe-element','entity-Rang':'named-character-references','external-resource-link':'links','dom-marquee-width':'obsolete','entity-DifferentialD':'named-character-references','attr-ol-type-state-lower-roman':'grouping-content','attr-hyperlink-target':'links','entity-SucceedsTilde':'named-character-references','entity-topf':'named-character-references','signed-integers':'common-microsyntaxes','refsCSSOM':'references','entity-realpart':'named-character-references','entity-vltri':'named-character-references','linkui':'semantics','entity-cudarrr':'named-caracter-references','valid-e-mail-address':'states-of-the-type-attribute','entity-cudarrl':'named-character-references','being-rendered':'rendering','refsGBK':'references','entity-UnderBar':'named-character-references','dom-a-port':'text-level-semantics','entity-zopf':'named-character-references','documents-in-the-dom':'dom','ix-handler-onfocus':'index','attr-input-max':'common-input-element-attributes','refsMEDIAFRAG':'references','entity-DiacriticalDot':'named-character-references','script-s-browsing-context':'webappapis','entity-ltdot':'named-character-references','entity-NotLeftTriangleEqual':'named-character-references','entity-RoundImplies':'named-character-references','entity-bsol':'named-character-references','handler-onmousewheel':'webappapis','event-dragend':'dnd','dom-media-readystate':'video','syntax-references':'common-microsyntaxes','ix-handler-ondragstart':'index','valid-week-string':'common-microsyntaxes','entity-Del':'named-character-references','concept-fetch-loaded':'fetching-resources','ntity-nvrtrie':'named-character-references','primary-context':'the-canvas-element','entity-Eogon':'named-character-references','concept-column':'tabular-data','rawtext-end-tag-open-state':'tokenization','entity-lrhar':'named-character-references','texttrack':'video','handler-onmouseup':'webappapis','attr-body-marginbottom':'obsolete','entity-Hopf':'named-character-references','entity-dcaron':'named-character-references','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-textarea-cols-value':'the-button-element','attr-meta-http-equiv-content-type':'semantics','entity-LeftTriangle':'named-character-references','attr-fs-target':'association-of-controls-and-forms','entity-RightDownVector':'named-character-references','entity-blacktriangleleft':'named-character-references','entity-Atilde':'named-character-references','htmldivelement':'grouping-content','entity-DownBreve':'named-character-references','entity-DownRightVector':'named-character-references','stopped-due-to-errors':video','dom-input-align':'obsolete','dom-tr-insertcell':'tabular-data','validity-states':'association-of-controls-and-forms','entity-Rho':'named-character-references','selector-rtl':'links','handler-onmousemove':'webappapis','dom-textarea-type':'the-button-element','entity-nvsim':'named-character-references','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','unit-of-related-similar-origin-browsing-contexts':'browsers','entity-subedot':'named-character-references','entity-lmidot':'named-character-references','entity-Tstrok':'named-character-references','refsCSS':'references','entity-VerticalTilde':'named-character-references','creating-and-inserting-elements':'tree-construction','entity-risingdotseq':'named-character-references','htmloptionscollection-0':'common-dom-interfaces','entity-mldr':'named-character-references','entity-egsdot':'named-character-references','entity-cwint':'named-character-references','the-canvas-element':'the-canvas-element','parsing-xhtml-documents':'the-xhtml-syntax','ftch':'fetching-resources','entity-erDot':'named-character-references','entity-boxHD':'named-character-references','event-appcache-checking':'offline','entity-Dashv':'named-character-references','entity-boxHU':'named-character-references','after-doctype-name-state':'tokenization','parsing-html-fragments':'the-end','dom-texttrackcue-starttime':'video','refsUTR36':'references','specially-focusable':'editing','entity-boxHd':'named-character-references','entity-abreve':'named-character-references','algorithm-for-growing-downward-growing-cells':'tabular-data','concept-marquee-off':'obsolete','entity-boxHu':'named-character-references','entity-numero':'named-character-references','entity-rtrie':'named-character-references','dom-media-pause':'video','entity-euro':'named-character-references','entity-rtrif':'named-character-references','after-attribute-name-state':'tokenization','entity-kjcy':'named-character-references','dom-marquee-truespeed':'obsolete','selector-indeterminate':'links','concept-js-deref':'webappaps','entity-ii':'named-character-references','entity-solbar':'named-character-references','frames-and-framesets':'rendering','entity-in':'named-character-references','entity-swnwar':'named-character-references','entity-ic':'named-character-references','attr-tbody-charoff':'obsolete','attr-input-type-hidden-keyword':'the-input-element','documentEncoding':'parsing','dom-track-track':'video','entity-smt':'named-character-references','htmloptionelement':'the-button-element','entity-leftrightsquigarrow':'named-character-references','entity-isin':'named-character-references','the-execution-of-scripts-that-are-moving-across-multiple-documents':'the-end','dom-uda-pathname':'urls','concept-textarea-raw-value':'the-button-element','entity-GreaterEqual':'named-character-references','skip-white_space-characters':'common-microsyntaxes','entity-gescc':'named-character-references','doctype-name-state':'tokenization','attr-input-type-checkbox-keyword':'the-input-element','entity-Iogon':'named-character-references','dom-histry-forward':'history','entity-psi':'named-character-references','entity-fork':'named-character-references','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','constraints':'association-of-controls-and-forms','history-notes':'history','attr-input-multiple':'common-input-element-attributes','entity-Fopf':'named-character-references','entity-Kscr':'named-character-references','dom-audio-s':'video','dom-hr-noshade':'obsolete','text-track-cue-vertical-growing-right-writing-direction':'video','entity-bumpe':'named-character-references','script-processing-start':'scripting-1','concept-marquee-on':'obsolete','attr-input-accept':'number-state','entity-lharul':'named-character-references','dom-input-defaultvalue':'the-input-element','dom-table-bgcolor':'obsolete','dom-iframe-sandbox':'the-iframe-element','command-facet-disabledstate':'commands','entity-nsup':'named-character-references','entity-therefore':'named-character-references','attr-details-open':'interactive-lements','the-title-attribute':'elements','entity-nsub':'named-character-references','entity-NotGreaterGreater':'named-character-references','entity-numsp':'named-character-references','dom-document-commands':'commands','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','concept-input-type-image-coordinate':'number-state','entity-Because':'named-character-references','entity-frac45':'named-character-references','attr-area-alt':'the-map-element','represented-by-the-collection':'common-dom-interfaces','obsolete-permitted-doctype':'syntax','entity-awint':'named-character-references','entity-eogon':'named-character-references','entity-Rcaron':'named-character-references','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','locked-for-reset':'forms','entity-ast':'named-character-references','entity-sext':'named-character-references','entity-erarr':'named-character-references','entity-imath':'named-character-references','the-details-element0':'rendering','entity-ncup':'named-character-references','the-code-element':'text-level-semantics','attr-menu-type':'interactive-elements','entity-frown':'named-character-references','dom-a-media':'text-level-semantics','attr-input-value':'the-input-element','e-mail-state':'states-of-the-type-attribute','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','entity-odot':'named-character-references','dom-command-ro-commandtype':'commands','expose-a-user-interface-to-the-user':'video','handler-oncontextmenu':'webappapis','entity-Proportional':'named-character-references','attr-object-vspace':'obsolete','unexpected-markup-in-tables':'the-end','ix-handler-onsuspend':'index','attr-datasrc':'obsolete','attr-meta-charset':'semantics','dom-range-startcontainer':'infrastructure','dom-image-w':'embedded-content-1','ix-handler-onmouseup':'index','ix-handler-onratechange':'index','scriptForeignEndTag':'tree-construction','entity-nrtri':'named-character-references','attr-tdth-width':'obsolete','rset-the-form-owner':'association-of-controls-and-forms','entity-QUOT':'named-character-references','entity-fpartint':'named-character-references','entity-phiv':'named-character-references','refsJSURL':'references','the-link-element':'semantics','entity-gesdoto':'named-character-references','entity-Bopf':'named-character-references','text':'infrastructure','attr-col-align':'obsolete','entity-fllig':'named-character-references','entity-uogon':'named-character-references','dom-frame-contentdocument':'obsolete','entity-lbrke':'named-character-references','dom-media-seeking':'video','the-html-element-0':'semantics','entity-DownTee':'named-character-references','entity-sqsup':'named-character-references','entity-DownRightTeeVector':'named-character-references','entity-sqsub':'named-character-references','the-figcaption-element':'grouping-content','dom-datatransfer-addelement':'dnd','recommended-reading':'introduction','entity-uarr':'named-character-references','selector-link':'links','event-click':'infrastructure,'password-state':'states-of-the-type-attribute','dom-tdth-height':'obsolete','the-head-element-0':'semantics','attr-button-type-button':'the-button-element','entity-rarrtl':'named-character-references','attr-video-poster':'video','normal-elements':'syntax','dom-img-hspace':'obsolete','entity-LeftUpDownVector':'named-character-references','entity-nspar':'named-character-references','dom-script-type':'scripting-1','entity-larrpl':'named-character-references','entity-SupersetEqual':'named-character-references','initial-playback-position':'video','plugin':'infrastructure','common-dom-interfaces':'common-dom-interfaces','attr-meta-scheme':'obsolete','attributes':'elements','entity-Epsilon':'named-character-references','ix-handler-onmousedown':'index','comment':'tokenization','entity-jcirc':'named-character-references','dom-div-align':'obsolete','entity-geqslant':'named-character-references','concept-appcache-onlinewhitelist-wildcard':'offline','browsing-context':'browsers','dom-textarea-textlength':'the-button-lement','entity-hyphen':'named-character-references','media-element-load-algorithm':'video','entity-bne':'named-character-references','dom-textarea-placeholder':'the-button-element','event-media-seeked':'video','entity-cupdot':'named-character-references','entity-ltcir':'named-character-references','dom-param-type':'obsolete','concept-input-value-dirty-flag':'the-input-element','entity-rcub':'named-character-references','dom-style-media':'semantics','entity-bigstar':'named-character-references','attr-tr-valign':'obsolete','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-link-is-an-alternative-stylesheet':'links','dom-datatransfer-cleardata':'dnd','tokenization':'tokenization','entity-NotEqualTilde':'named-character-references','dom-param-valuetype':'obsolete','attr-object-codetype':'obsolete','noopener':'browsers','dom-dragevent-initdragevent':'dnd','entity-references':'infrastructure','dom-optgroup-disabled':'the-button-element','entity-ifr':'named-character-references','entty-iff':'named-character-references','command-createlink':'dnd','htmldlistelement':'grouping-content','entity-fltns':'named-character-references','concept-events-trusted':'infrastructure','entity-bigtriangledown':'named-character-references','center':'obsolete','entity-bprime':'named-character-references','entity-xcup':'named-character-references','dom-window-toolbar':'browsers','ix-handler-ondragenter':'index','entity-lscr':'named-character-references','dom-meter-low':'the-button-element','concept-select-size':'the-button-element','nextid':'obsolete','elements-in-the-dom':'elements','dom-tokenlist-contains':'common-dom-interfaces','dom-media-loop':'video','attr-area-shape-poly':'the-map-element','dom-option-tv':'the-button-element','doctype-system-identifier-single-quoted-state':'tokenization','dom-document-querycommandsupported':'dnd','the-fieldset-element':'forms','entity-Abreve':'named-character-references','entity-minusdu':'named-character-references','attr-xml-lang':'elements','attr-link-target':'obsoete','entity-cupcup':'named-character-references','concept-input-value-date-string':'the-input-element','dom-texttrack-none':'video','dom-form-checkvalidity':'forms','table-layout-techniques':'tabular-data','entity-bigcirc':'named-character-references','sandboxed-origin-browsing-context-flag':'the-iframe-element','attr-button-type-button-state':'the-button-element','htmlolistelement':'grouping-content','dom-iframe-contentdocument':'the-iframe-element','attr-command-label':'interactive-elements','ix-handler-onkeyup':'index','attr-body-link':'obsolete','sample-handler-impl':'timers','handler-onreadystatechange':'webappapis','handler-onkeypress':'webappapis','dom-frame-name':'obsolete','entity-or':'named-character-references','attr-textarea-wrap':'the-button-element','the-doctype':'syntax','refsHTMLDIFF':'references','create-an-impotent-script':'webappapis','entity-oS':'named-character-references','suffering-from-a-type-mismatch':'association-of-controls-and-forms','event-appcache-error':'offline','applicationcache':'offline','dom-frame-src':'obsolete','refsWIN949':'references','dom-lang':'elements','entity-DownArrowUpArrow':'named-character-references','attr-ul-compact':'obsolete','mime-type':'infrastructure','create-a-drag-data-store':'dnd','sandboxed-plugins-browsing-context-flag':'the-iframe-element','attr-data':'elements','loading-the-media-resource':'video','entity-supnE':'named-character-references','application-xhtml-xml':'iana','entity-LeftVector':'named-character-references','entity-NotSuperset':'named-character-references','interactively-validate-the-constraints':'association-of-controls-and-forms','entity-LongRightArrow':'named-character-references','entity-supne':'named-character-references','entity-DScy':'named-character-references','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','attr-area-shape-keyword-circ':'the-map-element','entity-solb':'named-character-references','serializability-of-script-execution':'introduction','entity-asympeq':'named-character-references','entity-circ':'named-character-references','editing':'editing','entity-not':'named-character-references','internal-structured-cloning-algorithm':'common-dom-interfaces','entity-Longrightarrow':'named-character-references','entity-nsccue':'named-character-references','dom-object-contentdocument':'the-iframe-element','caret-position':'editing','entity-nltrie':'named-character-references','entity-frac23':'named-character-references','dom-datatransferitems-add':'dnd','entity-frac25':'named-character-references','entity-ggg':'named-character-references','mime-types':'video','entity-rcaron':'named-character-references','entity-Theta':'named-character-references','space-character':'common-microsyntaxes','dom-ol-start':'grouping-content','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','refsCSSFONTS':'references','entity-CHcy':'named-character-references','comment-end-state':'tokenization','entity-NewLine':'named-character-references','refsUNICODE':'references','resRFC2426':'references','refsRFC2425':'references','entity-CounterClockwiseContourIntegral':'named-character-references','entity-leftleftarrows':'named-character-references','entity-nexists':'named-character-references','entity-blacktriangledown':'named-character-references','browsing-context-names':'browsers','entity-phone':'named-character-references','concept-appcache-pending-masters':'offline','attr-meter-high':'the-button-element','refsRFC1554':'references','attr-label-for':'forms','refsXHR':'references','entity-becaus':'named-character-references','row-group-header':'tabular-data','concept-appcache-cache':'offline','obtain-a-physical-form':'rendering','entity-MinusPlus':'named-character-references','entity-oacute':'named-character-references','ix-handler-onchange':'index','the-end':'the-end','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','attr-media-src':'video','entity-ImaginaryI':'named-character-references','changesToNetworkingModel':'offline','the-s-element':'text-level-seantics','fire-loadedmetadata':'video','entity-tcaron':'named-character-references','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','concept-uda-input':'urls','resetting-a-form':'association-of-controls-and-forms','attr-iframe-vspace':'obsolete','the-cite-element':'text-level-semantics','dom-area-port':'the-map-element','entity-UnderBrace':'named-character-references','non-conforming-features':'obsolete','entity-varrho':'named-character-references','creator-browsing-context':'browsers','entity-nLt':'named-character-references','entity-thksim':'named-character-references','dom-windowbase64-btoa':'webappapis','dom-texttrack-loaded':'video','dom-feature-strings':'common-dom-interfaces','entity-otimesas':'named-character-references','entity-nLl':'named-character-references','appcache':'offline','encrypted-http-and-related-security-concerns':'fetching-resources','entity-DownLeftRightVector':'named-character-references','original-insertion-mode':'parsing','entity-Uarr':'named-character-references''drag-data-store-elements-list':'dnd','dom-textarea-rows':'the-button-element','attr-fs-action':'association-of-controls-and-forms','fire-a-simple-event':'webappapis','infrastructure':'infrastructure','dom-progress-position':'the-button-element','entity-vartriangleright':'named-character-references','dom-media-volume':'video','dom-timeranges-end':'video','entity-roang':'named-character-references','entity-VeryThinSpace':'named-character-references','mq':'common-microsyntaxes','entity-isinsv':'named-character-references','entity-mumap':'named-character-references','entity-searrow':'named-character-references','entity-uhblk':'named-character-references','entity-rdquor':'named-character-references','edits-and-paragraphs':'edits','dom-form-elements':'forms','split-a-string-on-spaces':'common-microsyntaxes','unknown-images':'embedded-content-1','entity-divide':'named-character-references','dom-htmloptionscollection-remove':'common-dom-interfaces','entity-rect':'named-character-references','entity-lesseqgtr':'namd-character-references','meta-description':'semantics','valid-simple-color':'common-microsyntaxes','dom-frameset-rows':'obsolete','handler-onload':'webappapis','entity-bemptyv':'named-character-references','entity-uuml':'named-character-references','reload-override-flag':'dom','style-sheet-ready':'semantics','scripting-0':'infrastructure','writing':'syntax','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','dom-input-required':'the-input-element','entity-DoubleLeftArrow':'named-character-references','entity-Aopf':'named-character-references','the-bdi-element':'text-level-semantics','dom-validitystate-valid':'association-of-controls-and-forms','using-the-option-element-to-define-a-command':'commands','attr-base-href':'semantics','sbu-not-copy':'webappapis','track-url':'video','the-blockquote-element':'grouping-content','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'the-input-element','entity-boxDR':'named-character-references','entity-boxDL':'named-character-references''navigate-non-Document':'history','matching-html-elements-using-selectors':'links','attr-input-type-color-keyword':'the-input-element','dom-media-load':'video','entity-rsaquo':'named-character-references','entity-boxDr':'named-character-references','toolbars':'interactive-elements','entity-boxDl':'named-character-references','entity-lsquo':'named-character-references','entity-lvertneqq':'named-character-references','explicit-eof-character':'parsing','concept-input-step':'common-input-element-attributes','entity-kcedil':'named-character-references','entity-supedot':'named-character-references','entity-Sqrt':'named-character-references','entity-sect':'named-character-references','xpath-1.0-processors':'apis-in-html-documents','entity-CircleDot':'named-character-references','text-track-loaded':'video','suffering-from-being-too-long':'association-of-controls-and-forms','dom-name':'browsers','entity-NotPrecedesSlantEqual':'named-character-references','entity-Nopf':'named-character-references','timed-text-tracks-':'rendering','rank':'sections','network-states':'video','entity-mu':'named-character-references','the-footer-element':'sections','entity-mp':'named-character-references','dom-document-bgcolor':'obsolete','link-type-help':'links','list-of-scripts-that-will-execute-in-order-as-soon-as-possible':'scripting-1','refsMFREL':'references','security-3':'history','entity-ltquest':'named-character-references','documenttype':'infrastructure','entity-uscr':'named-character-references','attr-script-charset':'scripting-1','htmlcollection-0':'common-dom-interfaces','dom-media-have_nothing':'video','entity-subplus':'named-character-references','dom-document-plugins':'dom','entity-jscr':'named-character-references','entity-tscy':'named-character-references','entity-tscr':'named-character-references','scriptTagXML':'the-xhtml-syntax','classes':'elements','the-multiple-attribute':'common-input-element-attributes','dom-mediaerror-code':'video','form-element-pointer':'parsing','concept-form-association':'association-of-controlsand-forms','syntax-ambiguous-ampersand':'syntax','entity-para':'named-character-references','entity-NotCongruent':'named-character-references','parse-a-url':'urls','entity-part':'named-character-references','attr-ol-type-keyword-upper-alpha':'grouping-content','dom-tdth-width':'obsolete','entity-PrecedesEqual':'named-character-references','event-drag':'dnd','refsWIN31J':'references','guidance-for-conformance-checkers':'embedded-content-1','the-title-element':'dom','entity-swarhk':'named-character-references','entity-mcomma':'named-character-references','entity-tcy':'named-character-references','entity-niv':'named-character-references','entity-nis':'named-character-references','script-processing-style-delayed':'scripting-1','the-mark-element':'text-level-semantics','entity-ldquor':'named-character-references','terminology-0':'urls','entity-geq':'named-character-references','entity-ges':'named-character-references','concept-datetime-local':'common-microsyntaxes','pseudo-classes':'links','colors':'common-microyntaxes','entity-gel':'named-character-references','handler-window-onload':'webappapis','htmloptionscollection':'common-dom-interfaces','entity-nprcue':'named-character-references','htmlstyleelement':'semantics','dom-title-text':'semantics','the-sub-and-sup-elements':'text-level-semantics','parsing-main-inselectintable':'tree-construction','attr-dropzone-link':'dnd','ix-handler-onkeypress':'index','dom-option-form':'the-button-element','entity-Gfr':'named-character-references','refsFILEAPI':'references','attr-iframe-srcdoc':'the-iframe-element','entity-YAcy':'named-character-references','entity-angrt':'named-character-references','the-placeholder-attribute':'common-input-element-attributes','entity-sqsube':'named-character-references','no_data_allowed_err':'common-dom-interfaces','dom-hr-width':'obsolete','entity-Amacr':'named-character-references','attr-tdth-headers':'tabular-data','entity-leftthreetimes':'named-character-references','active-document':'browsers','entity-centerdot':'named-character-referencs','entity-circeq':'named-character-references','entity-spades':'named-character-references','refsORIGIN':'references','wrong_document_err':'common-dom-interfaces','attr-head-profile':'obsolete','entity-Dstrok':'named-character-references','entity-ldrushar':'named-character-references','attr-tdth-charoff':'obsolete','refsCP51932':'references','dom-hashchangeevent-inithashchangeevent':'history','entity-bottom':'named-character-references','entity-diamond':'named-character-references','base64-table':'webappapis','mediaerror':'video','concept-section':'sections','cdata-section-state':'tokenization','concept-appcache-explicit':'offline','current-table':'parsing','attr-area-shape-rect':'the-map-element','entity-trianglelefteq':'named-character-references','entity-sqsupset':'named-character-references','syntax-errors':'introduction','entity-SquareSuperset':'named-character-references','attr-keygen-challenge':'the-button-element','category-reset':'forms','attr-th-scope-col':'tabular-data','n':'tabular-data','entit-Nu':'named-character-references','attr-fs-method-get':'association-of-controls-and-forms','bogus-comment-state':'tokenization','list-of-active-timeouts':'timers','entity-Zopf':'named-character-references','document-base-url':'urls','entity-Sup':'named-character-references','dom-area-host':'the-map-element','rules-for-parsing-integers':'common-microsyntaxes','attr-fs-formmethod':'association-of-controls-and-forms','entity-Sum':'named-character-references','entity-Sub':'named-character-references','xml-mime-type':'infrastructure','attr-img-hspace':'obsolete','ix-handler-window-onpopstate':'index','handler-onended':'webappapis','entity-hArr':'named-character-references','entity-Ntilde':'named-character-references','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','object-type-detection':'the-iframe-element','dialog-arguments-origin':'timers','entity-angmsd':'named-character-references','has-a-border':'rendering','htmlkeygenelement':'the-button-element','entity-larrtl':'named-character-rferences','entity-Xopf':'named-character-references','statically-validate-the-constraints':'association-of-controls-and-forms','entity-succneqq':'named-character-references','dom-script-async':'scripting-1','entity-mscr':'named-character-references','attr-input-type-time-keyword':'the-input-element','entity-Ncedil':'named-character-references','entity-nvle':'named-character-references','entity-efr':'named-character-references','entity-Topf':'named-character-references','entity-nvlt':'named-character-references','category-label':'forms','scriptingLanguages':'scripting-1','entity-exist':'named-character-references','script-data-escaped-end-tag-open-state':'tokenization','foster-parent':'tree-construction','entity-VerticalSeparator':'named-character-references','network_err':'common-dom-interfaces','entity-rangd':'named-character-references','entity-range':'named-character-references','entity-ThickSpace':'named-character-references','entity-real':'named-character-references','entity-eparsl':'named-character-reerences','entity-InvisibleTimes':'named-character-references','the-ins-element':'edits','attr-embed-type':'the-iframe-element','insert-an-html-element':'tree-construction','best-representation-of-the-number-as-a-floating-point-number':'common-microsyntaxes','invalid_modification_err':'common-dom-interfaces','dom-windowtimers-clearinterval':'timers','event-dragenter':'dnd','configuring-a-form-to-communicate-with-a-server':'forms','support-the-scripting-language':'scripting-1','entity-leftrightarrows':'named-character-references','entity-Cup':'named-character-references','dom-iframe-align':'obsolete','acknowledge-self-closing-flag':'tokenization','refsATOM':'references','entity-Sscr':'named-character-references','dom-datatransferitems-item':'dnd','attr-button-type-submit':'the-button-element','isindex-0':'obsolete','index_size_err':'common-dom-interfaces','cdata-sections':'syntax','event-media-play':'video','attr':'infrastructure','end-tag-open-state':'tokenization','rawtext-end-tag-name-state':'tokenization''entity-sqcaps':'named-character-references','refsSVG':'references','entity-infin':'named-character-references','entity-DoubleVerticalBar':'named-character-references','concept-spellcheck-default-false':'editing','method-context':'timers','entity-sc':'named-character-references','application-x-www-form-urlencoded-encoding-algorithm':'association-of-controls-and-forms','entity-scaron':'named-character-references','entity-longmapsto':'named-character-references','entity-Uuml':'named-character-references','current-document-readiness':'dom','entity-Uacute':'named-character-references','node':'infrastructure','entity-rscr':'named-character-references','foreign-elements':'syntax','webappapis':'webappapis','entity-swarr':'named-character-references','handler-appcache-onupdateready':'offline','meta-keywords':'semantics','scriptEndTag':'tree-construction','entity-Lopf':'named-character-references','track-label':'video','entity-Yfr':'named-character-references','navigating-nested-browsing-contexts-in-the-dom':'browses','link-type-sidebar':'links','dom-time-pubdate':'text-level-semantics','timeline-offset':'video','dom-cva-validationmessage':'association-of-controls-and-forms','entity-digamma':'named-character-references','entity-searhk':'named-character-references','dom-applet-height':'obsolete','handler-texttrack-oncuechange':'video','entity-iuml':'named-character-references','entity-tau':'named-character-references','dom-table-createtbody':'tabular-data','entity-ddagger':'named-character-references','normalized-timeranges-object':'video','entity-triangleright':'named-character-references','entity-Jsercy':'named-character-references','attr-hyperlink-href':'links','list-of-code-entry-points':'webappapis','obsolete':'obsolete','number-state':'number-state','entity-blacktriangle':'named-character-references','clear-the-stack-back-to-a-table-context':'tree-construction','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'the-iframe-element','entity-SHcy':'named-character-references','entity-RighUpTeeVector':'named-character-references','global-dates-and-times':'common-microsyntaxes','entity-agrave':'named-character-references','entity-rfloor':'named-character-references','entity-boxUr':'named-character-references','entity-setmn':'named-character-references','entity-angmsdah':'named-character-references','entity-forall':'named-character-references','entity-angmsdab':'named-character-references','entity-angmsdac':'named-character-references','resource-metadata-management':'dom','entity-angmsdaa':'named-character-references','entity-angmsdaf':'named-character-references','entity-angmsdag':'named-character-references','entity-angmsdad':'named-character-references','entity-angmsdae':'named-character-references','link-type-license':'links','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','handler-oncuechange':'webappapis','sectioning-content':'content-models','syntax-tag-name':'syntax','style-default-media':'semantics','an-entry-with-persistd-user-state':'history','entity-vellip':'named-character-references','concept-time-time':'text-level-semantics','entity-subE':'named-character-references','entity-gamma':'named-character-references','attr-area-shape-keyword-polygon':'the-map-element','image-maps-0':'rendering','dom-prompt':'timers','entity-sube':'named-character-references','dom-print':'timers','obtain-the-storage-mutex':'webappapis','entity-nvgt':'named-character-references','entity-Cedilla':'named-character-references','entity-lesseqqgtr':'named-character-references','attr-input-readonly':'common-input-element-attributes','character-reference-in-attribute-value-state':'tokenization','webvtt-cue-text-rendering-rules':'rendering','dom-a-rev':'obsolete','entity-TripleDot':'named-character-references','dom-a-rel':'text-level-semantics','entity-gcy':'named-character-references','syntax-attribute-value':'syntax','entity-Rsh':'named-character-references','text-track-not-loaded':'video','entity-omega':'named-character-references','command-superscipt':'dnd','table-model':'tabular-data','entity-lpar':'named-character-references','attr-marquee-direction-left':'obsolete','the-option-element':'the-button-element','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','entity-Leftrightarrow':'named-character-references','attr-a-rev':'obsolete','htmlareaelement':'the-map-element','entity-Zcy':'named-character-references','entity-profsurf':'named-character-references','dialogs-implemented-using-separate-documents':'timers','entity-LT':'named-character-references','parser-appcache':'tree-construction','url-query':'urls','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'the-end','entity-preceq':'named-character-references','attr-select-multiple':'the-button-element','htmlmarqueeelement':'obsolete','entity-Ll':'named-character-references','the-span-element':'text-level-semantics','entity-Lt':'named-character-references','entity-GreaterLess':'named-character-references','entity-scirc':'named-character-referenes','entity-lsime':'named-character-references','entity-lsimg':'named-character-references','text-track-cue-pause-on-exit-flag':'video','a-quick-introduction-to-html':'introduction','entity-ntilde':'named-character-references','rcdata-state':'tokenization','ix-handler-onabort':'index','attr-input-autocomplete':'common-input-element-attributes','closing-the-input-stream':'apis-in-html-documents','text-track-cue-order':'video','concept-appcache-master':'offline','conversations':'links','entity-HumpEqual':'named-character-references','concept-http-equivalent-codes':'fetching-resources','uievent':'infrastructure','entity-lrm':'named-character-references','entity-wfr':'named-character-references','entity-Integral':'named-character-references','other-metadata-names':'semantics','concept-progress-maximum':'the-button-element','entity-robrk':'named-character-references','entity-UpEquilibrium':'named-character-references','future-pseudo-class':'rendering','entity-vartriangleleft':'named-character-references','best-pactices-for-implementors-of-media-elements':'video','attr-command-radiogroup':'interactive-elements','a-browsing-context-is-discarded':'browsers','entity-oint':'named-character-references','htmlunknownelement':'elements','entity-NotSubsetEqual':'named-character-references','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','the-size-attribute':'common-input-element-attributes','entity-Downarrow':'named-character-references','entity-bnot':'named-character-references','concept-error-nothandled':'webappapis','entity-sfrown':'named-character-references','attr-hr-width':'obsolete','image-maps':'the-map-element','origin':'origin-0','handler-marquee-onbounce':'obsolete','entity-Uarrocir':'named-character-references','entity-Uring':'named-character-references','entity-race':'named-character-references','entity-wedbar':'named-character-references','concept-option-index':'the-button-element','entity-dtri':'named-character-references','entity-ncongdot':'named-character-references','doctypelegacy-string':'syntax','the-list-of-active-formatting-elements':'parsing','error-codes':'video','dom-option-tvds':'the-button-element','dom-command-ro-disabled':'commands','entity-zscr':'named-character-references','entity-thetav':'named-character-references','ix-handler-onvolumechange':'index','dom-document-close':'apis-in-html-documents','the-figure-element':'grouping-content','entity-lstrok':'named-character-references','attr-track-kind-chapters':'video','entity-Uparrow':'named-character-references','valid-non-empty-url-potentially-surrounded-by-spaces':'urls','entity-curvearrowright':'named-character-references','dom-object-hspace':'obsolete','handler-onemptied':'webappapis','common-input-element-attributes':'common-input-element-attributes','dom-option-index':'the-button-element','entity-realine':'named-character-references','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'commands','entity-LeftDoubleBracket':'nmed-character-references','attr-link-sizes':'links','refsGRAPHICS':'references','dom-table-deleterow':'tabular-data','dom-object-code':'obsolete','entity-wreath':'named-character-references','dom-form-name':'forms','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','handler-ondrop':'webappapis','entity-gscr':'named-character-references','list-of-active-formatting-elements':'parsing','event-pageshow':'history','entity-ltrif':'named-character-references','entity-ltrie':'named-character-references','read-html':'history','processinginstruction':'infrastructure','entity-NoBreak':'named-character-references','set-of-scripts-that-will-execute-as-soon-as-possible':'scripting-1','concept-option-selectedness':'the-button-element','misinterpreted-for-compatibility':'parsing','spacer':'obsolete','entity-congdot':'named-character-references','dom-area-hreflang':'the-map-element','entity-Kfr':'named-character-references','custom-validity-error-message':'association-of-controls-and-forms','dom-length':'browsers''entity-Tfr':'named-character-references','the-min-and-max-attributes':'common-input-element-attributes','next-input-character':'parsing','navigatorcontentutils':'timers','entity-gtcc':'named-character-references','nobr':'obsolete','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'tokenization','sce-not-copy':'webappapis','entity-eqslantgtr':'named-character-references','dom-meta-content':'semantics','dom-node-localname':'infrastructure','concept-input-min-default':'common-input-element-attributes','dom-object-data':'the-iframe-element','entity-cupor':'named-character-references','concept-time':'common-microsyntaxes','entity-Lscr':'named-character-references','the-var-element':'text-level-semantics','entity-plusb':'named-character-references','entity-pluse':'named-character-references','rules-for-parsing-a-list-of-dimensions':'common-microsyntaxes','the-summary-element':'interactive-elements','refsGREGORIAN':'references','the-header-element':'sections','the-dropzone-attibute':'dnd','entity-vnsub':'named-character-references','entity-RightDownTeeVector':'named-character-references','entity-larrb':'named-character-references','dom-domstringmap-removeitem':'common-dom-interfaces','entity-vnsup':'named-character-references','dom-appcache-updateready':'offline','entity-num':'named-character-references','dom-area-href':'the-map-element','entity-gopf':'named-character-references','concept-appcache-selection':'offline','entity-macr':'named-character-references','entity-bigcap':'named-character-references','entity-ensp':'named-character-references','authoring':'the-map-element','dom-output-type':'the-button-element','entity-nltri':'named-character-references','rendered-legend':'rendering','entity-nLtv':'named-character-references','dom-command-ro-icon':'commands','attr-iframe-name':'the-iframe-element','entity-harrw':'named-character-references','sandboxLinks':'history','entity-lacute':'named-character-references','dom-fe-autofocus':'association-of-controls-and-forms','making-entie-documents-editable':'editing','dom-document-getelementbyid':'infrastructure','dom-input-accept':'the-input-element','attr-media-loop':'video','dom-fe-name':'association-of-controls-and-forms','entity-verbar':'named-character-references','anonymous-command':'commands','doctype-state':'tokenization','synchronous-section':'webappapis','seamlessLinks':'history','entity-straightphi':'named-character-references','prefix-match':'infrastructure','entity-LessSlantEqual':'named-character-references','entity-aopf':'named-character-references','entity-bsemi':'named-character-references','entity-dollar':'named-character-references','text-track-cue-end-time':'video','entity-Backslash':'named-character-references','concept-input-value-string-number':'the-input-element','some-sample-manifests':'offline','entity-KHcy':'named-character-references','dnd':'dnd','tree-construction':'tree-construction','unclosed-formatting-elements':'the-end','domstring_size_err':'common-dom-interfaces','the-dt-element':'grouping-content','evets':'webappapis','entity-thorn':'named-character-references','the-window-object':'browsers','entity-rmoustache':'named-character-references','attr-textarea-dirname':'the-button-element','concept-input-step-scale':'common-input-element-attributes','dom-link-hreflang':'semantics','dom-select-value':'the-button-element','entity-precneqq':'named-character-references','drag-data-store-item-list':'dnd','entity-circlearrowleft':'named-character-references','html-namespace-0':'namespaces','entity-gap':'named-character-references','dom-form-autocomplete':'forms','entity-backcong':'named-character-references','dom-document-readystate':'dom','refsRFC2046':'references','nodelist':'infrastructure','entity-cuepr':'named-character-references','current-target-element':'dnd','entity-LeftUpVector':'named-character-references','dom-a-shape':'obsolete','dom-mutabletexttrack-removecue':'video','entity-leftarrow':'named-character-references','entity-nsubseteqq':'named-character-references','dom-textarea-input-selectionend':'assoiation-of-controls-and-forms','create-a-document-object':'history','entity-Lsh':'named-character-references','dom-window-blur':'editing','the-del-element':'edits','refsWEBWORKERS':'references','entity-subsup':'named-character-references','concept-output-defaultvalue':'the-button-element','isindex':'tree-construction','entity-vArr':'named-character-references','entity-Rrightarrow':'named-character-references','concept-task':'webappapis','entity-subsub':'named-character-references','entity-Re':'named-character-references','entity-Equal':'named-character-references','return-value':'timers','dom-input-indeterminate':'the-input-element','attr-table-summary':'obsolete','entity-gtreqless':'named-character-references','focusable':'editing','override-url':'history','concept-appcache-manifest-network':'offline','dom-htmlcollection-nameditem':'common-dom-interfaces','text-track-cue-identifier':'video','entity-SquareIntersection':'named-character-references','entity-DoubleLongLeftRightArrow':'named-character-references,'ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','concept-row':'tabular-data','doctype-public-identifier-single-quoted-state':'tokenization','non-interactive':'infrastructure','entity-zfr':'named-character-references','entity-nLeftrightarrow':'named-character-references','dom-trees':'infrastructure','entity-blacksquare':'named-character-references','entity-Lstrok':'named-character-references','refsWEBIDL':'references','temporary-buffer':'tokenization','attr-link-type':'semantics','between-doctype-public-and-system-identifiers-state':'tokenization','enabling-and-disabling-scripting':'webappapis','clear-the-stack-back-to-a-table-body-context':'tree-construction','dom-texttrackcuelist-getcuebyid':'video','concept-bc-script':'webappapis','inline-documentation-for-external-scripts':'scripting-1','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','dom-texttrack-readystate':'video','atr-option-value':'the-button-element','command-inserttext':'dnd','dom-base-href':'semantics','dom-showmodaldialog':'timers','entity-Ecy':'named-character-references','the-windowproxy-object':'browsers','popstateevent':'history','entity-between':'named-character-references','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'links','entity-eacute':'named-character-references','entity-operp':'named-character-references','entity-nang':'named-character-references','entity-int':'named-character-references','rules-for-parsing-simple-color-values':'common-microsyntaxes','entity-times':'named-character-references','entity-lbrkslu':'named-character-references','script-data-double-escape-end-state':'tokenization','concept-id':'elements','dom-object-usemap':'the-iframe-element','entity-lbrksld':'named-character-references','entity-Bscr':'named-character-references','dom-node-ownerdocument':'infrastructure','attr-track-label':'video','entity-NegativeMediumSpace':'named-character-references','entity-Jcy':'named-caracter-references','dom-outerhtml':'apis-in-html-documents','the-element-pointers':'parsing','attr-body-marginheight':'obsolete','browsing-context-container':'browsers','refsRFC1922':'references','killing-scripts':'webappapis','entity-bullet':'named-character-references','entity-horbar':'named-character-references','guidance-for-markup-generators':'embedded-content-1','dom-document-location':'history','entity-oscr':'named-character-references','the-ruby-element':'text-level-semantics','concept-navigate-mature':'history','entity-SuchThat':'named-character-references','entity-toea':'named-character-references','focus':'editing','entity-image':'named-character-references','dom-pagetransitionevent-persisted':'history','entity-ang':'named-character-references','entity-and':'named-character-references','handler-window-onoffline':'webappapis','concept-fs-method':'association-of-controls-and-forms','entity-zdot':'named-character-references','entity-wr':'named-character-references','entity-barvee':'named-character-eferences','entity-wp':'named-character-references','handler-ondurationchange':'webappapis','entity-UnderParenthesis':'named-character-references','dom-iframe-srcdoc':'the-iframe-element','entity-duhar':'named-character-references','entity-gcirc':'named-character-references','concept-fs-target':'association-of-controls-and-forms','media-resource-specific-text-track':'video','entity-emptyset':'named-character-references','dom-a-name':'obsolete','entity-scedil':'named-character-references','entity-supmult':'named-character-references','entity-jcy':'named-character-references','entity-lescc':'named-character-references','sandboxPluginEmbed':'the-iframe-element','attr-script-defer':'scripting-1','entity-leqq':'named-character-references','url-encoded-form-data':'association-of-controls-and-forms','attr-ol-compact':'obsolete','entity-lfisht':'named-character-references','attr-tbody-align':'obsolete','entity-Otimes':'named-character-references','entity-Tscr':'named-character-references','entity-varkappa':'named-caracter-references','concept-option-disabled':'the-button-element','entity-ltimes':'named-character-references','entity-lessgtr':'named-character-references','the-track-element':'video','entity-NJcy':'named-character-references','entity-lsaquo':'named-character-references','entity-timesb':'named-character-references','entity-supdot':'named-character-references','suffering-from-a-step-mismatch':'association-of-controls-and-forms','dom-button-type':'the-button-element','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','telephone-state':'states-of-the-type-attribute','entity-nearrow':'named-character-references','entity-elsdot':'named-character-references','refsCSSUI':'references','entity-RightTriangleEqual':'named-character-references','dom-keygen-challenge':'the-button-element','handler-appcache-onprogress':'offline','entity-nshortparallel':'named-character-references','entity-simeq':'named-character-references','entity-Lleftarrow':'named-character-references','writing-cache-manfests':'offline','sandboxPluginNavigate':'history','abort-a-parser':'the-end','has-an-element-in-button-scope':'parsing','frameset-ok-flag':'parsing','dom-location-pathname':'history','dom-media-network_loading':'video','attr-mod-cite':'edits','entity-Lacute':'named-character-references','earliest-possible-position-when-the-script-started':'video','concept-form-reset':'association-of-controls-and-forms','dom-document-anchors':'obsolete','entity-cemptyv':'named-character-references','entity-caron':'named-character-references','color-spaces-and-color-correction':'the-canvas-element','dom-popstateevent-state':'history','entity-Verbar':'named-character-references','selector-checked':'links','entity-Zacute':'named-character-references','dom-marquee-hspace':'obsolete','entity-NestedLessLess':'named-character-references','dom-media-networkstate':'video','htmlmodelement':'edits','entity-rationals':'named-character-references','entity-xwedge':'named-character-references','edits-and-lists':'edits','attr-input-type-dae-keyword':'the-input-element','windowproxy':'browsers','handler-onclick':'webappapis','entity-lneq':'named-character-references','entity-ugrave':'named-character-references','entity-Dfr':'named-character-references','selector-optional':'links','dom-media-autoplay':'video','entity-ntgl':'named-character-references','dom-link-rel':'semantics','script-s-url-character-encoding':'webappapis','dom-link-rev':'obsolete','entity-softcy':'named-character-references','handler-onkeyup':'webappapis','attr-body-vlink':'obsolete','editing-hosts':'rendering','dom-form-nameditem':'forms','the-select-element':'the-button-element','dom-input-value':'common-input-element-attributes','entity-Product':'named-character-references','attr-option-name':'obsolete','attr-blockquote-cite':'grouping-content','security-window':'browsers','handler-onsuspend':'webappapis','dom-media-buffered':'video','entity-blk12':'named-character-references','attr-lang':'elements','entity-blk14':'named-character-references','entity-Rightarrow':'named-chracter-references','entity-simrarr':'named-character-references','other-parsing-state-flags':'parsing','entity-Pr':'named-character-references','security-risks-in-the-drag-and-drop-model':'dnd','entity-apos':'named-character-references','month-state':'states-of-the-type-attribute','entity-Pi':'named-character-references','entity-notinva':'named-character-references','entity-notinvb':'named-character-references','entity-notinvc':'named-character-references','entity-hscr':'named-character-references','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'commands','entity-heartsuit':'named-character-references','implementing-the-server-side-processing-for-a-form':'forms','entity-sharp':'named-character-references','attr-a-name':'obsolete','entity-dfr':'named-character-references','events-and-the-window-object':'webappapis','script':'scripting-1','entity-prnE':'named-character-references','entity-oelig':'named-character-references','button-state':'number-state','entity-Subset':'named-characte-references','dragevent':'dnd','eventtarget':'infrastructure','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','entity-precnsim':'named-character-references','attribute-value-unquoted-state':'tokenization','dndevents':'dnd','url-host':'urls','before-attribute-name-state':'tokenization','entity-Ccirc':'named-character-references','command-api':'commands','entity-orderof':'named-character-references','entity-ell':'named-character-references','ordinal-value':'grouping-content','warnings-for-obsolete-but-conforming-features':'obsolete','entity-els':'named-character-references','attr-area-shape-keyword-rect':'the-map-element','valid-url-potentially-surrounded-by-spaces':'urls','dom-datatransfer-dropeffect':'dnd','entity-rfisht':'named-character-references','multipart-form-data-boundary-string':'association-of-controls-and-forms','the-before-head-insertion-mode':'tree-construction','windows':'browsers','resetting-rules-for-inherited-prperties':'rendering','command-facet-label':'commands','attributes-for-form-submission':'association-of-controls-and-forms','dom-command-ro-checked':'commands','entity-prnap':'named-character-references','change-the-encoding':'parsing','font':'obsolete','attr-option-disabled':'the-button-element','entity-parallel':'named-character-references','dom-frames':'browsers','entry-update':'history','entity-RightTriangle':'named-character-references','entity-puncsp':'named-character-references','entity-sdotb':'named-character-references','entity-sdote':'named-character-references','entity-conint':'named-character-references','interactive-elements':'interactive-elements','entity-Gamma':'named-character-references','ix-handler-onloadeddata':'index','domsettabletokenlist-0':'common-dom-interfaces','attr-input-type-tel-keyword':'the-input-element','parsing-main-intabletext':'tree-construction','association-of-controls-and-forms':'association-of-controls-and-forms','generic-rcdata-element-parsing-algorithm':'tree-construcion','refsSHIFTJIS':'references','the-label-element':'forms','active-parser':'dom','autofocusing-a-form-control':'association-of-controls-and-forms','concept-time-date':'text-level-semantics','entity-oline':'named-character-references','concept-input-checked-dirty-flag':'the-input-element','entity-NotDoubleVerticalBar':'named-character-references','attr-hyperlink-rel':'links','entity-Pfr':'named-character-references','command-insertimage':'dnd','entity-Mscr':'named-character-references','state-object':'history','effectAllowed-initialization':'dnd','attr-input-type-submit-keyword':'the-input-element','entity-harrcir':'named-character-references','script-data-less-than-sign-state':'tokenization','event-media-ended':'video','close-the-cell':'tree-construction','entity-Otilde':'named-character-references','dom-navigator':'timers','handler-ondragleave':'webappapis','table-aria-weak':'content-models','entity-vangrt':'named-character-references','entity-Wedge':'named-character-references','entity-Uscr':'named-charcter-references','entity-zcaron':'named-character-references','tag-name-state':'tokenization','entity-yfr':'named-character-references','entity-TildeFullEqual':'named-character-references','current-playback-position':'video','dom-media-play':'video','entity-upharpoonright':'named-character-references','attr-object-codebase':'obsolete','dom-uda-port':'urls','entity-rightthreetimes':'named-character-references','syntax-doctype':'syntax','entity-COPY':'named-character-references','entity-lesg':'named-character-references','entity-Hcirc':'named-character-references','handler-window-onpagehide':'webappapis','entity-npart':'named-character-references','entity-alefsym':'named-character-references','attr-table-width':'obsolete','entity-raquo':'named-character-references','concept-meter-actual':'the-button-element','dom-option-label':'the-button-element','ancestor-browsing-context':'browsers','concept-meter-minimum':'the-button-element','dom-ul-type':'obsolete','attr-fs-formtarget':'association-of-controls-and-forms,'entity-rightarrowtail':'named-character-references','entity-topfork':'named-character-references','attr-iframe-sandbox-allow-top-navigation':'the-iframe-element','domhtmlimplementation':'dom','entity-RightVectorBar':'named-character-references','entity-Bernoullis':'named-character-references','toolbars-0':'rendering','attr-dropzone-move':'dnd','dom-location-protocol':'history','text-track-label':'video','compatibility-caseless':'infrastructure','entity-dotsquare':'named-character-references','entity-simgE':'named-character-references','entity-kopf':'named-character-references','attr-meter-optimum':'the-button-element','the-ul-element':'grouping-content','entity-ngtr':'named-character-references','event-media-abort':'video','dom-input-type':'the-input-element','entity-minus':'named-character-references','entity-checkmark':'named-character-references','entity-cire':'named-character-references','entity-circ':'named-character-references','attr-command-icon':'interactive-elements','dom-param-name':'the-iframe-lement','concept-appcache-upgrade':'offline','entity-smte':'named-character-references','entity-cirE':'named-character-references','ignore':'infrastructure','entity-iiiint':'named-character-references','attr-source-media':'video','has-an-element-in-table-scope':'parsing','entity-lsquor':'named-character-references','entity-comma':'named-character-references','entity-RightTee':'named-character-references','attr-input-type-week-keyword':'the-input-element','selector-disabled':'links','maps-to-the-dimension-property':'rendering','entity-ucirc':'named-character-references','entity-nexist':'named-character-references','the-directionality':'elements','the-list-attribute':'common-input-element-attributes','entity-rceil':'named-character-references','dom-location-search':'history','event-dragleave':'dnd','refsPOLYGLOT':'references','range':'infrastructure','queue-a-task':'webappapis','entity-Iuml':'named-character-references','entity-eopf':'named-character-references','entity-intcal':'named-character-references','prsing-main-inhead':'tree-construction','dom-window-personalbar':'browsers','entity-uacute':'named-character-references','ix-handler-oncontextmenu':'index','entity-ShortUpArrow':'named-character-references','dom-marquee-start':'obsolete','concept-link-type-sniffing':'semantics','entity-rightarrow':'named-character-references','sections':'sections','dom-navigator-registerprotocolhandler':'timers','entity-blk34':'named-character-references','dom-textarea-input-select':'association-of-controls-and-forms','naming-form-controls':'association-of-controls-and-forms','entity-zacute':'named-character-references','refsMAILTO':'references','constraint-validation':'association-of-controls-and-forms','reload-override-buffer':'dom','dom-table-cellpadding':'obsolete','entity-vfr':'named-character-references','current-entry-of-the-joint-session-history':'history','entity-DoubleUpArrow':'named-character-references','force-async':'scripting-1','entity-UpTee':'named-character-references','attribute-value-single-quoted-state':'okenization','dom-timeranges-start':'video','refsISO885911':'references','dom-fs-formenctype':'association-of-controls-and-forms','attr-col-char':'obsolete','attr-th-scope-auto':'tabular-data','entity-UnionPlus':'named-character-references','attr-colgroup-span':'tabular-data','dom-datatransferitems-removeitem':'dnd','mediaevents':'video','dom-frameset-cols':'obsolete','plain-text-form-data':'association-of-controls-and-forms','entity-lnsim':'named-character-references','source-default-media':'video','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'the-end','entity-LessFullEqual':'named-character-references','event-media-volumechange':'video','entity-yicy':'named-character-references','submit-body':'association-of-controls-and-forms','dom-table-cellspacing':'obsolete','entity-eng':'named-character-references','handler-ondragstart':'webappapis','dom-map-images':'the-map-element','dom-texttrack-kind-chapters':'video','entity-LeftTee':'named-character-references','dom-object-vspace':'obsolet','syntax-newlines':'syntax','attr-iframe-seamless':'the-iframe-element','entity-olt':'named-character-references','entity-supseteqq':'named-character-references','multipart-form-data':'association-of-controls-and-forms','htmltableheadercellelement':'tabular-data','entity-cross':'named-character-references','other-elements-attributes-and-apis':'obsolete','handler-onscroll':'webappapis','ix-handler-onloadstart':'index','entity-odash':'named-character-references','entity-bsolhsub':'named-character-references','entity-duarr':'named-character-references','entity-sacute':'named-character-references','dom-font-face':'obsolete','dom-script-text':'scripting-1','insert-a-character':'tree-construction','the-hgroup-element':'sections','events-0':'index','entity-Acy':'named-character-references','entity-OElig':'named-character-references','entity-gtrapprox':'named-character-references','dom-input-step':'the-input-element','entity-npre':'named-character-references','dom-uda-host':'urls','iframe-content-model':'the-ifram-element','img-good':'embedded-content-1','entity-ContourIntegral':'named-character-references','entity-ccaron':'named-character-references','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','refsSCSU':'references','ix-handler-onmouseover':'index','the-script-block-s-type':'scripting-1','entity-NotLeftTriangle':'named-character-references','entity-Bumpeq':'named-character-references','bindings':'rendering','entity-Fcy':'named-character-references','entity-NotSupersetEqual':'named-character-references','dom-texttrackcue-pauseonexit':'video','entity-gsim':'named-character-references','concept-meta-extensions':'semantics','concept-embed-type':'the-iframe-element','hyperlink-suffix':'text-level-semantics','entity-imacr':'named-character-references','read-text':'history','decohints':'rendering','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','htmllielement':'grouping-content','the-toolbar-barprop-object':'browsers','editable':'editing','etity-gneqq':'named-character-references','dom-cva-setcustomvalidity':'association-of-controls-and-forms','entity-upharpoonleft':'named-character-references','dom-windowtimers-settimeout':'timers','context-menu-state':'interactive-elements','attr-style-media':'semantics','attr-input-type-reset-keyword':'the-input-element','submit-get-action':'association-of-controls-and-forms','parsing-main-inframeset':'tree-construction','attr-textarea-rows':'the-button-element','entity-TRADE':'named-character-references','dom-img-src':'embedded-content-1','entity-Zcaron':'named-character-references','entity-SquareSupersetEqual':'named-character-references','entity-ubrcy':'named-character-references','attr-button-type-reset-state':'the-button-element','dom-media-seekable':'video','entity-Zscr':'named-character-references','entity-gvertneqq':'named-character-references','concept-fs-novalidate':'association-of-controls-and-forms','entity-emsp13':'named-character-references','entity-emsp14':'named-character-references','attr-iput-type-file-keyword':'the-input-element','the-base-element':'semantics','entity-nsc':'named-character-references','concept-ltr':'elements','restrictions-for-contents-of-script-elements':'scripting-1','dom-img-complete':'embedded-content-1','dom-document-querycommandstate':'dnd','entity-ShortRightArrow':'named-character-references','entity-Gscr':'named-character-references','linkTypes':'links','entity-udblac':'named-character-references','entity-rrarr':'named-character-references','processing-model-0':'tabular-data','processing-model-1':'webappapis','processing-model-2':'webappapis','processing-model-3':'editing','refsMATHML':'references','text-track-cue-active-flag':'video','attr-table-cellpadding':'obsolete','entity-excl':'named-character-references','dom-document-charset':'dom','submit-mailto-body':'association-of-controls-and-forms','attr-track-kind-keyword-chapters':'video','entity-LessLess':'named-character-references','entity-nsubset':'named-character-references','dom-input-selectedoption':'common-iput-element-attributes','entity-utilde':'named-character-references','dom-document-defaultview':'browsers','dom-domimplementation-createdocument':'infrastructure','concept-meter-high':'the-button-element','dom-input-size':'the-input-element','footnotes':'links','dom-window-menubar':'browsers','entity-fcy':'named-character-references','entity-setminus':'named-character-references','entity-filig':'named-character-references','suffering-from-an-overflow':'association-of-controls-and-forms','concept-form-reset-control':'association-of-controls-and-forms','entity-clubs':'named-character-references','dom-window':'browsers','sandboxOrigin':'origin-0','attr-fs-enctype-formdata':'association-of-controls-and-forms','dom-node-insertbefore':'infrastructure','calling-scripts':'webappapis','entity-lnap':'named-character-references','url-port':'urls','attr-img-longdesc':'obsolete','enumerated-attribute':'common-microsyntaxes','dom-input-defaultchecked':'the-input-element','dom-contenteditable':'editing','marquee-scroll-ditance':'obsolete','space-separated-tokens':'common-microsyntaxes','entity-Leftarrow':'named-character-references','direction-of-playback':'video','dom-col-valign':'obsolete','entity-gtquest':'named-character-references','await-a-stable-state':'webappapis','dom-command-ro-label':'commands','xml-documents':'dom','the-indicated-part-of-the-document':'history','entity-Gopf':'named-character-references','entity-ForAll':'named-character-references','concept-link-obtain':'semantics','metadata-content':'content-models','dom-iframe-seamless':'the-iframe-element','parse-a-date-string':'common-microsyntaxes','dom-body-background':'obsolete','entity-emacr':'named-character-references','entity-bigvee':'named-character-references','entity-order':'named-character-references','entity-nrtrie':'named-character-references','invalid_character_err':'common-dom-interfaces','script-data-end-tag-open-state':'tokenization','dom-document-querycommandenabled':'dnd','entity-HumpDownHump':'named-character-references','attr-command-typestate-radio':'interactive-elements','entity-Copf':'named-character-references','dom-navigator-appname':'timers','entity-ntriangleleft':'named-character-references','obsolete-permitted-doctype-string':'syntax','the-ready-states':'video','entity-gdot':'named-character-references','entity-boxUR':'named-character-references','entity-rpargt':'named-character-references','entity-check':'named-character-references','html-documents':'dom','entity-vrtri':'named-character-references','entity-boxUL':'named-character-references','entity-wcirc':'named-character-references','categories':'forms','entity-questeq':'named-character-references','formatblock-candidate':'dnd','dom-location-port':'history','entity-Ograve':'named-character-references','application-cache-download-process':'offline','entity-boxUl':'named-character-references','entity-nprec':'named-character-references','entity-Union':'named-character-references','entity-suphsol':'named-character-references','labeled-control':'forms','attr-ol-type-state-upper-alpha''grouping-content','attr-media-preload-auto-state':'video','dom-document-clear':'obsolete','refsEUCKR':'references','entity-NonBreakingSpace':'named-character-references','document-s-character-encoding':'dom','entity-lates':'named-character-references','dom-object-codebase':'obsolete','entity-fnof':'named-character-references','the-main-part-of-the-content':'links','entity-tfr':'named-character-references','the-::cue-pseudo-element':'rendering','entity-varsubsetneqq':'named-character-references','entity-umacr':'named-character-references','dom-open':'browsers','x-this':'introduction','entity-aring':'named-character-references','entity-emptyv':'named-character-references','concept-month':'common-microsyntaxes','entity-supsup':'named-character-references','entity-rdldhar':'named-character-references','entity-supsub':'named-character-references','entity-Succeeds':'named-character-references','dom-object-name':'the-iframe-element','entity-cupbrcap':'named-character-references','attr-table-bgcolor':'obsolete','te-datatransferitem-interface':'dnd','dom-meter-high':'the-button-element','entity-rarrfs':'named-character-references','commands':'commands','entity-Scy':'named-character-references','command-forwarddelete':'dnd','fallback-free':'dom','dom-object-align':'obsolete','entity-GreaterGreater':'named-character-references','attr-canvas-width':'the-canvas-element','entity-rmoust':'named-character-references','abort_err':'common-dom-interfaces','entity-nearhk':'named-character-references','entity-lneqq':'named-character-references','entity-sstarf':'named-character-references','entity-Sacute':'named-character-references','resolving-urls':'urls','parsing-main-inhtml':'tree-construction','refsWEBSOCKET':'references','entity-telrec':'named-character-references','entity-nesear':'named-character-references','entity-ReverseUpEquilibrium':'named-character-references','rules-for-parsing-a-list-of-integers':'common-microsyntaxes','entity-Jukcy':'named-character-references','the-applet-element':'obsolete','pseudo-cue-selector''rendering','dom-tokenlist-toggle':'common-dom-interfaces','entity-Ccaron':'named-character-references','outline-depth':'sections','entity-cularr':'named-character-references','ix-handler-onshow':'index','immediate-user-selection':'dnd','attr-tdth-bgcolor':'obsolete','entity-pitchfork':'named-character-references','entity-ofr':'named-character-references','the-tbody-element':'tabular-data','link-type-search':'links','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'the-button-element','text-track-model':'video','entity-rdquo':'named-character-references','dom-texttrack-loading':'video','entity-LeftDownVector':'named-character-references','attr-tdth-height':'obsolete','dom-meter-min':'the-button-element','dom-area-nohref':'obsolete','entity-npolint':'named-character-references','event-media-canplaythrough':'video','entity-NestedGreaterGreater':'named-character-references','dom-object-standby':'obsolete','entity-vert':'named-character-references','designMode':'editing','syntax-end-tag''syntax','entity-Scirc':'named-character-references','entity-leftrightarrow':'named-character-references','the-text-tracks-are-ready':'video','refsDOMPARSER':'references','entity-curlyvee':'named-character-references','dom-function-call':'webappapis','entity-pcy':'named-character-references','how-to-read-this-specification':'introduction','dom-location-reload':'history','entity-LeftVectorBar':'named-character-references','refsUAAG':'references','dom-hr-color':'obsolete','entity-Vvdash':'named-character-references','entity-NotSucceedsTilde':'named-character-references','the-dir-attribute':'elements','common-microsyntaxes':'common-microsyntaxes','entity-Mopf':'named-character-references','dom-option-t':'the-button-element','entity-top':'named-character-references','entity-homtht':'named-character-references','meta-author':'semantics','entity-Oscr':'named-character-references','entity-NotReverseElement':'named-character-references','acronym':'obsolete','common-input-element-apis':'common-input-element-attributs','entity-sqcap':'named-character-references','dom-media-currenttime':'video','dom-document-domain':'origin-0','entity-DownArrow':'named-character-references','valid-hash-name-reference':'common-microsyntaxes','entity-Icirc':'named-character-references','entity-nbump':'named-character-references','event-input-input':'common-input-element-attributes','authors-using-xhtml':'iana','dom-lfe-labels':'forms','column-header':'tabular-data','time-state':'states-of-the-type-attribute','dom-hashchangeevent-oldurl':'history','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','content-models':'content-models','media-data':'video','dom-document-querycommandindeterm':'dnd','dom-insertadjacenthtml':'apis-in-html-documents','algorithm-for-processing-row-groups':'tabular-data','entity-caret':'named-character-references','insertadjacenthtml':'apis-in-html-documents','refsXSLT10':'references','handler-onseeked':'webappapis','entity-Tcy':'named-character-references','entity-loarr':'named-character-reerences','entity-hcirc':'named-character-references','entity-egrave':'named-character-references','rateUpdate':'video','attr-textarea-maxlength':'the-button-element','concept-rtl':'elements','entity-Oopf':'named-character-references','dom-location-host':'history','comment-start-state':'tokenization','entity-loz':'named-character-references','entity-rthree':'named-character-references','dom-marquee-height':'obsolete','valid-lowercase-simple-color':'common-microsyntaxes','rel-icon':'links','dom-menu-label':'interactive-elements','blocked-media-element':'video','initiate-the-drag-and-drop-operation':'dnd','concept-input-checked-dirty':'the-input-element','entity-circleddash':'named-character-references','grouping-content':'grouping-content','dom-fs-method':'association-of-controls-and-forms','attr-canvas-height':'the-canvas-element','current-entry':'history','text-track-language':'video','entity-Eta':'named-character-references' }; var fragid = window.location.hash.substr(1); if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */ Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.950 retrieving revision 1.951 diff -u -d -r1.950 -r1.951 --- tabular-data.html 13 Apr 2011 07:54:45 -0000 1.950 +++ tabular-data.html 20 Apr 2011 12:21:18 -0000 1.951 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.9 Tabular data — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.9 Tabular data — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,143 +335,161 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="the-map-element.html">← 4.8.12 The map element</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="forms.html">4.10 Forms →</a> <ol class="toc"><li><ol><li><a href="tabular-data.html#tabular-data"><span class="secno">4.9 </span>Tabular data</a> - <ol><li><a href="tabular-data.html#the-table-element" id="x4.9.1-the-table-element"><span class="secno">4.9.1 </span>The <code>table</code> element</a> - <ol><li><a href="tabular-data.html#table-descriptions-techniques"><span class="secno">4.9.1.1 </span>Techniques for describing tables</a></ol><li><a href="tabular-data.html#the-caption-element" id="x4.9.2-the-caption-element"><span class="secno">4.9.2 </span>The <code>caption</code> element</a><li><a href="tabular-data.html#the-colgroup-element" id="x4.9.3-the-colgroup-element"><span class="secno">4.9.3 </span>The <code>colgroup</code> element</a><li><a href="tabular-data.html#the-col-element" id="x4.9.4-the-col-element"><span class="secno">4.9.4 </span>The <code>col</code> element</a><li><a href="tabular-data.html#the-tbody-element" id="x4.9.5-the-tbody-element"><span class="secno">4.9.5 </span>The <code>tbody</code> element</a><li><a href="tabular-data.html#the-thead-element" id="x4.9.6-the-thead-element"><span class="secno">4.9.6 </span>The <code>thead</code> element</a><li><a href="tabular-data.html#the-tfoot-element" id="x4.9.7-the-tfoot-element"><span class="secno">4.9.7 </span>The <code>tfoot<code> element</a><li><a href="tabular-data.html#the-tr-element" id="x4.9.8-the-tr-element"><span class="secno">4.9.8 </span>The <code>tr</code> element</a><li><a href="tabular-data.html#the-td-element" id="x4.9.9-the-td-element"><span class="secno">4.9.9 </span>The <code>td</code> element</a><li><a href="tabular-data.html#the-th-element" id="x4.9.10-the-th-element"><span class="secno">4.9.10 </span>The <code>th</code> element</a><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><a href="tabular-data.html#examples"><span class="secno">4.9.12 </span>Examples</a></ol></ol></ol></div> + <ol><li><a href="tabular-data.html#the-table-element"><span class="secno">4.9.1 </span>The <code>table</code> element</a> + <ol><li><a href="tabular-data.html#table-descriptions-techniques"><span class="secno">4.9.1.1 </span>Techniques for describing tables</a><li><a href="tabular-data.html#table-layout-techniques"><span class="secno">4.9.1.2 </span>Techniques for table layout</a></ol><li><a href="tabular-data.html#the-caption-element"><span class="secno">4.9.2 </span>The <code>caption</code> element</a><li><a href="tabular-data.html#the-colgroup-element"><span class="secno">4.9.3 </span>The <code>colgroup</code> element</a><li><a href="tabular-data.html#the-col-element"><span class="secno">4.9.4 </span>The <code>col</code> element</a><li><a href="tabular-data.html#the-tbody-element"><span class="secno">4.9.5 </span>The <code>tbody</code> element</a><li><a href="tabular-data.html#the-thead-element"><span class="secno">4.9.6 </span>The <code>thead</code> element</a><li><a href="tabular-data.html#the-tfoot-element"><span class="secno">4.9.7 </span>The <code>tfoot</code> element</a><li><a href="tabular-data.html#the-tr-elemet"><span class="secno">4.9.8 </span>The <code>tr</code> element</a><li><a href="tabular-data.html#the-td-element"><span class="secno">4.9.9 </span>The <code>td</code> element</a><li><a href="tabular-data.html#the-th-element"><span class="secno">4.9.10 </span>The <code>th</code> element</a><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><a href="tabular-data.html#examples"><span class="secno">4.9.13 </span>Examples</a></ol></ol></ol></div> <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><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) and <a href="http://www.w3.org/html/wg/tracker/issues/130">ISSUE-130</a> (table-layout) block progress to Last Call</span><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-112">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-113">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>In this order: optionally a <code><a href="#the-caption-element" id="caption">caption</a></code> element, - followed by zero or more <code><a href="#the-colgroup-element" id="colgroup">colgroup</a></code> elements, followed - optionally by a <code><a href="#the-thead-element" id="thead">thead</a></code> element, followed optionally by - a <code><a href="#the-tfoot-element" id="tfoot">tfoot</a></code> element, followed by either zero or more - <code><a href="#the-tbody-element" id="tbody">tbody</a></code> elements or one or more <code><a href="#the-tr-element" id="tr-0">tr</a></code> - elements, followed optionally by a <code><a href="#the-tfoot-element" id="tfoot-0">tfoot</a></code> element (but - there can only be one <code><a href="#the-tfoot-element" id="tfoot-1">tfoot</a></code> element child in + <dd>In this order: optionally a <code><a href="#the-caption-element">caption</a></code> element, + followed by zero or more <code><a href="#the-colgroup-element">colgroup</a></code> elements, followed + optionally by a <code><a href="#the-thead-element">thead</a></code> element, followed optionally by + a <code><a href="#the-tfoot-element">tfoot</a></code> element, followed by either zero or more + <code><a href="#the-tbody-element">tbody</a></code> elements or one or more <code><a href="#the-tr-element">tr</a></code> + elements, followed optionally by a <code><a href="#the-tfoot-element">tfoot</a></code> element (but + there can only be one <code><a href="#the-tfoot-element">tfoot</a></code> element child in total).</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-73">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-table-border"><a href="#attr-table-border">border</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmltableelement">HTMLTableElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-76">HTMLElement</a> { - attribute <a href="#htmltablecaptionelement" id="htmltablecaptionelement-0">HTMLTableCaptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a>; - <a href="elements.html#htmlelement" id="htmlelement-77">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a>(); +<pre class="idl">interface <dfn id="htmltableelement">HTMLTableElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + attribute <a href="#htmltablecaptionelement">HTMLTableCaptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a>(); - attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-0">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a>; - <a href="elements.html#htmlelement" id="htmlelement-78">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a>(); + attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a>(); - attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-1">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a>; - <a href="elements.html#htmlelement" id="htmlelement-79">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a>(); + attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a>(); - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-24">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a>; - <a href="elements.html#htmlelement" id="htmlelement-80">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a>(); - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-25">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>; - <a href="elements.html#htmlelement" id="htmlelement-81">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index); + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a>(); + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index); + attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-border" title='Read about this "border" reference in the full HTML5 spec.'>border</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-table-element" id="table-1">table</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> data with - more than one dimension, in the form of a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<p>Tables must not be used as layout aids. Historically, some Web - authors have misused tables in HTML as a way to control their page - layout. This usage is non-conforming, because tools attempting to - extract tabular data from such documents would obtain very confusing - results. In particular, users of accessibility tools like screen - readers are likely to find it very difficult to navigate pages with - tables used for layout.<p class="note">There are a variety of alternatives to using HTML - tables for layout, primarily using CSS positioning and the CSS table - model.<p>Tables have rows, columns, and cells given by their descendants. + </dl><p>The <code><a href="#the-table-element">table</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> data with + more than one dimension, in the form of a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<p>Tables have rows, columns, and cells given by their descendants. The rows and columns form a grid; a table's cells must completely - cover that grid without overlap.<p>Authors are encouraged to provide information describing how to + cover that grid without overlap.<hr><p>Authors are encouraged to provide information describing how to interpret complex tables. Guidance on how <a href="#table-descriptions-techniques">provide such information</a> - is given below.<dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a></code> [ = <var title="">value</var> ]</dt> + is given below.<hr><p>Tables should not be used as layout aids. + + Historically, many Web authors have tables in HTML as a way to + control their page layout making it difficult to extract tabular + data from such documents. + + In particular, users of accessibility tools, like screen readers, + are likely to find it very difficult to navigate pages with tables + used for layout. + + If a table is to be used for layout it must be marked with the + attribute role="presentation" for a user agent to properly represent + the table to an assistive technology and to properly convey the + intent of the author to tools that wish to extract tabular data from + the document.<p class="note">There are a variety of alternatives to using HTML + tables for layout, primarily using CSS positioning and the CSS table + model.<p>The <dfn id="attr-table-border" title="attr-table-border"><code>border</code></dfn> + attribute may be specified on a <code><a href="#the-table-element">table</a></code> element to + explicitly indicate that the <code><a href="#the-table-element">table</a></code> element is not being + used for layout purposes. If specified, the attribute's value must + either be the empty string or the value "<code title="">1</code>". + The attribute is used by certain user agents as an indication that + borders should be drawn around cells of the table.<p class="note">Authors + are encouraged to consider using some of the <a href="#table-layout-techniques">table layout techniques</a> + described below to make tables easier to navigate for users.<hr><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns the table's <code><a href="#the-caption-element" id="caption-0">caption</a></code> element.</p> - <p>Can be set, to replace the <code><a href="#the-caption-element" id="caption-1">caption</a></code> element. If the - new value is not a <code><a href="#the-caption-element" id="caption-2">caption</a></code> element, throws a - <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-2">HIERARCHY_REQUEST_ERR</a></code> exception.</p> + <p>Returns the table's <code><a href="#the-caption-element">caption</a></code> element.</p> + <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the + new value is not a <code><a href="#the-caption-element">caption</a></code> element, throws a + <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> </dd> <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a></code>()</dt> <dd> - <p>Ensures the table has a <code><a href="#the-caption-element" id="caption-3">caption</a></code> element, and returns it.</p> + <p>Ensures the table has a <code><a href="#the-caption-element">caption</a></code> element, and returns it.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a></code>()</dt> <dd> - <p>Ensures the table does not have a <code><a href="#the-caption-element" id="caption-4">caption</a></code> element.</p> + <p>Ensures the table does not have a <code><a href="#the-caption-element">caption</a></code> element.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-tHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns the table's <code><a href="#the-thead-element" id="thead-0">thead</a></code> element.</p> - <p>Can be set, to replace the <code><a href="#the-thead-element" id="thead-1">thead</a></code> element. If the - new value is not a <code><a href="#the-thead-element" id="thead-2">thead</a></code> element, throws a - <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-3">HIERARCHY_REQUEST_ERR</a></code> exception.</p> + <p>Returns the table's <code><a href="#the-thead-element">thead</a></code> element.</p> + <p>Can be set, to replace the <code><a href="#the-thead-element">thead</a></code> element. If the + new value is not a <code><a href="#the-thead-element">thead</a></code> element, throws a + <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> </dd> <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a></code>()</dt> <dd> - <p>Ensures the table has a <code><a href="#the-thead-element" id="thead-3">thead</a></code> element, and returns it.</p> + <p>Ensures the table has a <code><a href="#the-thead-element">thead</a></code> element, and returns it.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a></code>()</dt> <dd> - <p>Ensures the table does not have a <code><a href="#the-thead-element" id="thead-4">thead</a></code> element.</p> + <p>Ensures the table does not have a <code><a href="#the-thead-element">thead</a></code> element.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-tFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns the table's <code><a href="#the-tfoot-element" id="tfoot-2">tfoot</a></code> element.</p> - <p>Can be set, to replace the <code><a href="#the-tfoot-element" id="tfoot-3">tfoot</a></code> element. If the - new value is not a <code><a href="#the-tfoot-element" id="tfoot-4">tfoot</a></code> element, throws a - <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-4">HIERARCHY_REQUEST_ERR</a></code> exception.</p> + <p>Returns the table's <code><a href="#the-tfoot-element">tfoot</a></code> element.</p> + <p>Can be set, to replace the <code><a href="#the-tfoot-element">tfoot</a></code> element. If the + new value is not a <code><a href="#the-tfoot-element">tfoot</a></code> element, throws a + <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> </dd> <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a></code>()</dt> <dd> - <p>Ensures the table has a <code><a href="#the-tfoot-element" id="tfoot-5">tfoot</a></code> element, and returns it.</p> + <p>Ensures the table has a <code><a href="#the-tfoot-element">tfoot</a></code> element, and returns it.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a></code>()</dt> <dd> - <p>Ensures the table does not have a <code><a href="#the-tfoot-element" id="tfoot-6">tfoot</a></code> element.</p> + <p>Ensures the table does not have a <code><a href="#the-tfoot-element">tfoot</a></code> element.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-tBodies"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-26">HTMLCollection</a></code> of the <code><a href="#the-tbody-element" id="tbody-0">tbody</a></code> elements of the table.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tbody-element">tbody</a></code> elements of the table.</p> </dd> <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a></code>()</dt> <dd> - <p>Creates a <code><a href="#the-tbody-element" id="tbody-1">tbody</a></code> element, inserts it into the table, and returns it.</p> + <p>Creates a <code><a href="#the-tbody-element">tbody</a></code> element, inserts it into the table, and returns it.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-27">HTMLCollection</a></code> of the <code><a href="#the-tr-element" id="tr-1">tr</a></code> elements of the table.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table.</p> </dd> <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>(<var title="">index</var>)</dt> <dd> - <p>Creates a <code><a href="#the-tr-element" id="tr-2">tr</a></code> element, along with a <code><a href="#the-tbody-element" id="tbody-2">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element" id="tr-3">tr</a></code>.</p> + <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, along with a <code><a href="#the-tbody-element">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p> <p>The position is relative to the rows in the table. The index −1 is equivalent to inserting at the end of the table.</p> - <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-4">INDEX_SIZE_ERR</a></code> exception.</p> + <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt> <dd> - <p>Removes the <code><a href="#the-tr-element" id="tr-4">tr</a></code> element with the given position in the table.</p> + <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table.</p> <p>The position is relative to the rows in the table. The index −1 is equivalent to deleting the last row of the table.</p> - <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-5">INDEX_SIZE_ERR</a></code> exception.</p> + <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> </dl><div class="example"> @@ -517,12 +532,7 @@ useful for all users, but is especially useful for users who cannot see the table, e.g. users of screen readers.<p>Such explanatory information should introduce the purpose of the table, outline its basic cell structure, highlight any trends or - patterns, and generally teach the user how to use the table.</p><!--Describing the conclusions of the data in a table is useful to - everyone; explaining how to read the table, if not obvious from the - headers alone, is useful to everyone; describing the structure of - the table, if it is easy to grasp visually, might not be useful to - everyone, but it might also not be useful to users who can quickly - navigate the table with an accessibility tool.--><p>For instance, the following table:<table><caption>Characteristics with positive and negative sides</caption> + patterns, and generally teach the user how to use the table.<p>For instance, the following table:<table><caption>Characteristics with positive and negative sides</caption> <thead><tr><th id="n"> Negative <th> Characteristic <th> Positive @@ -560,7 +570,7 @@ </table></pre></div> </dd> - <dt>In the table's <code><a href="#the-caption-element" id="caption-5">caption</a></code></dt> + <dt>In the table's <code><a href="#the-caption-element">caption</a></code></dt> <dd> <div class="example"><pre><table> @@ -587,7 +597,7 @@ </table></pre></div> </dd> - <dt>In the table's <code><a href="#the-caption-element" id="caption-6">caption</a></code>, in a <code><a href="interactive-elements.html#the-details-element" id="details-5">details</a></code> element</dt> + <dt>In the table's <code><a href="#the-caption-element">caption</a></code>, in a <code><a href="interactive-elements.html#the-details-element">details</a></code> element</dt> <dd> <div class="example"><pre><table> @@ -617,7 +627,7 @@ </table></pre></div> </dd> - <dt>Next to the table, in the same <code><a href="grouping-content.html#the-figure-element" id="figure-13">figure</a></code></dt> + <dt>Next to the table, in the same <code><a href="grouping-content.html#the-figure-element">figure</a></code></dt> <dd> <div class="example"><pre><figure> @@ -644,7 +654,7 @@ </figure></pre></div> </dd> - <dt>Next to the table, in a <code><a href="grouping-content.html#the-figure-element" id="figure-14">figure</a></code>'s <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-10">figcaption</a></code></dt> + <dt>Next to the table, in a <code><a href="grouping-content.html#the-figure-element">figure</a></code>'s <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code></dt> <dd> <div class="example"><pre><figure> @@ -681,7 +691,7 @@ <p>In the case of the table used in the examples above, a simple rearrangement of the table so that the headers are on the top and left sides removes the need for an explanation as well as removing - the need for the use of <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers">headers</a></code> attributes:</p> + the need for the use of <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attributes:</p> <pre><table> <caption>Characteristics with positive and negative sides</caption> @@ -701,24 +711,33 @@ <td> Passing </table></pre> - </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> + </div><h5 id="table-layout-techniques"><span class="secno">4.9.1.2 </span>Techniques for table layout</h5><p>Good table layout is key to making tables more readable and usable.<p>In visual media, providing column and row borders and alternating + row backgrounds can be very effective to make complicated tables + more readable.<p>For tables with large volumes of numeric content, using + monospaced fonts can help users see patterns, especially in + situations where a user agent does not render the borders. + (Unfortunately, for historical reasons, not rendering borders on + tables is a common default.)<p>In speech media, table cells can be distinguished by reporting + the corresponding headers before reading the cell's contents, and by + allowing users to navigate the table in a grid fashion, rather than + serialising the entire contents of the table in source order.<p>Authors are encouraged to use CSS to achieve these effects.<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 can be used:</dt> - <dd>As the first element child of a <code><a href="#the-table-element" id="table-2">table</a></code> element.</dd> + <dd>As the first element child of a <code><a href="#the-table-element">table</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-114">Flow content</a>, but with no descendant <code><a href="#the-table-element" id="table-3">table</a></code> elements.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>, but with no descendant <code><a href="#the-table-element">table</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-74">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmltablecaptionelement">HTMLTableCaptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-82">HTMLElement</a> {};</pre> +<pre class="idl">interface <dfn id="htmltablecaptionelement">HTMLTableCaptionElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-caption-element" id="caption-7">caption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title of the - <code><a href="#the-table-element" id="table-4">table</a></code> that is its parent, if it has a parent and that - is a <code><a href="#the-table-element" id="table-5">table</a></code> element.<p>When a <code><a href="#the-table-element" id="table-6">table</a></code> element is the only content in a - <code><a href="grouping-content.html#the-figure-element" id="figure-15">figure</a></code> element other than the <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-11">figcaption</a></code>, - the <code><a href="#the-caption-element" id="caption-8">caption</a></code> element should be omitted in favor of the - <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-12">figcaption</a></code>.<p>A caption can introduce context for a table, making it + </dl><p>The <code><a href="#the-caption-element">caption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title of the + <code><a href="#the-table-element">table</a></code> that is its parent, if it has a parent and that + is a <code><a href="#the-table-element">table</a></code> element.<p>When a <code><a href="#the-table-element">table</a></code> element is the only content in a + <code><a href="grouping-content.html#the-figure-element">figure</a></code> element other than the <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code>, + the <code><a href="#the-caption-element">caption</a></code> element should be omitted in favor of the + <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code>.<p>A caption can introduce context for a table, making it significantly easier to understand.<div class="example"> <p>Consider, for instance, the following table:</p> @@ -746,117 +765,117 @@ </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 can be used:</dt> - <dd>As a child of a <code><a href="#the-table-element" id="table-7">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-9">caption</a></code> elements and before any <code><a href="#the-thead-element" id="thead-5">thead</a></code>, - <code><a href="#the-tbody-element" id="tbody-3">tbody</a></code>, <code><a href="#the-tfoot-element" id="tfoot-7">tfoot</a></code>, and <code><a href="#the-tr-element" id="tr-5">tr</a></code> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code> elements and before any <code><a href="#the-thead-element">thead</a></code>, + <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, and <code><a href="#the-tr-element">tr</a></code> elements.</dd> <dt>Content model:</dt> - <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span" id="span-19">span</a></code> attribute is present: Empty.</dd> - <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span" id="span-20">span</a></code> attribute is absent: Zero or more <code><a href="#the-col-element" id="col">col</a></code> elements.</dd> + <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute is present: Empty.</dd> + <dd>If the <code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code> attribute is absent: Zero or more <code><a href="#the-col-element">col</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-75">Global attributes</a></dd> - <dd><code title="attr-colgroup-span"><a href="#attr-colgroup-span" id="span-21">span</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-colgroup-span"><a href="#attr-colgroup-span">span</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmltablecolelement">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-83">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmltablecolelement">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-colgroup-element" id="colgroup-0">colgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "group" reference in the full HTML5 spec.'>group</a> of one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <code><a href="#the-table-element" id="table-8">table</a></code> that - is its parent, if it has a parent and that is a <code><a href="#the-table-element" id="table-9">table</a></code> - element.<p>If the <code><a href="#the-colgroup-element" id="colgroup-1">colgroup</a></code> element contains no <code><a href="#the-col-element" id="col-0">col</a></code> + </dl><p>The <code><a href="#the-colgroup-element">colgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "group" reference in the full HTML5 spec.'>group</a> of one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <code><a href="#the-table-element">table</a></code> that + is its parent, if it has a parent and that is a <code><a href="#the-table-element">table</a></code> + element.<p>If the <code><a href="#the-colgroup-element">colgroup</a></code> element contains no <code><a href="#the-col-element">col</a></code> elements, then the element may have a <dfn id="attr-colgroup-span" title="attr-colgroup-span"><code>span</code></dfn> content attribute - specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-5">valid non-negative + specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a> greater than zero.<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 can be used:</dt> - <dd>As a child of a <code><a href="#the-colgroup-element" id="colgroup-2">colgroup</a></code> element that doesn't have - a <code title="attr-col-span"><a href="#attr-col-span" id="span-23">span</a></code> attribute.</dd> + <dd>As a child of a <code><a href="#the-colgroup-element">colgroup</a></code> element that doesn't have + a <code title="attr-col-span"><a href="#attr-col-span">span</a></code> attribute.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-76">Global attributes</a></dd> - <dd><code title="attr-col-span"><a href="#attr-col-span" id="span-24">span</a></code></dd> - <!-- v2: char, to specify the decimal character used in numeric data cells in the column (not header cells) --> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-col-span"><a href="#attr-col-span">span</a></code></dd> + <dt>DOM interface:</dt> <dd> - <p><code><a href="#htmltablecolelement" id="htmltablecolelement-0">HTMLTableColElement</a></code>, same as for - <code><a href="#the-colgroup-element" id="colgroup-3">colgroup</a></code> elements. This interface defines one member, + <p><code><a href="#htmltablecolelement">HTMLTableColElement</a></code>, same as for + <code><a href="#the-colgroup-element">colgroup</a></code> elements. This interface defines one member, <code title="dom-col-span"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-col-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a></code>.</p> </dd> - </dl><p>If a <code><a href="#the-col-element" id="col-1">col</a></code> element has a parent and that is a - <code><a href="#the-colgroup-element" id="colgroup-4">colgroup</a></code> element that itself has a parent that is a - <code><a href="#the-table-element" id="table-10">table</a></code> element, then the <code><a href="#the-col-element" id="col-2">col</a></code> element + </dl><p>If a <code><a href="#the-col-element">col</a></code> element has a parent and that is a + <code><a href="#the-colgroup-element">colgroup</a></code> element that itself has a parent that is a + <code><a href="#the-table-element">table</a></code> element, then the <code><a href="#the-col-element">col</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a> represented by that - <code><a href="#the-colgroup-element" id="colgroup-5">colgroup</a></code>.<p>The element may have a <dfn id="attr-col-span" title="attr-col-span"><code>span</code></dfn> content attribute - specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-6">valid non-negative + <code><a href="#the-colgroup-element">colgroup</a></code>.<p>The element may have a <dfn id="attr-col-span" title="attr-col-span"><code>span</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.<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 can be used:</dt> - <dd>As a child of a <code><a href="#the-table-element" id="table-11">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-10">caption</a></code>, <code><a href="#the-colgroup-element" id="colgroup-6">colgroup</a></code>, and - <code><a href="#the-thead-element" id="thead-6">thead</a></code> elements, but only if there are no - <code><a href="#the-tr-element" id="tr-6">tr</a></code> elements that are children of the - <code><a href="#the-table-element" id="table-12">table</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, and + <code><a href="#the-thead-element">thead</a></code> elements, but only if there are no + <code><a href="#the-tr-element">tr</a></code> elements that are children of the + <code><a href="#the-table-element">table</a></code> element.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-tr-element" id="tr-7">tr</a></code> elements</dd> + <dd>Zero or more <code><a href="#the-tr-element">tr</a></code> elements</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-77">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmltablesectionelement">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-84">HTMLElement</a> { - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-28">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>; - <a href="elements.html#htmlelement" id="htmlelement-85">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index); + <pre class="idl">interface <dfn id="htmltablesectionelement">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index); };</pre> - <p>The <code><a href="#htmltablesectionelement" id="htmltablesectionelement-2">HTMLTableSectionElement</a></code> interface is also - used for <code><a href="#the-thead-element" id="thead-7">thead</a></code> and <code><a href="#the-tfoot-element" id="tfoot-8">tfoot</a></code> elements.</p> + <p>The <code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code> interface is also + used for <code><a href="#the-thead-element">thead</a></code> and <code><a href="#the-tfoot-element">tfoot</a></code> elements.</p> </dd> - </dl><p>The <code><a href="#the-tbody-element" id="tbody-4">tbody</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of a body of data for - the parent <code><a href="#the-table-element" id="table-13">table</a></code> element, if the <code><a href="#the-tbody-element" id="tbody-5">tbody</a></code> - element has a parent and it is a <code><a href="#the-table-element" id="table-14">table</a></code>.<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt> + </dl><p>The <code><a href="#the-tbody-element">tbody</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of a body of data for + the parent <code><a href="#the-table-element">table</a></code> element, if the <code><a href="#the-tbody-element">tbody</a></code> + element has a parent and it is a <code><a href="#the-table-element">table</a></code>.<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-29">HTMLCollection</a></code> of the <code><a href="#the-tr-element" id="tr-8">tr</a></code> elements of the table section.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table section.</p> </dd> <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>( [ <var title="">index</var> ] )</dt> <dd> - <p>Creates a <code><a href="#the-tr-element" id="tr-9">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element" id="tr-10">tr</a></code>.</p> + <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p> <p>The position is relative to the rows in the table section. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p> - <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-6">INDEX_SIZE_ERR</a></code> exception.</p> + <p>If the given position is less than −1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt> <dd> - <p>Removes the <code><a href="#the-tr-element" id="tr-11">tr</a></code> element with the given position in the table section.</p> + <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table section.</p> <p>The position is relative to the rows in the table section. The index −1 is equivalent to deleting the last row of the table section.</p> - <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-7">INDEX_SIZE_ERR</a></code> exception.</p> + <p>If the given position is less than −1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> </dl><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 can be used:</dt> - <dd>As a child of a <code><a href="#the-table-element" id="table-15">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-11">caption</a></code>, and <code><a href="#the-colgroup-element" id="colgroup-7">colgroup</a></code> - elements and before any <code><a href="#the-tbody-element" id="tbody-6">tbody</a></code>, <code><a href="#the-tfoot-element" id="tfoot-9">tfoot</a></code>, and - <code><a href="#the-tr-element" id="tr-12">tr</a></code> elements, but only if there are no other - <code><a href="#the-thead-element" id="thead-8">thead</a></code> elements that are children of the - <code><a href="#the-table-element" id="table-16">table</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code>, and <code><a href="#the-colgroup-element">colgroup</a></code> + elements and before any <code><a href="#the-tbody-element">tbody</a></code>, <code><a href="#the-tfoot-element">tfoot</a></code>, and + <code><a href="#the-tr-element">tr</a></code> elements, but only if there are no other + <code><a href="#the-thead-element">thead</a></code> elements that are children of the + <code><a href="#the-table-element">table</a></code> element.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-tr-element" id="tr-13">tr</a></code> elements</dd> + <dd>Zero or more <code><a href="#the-tr-element">tr</a></code> elements</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-78">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd><code><a href="#htmltablesectionelement" id="htmltablesectionelement-3">HTMLTableSectionElement</a></code>, as defined for - <code><a href="#the-tbody-element" id="tbody-7">tbody</a></code> elements.</dd> - </dl><p>The <code><a href="#the-thead-element" id="thead-9">thead</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column labels - (headers) for the parent <code><a href="#the-table-element" id="table-17">table</a></code> element, if the - <code><a href="#the-thead-element" id="thead-10">thead</a></code> element has a parent and it is a - <code><a href="#the-table-element" id="table-18">table</a></code>.<div class="example"> + <dd><code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code>, as defined for + <code><a href="#the-tbody-element">tbody</a></code> elements.</dd> + </dl><p>The <code><a href="#the-thead-element">thead</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column labels + (headers) for the parent <code><a href="#the-table-element">table</a></code> element, if the + <code><a href="#the-thead-element">thead</a></code> element has a parent and it is a + <code><a href="#the-table-element">table</a></code>.<div class="example"> - <p>This example shows a <code><a href="#the-thead-element" id="thead-11">thead</a></code> element being used. - Notice the use of both <code><a href="#the-th-element" id="th-3">th</a></code> and <code><a href="#the-td-element" id="td-6">td</a></code> elements - in the <code><a href="#the-thead-element" id="thead-12">thead</a></code> element: the first row is the headers, + <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> @@ -892,51 +911,51 @@ </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 can be used:</dt> - <dd>As a child of a <code><a href="#the-table-element" id="table-19">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-12">caption</a></code>, <code><a href="#the-colgroup-element" id="colgroup-8">colgroup</a></code>, and <code><a href="#the-thead-element" id="thead-13">thead</a></code> - elements and before any <code><a href="#the-tbody-element" id="tbody-8">tbody</a></code> and <code><a href="#the-tr-element" id="tr-14">tr</a></code> - elements, but only if there are no other <code><a href="#the-tfoot-element" id="tfoot-10">tfoot</a></code> - elements that are children of the <code><a href="#the-table-element" id="table-20">table</a></code> element.</dd> - <dd>As a child of a <code><a href="#the-table-element" id="table-21">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-13">caption</a></code>, <code><a href="#the-colgroup-element" id="colgroup-9">colgroup</a></code>, <code><a href="#the-thead-element" id="thead-14">thead</a></code>, - <code><a href="#the-tbody-element" id="tbody-9">tbody</a></code>, and <code><a href="#the-tr-element" id="tr-15">tr</a></code> elements, but only if there - are no other <code><a href="#the-tfoot-element" id="tfoot-11">tfoot</a></code> elements that are children of the - <code><a href="#the-table-element" id="table-22">table</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, and <code><a href="#the-thead-element">thead</a></code> + elements and before any <code><a href="#the-tbody-element">tbody</a></code> and <code><a href="#the-tr-element">tr</a></code> + elements, but only if there are no other <code><a href="#the-tfoot-element">tfoot</a></code> + elements that are children of the <code><a href="#the-table-element">table</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, <code><a href="#the-thead-element">thead</a></code>, + <code><a href="#the-tbody-element">tbody</a></code>, and <code><a href="#the-tr-element">tr</a></code> elements, but only if there + are no other <code><a href="#the-tfoot-element">tfoot</a></code> elements that are children of the + <code><a href="#the-table-element">table</a></code> element.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-tr-element" id="tr-16">tr</a></code> elements</dd> + <dd>Zero or more <code><a href="#the-tr-element">tr</a></code> elements</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-79">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd><code><a href="#htmltablesectionelement" id="htmltablesectionelement-4">HTMLTableSectionElement</a></code>, as defined for - <code><a href="#the-tbody-element" id="tbody-10">tbody</a></code> elements.</dd> - </dl><p>The <code><a href="#the-tfoot-element" id="tfoot-12">tfoot</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column summaries - (footers) for the parent <code><a href="#the-table-element" id="table-23">table</a></code> element, if the - <code><a href="#the-tfoot-element" id="tfoot-13">tfoot</a></code> element has a parent and it is a - <code><a href="#the-table-element" id="table-24">table</a></code>.<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><code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code>, as defined for + <code><a href="#the-tbody-element">tbody</a></code> elements.</dd> + </dl><p>The <code><a href="#the-tfoot-element">tfoot</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column summaries + (footers) for the parent <code><a href="#the-table-element">table</a></code> element, if the + <code><a href="#the-tfoot-element">tfoot</a></code> element has a parent and it is a + <code><a href="#the-table-element">table</a></code>.<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 can be used:</dt> - <dd>As a child of a <code><a href="#the-thead-element" id="thead-15">thead</a></code> element.</dd> - <dd>As a child of a <code><a href="#the-tbody-element" id="tbody-11">tbody</a></code> element.</dd> - <dd>As a child of a <code><a href="#the-tfoot-element" id="tfoot-14">tfoot</a></code> element.</dd> - <dd>As a child of a <code><a href="#the-table-element" id="table-25">table</a></code> element, after any - <code><a href="#the-caption-element" id="caption-14">caption</a></code>, <code><a href="#the-colgroup-element" id="colgroup-10">colgroup</a></code>, and <code><a href="#the-thead-element" id="thead-16">thead</a></code> - elements, but only if there are no <code><a href="#the-tbody-element" id="tbody-12">tbody</a></code> elements that - are children of the <code><a href="#the-table-element" id="table-26">table</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-thead-element">thead</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-tbody-element">tbody</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-tfoot-element">tfoot</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-table-element">table</a></code> element, after any + <code><a href="#the-caption-element">caption</a></code>, <code><a href="#the-colgroup-element">colgroup</a></code>, and <code><a href="#the-thead-element">thead</a></code> + 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>Zero or more <code><a href="#the-td-element" id="td-7">td</a></code> or <code><a href="#the-th-element" id="th-4">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" id="global-attributes-80">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmltablerowelement">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-86">HTMLElement</a> { + <pre class="idl">interface <dfn id="htmltablerowelement">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a>; readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-30">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a>; - <a href="elements.html#htmlelement" id="htmlelement-87">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a>(in optional long index); + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a>; + <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a>(in optional long index); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a>(in long index); };</pre> </dd> - </dl><p>The <code><a href="#the-tr-element" id="tr-17">tr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "row" reference in the full HTML5 spec.'>row</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a> in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</></code></dt> + </dl><p>The <code><a href="#the-tr-element">tr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "row" reference in the full HTML5 spec.'>row</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a> in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a></code></t> <dd> @@ -959,7 +978,7 @@ <dt><var title="">tr</var> . <code title="dom-tr-cells"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-31">HTMLCollection</a></code> of the <code><a href="#the-td-element" id="td-8">td</a></code> and <code><a href="#the-th-element" id="th-5">th</a></code> elements of the row.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements of the row.</p> </dd> @@ -967,16 +986,16 @@ <dd> - <p>Creates a <code><a href="#the-td-element" id="td-9">td</a></code> element, inserts it into the table + <p>Creates a <code><a href="#the-td-element">td</a></code> element, inserts it into the table row at the position given by the argument, and returns the - <code><a href="#the-td-element" id="td-10">td</a></code>.</p> + <code><a href="#the-td-element">td</a></code>.</p> <p>The position is relative to the cells in the row. The index −1, which is the default if the argument is omitted, is equivalent to inserting at the end of the row.</p> <p>If the given position is less than −1 or greater than - the number of cells, throws an <code><a href="urls.html#index_size_err" id="index_size_err-8">INDEX_SIZE_ERR</a></code> + the number of cells, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> @@ -984,7 +1003,7 @@ <dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a></code>(<var title="">index</var>)</dt> <dd> - <p>Removes the <code><a href="#the-td-element" id="td-11">td</a></code> or <code><a href="#the-th-element" id="th-6">th</a></code> element with the + <p>Removes the <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> element with the given position in the row.</p> <p>The position is relative to the cells in the row. The index @@ -992,47 +1011,47 @@ <p>If the given position is less than −1 or greater than the index of the last cell, or if there are no cells, throws an - <code><a href="urls.html#index_size_err" id="index_size_err-9">INDEX_SIZE_ERR</a></code> exception.</p> + <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p> </dd> </dl><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" id="sectioning-root-8">Sectioning root</a>.</dd> + <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>As a child of a <code><a href="#the-tr-element" id="tr-18">tr</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-115">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-81">Global attributes</a></dd> - <dd><code title="attr-tdth-colspan"><a href="#attr-tdth-colspan" id="colspan">colspan</a></code></dd> - <dd><code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan" id="rowspan">rowspan</a></code></dd> - <dd><code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-0">headers</a></code></dd> - <!-- v2 char, to specify the decimal character used in numeric cells --> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-tdth-colspan"><a href="#attr-tdth-colspan">colspan</a></code></dd> + <dd><code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan">rowspan</a></code></dd> + <dd><code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code></dd> + <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmltabledatacellelement">HTMLTableDataCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement-0">HTMLTableCellElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmltabledatacellelement">HTMLTableDataCellElement</dfn> : <a href="#htmltablecellelement">HTMLTableCellElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-td-element" id="td-12">td</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a data <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<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> + </dl><p>The <code><a href="#the-td-element">td</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a data <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<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 can be used:</dt> - <dd>As a child of a <code><a href="#the-tr-element" id="tr-19">tr</a></code> element.</dd> + <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-128">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-82">Global attributes</a></dd> - <dd><code title="attr-tdth-colspan"><a href="#attr-tdth-colspan" id="colspan-0">colspan</a></code></dd> - <dd><code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan" id="rowspan-0">rowspan</a></code></dd> - <dd><code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-1">headers</a></code></dd> - <dd><code title="attr-th-scope"><a href="#attr-th-scope" id="scope-0">scope</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-tdth-colspan"><a href="#attr-tdth-colspan">colspan</a></code></dd> + <dd><code title="attr-tdth-rowspan"><a href="#attr-tdth-rowspan">rowspan</a></code></dd> + <dd><code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code></dd> + <dd><code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmltableheadercellelement">HTMLTableHeaderCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement-1">HTMLTableCellElement</a> { + <pre class="idl">interface <dfn id="htmltableheadercellelement">HTMLTableHeaderCellElement</dfn> : <a href="#htmltablecellelement">HTMLTableCellElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.'>scope</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-th-element" id="th-7">th</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a header <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<p>The <code><a href="#the-th-element" id="th-8">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute - specified. The <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-1">scope</a></code> attribute is - an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-5">enumerated attribute</a> with five states, four of which + </dl><p>The <code><a href="#the-th-element">th</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a header <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<p>The <code><a href="#the-th-element">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute + specified. The <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute is + an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> with five states, four of which have explicit keywords:<dl><dt>The <dfn id="attr-th-scope-row" title="attr-th-scope-row"><code>row</code></dfn> keyword, which maps to the <i>row</i> state</dt> @@ -1049,18 +1068,18 @@ which maps to the <i>row group</i> state</dt> <dd>The <i>row group</i> state means the header cell applies to all - the remaining cells in the row group. A <code><a href="#the-th-element" id="th-9">th</a></code> element's - <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-2">scope</a></code> attribute must not be in - the <a href="#attr-th-scope-rowgroup" id="attr-th-scope-rowgroup-0" title="attr-th-scope-rowgroup">row group</a> state if + the remaining cells in the row group. A <code><a href="#the-th-element">th</a></code> element's + <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute must not be in + the <a href="#attr-th-scope-rowgroup" title="attr-th-scope-rowgroup">row group</a> state if the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "row group" reference in the full HTML5 spec.'>row group</a>.</dd> <dt>The <dfn id="attr-th-scope-colgroup" title="attr-th-scope-colgroup"><code>colgroup</code></dfn> keyword, which maps to the <i>column group</i> state</dt> <dd>The <i>column group</i> state means the header cell applies to - all the remaining cells in the column group. A <code><a href="#the-th-element" id="th-10">th</a></code> - element's <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-3">scope</a></code> attribute must - not be in the <a href="#attr-th-scope-colgroup" id="attr-th-scope-colgroup-0" title="attr-th-scope-colgroup">column + all the remaining cells in the column group. A <code><a href="#the-th-element">th</a></code> + element's <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute must + not be in the <a href="#attr-th-scope-colgroup" title="attr-th-scope-colgroup">column group</a> state if the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a>.</dd> <dt>The <dfn id="attr-th-scope-auto" title="attr-th-scope-auto">auto</dfn> state</dt> @@ -1068,10 +1087,10 @@ <dd>The <i>auto</i> state makes the header cell apply to a set of cells selected based on context.</dd> - </dl><p>The <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-4">scope</a></code> attribute's + </dl><p>The <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute's <i>missing value default</i> is the <i>auto</i> state.<div class="example"> - <p>The following example shows how the <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-5">scope</a></code> attribute's <code title="attr-th-scope-rowgroup"><a href="#attr-th-scope-rowgroup" id="rowgroup">rowgroup</a></code> value affects which + <p>The following example shows how the <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute's <code title="attr-th-scope-rowgroup"><a href="#attr-th-scope-rowgroup">rowgroup</a></code> value affects which data cells a header cell applies to.</p> <p>Here is a markup fragment showing a table:</p> @@ -1101,45 +1120,43 @@ </table><p>The headers in the first row all apply directly down to the rows in their column.</p> - <p>The headers with the explicit <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-6">scope</a></code> attributes apply to all the + <p>The headers with the explicit <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attributes apply to all the cells in their row group other than the cells in the first column.</p> <p>The remaining headers apply just to the cells to the right of them.</p> - <!-- image source: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/151 --> - <img alt="" height="256" src="http://dev.w3.org/html5/spec/images/table-scope-diagram.png" width="459"><!-- (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" id="td-13">td</a></code> and <code><a href="#the-th-element" id="th-11">th</a></code> elements</h4><p>The <code><a href="#the-td-element" id="td-14">td</a></code> and <code><a href="#the-th-element" id="th-12">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" id="valid-non-negative-integer-7">valid non-negative - integer</a> greater than zero.<p>The <code><a href="#the-td-element" id="td-15">td</a></code> and <code><a href="#the-th-element" id="th-13">th</a></code> elements may also have a + + <img alt="" height="256" src="http://dev.w3.org/html5/spec/images/table-scope-diagram.png" width="459"></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>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 - attribute specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-8">valid non-negative + attribute specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>.<p>These attributes give the number of columns and rows respectively that the cell is to span. These attributes must not be used to - overlap cells.</p><!-- conformance criteria - for determining when this is violated are given in the processing - model --><hr><p>The <code><a href="#the-td-element" id="td-16">td</a></code> and <code><a href="#the-th-element" id="th-14">th</a></code> element may have a <dfn id="attr-tdth-headers" title="attr-tdth-headers"><code>headers</code></dfn> content - attribute specified. The <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-2">headers</a></code> attribute, if specified, - must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-1">unordered set of unique - space-separated tokens</a> that are <a href="infrastructure.html#case-sensitive" id="case-sensitive-3">case-sensitive</a>, - each of which must have the value of an <a href="elements.html#concept-id" id="concept-id-9" title="concept-id">ID</a> of a <code><a href="#the-th-element" id="th-15">th</a></code> element taking + overlap cells.<hr><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> element may have a <dfn id="attr-tdth-headers" title="attr-tdth-headers"><code>headers</code></dfn> content + attribute specified. The <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attribute, if specified, + must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique + space-separated tokens</a> that are <a href="infrastructure.html#case-sensitive">case-sensitive</a>, + each of which must have the value of an <a href="elements.html#concept-id" title="concept-id">ID</a> of a <code><a href="#the-th-element">th</a></code> element taking part in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> as the - <code><a href="#the-td-element" id="td-17">td</a></code> or <code><a href="#the-th-element" id="th-16">th</a></code> element.<p>A <code><a href="#the-th-element" id="th-17">th</a></code> element with <a href="elements.html#concept-id" id="concept-id-10" title="concept-id">ID</a> <var title="">id</var> is said - to be <i>directly targeted</i> by all <code><a href="#the-td-element" id="td-18">td</a></code> and - <code><a href="#the-th-element" id="th-18">th</a></code> elements in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-3">headers</a></code> attributes whose values - include as one of their tokens the <a href="elements.html#concept-id" id="concept-id-11" title="concept-id">ID</a> <var title="">id</var>. A - <code><a href="#the-th-element" id="th-19">th</a></code> element <var title="">A</var> is said to be - <i>targeted</i> by a <code><a href="#the-th-element" id="th-20">th</a></code> or <code><a href="#the-td-element" id="td-19">td</a></code> element + <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> element.<p>A <code><a href="#the-th-element">th</a></code> element with <a href="elements.html#concept-id" title="concept-id">ID</a> <var title="">id</var> is said + to be <i>directly targeted</i> by all <code><a href="#the-td-element">td</a></code> and + <code><a href="#the-th-element">th</a></code> elements in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attributes whose values + include as one of their tokens the <a href="elements.html#concept-id" title="concept-id">ID</a> <var title="">id</var>. A + <code><a href="#the-th-element">th</a></code> element <var title="">A</var> is said to be + <i>targeted</i> by a <code><a href="#the-th-element">th</a></code> or <code><a href="#the-td-element">td</a></code> element <var title="">B</var> if either <var title="">A</var> is <i>directly targeted</i> by <var title="">B</var> or if there exists an element <var title="">C</var> that is itself <i>targeted</i> by the element <var title="">B</var> and <var title="">A</var> is <i>directly - targeted</i> by <var title="">C</var>.<p>A <code><a href="#the-th-element" id="th-21">th</a></code> element must not be <i>targeted</i> by - itself.<hr><p>The <code><a href="#the-td-element" id="td-20">td</a></code> and <code><a href="#the-th-element" id="th-22">th</a></code> elements implement - interfaces that inherit from the <code><a href="#htmltablecellelement" id="htmltablecellelement-2">HTMLTableCellElement</a></code> - interface:<pre class="idl">interface <dfn id="htmltablecellelement">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-88">HTMLElement</a> { + targeted</i> by <var title="">C</var>.<p>A <code><a href="#the-th-element">th</a></code> element must not be <i>targeted</i> by + itself.<hr><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements implement + interfaces that inherit from the <code><a href="#htmltablecellelement">HTMLTableCellElement</a></code> + interface:<pre class="idl">interface <dfn id="htmltablecellelement">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-colspan" title='Read about this "colSpan" reference in the full HTML5 spec.'>colSpan</a>; attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-rowspan" title='Read about this "rowSpan" reference in the full HTML5 spec.'>rowSpan</a>; - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-5">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-headers" title='Read about this "headers" reference in the full HTML5 spec.'>headers</a>; + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-headers" title='Read about this "headers" reference in the full HTML5 spec.'>headers</a>; readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a>; };</pre><dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a></code></dt> @@ -1156,7 +1173,7 @@ </dl><h4 id="examples"><span class="secno">4.9.12 </span>Examples</h4><p><i>This section is non-normative.</i><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> + 71</cite>:<pre><table> <caption>Specification values: <b>Steel</b>, <b>Castings</b>, Ann. A.S.T.M. A27-16, Class B;* P max. 0.06; S max. 0.05.</caption> <thead> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.424 retrieving revision 1.425 diff -u -d -r1.424 -r1.425 --- the-iframe-element.html 13 Apr 2011 07:54:45 -0000 1.424 +++ the-iframe-element.html 20 Apr 2011 12:21:18 -0000 1.425 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.2 The iframe element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.2 The iframe element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,38 +335,38 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="embedded-content-1.html">← 4.8 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – <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" id="x4.8.2-the-iframe-element"><span class="secno">4.8.2 </span>The <code>iframe</code> element</a><li><a href="the-iframe-element.html#the-embed-element" id="x4.8.3-the-embed-element"><span class="secno">4.8.3 </span>The <code>embed</code> element</a><li><a href="the-iframe-element.html#the-object-element" id="x4.8.4-the-object-element"><span class="secno">4.8.4 </span>The <code>object</code> element</a><li><a href="the-iframe-element.html#the-param-element" id="x4.8.5-the-param-element"><span class="secno">4.8.5 </span>The <code>param</code> element</a></ol></ol></ol></div> + <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><a href="the-iframe-element.html#the-embed-element"><span class="secno">4.8.3 </span>The <code>embed</code> element</a><li><a href="the-iframe-element.html#the-object-element"><span class="secno">4.8.4 </span>The <code>object</code> element</a><li><a href="the-iframe-element.html#the-param-element"><span class="secno">4.8.5 </span>The <code>param</code> element</a></ol></ol></ol></div> <h4 id="the-iframe-element"><span class="secno">4.8.2 </span>The <dfn><code>iframe</code></dfn> element</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-97">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-112">Phrasing content</a>.</dd> - <dd><a href="content-models.html#embedded-content" id="embedded-content-9">Embedded content</a>.</dd> - <dd><a href="content-models.html#interactive-content" id="interactive-content-6">Interactive 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> + <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> + <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#embedded-content" id="embedded-content-10">embedded content</a> is expected.</dd> + <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> <dd>Text that conforms to <a href="#iframe-content-model">the requirements given in the prose</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-62">Global attributes</a></dd> - <dd><code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-18">src</a></code></dd> - <dd><code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc">srcdoc</a></code></dd> - <dd><code title="attr-iframe-name"><a href="#attr-iframe-name" id="name-9">name</a></code></dd> - <dd><code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-0">sandbox</a></code></dd> - <dd><code title="attr-iframe-seamless"><a href="#attr-iframe-seamless" id="seamless">seamless</a></code></dd> - <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-5">width</a></code></dd> - <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-5">height</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code></dd> + <dd><code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code></dd> + <dd><code title="attr-iframe-name"><a href="#attr-iframe-name">name</a></code></dd> + <dd><code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code></dd> + <dd><code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code></dd> + <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code></dd> + <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmliframeelement">HTMLIFrameElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-66">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmliframeelement">HTMLIFrameElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-srcdoc" title='Read about this "srcdoc" reference in the full HTML5 spec.'>srcdoc</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-4">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.'>sandbox</a>; + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.'>sandbox</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-seamless" title='Read about this "seamless" reference in the full HTML5 spec.'>seamless</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; @@ -377,48 +374,48 @@ readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-iframe-element" id="iframe-9">iframe</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a - <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-0">nested browsing context</a>.<p>The <dfn id="attr-iframe-src" title="attr-iframe-src"><code>src</code></dfn> attribute - gives the address of a page that the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-1">nested browsing + </dl><p>The <code><a href="#the-iframe-element">iframe</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <a href="browsers.html#nested-browsing-context">nested browsing context</a>.<p>The <dfn id="attr-iframe-src" title="attr-iframe-src"><code>src</code></dfn> attribute + gives the address of a page that the <a href="browsers.html#nested-browsing-context">nested browsing context</a> is to contain. The attribute, if present, must be a - <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-4">valid non-empty URL potentially surrounded by + <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a>.<p>The <dfn id="attr-iframe-srcdoc" title="attr-iframe-srcdoc"><code>srcdoc</code></dfn> - attribute gives the content of the page that the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-2">nested + attribute gives the content of the page that the <a href="browsers.html#nested-browsing-context">nested browsing context</a> is to contain. The value of the attribute is - the source of <dfn id="an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</dfn>.<p>For <code><a href="#the-iframe-element" id="iframe-10">iframe</a></code> elements in <a href="dom.html#html-documents" id="html-documents-20">HTML documents</a>, - the attribute, if present, must have a value using <a href="syntax.html#syntax" id="the-html-syntax-4">the HTML + the source of <dfn id="an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</dfn>.<p>For <code><a href="#the-iframe-element">iframe</a></code> elements in <a href="dom.html#html-documents">HTML documents</a>, + the attribute, if present, must have a value using <a href="syntax.html#syntax">the HTML syntax</a> that consists of the following syntactic components, - in the given order:<ol><li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-0" title="syntax-comments">comments</a> and + in the given order:<ol><li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>Optionally, a <a href="syntax.html#syntax-doctype" id="syntax-doctype-1" title="syntax-doctype">DOCTYPE</a>. + <li>Optionally, a <a href="syntax.html#syntax-doctype" title="syntax-doctype">DOCTYPE</a>. - <li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-1" title="syntax-comments">comments</a> and + <li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0" id="html-10">html</a></code> <a href="syntax.html#syntax-elements" id="syntax-elements-0" title="syntax-elements">element</a>.</li> + <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0">html</a></code> <a href="syntax.html#syntax-elements" title="syntax-elements">element</a>.</li> - <li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-2" title="syntax-comments">comments</a> and + <li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - </ol><p>For <code><a href="#the-iframe-element" id="iframe-11">iframe</a></code> elements in <a href="dom.html#xml-documents" id="xml-documents-20">XML documents</a>, + </ol><p>For <code><a href="#the-iframe-element">iframe</a></code> elements in <a href="dom.html#xml-documents">XML documents</a>, the attribute, if present, must have a value that matches the production labeled <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code> in the XML - specification. <a href="references.html#refsXML">[XML]</a><p>If the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-19">src</a></code> attribute and the - <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-0">srcdoc</a></code> attribute are both - specified together, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-1">srcdoc</a></code> + specification. <a href="references.html#refsXML">[XML]</a><p>If the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute and the + <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute are both + specified together, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute takes priority. This allows authors to provide a fallback - <a href="urls.html#url" id="url-11">URL</a> for legacy user agents that do not support the - <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-2">srcdoc</a></code> attribute.<p class="note">If, when the element is created, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-3">srcdoc</a></code> attribute is not set, and - the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-20">src</a></code> attribute is either + <a href="urls.html#url">URL</a> for legacy user agents that do not support the + <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute.<p class="note">If, when the element is created, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute is not set, and + the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute is either also not set or set but its value cannot be <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a>, the browsing context will remain at the initial <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> page.<p class="note">If the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a> - away from this page, the <code><a href="#the-iframe-element" id="iframe-12">iframe</a></code>'s corresponding - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window" id="window-6">Window</a></code> - objects for new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-21">src</a></code> attribute will not change.<div class="example"> + away from this page, the <code><a href="#the-iframe-element">iframe</a></code>'s corresponding + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window">Window</a></code> + objects for new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute will not change.<div class="example"> - <p>Here a blog uses the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-4">srcdoc</a></code> attribute in conjunction - with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-1">sandbox</a></code> and <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless" id="seamless-0">seamless</a></code> attributes described + <p>Here a blog uses the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute in conjunction + with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> and <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attributes described below to provide users of user agents that support this feature with an extra layer of protection from script injection in the blog post comments:</p> @@ -448,18 +445,18 @@ </article></pre> <p>Notice the way that quotes have to be escaped (otherwise the - <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-2">sandbox</a></code> attribute would + <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute would end prematurely), and the way raw ampersands (e.g. in URLs or in prose) mentioned in the sandboxed content have to be <em>doubly</em> escaped — once so that the ampersand is - preserved when originally parsing the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-3">sandbox</a></code> attribute, and once more + preserved when originally parsing the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, and once more to prevent the ampersand from being misinterpreted when parsing the sandboxed content.</p> - </div><p class="note">In <a href="syntax.html#syntax" id="the-html-syntax-5">the HTML syntax</a>, authors need only + </div><p class="note">In <a href="syntax.html#syntax">the HTML syntax</a>, authors need only remember to use U+0022 QUOTATION MARK characters (") to wrap the attribute contents and then to escape all U+0022 QUOTATION MARK (") - and U+0026 AMPERSAND (&) characters, and to specify the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-4">sandbox</a></code> attribute, to ensure safe + and U+0026 AMPERSAND (&) characters, and to specify the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, to ensure safe embedding of content.<p class="note">Due to restrictions of <span>the XML syntax</span>, in XML the U+003C LESS-THAN SIGN character (<) needs to be escaped as well. In order to prevent <a href="http://www.w3.org/TR/REC-xml/#AVNormalize">attribute-value @@ -467,35 +464,35 @@ specifically U+0009 CHARACTER TABULATION (HT), U+000A LINE FEED (LF), and U+000D CARRIAGE RETURN (CR) — also need to be escaped. <a href="references.html#refsXML">[XML]</a><hr><p>The <dfn id="attr-iframe-name" title="attr-iframe-name"><code>name</code></dfn> - attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name" id="valid-browsing-context-name-0">valid browsing context - name</a>. The given value is used to name the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-3">nested + attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name">valid browsing context + name</a>. The given value is used to name the <a href="browsers.html#nested-browsing-context">nested browsing context</a>. <hr><p>The <dfn id="attr-iframe-sandbox" title="attr-iframe-sandbox"><code>sandbox</code></dfn> attribute, when specified, enables a set of extra restrictions on - any content hosted by the <code><a href="#the-iframe-element" id="iframe-13">iframe</a></code>. Its value must be an - <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-0">unordered set of unique space-separated tokens</a> that are - <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-11">ASCII case-insensitive</a>. The allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>, + any content hosted by the <code><a href="#the-iframe-element">iframe</a></code>. Its value must be an + <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a> that are + <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>, <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>, <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>, and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>. When the attribute is set, the content is treated as being from a unique - <a href="origin-0.html#origin" id="origin-1">origin</a>, forms and scripts are disabled, links are - prevented from targeting other <a href="browsers.html#browsing-context" id="browsing-context-6" title="browsing + <a href="origin-0.html#origin">origin</a>, forms and scripts are disabled, links are + prevented from targeting other <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>, and plugins are disabled. The <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code> keyword allows the content to be treated as being from the same origin instead of forcing it into a unique origin, the <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code> keyword allows the content to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> its - <a href="browsers.html#top-level-browsing-context" id="top-level-browsing-context-0">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> + <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> keywords re-enable forms and scripts respectively (though scripts are still prevented from creating popups).<p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> and <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code> keywords together when the embedded page has the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same - origin</a> as the page containing the <code><a href="#the-iframe-element" id="iframe-14">iframe</a></code> allows - the embedded page to simply remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-5">sandbox</a></code> attribute.<p class="warning">Sandboxing hostile content is of minimal help if + origin</a> as the page containing the <code><a href="#the-iframe-element">iframe</a></code> allows + the embedded page to simply remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute.<p class="warning">Sandboxing hostile content is of minimal help if an attacker can convince the user to just visit the hostile content - directly, rather than in the <code><a href="#the-iframe-element" id="iframe-15">iframe</a></code>. To limit the + directly, rather than in the <code><a href="#the-iframe-element">iframe</a></code>. To limit the damage that can be caused by hostile HTML content, it should be - served using the <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-2">text/html-sandboxed</a></code> MIME type.<div class="example"> + served using the <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code> MIME type.<div class="example"> <p>In this example, some completely-unknown, potentially hostile, user-provided HTML content is embedded in a page. Because it is @@ -515,7 +512,7 @@ attribute.</p> <p class="warning">It is important that the server serve the - user-provided HTML using the <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-3">text/html-sandboxed</a></code> MIME + user-provided HTML using the <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code> MIME type so that if the attacker convinces the user to visit that page directly, the page doesn't run in the context of the site's origin, which would make the user vulnerable to any attack found in the @@ -548,57 +545,55 @@ <pre><a href=D>Link</a></pre> <p>For this example, suppose all the files were served as - <code><a href="iana.html#text-html" id="text-html-4">text/html</a></code>.</p> + <code><a href="iana.html#text-html">text/html</a></code>.</p> <p>Page C in this scenario has all the sandboxing flags - set. Scripts are disabled, because the <code><a href="#the-iframe-element" id="iframe-16">iframe</a></code> in A has + set. Scripts are disabled, because the <code><a href="#the-iframe-element">iframe</a></code> in A has scripts disabled, and this overrides the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> - keyword set on the <code><a href="#the-iframe-element" id="iframe-17">iframe</a></code> in B. Forms are also - disabled, because the inner <code><a href="#the-iframe-element" id="iframe-18">iframe</a></code> (in B) does not + keyword set on the <code><a href="#the-iframe-element">iframe</a></code> in B. Forms are also + disabled, because the inner <code><a href="#the-iframe-element">iframe</a></code> (in B) does not have the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keyword set.</p> - <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-6">sandbox</a></code> attributes in A and + <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attributes in A and B. This would change nothing immediately. If the user clicked the - link in C, loading page D into the <code><a href="#the-iframe-element" id="iframe-19">iframe</a></code> in B, page D - would now act as if the <code><a href="#the-iframe-element" id="iframe-20">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code> + link in C, loading page D into the <code><a href="#the-iframe-element">iframe</a></code> in B, page D + would now act as if the <code><a href="#the-iframe-element">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code> and <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keywords - set, because that was the state of the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-4">nested browsing - context</a> in the <code><a href="#the-iframe-element" id="iframe-21">iframe</a></code> in A when page B was + set, because that was the state of the <a href="browsers.html#nested-browsing-context">nested browsing + context</a> in the <code><a href="#the-iframe-element">iframe</a></code> in A when page B was loaded.</p> - <p>Generally speaking, dynamically removing or changing the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-7">sandbox</a></code> attribute is + <p>Generally speaking, dynamically removing or changing the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute is ill-advised, because it can make it quite hard to reason about what will be allowed and what will not.</p> </div><p class="note">Potentially hostile files can be served from the - same server as the file containing the <code><a href="#the-iframe-element" id="iframe-22">iframe</a></code> element - by labeling them as <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-4">text/html-sandboxed</a></code> instead of - <code><a href="iana.html#text-html" id="text-html-5">text/html</a></code>. This ensures that scripts in the files are + same server as the file containing the <code><a href="#the-iframe-element">iframe</a></code> element + by labeling them as <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code> instead of + <code><a href="iana.html#text-html">text/html</a></code>. This ensures that scripts in the files are unable to attack the site (as if they were actually served from another server), even if the user is tricked into visiting those - pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-8">sandbox</a></code> attribute.<p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> + pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute.<p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> keyword is set along with <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code> keyword, and the file is from the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the - <code><a href="#the-iframe-element" id="iframe-23">iframe</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, then a script in the - "sandboxed" iframe could just reach out, remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-9">sandbox</a></code> attribute, and then + <code><a href="#the-iframe-element">iframe</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, then a script in the + "sandboxed" iframe could just reach out, remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, and then reload itself, effectively breaking out of the sandbox - altogether.<hr><!-- v2: Might be interesting to have a value on seamless that - allowed event propagation of some sort, maybe based on the WICD - work: http://www.w3.org/TR/WICD/ --><p>The <dfn id="attr-iframe-seamless" title="attr-iframe-seamless"><code>seamless</code></dfn> - attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-5">boolean attribute</a>. When specified, it - indicates that the <code><a href="#the-iframe-element" id="iframe-24">iframe</a></code> element's <a href="browsers.html#browsing-context" id="browsing-context-7">browsing + altogether.<hr><p>The <dfn id="attr-iframe-seamless" title="attr-iframe-seamless"><code>seamless</code></dfn> + attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. When specified, it + indicates that the <code><a href="#the-iframe-element">iframe</a></code> element's <a href="browsers.html#browsing-context">browsing context</a> is to be rendered in a manner that makes it appear to be part of the containing document (seamlessly included in the parent document). <p class="note">The attribute can be set or removed dynamically, with the rendering updating in tandem.<div class="example"> <p>In this example, the site's navigation is embedded using a - client-side include using an <code><a href="#the-iframe-element" id="iframe-25">iframe</a></code>. Any links in the - <code><a href="#the-iframe-element" id="iframe-26">iframe</a></code> will, in new user agents, be automatically - opened in the <code><a href="#the-iframe-element" id="iframe-27">iframe</a></code>'s parent browsing context; for - legacy user agents, the site could also include a <code><a href="semantics.html#the-base-element" id="base-11">base</a></code> - element with a <code title="attr-base-target"><a href="semantics.html#attr-base-target" id="target-2">target</a></code> + client-side include using an <code><a href="#the-iframe-element">iframe</a></code>. Any links in the + <code><a href="#the-iframe-element">iframe</a></code> will, in new user agents, be automatically + opened in the <code><a href="#the-iframe-element">iframe</a></code>'s parent browsing context; for + legacy user agents, the site could also include a <code><a href="semantics.html#the-base-element">base</a></code> + element with a <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute with the value <code title="">_parent</code>. Similarly, in new user agents the styles of the parent page will be automatically applied to the contents of the frame, but to support @@ -607,67 +602,53 @@ <pre><nav><iframe seamless src="nav.include.html"></iframe></nav></pre> - </div><hr><p>The <code><a href="#the-iframe-element" id="iframe-28">iframe</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes-1">dimension + </div><hr><p>The <code><a href="#the-iframe-element">iframe</a></code> element supports <a href="the-map-element.html#dimension-attributes">dimension attributes</a> for cases where the embedded content has specific - dimensions (e.g. ad units have well-defined dimensions).<p>An <code><a href="#the-iframe-element" id="iframe-29">iframe</a></code> element never has <a href="content-models.html#fallback-content" id="fallback-content-1">fallback - content</a>, as it will always create a nested <a href="browsers.html#browsing-context" id="browsing-context-8">browsing + dimensions (e.g. ad units have well-defined dimensions).<p>An <code><a href="#the-iframe-element">iframe</a></code> element never has <a href="content-models.html#fallback-content">fallback + content</a>, as it will always create a nested <a href="browsers.html#browsing-context">browsing context</a>, regardless of whether the specified initial contents - are successfully used.<p>Descendants of <code><a href="#the-iframe-element" id="iframe-30">iframe</a></code> elements represent + are successfully used.<p>Descendants of <code><a href="#the-iframe-element">iframe</a></code> elements represent nothing. (In legacy user agents that do not support - <code><a href="#the-iframe-element" id="iframe-31">iframe</a></code> elements, the contents would be parsed as markup - that could act as fallback content.)<p id="iframe-content-model">When used in <a href="dom.html#html-documents" id="html-documents-21">HTML - documents</a>, the allowed content model of <code><a href="#the-iframe-element" id="iframe-32">iframe</a></code> + <code><a href="#the-iframe-element">iframe</a></code> elements, the contents would be parsed as markup + that could act as fallback content.)<p id="iframe-content-model">When used in <a href="dom.html#html-documents">HTML + documents</a>, the allowed content model of <code><a href="#the-iframe-element">iframe</a></code> elements is text, except that invoking the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-end.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment - parsing algorithm</a> with the <code><a href="#the-iframe-element" id="iframe-33">iframe</a></code> element as the + parsing algorithm</a> with the <code><a href="#the-iframe-element">iframe</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that are - all <a href="content-models.html#phrasing-content" id="phrasing-content-113">phrasing content</a>, with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a> having occurred, with no - <code><a href="scripting-1.html#script" id="script-29">script</a></code> elements being anywhere in the list or as + all <a href="content-models.html#phrasing-content">phrasing content</a>, with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a> having occurred, with no + <code><a href="scripting-1.html#script">script</a></code> elements being anywhere in the list or as descendants of elements in the list, and with all the elements in the list (including their descendants) being themselves - conforming.<p>The <code><a href="#the-iframe-element" id="iframe-34">iframe</a></code> element must be empty in <a href="dom.html#xml-documents" id="xml-documents-21">XML + conforming.<p>The <code><a href="#the-iframe-element">iframe</a></code> element must be empty in <a href="dom.html#xml-documents">XML documents</a>.<p class="note">The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> treats markup inside - <code><a href="#the-iframe-element" id="iframe-35">iframe</a></code> elements as text.<div class="example"> + <code><a href="#the-iframe-element">iframe</a></code> elements as text.<div class="example"> - <p>Here is an example of a page using an <code><a href="#the-iframe-element" id="iframe-36">iframe</a></code> to + <p>Here is an example of a page using an <code><a href="#the-iframe-element">iframe</a></code> to include advertising from an advertising broker:</p> <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><!-- (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 - http://trac.webkit.org/browser/trunk/WebCore/html/HTMLEmbedElement.cpp - http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderPartObject.cpp (updateWidget) - e.g. - 240x200 default - - the attributes/params are sent in a name/value pair list as follows (for Gecko): - + attributes of the element, in source order - + a synthesised 'src' attribute, if there was no 'src' but - there was a 'data', with the value of the 'data' attribute - + the params, in source order - (WebKit does something different still) - - the HIDDEN attribute (might be moot now) ---><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-98">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-114">Phrasing content</a>.</dd> - <dd><a href="content-models.html#embedded-content" id="embedded-content-11">Embedded content</a>.</dd> - <dd><a href="content-models.html#interactive-content" id="interactive-content-7">Interactive content</a>.</dd> + </div><h4 id="the-embed-element"><span class="secno">4.8.3 </span>The <dfn><code>embed</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> + <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#embedded-content" id="embedded-content-12">embedded content</a> is expected.</dd> + <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-63">Global attributes</a></dd> - <dd><code title="attr-embed-src"><a href="#attr-embed-src" id="src-23">src</a></code></dd> - <dd><code title="attr-embed-type"><a href="#attr-embed-type" id="type-17">type</a></code></dd> - <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-6">width</a></code></dd> - <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-6">height</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-embed-src"><a href="#attr-embed-src">src</a></code></dd> + <dd><code title="attr-embed-type"><a href="#attr-embed-type">type</a></code></dd> + <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code></dd> + <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></dd> <dd>Any other attribute that has no namespace (see prose).</dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlembedelement">HTMLEmbedElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-67">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlembedelement">HTMLEmbedElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; @@ -675,27 +656,26 @@ };</pre> </dd> - </dl><p>The <code><a href="#the-embed-element" id="embed-8">embed</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an + </dl><p>The <code><a href="#the-embed-element">embed</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an integration point for an external (typically non-HTML) application or interactive content.<p>The <dfn id="attr-embed-src" title="attr-embed-src"><code>src</code></dfn> attribute gives the address of the resource being embedded. The attribute, if - present, must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-5">valid non-empty URL potentially + present, must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a>.<p>The <dfn id="attr-embed-type" title="attr-embed-type"><code>type</code></dfn> - attribute, if present, gives the <a href="infrastructure.html#mime-type" id="mime-type-5">MIME type</a> by which the - plugin to instantiate is selected. The value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-4">valid - MIME type</a>. If both the <code title="attr-embed-type"><a href="#attr-embed-type" id="type-18">type</a></code> attribute and the <code title="attr-embed-src"><a href="#attr-embed-src" id="src-24">src</a></code> attribute are present, then the - <code title="attr-embed-type"><a href="#attr-embed-type" id="type-19">type</a></code> attribute must specify the + attribute, if present, gives the <a href="infrastructure.html#mime-type">MIME type</a> by which the + plugin to instantiate is selected. The value must be a <a href="infrastructure.html#valid-mime-type">valid + MIME type</a>. If both the <code title="attr-embed-type"><a href="#attr-embed-type">type</a></code> attribute and the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute are present, then the + <code title="attr-embed-type"><a href="#attr-embed-type">type</a></code> attribute must specify the same type as the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.'>explicit Content-Type - metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src" id="src-25">src</a></code> attribute.<p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name" id="name-57">name</a></code>, <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align" id="align">align</a></code>, <code title="attr-embed-hspace"><a href="obsolete.html#attr-embed-hspace" id="hspace">hspace</a></code>, and <code title="attr-embed-vspace"><a href="obsolete.html#attr-embed-vspace" id="vspace">vspace</a></code> <!-- when editing, see also - note below --> may be specified on the <code><a href="#the-embed-element" id="embed-9">embed</a></code> element, - so long as its name is <a href="infrastructure.html#xml-compatible" id="xml-compatible-1">XML-compatible</a> and contains no + metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute.<p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name">name</a></code>, <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align">align</a></code>, <code title="attr-embed-hspace"><a href="obsolete.html#attr-embed-hspace">hspace</a></code>, and <code title="attr-embed-vspace"><a href="obsolete.html#attr-embed-vspace">vspace</a></code> may be specified on the <code><a href="#the-embed-element">embed</a></code> element, + so long as its name is <a href="infrastructure.html#xml-compatible">XML-compatible</a> and contains no characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z). These attributes are then passed as - parameters to the <a href="infrastructure.html#plugin" id="plugin-1">plugin</a>.<p class="note">All attributes in <a href="dom.html#html-documents" id="html-documents-22">HTML documents</a> get + parameters to the <a href="infrastructure.html#plugin">plugin</a>.<p class="note">All attributes in <a href="dom.html#html-documents">HTML documents</a> get lowercased automatically, so the restriction on uppercase letters doesn't affect such documents.<p class="note">The four exceptions are to exclude legacy attributes that have side-effects beyond just sending parameters to the - <a href="infrastructure.html#plugin" id="plugin-2">plugin</a>.<p>The <code><a href="#the-embed-element" id="embed-10">embed</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes-2">dimension + <a href="infrastructure.html#plugin">plugin</a>.<p>The <code><a href="#the-embed-element">embed</a></code> element supports <a href="the-map-element.html#dimension-attributes">dimension attributes</a>.<div class="example"> <p>Here's a way to embed a resource that requires a proprietary @@ -713,39 +693,39 @@ <pre><embed src="catgame.swf" quality="high"></pre> <p>This would be equivalent to the following, when using an - <code><a href="#the-object-element" id="object-13">object</a></code> element instead:</p> + <code><a href="#the-object-element">object</a></code> element instead:</p> <pre><object data="catgame.swf"> <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-99">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-115">Phrasing content</a>.</dd> - <dd><a href="content-models.html#embedded-content" id="embedded-content-13">Embedded content</a>.</dd> - <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-4">usemap</a></code> attribute: <a href="content-models.html#interactive-content" id="interactive-content-8">Interactive content</a>.</dd> <!-- also when showing a plugin or a nested browsing context, but checking that statically is hard...) --> - <dd><a href="forms.html#category-listed" id="category-listed-1" title="category-listed">Listed</a>, <a href="forms.html#category-submit" id="category-submit-0" title="category-submit">submittable</a>, <a href="forms.html#form-associated-element" id="form-associated-element-1">form-associated element</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> + <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute: <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-submit" title="category-submit">submittable</a>, <a href="forms.html#form-associated-element">form-associated element</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#embedded-content" id="embedded-content-14">embedded content</a> is expected.</dd> + <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-param-element" id="param-1">param</a></code> elements, then, <a href="content-models.html#transparent" id="transparent-6">transparent</a>.</dd> + <dd>Zero or more <code><a href="#the-param-element">param</a></code> elements, then, <a href="content-models.html#transparent">transparent</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-64">Global attributes</a></dd> - <dd><code title="attr-object-data"><a href="#attr-object-data" id="data">data</a></code></dd> - <dd><code title="attr-object-type"><a href="#attr-object-type" id="type-21">type</a></code></dd> - <dd><code title="attr-object-name"><a href="#attr-object-name" id="name-11">name</a></code></dd> - <dd><code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-5">usemap</a></code></dd> - <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-40">form</a></code></dd> - <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-7">width</a></code></dd> - <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-7">height</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-object-data"><a href="#attr-object-data">data</a></code></dd> + <dd><code title="attr-object-type"><a href="#attr-object-type">type</a></code></dd> + <dd><code title="attr-object-name"><a href="#attr-object-name">name</a></code></dd> + <dd><code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code></dd> + <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code></dd> + <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code></dd> + <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlobjectelement">HTMLObjectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-68">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlobjectelement">HTMLObjectElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>; - readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-0">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; + readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; readonly attribute Document <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>; @@ -759,28 +739,28 @@ };</pre> </dd> - </dl><p>The <code><a href="#the-object-element" id="object-14">object</a></code> element can represent an external + </dl><p>The <code><a href="#the-object-element">object</a></code> element can represent an external resource, which, depending on the type of the resource, will either - be treated as an image, as a <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-5">nested browsing context</a>, + be treated as an image, as a <a href="browsers.html#nested-browsing-context">nested browsing context</a>, or as an external resource to be processed by a - <a href="infrastructure.html#plugin" id="plugin-3">plugin</a>.<p>The <dfn id="attr-object-data" title="attr-object-data"><code>data</code></dfn> + <a href="infrastructure.html#plugin">plugin</a>.<p>The <dfn id="attr-object-data" title="attr-object-data"><code>data</code></dfn> attribute, if present, specifies the address of the resource. If - present, the attribute must be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-6">valid non-empty + present, the attribute must be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a>.<p>The <dfn id="attr-object-type" title="attr-object-type"><code>type</code></dfn> attribute, if present, specifies the type of the resource. If - present, the attribute must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-5">valid MIME type</a>.<p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data" id="data-0">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type" id="type-22">type</a></code> attribute must be present.<p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn> - attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name" id="valid-browsing-context-name-1">valid browsing context - name</a>. The given value is used to name the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-6">nested - browsing context</a>, if applicable.<p>The <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-6">usemap</a></code> attribute, - if present while the <code><a href="#the-object-element" id="object-15">object</a></code> element represents an - image, can indicate that the object has an associated <a href="the-map-element.html#image-map" id="image-map-2">image - map</a>. <p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-41">form</a></code> attribute is used to - explicitly associate the <code><a href="#the-object-element" id="object-16">object</a></code> element with its - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-0">form owner</a>.<p>The <code><a href="#the-object-element" id="object-17">object</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes-3">dimension + present, the attribute must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a>.<p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute must be present.<p>The <dfn id="attr-object-name" title="attr-object-name"><code>name</code></dfn> + attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name">valid browsing context + name</a>. The given value is used to name the <a href="browsers.html#nested-browsing-context">nested + browsing context</a>, if applicable.<p>The <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute, + if present while the <code><a href="#the-object-element">object</a></code> element represents an + image, can indicate that the object has an associated <a href="the-map-element.html#image-map">image + map</a>. <p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to + explicitly associate the <code><a href="#the-object-element">object</a></code> element with its + <a href="association-of-controls-and-forms.html#form-owner">form owner</a>.<p>The <code><a href="#the-object-element">object</a></code> element supports <a href="the-map-element.html#dimension-attributes">dimension attributes</a>.<div class="example"> <p>In the following example, a Java applet is embedded in a page - using the <code><a href="#the-object-element" id="object-18">object</a></code> element. (Generally speaking, it is + using the <code><a href="#the-object-element">object</a></code> element. (Generally speaking, it is better to avoid using applets like these and instead use native JavaScript and HTML to provide the functionality, since that way the application will work on all Web browsers without requiring a @@ -798,7 +778,7 @@ </div><div class="example"> <p>In this example, an HTML page is embedded in another using the - <code><a href="#the-object-element" id="object-19">object</a></code> element.</p> + <code><a href="#the-object-element">object</a></code> element.</p> <pre><figure> <object data="clock.html"></object> @@ -810,10 +790,10 @@ <p>The following example shows how a plugin can be used in HTML (in this case the Flash plugin, to show a video file). Fallback is provided for users who do not have Flash enabled, in this case - using the <code><a href="video.html#video" id="video-12">video</a></code> element to show the video for those - using user agents that support <code><a href="video.html#video" id="video-13">video</a></code>, and finally + using the <code><a href="video.html#video">video</a></code> element to show the video for those + using user agents that support <code><a href="video.html#video">video</a></code>, and finally providing a link to the video for those who have neither Flash nor - a <code><a href="video.html#video" id="video-14">video</a></code>-capable browser.</p> + a <code><a href="video.html#video">video</a></code>-capable browser.</p> <pre><p>Look at my video: <object type="application/x-shockwave-flash"> @@ -829,26 +809,26 @@ </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 can be used:</dt> - <dd>As a child of an <code><a href="#the-object-element" id="object-20">object</a></code> element, before any <a href="content-models.html#flow-content" id="flow-content-100">flow content</a>.</dd> + <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> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-65">Global attributes</a></dd> - <dd><code title="attr-param-name"><a href="#attr-param-name" id="name-13">name</a></code></dd> - <dd><code title="attr-param-value"><a href="#attr-param-value" id="value-1">value</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-param-name"><a href="#attr-param-name">name</a></code></dd> + <dd><code title="attr-param-value"><a href="#attr-param-value">value</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-69">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-param-element" id="param-2">param</a></code> element defines parameters for plugins - invoked by <code><a href="#the-object-element" id="object-21">object</a></code> elements. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn> + </dl><p>The <code><a href="#the-param-element">param</a></code> element defines parameters for plugins + invoked by <code><a href="#the-object-element">object</a></code> elements. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn> attribute gives the name of the parameter.<p>The <dfn id="attr-param-value" title="attr-param-value"><code>value</code></dfn> attribute gives the value of the parameter.<p>Both attributes must be present. They may have any value.<div class="example"> - <p>The following example shows how the <code><a href="#the-param-element" id="param-3">param</a></code> element + <p>The following example shows how the <code><a href="#the-param-element">param</a></code> element can be used to pass a parameter to a plugin, in this case the O3D plugin.</p> Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1314 retrieving revision 1.1315 diff -u -d -r1.1314 -r1.1315 --- Overview.html 13 Apr 2011 07:54:37 -0000 1.1314 +++ Overview.html 20 Apr 2011 12:21:08 -0000 1.1315 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split index" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split index" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -335,14 +332,13 @@ </script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1041 lines suppressed...] + <li><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "11.3.2 The marquee element" reference in the full HTML5 spec.'><span class="secno">11.3.2 </span>The <code>marquee</code> element</a></li> + <li><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frames" title='Read about this "11.3.3 Frames" reference in the full HTML5 spec.'><span class="secno">11.3.3 </span>Frames</a></li> + <li><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#other-elements-attributes-and-apis" title='Read about this "11.3.4 Other elements, attributes and APIs" reference in the full HTML5 spec.'><span class="secno">11.3.4 </span>Other elements, attributes and APIs</a></ol></ol></li> + <li><a href="iana.html#iana"><span class="secno">12 </span>IANA considerations</a> + <ol><li><a href="iana.html#text-html"><span class="secno">12.1 </span><code>text/html</code></a></li> + <li><a href="iana.html#text-html-sandboxed"><span class="secno">12.2 </span><code>text/html-sandboxed</code></a></li> + <li><a href="iana.html#application-xhtml-xml"><span class="secno">12.3 </span><code>application/xhtml+xml</code></a></li> + <li><a href="iana.html#text-cache-manifest"><span class="secno">12.4 </span><code>text/cache-manifest</code></a></ol></li> <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></ol></li> - <li><a class="no-num" href="index-of-terms.html#index-of-terms">Index of terms</a></li> <li><a class="no-num" href="references.html#references">References</a></li> - <li><a class="no-num" href="acknowledgements.html#acknowledgements">Acknowledgements</a></ol><!--end-toc--> \ No newline at end of file + <li><a class="no-num" href="acknowledgements.html#acknowledgements">Acknowledgements</a></ol> \ No newline at end of file Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v retrieving revision 1.404 retrieving revision 1.405 diff -u -d -r1.404 -r1.405 --- association-of-controls-and-forms.html 13 Apr 2011 07:54:37 -0000 1.404 +++ association-of-controls-and-forms.html 20 Apr 2011 12:21:09 -0000 1.405 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.18 Association of controls and forms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.18 Association of controls and forms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,105 +335,106 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="the-button-element.html">← 4.10.8 The button element</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="interactive-elements.html">4.11 Interactive elements →</a> - <ol class="toc"><li><ol><li><ol><li><a href="association-of-controls-and-forms.html#association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</a><li><a href="association-of-controls-and-forms.html#attributes-common-to-form-controls" id="x4.10.19-attributes-common-to-form-controls"><span class="secno">4.10.19 </span>Attributes common to form controls</a> - <ol><li><a href="association-of-controls-and-forms.html#naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</a><li><a href="association-of-controls-and-forms.html#enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</a><li><a href="association-of-controls-and-forms.html#autofocusing-a-form-control"><span class="secno">4.10.19.3 </span>Autofocusing a form control</a><li><a href="association-of-controls-and-forms.html#limiting-user-input-length"><span class="secno">4.10.19.4 </span>Limiting user input length</a><li><a href="association-of-controls-and-forms.html#form-submission-0"><span class="secno">4.10.19.5 </span>Form submission</a><li><a href="association-of-controls-and-forms.html#submitting-element-directionality"><span class="secno">4.10.19.6 </span>Submitting element directionality</a></ol><li><a href="association-of-controls-and-forms.html#textFieldSelection"><span class="secno">4.10.20 </span>APIs for the ext field selections</a><li><a href="association-of-controls-and-forms.html#constraints"><span class="secno">4.10.21 </span>Constraints</a> - <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.21.1 </span>Definitions</a><li><a href="association-of-controls-and-forms.html#the-constraint-validation-api" id="x4.10.21.2-the-constraint-validation-api"><span class="secno">4.10.21.2 </span>The constraint validation API</a><li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.21.3 </span>Security</a></ol><li><a href="association-of-controls-and-forms.html#form-submission" id="x4.10.22-form-submission"><span class="secno">4.10.22 </span>Form submission</a></ol></ol></ol></div> + <ol class="toc"><li><ol><li><ol><li><a href="association-of-controls-and-forms.html#association-of-controls-and-forms"><span class="secno">4.10.18 </span>Association of controls and forms</a><li><a href="association-of-controls-and-forms.html#attributes-common-to-form-controls"><span class="secno">4.10.19 </span>Attributes common to form controls</a> + <ol><li><a href="association-of-controls-and-forms.html#naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</a><li><a href="association-of-controls-and-forms.html#enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</a><li><a href="association-of-controls-and-forms.html#autofocusing-a-form-control"><span class="secno">4.10.19.4 </span>Autofocusing a form control</a><li><a href="association-of-controls-and-forms.html#limiting-user-input-length"><span class="secno">4.10.19.5 </span>Limiting user input length</a><li><a href="association-of-controls-and-forms.html#form-submission-0"><span class="secno">4.10.19.6 </span>Form submission</a><li><a href="association-of-controls-and-forms.html#submitting-element-directionality"><span class="secno">4.10.19.7 </span>Submitting element directionality</a></ol><li><a href="association-of-controls-and-forms.html#textFieldSelection"><span class="secno">4.10.20 </span>APIs for the ext field selections</a><li><a href="association-of-controls-and-forms.html#constraints"><span class="secno">4.10.21 </span>Constraints</a> + <ol><li><a href="association-of-controls-and-forms.html#definitions"><span class="secno">4.10.21.1 </span>Definitions</a><li><a href="association-of-controls-and-forms.html#the-constraint-validation-api"><span class="secno">4.10.21.3 </span>The constraint validation API</a><li><a href="association-of-controls-and-forms.html#security-forms"><span class="secno">4.10.21.4 </span>Security</a></ol><li><a href="association-of-controls-and-forms.html#form-submission"><span class="secno">4.10.22 </span>Form submission</a> + </ol></ol></ol></div> - <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" id="form-associated-element-16">form-associated element</a> can have a relationship - with a <code><a href="forms.html#the-form-element" id="form-23">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" id="form-associated-element-17">form-associated element</a> is - not associated with a <code><a href="forms.html#the-form-element" id="form-24">form</a></code> element, its <a href="#form-owner" id="form-owner-14">form - owner</a> is said to be null.<p>A <a href="forms.html#form-associated-element" id="form-associated-element-18">form-associated element</a> is, by default, associated + <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 + owner</a> is said to be null.<p>A <a href="forms.html#form-associated-element">form-associated element</a> is, by default, associated with its ancestor - <code><a href="forms.html#the-form-element" id="form-25">form</a></code> element, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to + <code><a href="forms.html#the-form-element">form</a></code> element, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to override this.<p class="note">This feature allows authors to work around the lack - of support for nested <code><a href="forms.html#the-form-element" id="form-26">form</a></code> elements.<p>If a <a href="forms.html#form-associated-element" id="form-associated-element-19">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form" id="form-62">form</a></code> attribute specified, then that - attribute's value must be the <a href="elements.html#concept-id" id="concept-id-20" title="concept-id">ID</a> of a <code><a href="forms.html#the-form-element" id="form-27">form</a></code> element in + of support for nested <code><a href="forms.html#the-form-element">form</a></code> elements.<p>If a <a href="forms.html#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then that + attribute's value must be the <a href="elements.html#concept-id" title="concept-id">ID</a> of a <code><a href="forms.html#the-form-element">form</a></code> element in the element's owner <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt> <dd> - <p>Returns the element's <a href="#form-owner" id="form-owner-15">form owner</a>.</p> + <p>Returns the element's <a href="#form-owner">form owner</a>.</p> <p>Returns null if there isn't one.</p> </dd> </dl><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" id="form-submission-2">form - submission</a> and in the <code><a href="forms.html#the-form-element" id="form-28">form</a></code> element's <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code> object. If the attribute - is specified, its value must not be the empty string.<p>Any non-empty value for <code title="attr-form-name"><a href="forms.html#attr-form-name" id="name-21">name</a></code> - is allowed, but the names "<code title="attr-fe-name-charset"><a href="#attr-fe-name-charset" id="x_charset_-0">_charset_</a></code>" and "<code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex" id="isindex">isindex</a></code>" are special:<dl><dt><dfn id="attr-fe-name-isindex" title="attr-fe-name-isindex"><code>isindex</code></dfn></dt> + 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 class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code> object. If the attribute + is specified, its value must not be the empty string.<p>Any non-empty value for <code title="attr-form-name"><a href="forms.html#attr-form-name">name</a></code> + is allowed, but the names "<code title="attr-fe-name-charset"><a href="#attr-fe-name-charset">_charset_</a></code>" and "<code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex">isindex</a></code>" are special:<dl><dt><dfn id="attr-fe-name-isindex" title="attr-fe-name-isindex"><code>isindex</code></dfn></dt> <dd> - <p>This value, if used as the name of a <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-5" title="attr-input-type-text">Text</a> control that is the first - control in a form that is submitted using the <code title="attr-fs-enctype-urlencoded"><a href="#attr-fs-enctype-urlencoded" id="application-x-www-form-urlencoded-0">application/x-www-form-urlencoded</a></code> + <p>This value, if used as the name of a <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> control that is the first + control in a form that is submitted using the <code title="attr-fs-enctype-urlencoded"><a href="#attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</a></code> mechanism, causes the submission to only include the value of this control, with no name.</p> </dd> <dt><dfn id="attr-fe-name-charset" title="attr-fe-name-charset"><code>_charset_</code></dfn></dt> <dd> - <p>This value, if used as the name of a <a href="states-of-the-type-attribute.html#hidden-state" id="attr-input-type-hidden-7" title="attr-input-type-hidden">Hidden</a> control with no <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-27">value</a></code> attribute, is automatically + <p>This value, if used as the name of a <a href="states-of-the-type-attribute.html#hidden-state" title="attr-input-type-hidden">Hidden</a> control with no <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, is automatically given a value during submission consisting of the submission character encoding.</p> </dd> </dl><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" id="boolean-attribute-20">boolean attribute</a>.<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" id="disabled-21">disabled</a></code> attribute is - set, or if it is a descendant of a <code><a href="forms.html#the-fieldset-element" id="fieldset-19">fieldset</a></code> element - whose <code title="attr-fieldset-disabled"><a href="forms.html#attr-fieldset-disabled" id="disabled-1">disabled</a></code> attribute + content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>.<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 + whose <code title="attr-fieldset-disabled"><a href="forms.html#attr-fieldset-disabled">disabled</a></code> attribute is set and is <em>not</em> a descendant of that - <code><a href="forms.html#the-fieldset-element" id="fieldset-20">fieldset</a></code> element's first <code><a href="forms.html#the-legend-element" id="legend-5">legend</a></code> element - child, if any.<h5 id="autofocusing-a-form-control"><span class="secno">4.10.19.3 </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> + <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element's first <code><a href="forms.html#the-legend-element">legend</a></code> element + child, if any.<h5 id="autofocusing-a-form-control"><span class="secno">4.10.19.3 </span>Autofocusing a form control</h5><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>The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus" id="autofocus-9">autofocus</a></code> attribute is - a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-21">boolean attribute</a>.<p>There must not be more than one element in the document with the - <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus" id="autofocus-10">autofocus</a></code> attribute + start typing without having to manually focus the main control.<p>The <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute is + a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>.<p>There must not be more than one element in the document with the + <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute specified.<div class="example"> <p>In the following snippet, the text control would be focused when 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.4 </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>If an element has its <a href="#attr-fe-maxlength" id="attr-fe-maxlength-2" title="attr-fe-maxlength">form + characters a user can input.<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" id="valid-non-negative-integer-13">valid non-negative + the attribute's value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>. If the attribute is specified and applying the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rules-for-parsing-non-negative-integers" title='Read about this "rules for parsing non-negative integers" reference in the full HTML5 spec.'>rules for parsing non-negative integers</a> to its value results in a number, then that number is the element's <dfn id="maximum-allowed-value-length">maximum allowed value length</dfn>. If the attribute is omitted or parsing - its value results in an error, then there is no <a href="#maximum-allowed-value-length" id="maximum-allowed-value-length-4">maximum + its value results in an error, then there is no <a href="#maximum-allowed-value-length">maximum allowed value length</a>.<h5 id="form-submission-0"><span class="secno">4.10.19.5 </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" id="form-29">form</a></code> elements and on <a href="forms.html#concept-submit-button" id="concept-submit-button-3" 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" id="input-123">input</a></code> - element whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-71">type</a></code> attribute is - in the <a href="number-state.html#submit-button-state" id="attr-input-type-submit-2" title="attr-input-type-submit">Submit Button</a> + 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 + in the <a href="number-state.html#submit-button-state" title="attr-input-type-submit">Submit Button</a> state). - <p>The <a href="#attributes-for-form-submission" id="attributes-for-form-submission-4">attributes for form submission</a> that may be - specified on <code><a href="forms.html#the-form-element" id="form-30">form</a></code> elements are <code title="attr-fs-action"><a href="#attr-fs-action" id="action-2">action</a></code>, <code title="attr-fs-enctype"><a href="#attr-fs-enctype" id="enctype-2">enctype</a></code>, <code title="attr-fs-method"><a href="#attr-fs-method" id="method-2">method</a></code>, <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate" id="novalidate-1">novalidate</a></code>, and <code title="attr-fs-target"><a href="#attr-fs-target" id="target-8">target</a></code>.<p>The corresponding <a href="#attributes-for-form-submission" id="attributes-for-form-submission-5">attributes for form submission</a> - that may be specified on <a href="forms.html#concept-submit-button" id="concept-submit-button-4" title="concept-submit-button">submit - buttons</a> are <code title="attr-fs-formaction"><a href="#attr-fs-formaction" id="formaction-29">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype" id="formenctype-29">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod" id="formmethod-29">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate" id="formnovalidate-31">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget" id="formtarget-29">formtarget</a></code>. When omitted, they + <p>The <a href="#attributes-for-form-submission">attributes for form submission</a> that may be + specified on <code><a href="forms.html#the-form-element">form</a></code> elements are <code title="attr-fs-action"><a href="#attr-fs-action">action</a></code>, <code title="attr-fs-enctype"><a href="#attr-fs-enctype">enctype</a></code>, <code title="attr-fs-method"><a href="#attr-fs-method">method</a></code>, <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate">novalidate</a></code>, and <code title="attr-fs-target"><a href="#attr-fs-target">target</a></code>.<p>The corresponding <a href="#attributes-for-form-submission">attributes for form submission</a> + that may be specified on <a href="forms.html#concept-submit-button" title="concept-submit-button">submit + buttons</a> are <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code>. When omitted, they default to the values given on the corresponding attributes on the - <code><a href="forms.html#the-form-element" id="form-31">form</a></code> element.<hr><p>The <dfn id="attr-fs-action" title="attr-fs-action"><code>action</code></dfn> and + <code><a href="forms.html#the-form-element">form</a></code> element.<hr><p>The <dfn id="attr-fs-action" title="attr-fs-action"><code>action</code></dfn> and <dfn id="attr-fs-formaction" title="attr-fs-formaction"><code>formaction</code></dfn> content attributes, if specified, must have a value that is a - <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-12">valid non-empty URL potentially surrounded by + <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a>.<p>The <dfn id="concept-fs-action" title="concept-fs-action">action</dfn> of an element is - the value of the element's <code title="attr-fs-formaction"><a href="#attr-fs-formaction" id="formaction-30">formaction</a></code> attribute, if the - element is a <a href="forms.html#concept-submit-button" id="concept-submit-button-5" title="concept-submit-button">submit + the value of the element's <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code> attribute, if the + element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> and has such an attribute, or the value of its - <a href="#form-owner" id="form-owner-16">form owner</a>'s <code title="attr-fs-action"><a href="#attr-fs-action" id="action-3">action</a></code> + <a href="#form-owner">form owner</a>'s <code title="attr-fs-action"><a href="#attr-fs-action">action</a></code> attribute, if <em>it</em> has one, or else the empty string.<hr><p>The <dfn id="attr-fs-method" title="attr-fs-method"><code>method</code></dfn> and <dfn id="attr-fs-formmethod" title="attr-fs-formmethod"><code>formmethod</code></dfn> - content attributes are <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-12" title="enumerated attribute">enumerated + content attributes are <a href="common-microsyntaxes.html#enumerated-attribute" title="enumerated attribute">enumerated attributes</a> with the following keywords and states:<ul><li>The keyword <dfn id="attr-fs-method-get-keyword" title="attr-fs-method-GET-keyword"><code>get</code></dfn>, mapping to the state <dfn id="attr-fs-method-get" title="attr-fs-method-GET">GET</dfn>, indicating the HTTP GET method.</li> @@ -446,43 +444,43 @@ the HTTP POST method.</li> </ul><p>The <i>missing value default</i> for these attributes is the - <a href="#attr-fs-method-get" id="attr-fs-method-get-0" title="attr-fs-method-GET">GET</a> state.<p>The <dfn id="concept-fs-method" title="concept-fs-method">method</dfn> of an element is - one of those states. If the element is a <a href="forms.html#concept-submit-button" id="concept-submit-button-6" title="concept-submit-button">submit button</a> and has a <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod" id="formmethod-30">formmethod</a></code> attribute, then the - element's <a href="#concept-fs-method" id="concept-fs-method-0" title="concept-fs-method">method</a> is that - attribute's state; otherwise, it is the <a href="#form-owner" id="form-owner-17">form owner</a>'s - <code title="attr-fs-method"><a href="#attr-fs-method" id="method-3">method</a></code> attribute's state.<hr><p>The <dfn id="attr-fs-enctype" title="attr-fs-enctype"><code>enctype</code></dfn> and + <a href="#attr-fs-method-get" title="attr-fs-method-GET">GET</a> state.<p>The <dfn id="concept-fs-method" title="concept-fs-method">method</dfn> of an element is + one of those states. If the element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> and has a <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code> attribute, then the + element's <a href="#concept-fs-method" title="concept-fs-method">method</a> is that + attribute's state; otherwise, it is the <a href="#form-owner">form owner</a>'s + <code title="attr-fs-method"><a href="#attr-fs-method">method</a></code> attribute's state.<hr><p>The <dfn id="attr-fs-enctype" title="attr-fs-enctype"><code>enctype</code></dfn> and <dfn id="attr-fs-formenctype" title="attr-fs-formenctype"><code>formenctype</code></dfn> - content attributes are <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-13" title="enumerated attribute">enumerated + content attributes are <a href="common-microsyntaxes.html#enumerated-attribute" title="enumerated attribute">enumerated attributes</a> with the following keywords and states:<ul><li>The "<dfn id="attr-fs-enctype-urlencoded" title="attr-fs-enctype-urlencoded"><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li> <li>The "<dfn id="attr-fs-enctype-formdata" title="attr-fs-enctype-formdata"><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li> <li>The "<dfn id="attr-fs-enctype-text" title="attr-fs-enctype-text"><code>text/plain</code></dfn>" keyword and corresponding state.</li> </ul><p>The <i>missing value default</i> for these attributes is the - <code title="attr-fs-enctype-urlencoded"><a href="#attr-fs-enctype-urlencoded" id="application-x-www-form-urlencoded-1">application/x-www-form-urlencoded</a></code> + <code title="attr-fs-enctype-urlencoded"><a href="#attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</a></code> state.<p>The <dfn id="concept-fs-enctype" title="concept-fs-enctype">enctype</dfn> of an element - is one of those three states. If the element is a <a href="forms.html#concept-submit-button" id="concept-submit-button-7" title="concept-submit-button">submit button</a> and has a <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype" id="formenctype-30">formenctype</a></code> attribute, then the - element's <a href="#concept-fs-enctype" id="concept-fs-enctype-0" title="concept-fs-enctype">enctype</a> is that - attribute's state; otherwise, it is the <a href="#form-owner" id="form-owner-18">form owner</a>'s - <code title="attr-fs-enctype"><a href="#attr-fs-enctype" id="enctype-3">enctype</a></code> attribute's state.<hr><p>The <dfn id="attr-fs-target" title="attr-fs-target"><code>target</code></dfn> and + is one of those three states. If the element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> and has a <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code> attribute, then the + element's <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a> is that + attribute's state; otherwise, it is the <a href="#form-owner">form owner</a>'s + <code title="attr-fs-enctype"><a href="#attr-fs-enctype">enctype</a></code> attribute's state.<hr><p>The <dfn id="attr-fs-target" title="attr-fs-target"><code>target</code></dfn> and <dfn id="attr-fs-formtarget" title="attr-fs-formtarget"><code>formtarget</code></dfn> - content attributes, if specified, must have values that are <a href="browsers.html#valid-browsing-context-name-or-keyword" id="valid-browsing-context-name-or-keyword-1" title="valid browsing context name or keyword">valid browsing + content attributes, if specified, must have values that are <a href="browsers.html#valid-browsing-context-name-or-keyword" title="valid browsing context name or keyword">valid browsing context names or keywords</a>.<p>The <dfn id="concept-fs-target" title="concept-fs-target">target</dfn> of an element is - the value of the element's <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget" id="formtarget-30">formtarget</a></code> attribute, if the - element is a <a href="forms.html#concept-submit-button" id="concept-submit-button-8" title="concept-submit-button">submit + the value of the element's <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code> attribute, if the + element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> and has such an attribute; or the value of its - <a href="#form-owner" id="form-owner-19">form owner</a>'s <code title="attr-fs-target"><a href="#attr-fs-target" id="target-9">target</a></code> + <a href="#form-owner">form owner</a>'s <code title="attr-fs-target"><a href="#attr-fs-target">target</a></code> attribute, if <em>it</em> has such an attribute; or, if the - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> contains a <code><a href="semantics.html#the-base-element" id="base-12">base</a></code> element with a - <code title="attr-base-target"><a href="semantics.html#attr-base-target" id="target-3">target</a></code> attribute, then the - value of the <code title="attr-base-target"><a href="semantics.html#attr-base-target" id="target-4">target</a></code> attribute - of the first such <code><a href="semantics.html#the-base-element" id="base-13">base</a></code> element; or, if there is no such - element, the empty string.</p><!-- c.f. hyperlink following --><hr><p>The <dfn id="attr-fs-novalidate" title="attr-fs-novalidate"><code>novalidate</code></dfn> + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> contains a <code><a href="semantics.html#the-base-element">base</a></code> element with a + <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute, then the + value of the <code title="attr-base-target"><a href="semantics.html#attr-base-target">target</a></code> attribute + of the first such <code><a href="semantics.html#the-base-element">base</a></code> element; or, if there is no such + element, the empty string.<hr><p>The <dfn id="attr-fs-novalidate" title="attr-fs-novalidate"><code>novalidate</code></dfn> and <dfn id="attr-fs-formnovalidate" title="attr-fs-formnovalidate"><code>formnovalidate</code></dfn> - content attributes are <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-22" title="boolean attribute">boolean + content attributes are <a href="common-microsyntaxes.html#boolean-attribute" title="boolean attribute">boolean attributes</a>. If present, they indicate that the form is not to be validated during submission.<p>The <dfn id="concept-fs-novalidate" title="concept-fs-novalidate">no-validate state</dfn> of - an element is true if the element is a <a href="forms.html#concept-submit-button" id="concept-submit-button-9" title="concept-submit-button">submit button</a> and the element's - <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate" id="formnovalidate-32">formnovalidate</a></code> attribute - is present, or if the element's <a href="#form-owner" id="form-owner-20">form owner</a>'s <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate" id="novalidate-2">novalidate</a></code> attribute is present, + an element is true if the element is a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a> and the element's + <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code> attribute + is present, or if the element's <a href="#form-owner">form owner</a>'s <code title="attr-fs-novalidate"><a href="#attr-fs-novalidate">novalidate</a></code> attribute is present, and false otherwise.<div class="example"> <p>This attribute is useful to include "save" buttons on forms that @@ -503,18 +501,17 @@ </form></pre> </div><h5 id="submitting-element-directionality"><span class="secno">4.10.19.6 </span>Submitting element directionality</h5><p>A <dfn id="form-control-dirname-attribute">form control <code title="">dirname</code> attribute</dfn> - on a form control element enables the submission of <a href="elements.html#the-directionality" id="the-directionality-10">the + on a form control element enables the submission of <a href="elements.html#the-directionality">the directionality</a> of the element, and gives the name of the - field that contains this value during <a href="#form-submission" id="form-submission-3">form submission</a>. + field that contains this value during <a href="#form-submission">form submission</a>. If such an attribute is specified, its value must not be the empty - string.<h4 id="textFieldSelection"><span class="secno">4.10.20 </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" id="input-124">input</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-31">textarea</a></code> elements define + string.<h4 id="textFieldSelection"><span class="secno">4.10.20 </span>APIs for the text field selections</h4><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 - selection:<pre class="idl extract"> void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><!-- v2: also add textLength? it seems to be widely used --><p>These methods and attributes expose and control the selection of - <code><a href="the-input-element.html#the-input-element" id="input-125">input</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-32">textarea</a></code> text fields.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a></code>()</dt> + selection:<pre class="idl extract"> void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); + attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; + attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><p>These methods and attributes expose and control the selection of + <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> text fields.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a></code>()</dt> <dd> @@ -542,7 +539,7 @@ </dd> - <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt> + <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt> <dd> @@ -557,8 +554,8 @@ <pre>var selectionText = control.value.substring(control.selectionStart, control.selectionEnd);</pre> - <p>...where <var title="">control</var> is the <code><a href="the-input-element.html#the-input-element" id="input-126">input</a></code> - or <code><a href="the-button-element.html#the-textarea-element" id="textarea-33">textarea</a></code> element.</p> + <p>...where <var title="">control</var> is the <code><a href="the-input-element.html#the-input-element">input</a></code> + or <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element.</p> </div><p>Characters with no visible rendering, such as U+200D ZERO WIDTH JOINER, still count as characters. Thus, for instance, the selection @@ -635,7 +632,7 @@ <dd> - <p>Returns true if the element's value doesn't fit the rules given by the <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-36">step</a></code> attribute; false otherwise.</p> + <p>Returns true if the element's value doesn't fit the rules given by the <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute; false otherwise.</p> </dd> @@ -688,9 +685,7 @@ input.value == "fine" || input.value == "tired") { input.setCustomValidity('"' + input.value + '" is not a feeling.'); -<!-- } else if (input.value == "...") { - input.setCustomValidity('...'); ---> } else { + } else { // input is fine -- reset the error message input.setCustomValidity(''); } @@ -703,8 +698,8 @@ 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.<h4 id="form-submission"><span class="secno">4.10.22 </span><dfn>Form submission</dfn></h4><p><i>This section is non-normative.</i><p>When a form is submitted, the data in the form is converted into - the structure specified by the <a href="#concept-fs-enctype" id="concept-fs-enctype-1" title="concept-fs-enctype">enctype</a>, and then sent to the - destination specified by the <a href="#concept-fs-action" id="concept-fs-action-0" title="concept-fs-action">action</a> using the given <a href="#concept-fs-method" id="concept-fs-method-1" title="concept-fs-method">method</a>.<p>For example, take the following form:<pre><form action="/find.cgi" method=get> + the structure specified by the <a href="#concept-fs-enctype" title="concept-fs-enctype">enctype</a>, and then sent to the + destination specified by the <a href="#concept-fs-action" title="concept-fs-action">action</a> using the given <a href="#concept-fs-method" title="concept-fs-method">method</a>.<p>For example, take the following form:<pre><form action="/find.cgi" method=get> <input type=text name=t> <input type=search name=q> <input type=submit> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.259 retrieving revision 1.260 diff -u -d -r1.259 -r1.260 --- index-of-terms.html 13 Apr 2011 07:54:38 -0000 1.259 +++ index-of-terms.html 20 Apr 2011 12:21:13 -0000 1.260 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index of terms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index of terms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,26353 +335,11 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...26335 lines suppressed...] -<a href="#index-terms_L">L</a> -<a href="#index-terms_M">M</a> -<a href="#index-terms_N">N</a> -<a href="#index-terms_O">O</a> -<a href="#index-terms_P">P</a> -<a href="#index-terms_Q">Q</a> -<a href="#index-terms_R">R</a> -<a href="#index-terms_S">S</a> -<a href="#index-terms_T">T</a> -<a href="#index-terms_U">U</a> -<a href="#index-terms_V">V</a> -<a href="#index-terms_W">W</a> -<a href="#index-terms_X">X</a> -<a href="#index-terms_end">end</a> -</p> -</div> -</div><!--end-index-terms--> \ No newline at end of file + <h2 class="no-num" id="index-of-terms">Index of terms</h2><!--index-terms--> \ No newline at end of file Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.962 retrieving revision 1.963 diff -u -d -r1.962 -r1.963 --- history.html 13 Apr 2011 07:54:38 -0000 1.962 +++ history.html 20 Apr 2011 12:21:11 -0000 1.963 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.4 Session history and navigation — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.4 Session history and navigation — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,78 +335,81 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="origin-0.html">← 5.3 Origin</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="offline.html">5.6 Offline Web applications →</a> <ol class="toc"><li><ol><li><a href="history.html#history"><span class="secno">5.4 </span>Session history and navigation</a> - <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a><li><a href="history.html#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a><li><a href="history.html#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a></ol><li><a href="history.html#browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</a> - <ol><li><a href="history.html#history-traversal"><span class="secno">5.5.1 </span>History traversal</a><li><a href="history.html#unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</a></ol></ol></ol></div> + <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a><li><a href="history.html#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a><li><a href="history.html#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a> + </ol><li><a href="history.html#browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</a> + <ol><li><a href="history.html#history-traversal"><span class="secno">5.5.9 </span>History traversal</a> + <li><a href="history.html#unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</a> + </ol></ol></ol></div> - <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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s in a <a href="browsers.html#browsing-context" id="browsing-context-36">browsing - context</a> is its <dfn id="session-history">session history</dfn>.<p><code><a href="#history-0" id="history-3">History</a></code> objects provide a representation of the - pages in the session history of <a href="browsers.html#browsing-context" id="browsing-context-37" title="browsing - context">browsing contexts</a>. Each <a href="browsers.html#browsing-context" id="browsing-context-38">browsing - context</a>, including <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-16" title="nested 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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>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><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 + context</a>, including <a href="browsers.html#nested-browsing-context" title="nested browsing context">nested browsing contexts</a>, has a distinct session - history.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-39">browsing - context</a>'s <a href="#session-history" id="session-history-1">session history</a> is associated with a - unique instance of the <code><a href="#history-0" id="history-4">History</a></code> object, although they - all must model the same underlying <a href="#session-history" id="session-history-2">session history</a>.<p><code><a href="#history-0" id="history-5">History</a></code> objects represent their <a href="browsers.html#browsing-context" id="browsing-context-40">browsing - context</a>'s session history as a flat list of <a href="#session-history-entry" id="session-history-entry-0" title="session history entry">session history entries</a>. Each + history.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context">browsing + context</a>'s <a href="#session-history">session history</a> is associated with a + unique instance of the <code><a href="#history-0">History</a></code> object, although they + all must model the same underlying <a href="#session-history">session history</a>.<p><code><a href="#history-0">History</a></code> objects represent their <a href="browsers.html#browsing-context">browsing + context</a>'s session history as a flat list of <a href="#session-history-entry" title="session history entry">session history entries</a>. Each <dfn id="session-history-entry">session history entry</dfn> consists of either a - <a href="urls.html#url" id="url-15">URL</a> or a <a href="#state-object" id="state-object-0">state object</a>, or both.<p class="note">Titles associated with <a href="#session-history-entry" id="session-history-entry-1" title="session history + <a href="urls.html#url">URL</a> or a <a href="#state-object">state object</a>, or both.<p class="note">Titles associated with <a href="#session-history-entry" title="session history entry">session history entries</a> need not have any relation - with the current <code><a href="semantics.html#the-title-element-0" id="title-49">title</a></code> of the - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. The title of a <a href="#session-history-entry" id="session-history-entry-2">session history + with the current <code><a href="semantics.html#the-title-element-0">title</a></code> of the + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. The title of a <a href="#session-history-entry">session history entry</a> is intended to explain the state of the document at that point, so that the user can navigate the document's - history.<p>URLs without associated <a href="#state-object" id="state-object-1" title="state object">state + history.<p>URLs without associated <a href="#state-object" title="state object">state objects</a> are added to the session history as the user (or script) navigates from page to page.<p>A <dfn id="state-object">state object</dfn> is an object representing a user - interface state.<p>Pages can <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "add" reference in the full HTML5 spec.'>add</a> <a href="#state-object" id="state-object-2" title="state object">state objects</a> between their entry in the - session history and the next ("forward") entry. These are then <a href="#event-popstate" id="event-popstate-0" title="event-popstate">returned to the script</a> when the user + interface state.<p>Pages can <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "add" reference in the full HTML5 spec.'>add</a> <a href="#state-object" title="state object">state objects</a> between their entry in the + session history and the next ("forward") entry. These are then <a href="#event-popstate" title="event-popstate">returned to the script</a> when the user (or script) goes back in the history, thus enabling authors to use the "navigation" metaphor even in one-page applications.<div class="note"> - <p><a href="#state-object" id="state-object-3" title="state object">State objects</a> are intended to + <p><a href="#state-object" title="state object">State objects</a> are intended to be used for two main purposes: first, storing a preparsed - description of the state in the <a href="urls.html#url" id="url-16">URL</a> so that in the + description of the state in the <a href="urls.html#url">URL</a> so that in the simple case an author doesn't have to do the parsing (though one - would still need the parsing for handling <a href="urls.html#url" id="url-17" title="URL">URLs</a> passed around by users, so it's only a minor + would still need the parsing for handling <a href="urls.html#url" title="URL">URLs</a> passed around by users, so it's only a minor optimization), and second, so that the author can store state that one wouldn't store in the URL because it only applies to the current <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> instance and it would have to be reconstructed if a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> were opened.</p> <p>An example of the latter would be something like keeping track of - the precise coordinate from which a popup <code><a href="grouping-content.html#the-div-element" id="div-15">div</a></code> was made + the precise coordinate from which a popup <code><a href="grouping-content.html#the-div-element">div</a></code> was made to animate, so that if the user goes back, it can be made to animate to the same location. Or alternatively, it could be used to keep a pointer into a cache of data that would be fetched from the server - based on the information in the <a href="urls.html#url" id="url-18">URL</a>, so that when going + based on the information in the <a href="urls.html#url">URL</a>, so that when going back and forward, the information doesn't have to be fetched again.</p> </div><hr><p>At any point, one of the entries in the session history is the <dfn id="current-entry">current entry</dfn>. This is the entry representing the - <a href="browsers.html#active-document" id="active-document-7">active document</a> of the <a href="browsers.html#browsing-context" id="browsing-context-41">browsing - context</a>. The <a href="#current-entry" id="current-entry-0">current entry</a> is usually an entry + <a href="browsers.html#active-document">active document</a> of the <a href="browsers.html#browsing-context">browsing + context</a>. The <a href="#current-entry">current entry</a> is usually an entry for the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "location" reference in the full HTML5 spec.'>location</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. However, it can also be one of the entries - for <a href="#state-object" id="state-object-4" title="state object">state objects</a> added to the + for <a href="#state-object" title="state object">state objects</a> added to the history by that document.<p><dfn id="an-entry-with-persisted-user-state">An entry with persisted user state</dfn> is one that also has user-agent defined state. This specification does not specify what kind of state can be stored.<p class="example">For example, some user agents might want to - persist the scroll position, or the values of form controls.<p>Entries that consist of <a href="#state-object" id="state-object-5" title="state object">state + persist the scroll position, or the values of form controls.<p>Entries that consist of <a href="#state-object" title="state object">state objects</a> share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as the entry for the page that was active when they were added.<p>Contiguous entries that differ just by fragment identifier also share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p class="note">All entries that share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> (and that are therefore merely different - states of one particular document) are contiguous by definition.<h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0" id="history-6">History</a></code> interface</h4><pre class="idl">interface <dfn id="history-0">History</dfn> { + states of one particular document) are contiguous by definition.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; - readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a>; + readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.'>go</a>(in optional long delta); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.'>back</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a>(); @@ -419,15 +419,15 @@ <dd> - <p>Returns the number of entries in the <a href="#joint-session-history" id="joint-session-history-0">joint session history</a>.</p> + <p>Returns the number of entries in the <a href="#joint-session-history">joint session history</a>.</p> </dd> - <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-state"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a></code></dt> + <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-state"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a></code></dt> <dd> - <p>Returns the current <a href="#state-object" id="state-object-6">state object</a>.</p> + <p>Returns the current <a href="#state-object">state object</a>.</p> </dd> @@ -435,7 +435,7 @@ <dd> - <p>Goes back or forward the specified number of steps in the <a href="#joint-session-history" id="joint-session-history-1">joint session history</a>.</p> + <p>Goes back or forward the specified number of steps in the <a href="#joint-session-history">joint session history</a>.</p> <p>A zero delta will reload the current page.</p> @@ -447,7 +447,7 @@ <dd> - <p>Goes back one step in the <a href="#joint-session-history" id="joint-session-history-2">joint session history</a>.</p> + <p>Goes back one step in the <a href="#joint-session-history">joint session history</a>.</p> <p>If there is no previous page, does nothing.</p> @@ -457,7 +457,7 @@ <dd> - <p>Goes forward one step in the <a href="#joint-session-history" id="joint-session-history-3">joint session history</a>.</p> + <p>Goes forward one step in the <a href="#joint-session-history">joint session history</a>.</p> <p>If there is no next page, does nothing.</p> @@ -479,23 +479,23 @@ </dd> - </dl><p>The <dfn id="joint-session-history">joint session history</dfn> of a <code><a href="#history-0" id="history-7">History</a></code> - object is the union of all the <a href="#session-history" id="session-history-3" title="session history">session - histories</a> of all <a href="browsers.html#browsing-context" id="browsing-context-42" title="browsing context">browsing - contexts</a> of all the <a href="browsers.html#fully-active" id="fully-active-3">fully active</a> - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that share the <code><a href="#history-0" id="history-8">History</a></code> - object's <a href="browsers.html#top-level-browsing-context" id="top-level-browsing-context-6">top-level browsing context</a>, with all the - entries that are <a href="#current-entry" id="current-entry-1" title="current entry">current entries</a> - in their respective <a href="#session-history" id="session-history-4" title="session history">session - histories</a> removed except for the <a href="#current-entry-of-the-joint-session-history" id="current-entry-of-the-joint-session-history-0">current entry of the + </dl><p>The <dfn id="joint-session-history">joint session history</dfn> of a <code><a href="#history-0">History</a></code> + object is the union of all the <a href="#session-history" title="session history">session + histories</a> of all <a href="browsers.html#browsing-context" title="browsing context">browsing + contexts</a> of all the <a href="browsers.html#fully-active">fully active</a> + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that share the <code><a href="#history-0">History</a></code> + object's <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, with all the + entries that are <a href="#current-entry" title="current entry">current entries</a> + in their respective <a href="#session-history" title="session history">session + histories</a> removed except for the <a href="#current-entry-of-the-joint-session-history">current entry of the joint session history</a>.<p>The <dfn id="current-entry-of-the-joint-session-history">current entry of the joint session history</dfn> is the - entry that most recently became a <a href="#current-entry" id="current-entry-2">current entry</a> in its - <a href="#session-history" id="session-history-5">session history</a>.<p>Entries in the <a href="#joint-session-history" id="joint-session-history-4">joint session history</a> are ordered + entry that most recently became a <a href="#current-entry">current entry</a> in its + <a href="#session-history">session history</a>.<p>Entries in the <a href="#joint-session-history">joint session history</a> are ordered chronologically by the time they were added to their respective - <a href="#session-history" id="session-history-6" title="session history">session histories</a>. (Since all - these <a href="browsers.html#browsing-context" id="browsing-context-43" title="browsing context">browsing contexts</a> by + <a href="#session-history" title="session history">session histories</a>. (Since all + these <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a> by definition share an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-loop" title='Read about this "event loop" reference in the full HTML5 spec.'>event loop</a>, there is always a - well-defined sequential order in which their <a href="#session-history" id="session-history-7" title="session + well-defined sequential order in which their <a href="#session-history" title="session history">session histories</a> had their entries added.) Each entry has an index; the earliest entry has index 0, and the subsequent entries are numbered with consecutively increasing @@ -565,10 +565,10 @@ </div><div class="example"> - <p>Applications might not use the same title for a <a href="#session-history-entry" id="session-history-entry-3">session + <p>Applications might not use the same title for a <a href="#session-history-entry">session history entry</a> as the value of the document's - <code><a href="semantics.html#the-title-element-0" id="title-50">title</a></code> element at that time. For example, here is a - simple page that shows a block in the <code><a href="semantics.html#the-title-element-0" id="title-51">title</a></code> element. + <code><a href="semantics.html#the-title-element-0">title</a></code> element at that time. For example, here is a + simple page that shows a block in the <code><a href="semantics.html#the-title-element-0">title</a></code> element. Clearly, when navigating backwards to a previous state the user does not go back in time, and therefore it would be inappropriate to put the time in the session history title.</p> @@ -592,36 +592,36 @@ 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" id="location-2">Location</a></code> interface</h4><p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-44">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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>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" id="location-3">Location</a></code> object.<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt> + instance of a <code><a href="#location">Location</a></code> object.<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt> <dt><var title="">window</var> . <code title="dom-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns a <code><a href="#location" id="location-4">Location</a></code> object with the current page's location.</p> + <p>Returns a <code><a href="#location">Location</a></code> object with the current page's location.</p> <p>Can be set, to navigate to another page.</p> </dd> - </dl><p><code><a href="#location" id="location-5">Location</a></code> objects provide a representation of <a href="dom.html#the-document-s-current-address" id="the-document-s-current-address-2" title="the document's current address">their document's current - address</a>, and allow the <a href="#current-entry" id="current-entry-3">current entry</a> of the - <a href="browsers.html#browsing-context" id="browsing-context-45">browsing context</a>'s session history to be changed, by + </dl><p><code><a href="#location">Location</a></code> objects provide a representation of <a href="dom.html#the-document-s-current-address" title="the document's current address">their document's current + address</a>, and allow the <a href="#current-entry">current entry</a> of the + <a href="browsers.html#browsing-context">browsing context</a>'s session history to be changed, by adding or replacing entries in the <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> object.<pre class="idl">interface <dfn id="location">Location</dfn> { stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a>(in DOMString url); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a>(in DOMString url); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a>(); - // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-3">URL decomposition IDL attributes</a> <!-- blame brendan for these "innovative" names --> - attribute DOMString <a href="#dom-location-protocol" id="dom-location-protocol-0" title="dom-location-protocol">protocol</a>; - attribute DOMString <a href="#dom-location-host" id="dom-location-host-0" title="dom-location-host">host</a>; - attribute DOMString <a href="#dom-location-hostname" id="dom-location-hostname-0" title="dom-location-hostname">hostname</a>; - attribute DOMString <a href="#dom-location-port" id="dom-location-port-0" title="dom-location-port">port</a>; - attribute DOMString <a href="#dom-location-pathname" id="dom-location-pathname-0" title="dom-location-pathname">pathname</a>; - attribute DOMString <a href="#dom-location-search" id="dom-location-search-0" title="dom-location-search">search</a>; - attribute DOMString <a href="#dom-location-hash" id="dom-location-hash-0" title="dom-location-hash">hash</a>; + // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> + attribute DOMString <a href="#dom-location-protocol" title="dom-location-protocol">protocol</a>; + attribute DOMString <a href="#dom-location-host" title="dom-location-host">host</a>; + attribute DOMString <a href="#dom-location-hostname" title="dom-location-hostname">hostname</a>; + attribute DOMString <a href="#dom-location-port" title="dom-location-port">port</a>; + attribute DOMString <a href="#dom-location-pathname" title="dom-location-pathname">pathname</a>; + attribute DOMString <a href="#dom-location-search" title="dom-location-search">search</a>; + attribute DOMString <a href="#dom-location-hash" title="dom-location-hash">hash</a>; // resolving relative URLs DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a>(in DOMString url); @@ -667,9 +667,9 @@ </dd> - </dl><p>The <code><a href="#location" id="location-6">Location</a></code> interface also has the complement of - <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-4">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><h4 id="history-traversal"><span class="secno">5.5.1 </span>History traversal</h4><!-- session history --><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" id="session-history-entry-4">session history + </dl><p>The <code><a href="#location">Location</a></code> interface also has the complement of + <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><h4 id="history-traversal"><span class="secno">5.5.1 </span>History traversal</h4><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 entry</a>.<pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> { readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-popstateevent-initpopstateevent" title='Read about this "initPopStateEvent" reference in the full HTML5 spec.'>initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg); @@ -682,8 +682,8 @@ </dd> </dl><hr><p>The <dfn id="event-hashchange" title="event-hashchange"><code>hashchange</code></dfn> - event is fired when navigating to a <a href="#session-history-entry" id="session-history-entry-5">session history - entry</a> whose <a href="urls.html#url" id="url-19">URL</a> differs from that of the + event is fired when navigating to a <a href="#session-history-entry">session history + entry</a> whose <a href="urls.html#url">URL</a> differs from that of the previous one only in the fragment identifier.<pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> { readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a>; @@ -692,7 +692,7 @@ <dd> - <p>Returns the <a href="urls.html#url" id="url-20">URL</a> of the <a href="#session-history-entry" id="session-history-entry-6">session history + <p>Returns the <a href="urls.html#url">URL</a> of the <a href="#session-history-entry">session history entry</a> that was previously current.</p> </dd> @@ -702,15 +702,15 @@ <dd> - <p>Returns the <a href="urls.html#url" id="url-21">URL</a> of the <a href="#session-history-entry" id="session-history-entry-7">session history + <p>Returns the <a href="urls.html#url">URL</a> of the <a href="#session-history-entry">session history entry</a> that is now current.</p> </dd> </dl><hr><p>The <dfn id="event-pageshow" title="event-pageshow"><code>pageshow</code></dfn> event - is fired when traversing <em>to</em> a <a href="#session-history-entry" id="session-history-entry-8">session history + is fired when traversing <em>to</em> a <a href="#session-history-entry">session history entry</a>.<p>The <dfn id="event-pagehide" title="event-pagehide"><code>pagehide</code></dfn> - event is fired when traversing <em>from</em> a <a href="#session-history-entry" id="session-history-entry-9">session history + event is fired when traversing <em>from</em> a <a href="#session-history-entry">session history entry</a>.<pre class="idl">interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> { readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-pagetransitionevent-initpagetransitionevent" title='Read about this "initPageTransitionEvent" reference in the full HTML5 spec.'>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in boolean persistedArg); @@ -734,5 +734,5 @@ </dd> - </dl><p class="note">There are no <code><a href="#beforeunloadevent" id="beforeunloadevent-0">BeforeUnloadEvent</a></code>-specific + </dl><p class="note">There are no <code><a href="#beforeunloadevent">BeforeUnloadEvent</a></code>-specific initialization methods. \ No newline at end of file Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/origin-0.html,v retrieving revision 1.384 retrieving revision 1.385 diff -u -d -r1.384 -r1.385 --- origin-0.html 13 Apr 2011 07:54:40 -0000 1.384 +++ origin-0.html 20 Apr 2011 12:21:15 -0000 1.385 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.3 Origin — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.3 Origin — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="browsers.html">← 5 Loading Web pages</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,7 +343,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></ol></ol></ol></div> - <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 + <h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><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 class="note">The extra data could include the certificate of the @@ -359,7 +356,7 @@ <p>Returns the current domain used for security checks.</p> <p>Can be set to a value that removes subdomains, to change the - <a href="#effective-script-origin" id="effective-script-origin-2">effective script origin</a> to allow pages on other + <a href="#effective-script-origin">effective script origin</a> to allow pages on other subdomains of the same domain (if they do the same thing) to access each other.</p> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.412 retrieving revision 1.413 diff -u -d -r1.412 -r1.413 --- common-input-element-attributes.html 13 Apr 2011 07:54:37 -0000 1.412 +++ common-input-element-attributes.html 20 Apr 2011 12:21:09 -0000 1.413 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.2 Common input element attributes — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.2 Common input element attributes — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="number-state.html">← 4.10.7.1.13 Number state</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,17 +343,17 @@ <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><a href="common-input-element-attributes.html#the-dirname-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname">dirname</code> attribute</a><li><a href="common-input-element-attributes.html#the-list-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list">list</code> attribute</a><li><a href="common-input-element-attributes.html#the-readonly-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-readonly">readonly</code> attribute</a><li><a href="common-input-element-attributes.html#the-size-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-size">size</code> attribute</a><li><a href="common-input-element-attributes.html#the-required-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="ttr-input-required">required</code> attribute</a><li><a href="common-input-element-attributes.html#the-multiple-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-multiple">multiple</code> attribute</a><li><a href="common-input-element-attributes.html#the-maxlength-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength">maxlength</code> attribute</a><li><a href="common-input-element-attributes.html#the-pattern-attribute"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-pattern">pattern</code> attribute</a><li><a href="common-input-element-attributes.html#the-min-and-max-attributes"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min">min</code> and <code title="attr-input-max">max</code> attributes</a><li><a href="common-input-element-attributes.html#the-step-attribute"><span class="secno">4.10.7.2.11 </span>The <code title="attr-input-step">step</code> attribute</a><li><a href="common-input-element-attributes.htmlthe-placeholder-attribute"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder">placeholder</code> attribute</a></ol><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></ol></ol></ol></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" id="input-116">input</a></code> element attributes</h5><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" id="autocomplete-28">autocomplete</a></code> attribute</h6><p>User agents sometimes have features for helping users fill forms + <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><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>The <dfn id="attr-input-autocomplete" title="attr-input-autocomplete"><code>autocomplete</code></dfn> - attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-8">enumerated attribute</a>. The attribute has + attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The attribute has three states. The <code title="attr-input-autocomplete-on">on</code> keyword maps to the <dfn id="attr-input-autocomplete-on-state" title="attr-input-autocomplete-on-state">on</dfn> state, and the <code title="attr-input-autocomplete-off">off</code> keyword maps to the <dfn id="attr-input-autocomplete-off-state" title="attr-input-autocomplete-off-state">off</dfn> state. The attribute may also be omitted. The <i>missing value default</i> is the <dfn id="attr-input-autocomplete-default-state" title="attr-input-autocomplete-default-state">default</dfn> - state.<p>The <a href="#attr-input-autocomplete-off-state" id="attr-input-autocomplete-off-state-0" title="attr-input-autocomplete-off-state">off</a> + state.<p>The <a href="#attr-input-autocomplete-off-state" title="attr-input-autocomplete-off-state">off</a> state indicates either that the control's input data is particularly sensitive (for example the activation code for a nuclear weapon); or that it is a value that will never be reused (for example a @@ -364,13 +361,13 @@ explicitly enter the data each time, instead of being able to rely on the UA to prefill the value for him; or that the document provides its own autocomplete mechanism and does not want the user - agent to provide autocompletion values.<p>Conversely, the <a href="#attr-input-autocomplete-on-state" id="attr-input-autocomplete-on-state-0" title="attr-input-autocomplete-on-state">on</a> state indicates + agent to provide autocompletion values.<p>Conversely, the <a href="#attr-input-autocomplete-on-state" title="attr-input-autocomplete-on-state">on</a> state indicates that the value is not particularly sensitive and the user can expect to be able to rely on his user agent to remember values he has - entered for that control.<p>The <a href="#attr-input-autocomplete-default-state" id="attr-input-autocomplete-default-state-0" title="attr-input-autocomplete-default-state">default</a> state - indicates that the user agent is to use the <code title="attr-form-autocomplete"><a href="forms.html#attr-form-autocomplete" id="autocomplete-0">autocomplete</a></code> attribute on the - element's <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-7">form owner</a> instead. (By default, the <code title="attr-form-autocomplete"><a href="forms.html#attr-form-autocomplete" id="autocomplete-1">autocomplete</a></code> attribute of - <code><a href="forms.html#the-form-element" id="form-21">form</a></code> elements is in the <a href="forms.html#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-2" title="attr-form-autocomplete-on-state">on</a> state.)<div class="example"> + entered for that control.<p>The <a href="#attr-input-autocomplete-default-state" title="attr-input-autocomplete-default-state">default</a> state + indicates that the user agent is to use the <code title="attr-form-autocomplete"><a href="forms.html#attr-form-autocomplete">autocomplete</a></code> attribute on the + element's <a href="association-of-controls-and-forms.html#form-owner">form owner</a> instead. (By default, the <code title="attr-form-autocomplete"><a href="forms.html#attr-form-autocomplete">autocomplete</a></code> attribute of + <code><a href="forms.html#the-form-element">form</a></code> elements is in the <a href="forms.html#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state.)<div class="example"> <p>Banks frequently do not want UAs to prefill login information:</p> @@ -378,8 +375,8 @@ <pre><p><label>Account: <input type="text" name="ac" autocomplete="off"></label></p> <p><label>PIN: <input type="password" name="pin" autocomplete="off"></label></p></pre> - </div><h6 id="the-dirname-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname"><a href="#attr-input-dirname" id="dirname-24">dirname</a></code> attribute</h6><p>The <dfn id="attr-input-dirname" title="attr-input-dirname"><code>dirname</code></dfn> - attribute, when it applies, is a <a href="association-of-controls-and-forms.html#form-control-dirname-attribute" id="form-control-dirname-attribute-0">form control <code title="">dirname</code> attribute</a>.<div class="example"> + </div><h6 id="the-dirname-attribute"><span class="secno">4.10.7.2.2 </span>The <code title="attr-input-dirname"><a href="#attr-input-dirname">dirname</a></code> attribute</h6><p>The <dfn id="attr-input-dirname" title="attr-input-dirname"><code>dirname</code></dfn> + attribute, when it applies, is a <a href="association-of-controls-and-forms.html#form-control-dirname-attribute">form control <code title="">dirname</code> attribute</a>.<div class="example"> <p>In this example, a form contains a text field and a submission button:</p> @@ -402,9 +399,9 @@ <pre>comment=%D9%85%D8%B1%D8%AD%D8%A8%D9%8B%D8%A7&<strong>comment.dir=rtl</strong>&mode=add</pre> - </div><h6 id="the-list-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-list"><a href="#attr-input-list" id="list-26">list</a></code> attribute</h6><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.3 </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>If present, its value must be the <a href="elements.html#concept-id" id="concept-id-16" title="concept-id">ID</a> of a <code><a href="the-button-element.html#the-datalist-element" id="datalist-3">datalist</a></code> element in + options suggested to the user.<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.<div class="example"> <p>This URL field offers some suggestions.</p> @@ -425,10 +422,10 @@ legacy user agents.</p> <p>If the autocompletion list is merely an aid, and is not - important to the content, then simply using a <code><a href="the-button-element.html#the-datalist-element" id="datalist-4">datalist</a></code> - element with children <code><a href="the-button-element.html#the-option-element" id="option-6">option</a></code> elements is enough. To + important to the content, then simply using a <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> + element with children <code><a href="the-button-element.html#the-option-element">option</a></code> elements is enough. To prevent the values from being rendered in legacy user agents, they - should be placed inside the <code title="attr-option-value"><a href="the-button-element.html#attr-option-value" id="value-33">value</a></code> attribute instead of + should be placed inside the <code title="attr-option-value"><a href="the-button-element.html#attr-option-value">value</a></code> attribute instead of inline.</p> <pre><p> @@ -444,7 +441,7 @@ </p></pre> <p>However, if the values need to be shown in legacy UAs, then - fallback content can be placed inside the <code><a href="the-button-element.html#the-datalist-element" id="datalist-5">datalist</a></code> + fallback content can be placed inside the <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element, as follows:</p> <pre><p> @@ -467,19 +464,19 @@ </pre> <p>The fallback content will only be shown in UAs that don't - support <code><a href="the-button-element.html#the-datalist-element" id="datalist-6">datalist</a></code>. The options, on the other hand, will + support <code><a href="the-button-element.html#the-datalist-element">datalist</a></code>. The options, on the other hand, will be detected by all UAs, even though they are not direct children of - the <code><a href="the-button-element.html#the-datalist-element" id="datalist-7">datalist</a></code> element.</p> + the <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element.</p> - <p>Note that if an <code><a href="the-button-element.html#the-option-element" id="option-7">option</a></code> element used in a - <code><a href="the-button-element.html#the-datalist-element" id="datalist-8">datalist</a></code> is <code title="attr-option-selected"><a href="the-button-element.html#attr-option-selected" id="selected">selected</a></code>, it will be selected + <p>Note that if an <code><a href="the-button-element.html#the-option-element">option</a></code> element used in a + <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> is <code title="attr-option-selected"><a href="the-button-element.html#attr-option-selected">selected</a></code>, it will be selected by default by legacy UAs (because it affects the - <code><a href="the-button-element.html#the-select-element" id="select-17">select</a></code>), but it will not have any effect on the - <code><a href="the-input-element.html#the-input-element" id="input-117">input</a></code> element in UAs that support - <code><a href="the-button-element.html#the-datalist-element" id="datalist-9">datalist</a></code>.</p> + <code><a href="the-button-element.html#the-select-element">select</a></code>), but it will not have any effect on the + <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.4 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly" id="readonly-38">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" id="boolean-attribute-10">boolean attribute</a> that controls whether + </div><h6 id="the-readonly-attribute"><span class="secno">4.10.7.2.4 </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. <div class="example"> <p>In the following example, the existing product identifiers @@ -510,13 +507,13 @@ <p> <button name="action" value="update">Save</button> </p> </form></pre> - </div><h6 id="the-size-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-size"><a href="#attr-input-size" id="size-24">size</a></code> attribute</h6><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.5 </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 class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-size"><a href="#attr-input-size" id="size-25">size</a></code> attribute, if - specified, must have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-9">valid non-negative - integer</a> greater than zero.<h6 id="the-required-attribute"><span class="secno">4.10.7.2.6 </span>The <code title="attr-input-required"><a href="#attr-input-required" id="required-25">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" id="boolean-attribute-11">boolean attribute</a>. When specified, the + the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute, if + specified, must have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative + integer</a> greater than zero.<h6 id="the-required-attribute"><span class="secno">4.10.7.2.6 </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>.<div class="example"> <p>The following form has two required fields, one for an e-mail @@ -540,8 +537,8 @@ <input type=submit value="Create account"> </form></pre> - </div><h6 id="the-multiple-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-multiple"><a href="#attr-input-multiple" id="multiple-29">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" id="boolean-attribute-12">boolean attribute</a> that indicates whether + </div><h6 id="the-multiple-attribute"><span class="secno">4.10.7.2.7 </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.<div class="example"> <p>The following extract shows how an e-mail client's "Cc" field @@ -573,7 +570,7 @@ field, and then started typing a second e-mail address starting with "a". The user agent might show both the two friends mentioned earlier, as well as the "astrophy" and "astronomy" values given in - the <code><a href="the-button-element.html#the-datalist-element" id="datalist-10">datalist</a></code> element.</p> + the <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element.</p> <p><img alt="" height="171" src="http://dev.w3.org/html5/spec/images/sample-email-2.png" width="500"></p> @@ -584,11 +581,11 @@ <pre><label>Attachments: <input type=file multiple name=att></label></pre> - </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-maxlength"><a href="#attr-input-maxlength" id="maxlength-25">maxlength</a></code> attribute</h6><p>The <dfn id="attr-input-maxlength" title="attr-input-maxlength"><code>maxlength</code></dfn> - attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" id="attr-fe-maxlength-0" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a>.<p>If the <code><a href="the-input-element.html#the-input-element" id="input-118">input</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-0">maximum allowed + </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.8 </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 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>.<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 value length</a>, then the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#code-point-length" title='Read about this "code-point length" reference in the full HTML5 spec.'>code-point length</a> of the - value of the element's <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-26">value</a></code> - attribute must be equal to or less than the element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-1">maximum + value of the element's <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> + attribute must be equal to or less than the element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum allowed value length</a>.<div class="example"> <p>The following extract shows how a messaging client's text entry @@ -598,12 +595,12 @@ <pre>What are you doing? <input name=status maxlength=140></pre> - </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-25">pattern</a></code> attribute</h6><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.9 </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 class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, or, when the <code title="attr-input-multiple"><a href="#attr-input-multiple" id="multiple-30">multiple</a></code> attribute applies and is - set, the control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-values" title='Read about this "values" reference in the full HTML5 spec.'>value<em>s</em></a>, are to be - checked.<p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a><p>When an <code><a href="the-input-element.html#the-input-element" id="input-119">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-26">pattern</a></code> attribute specified, - authors should include a <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-23">title</a></code> + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, or, when the <code title="attr-input-multiple"><a href="#attr-input-multiple">multiple</a></code> attribute applies and is + set, the control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-values" title='Read about this "values" reference in the full HTML5 spec.'>value<em>s</em></a>, are to be + checked.<p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a><p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute specified, + authors should include a <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute to give a description of the pattern. User agents may use the contents of this attribute, if it is present, when informing the user that the pattern is not matched, or at any other suitable time, @@ -617,19 +614,19 @@ <p>...could cause the UA to display an alert such as:</p> <pre><samp>A part number is a digit followed by three uppercase letters. You cannot submit this form when the field is incorrect.</samp></pre> - </div><p>When a control has a <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-27">pattern</a></code> attribute, the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-24">title</a></code> attribute, if used, must describe + </div><p>When a control has a <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute, the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute, if used, must describe the pattern. Additional information could also be included, so long as it assists the user in filling in the control. Otherwise, assistive technology would be impaired.<p class="example">For instance, if the title attribute contained the caption of the control, assistive technology could end up saying something like <samp>The text you have entered does not match the - required pattern. Birthday</samp>, which is not useful.<p>UAs may still show the <code><a href="semantics.html#the-title-element-0" id="title-47">title</a></code> in non-error situations + required pattern. Birthday</samp>, which is not useful.<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" id="title-48">title</a></code>s as if an - error has necessarily occurred.<h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-min"><a href="#attr-input-min" id="min-35">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max" id="max-33">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>The <code title="attr-input-max"><a href="#attr-input-max" id="max-34">max</a></code> attribute's value + 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.<h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.10 </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>The <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attribute's value (the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>) must not be - less than the <code title="attr-input-min"><a href="#attr-input-min" id="min-36">min</a></code> attribute's + less than the <code title="attr-input-min"><a href="#attr-input-min">min</a></code> attribute's value (its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>).<div class="example"> <p>The following date control limits input to dates that are before @@ -644,13 +641,13 @@ <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.11 </span>The <code title="attr-input-step"><a href="#attr-input-step" id="step-32">step</a></code> attribute</h6><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.11 </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 class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, by limiting the - allowed values. <p>The <code title="attr-input-step"><a href="#attr-input-step" id="step-33">step</a></code> attribute, if - specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-8">valid floating + allowed values. <p>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute, if + specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a> that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rules-for-parsing-floating-point-number-values" title='Read about this "parses" reference in the full HTML5 spec.'>parses</a> to a number that is greater than - zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-16">ASCII + zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">any</code>".<div class="example"> <p>The following range control only accepts values in the range @@ -669,17 +666,17 @@ <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.12 </span>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder" id="placeholder-24">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> + </div><h6 id="the-placeholder-attribute"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code> attribute</h6><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, if specified, must have a value that contains no U+000A LINE FEED - (LF) or U+000D CARRIAGE RETURN (CR) characters.<p class="note">For a longer hint or other advisory text, the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-25">title</a></code> attribute is more appropriate.<p>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder" id="placeholder-25">placeholder</a></code> + (LF) or U+000D CARRIAGE RETURN (CR) characters.<p class="note">For a longer hint or other advisory text, the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute is more appropriate.<p>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code> attribute should not be used as an alternative to a - <code><a href="forms.html#the-label-element" id="label-19">label</a></code>.<div class="example"> + <code><a href="forms.html#the-label-element">label</a></code>.<div class="example"> <p>Here is an example of a mail configuration user interface that - uses the <code title="attr-input-placeholder"><a href="#attr-input-placeholder" id="placeholder-26">placeholder</a></code> + uses the <code title="attr-input-placeholder"><a href="#attr-input-placeholder">placeholder</a></code> attribute:</p> <pre><fieldset> @@ -690,7 +687,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" id="input-120">input</a></code> element APIs</h5><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>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 class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -699,7 +696,7 @@ <p>Can be set, to change the value.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-8">INVALID_STATE_ERR</a></code> exception if it is + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if it is set to any value other than the empty string when the control is a file upload control.</p> @@ -720,7 +717,7 @@ <dd> - <p>Returns a <code>FileList</code> object listing the <a href="number-state.html#concept-input-type-file-selected" id="concept-input-type-file-selected-0" title="concept-input-type-file-selected">selected files</a> of + <p>Returns a <code>FileList</code> object listing the <a href="number-state.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a> of the form control.</p> <p>Returns null if the control isn't a file control.</p> @@ -737,7 +734,7 @@ <p>Can be set, to change the value.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-9">INVALID_STATE_ERR</a></code> exception if the + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the control isn't date- or time-based.</p> </dd> @@ -751,7 +748,7 @@ <p>Can be set, to change the value.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-10">INVALID_STATE_ERR</a></code> exception if the + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the control is neither date- or time-based nor numeric.</p> </dd> @@ -762,12 +759,12 @@ <dd> <p>Changes the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> by the value given in the - <code title="attr-input-step"><a href="#attr-input-step" id="step-34">step</a></code> attribute, multiplied by + <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute, multiplied by <var title="">n</var>. The default value for <var title="">n</var> is 1.</p> - <p>Throws <code><a href="urls.html#invalid_state_err" id="invalid_state_err-11">INVALID_STATE_ERR</a></code> exception if the control - is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step" id="step-35">step</a></code> attribute's value is "<code title="">any</code>", if the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> could not be parsed, or if + <p>Throws <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the control + is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute's value is "<code title="">any</code>", if the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> could not be parsed, or if stepping in the given direction by the given amount would take the value out of range.</p> @@ -777,8 +774,8 @@ <dd> - <p>Returns the <code><a href="the-button-element.html#the-datalist-element" id="datalist-11">datalist</a></code> element indicated by the - <code title="attr-input-list"><a href="#attr-input-list" id="list-27">list</a></code> attribute.</p> + <p>Returns the <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element indicated by the + <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute.</p> </dd> @@ -786,8 +783,8 @@ <dd> - <p>Returns the <code><a href="the-button-element.html#the-option-element" id="option-8">option</a></code> element from the - <code><a href="the-button-element.html#the-datalist-element" id="datalist-12">datalist</a></code> element indicated by the <code title="attr-input-list"><a href="#attr-input-list" id="list-28">list</a></code> attribute that matches the + <p>Returns the <code><a href="the-button-element.html#the-option-element">option</a></code> element from the + <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element indicated by the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute that matches the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p> </dd> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.967 retrieving revision 1.968 diff -u -d -r1.967 -r1.968 --- dom.html 13 Apr 2011 07:54:38 -0000 1.967 +++ dom.html 20 Apr 2011 12:21:09 -0000 1.968 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3 Semantics, structure, and APIs of HTML documents — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3 Semantics, structure, and APIs of HTML documents — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,62 +335,62 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="urls.html">← 2.5 URLs</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="elements.html">3.2 Elements →</a> <ol class="toc"><li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a> <ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a> - <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a><li><a href="dom.html#resource-metadata-management" id="x3.1.3-resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a><li><a href="dom.html#dom-tree-accessors" id="x3.1.4-dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></ol></ol></ol></div> + <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></ol></ol></ol></div> <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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url-2">absolute URL</a> + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>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" id="absolute-url-3">absolute URL</a> + document's current address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a> that can change during the lifetime of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, for example when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a> to a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#scroll-to-fragid" title='Read about this "fragment identifier" reference in the full HTML5 spec.'>fragment identifier</a> on the page or when the <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method is called - with a new <a href="urls.html#url" id="url-7">URL</a>. <p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address" id="the-document-s-current-address-0">the + with a new <a href="urls.html#url">URL</a>. <p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the document's current address</a> in their user interface.<p>When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-script" title='Read about this "script" reference in the full HTML5 spec.'>script</a> using the <code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code> or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code> - APIs, <a href="#the-document-s-address" id="the-document-s-address-1">the document's address</a> is the same as <a href="#the-document-s-address" id="the-document-s-address-2">the + APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the document's address</a> of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#script-s-document" title="Read about this "script's document" reference in the full HTML5 spec.">script's document</a>.<p><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are assumed to be <dfn id="xml-documents">XML documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML documents</dfn> when they are created. Whether a document is an - <a href="#html-documents" id="html-documents-1" title="HTML documents">HTML document</a> or an <a href="#xml-documents" id="xml-documents-0" title="XML documents">XML document</a> affects the behavior of + <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>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object has a <dfn id="reload-override-flag">reload override - flag</dfn> that is originally unset. The flag is set by the <code title="dom-document-open"><a href="apis-in-html-documents.html#dom-document-open" id="document.open">document.open()</a></code> and <code title="dom-document-open"><a href="apis-in-html-documents.html#dom-document-open" id="document.write-0">document.write()</a></code> methods in certain + flag</dfn> that is originally unset. The flag is set by the <code title="dom-document-open"><a href="apis-in-html-documents.html#dom-document-open">document.open()</a></code> and <code title="dom-document-open"><a href="apis-in-html-documents.html#dom-document-open">document.write()</a></code> methods in certain situations. When the flag is set, the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> also has a <dfn id="reload-override-buffer">reload override buffer</dfn> which is a Unicode string that is used as the source of the document when it is reloaded.<p>When the user agent is to perform <dfn id="an-overridden-reload">an overridden reload</dfn>, it must act as follows:<ol><li><p>Let <var title="">source</var> be the value of the - <a href="browsers.html#browsing-context" id="browsing-context-2">browsing context</a>'s <a href="browsers.html#active-document" id="active-document-0">active document</a>'s - <a href="#reload-override-buffer" id="reload-override-buffer-0">reload override buffer</a>.</li> + <a href="browsers.html#browsing-context">browsing context</a>'s <a href="browsers.html#active-document">active document</a>'s + <a href="#reload-override-buffer">reload override buffer</a>.</li> - <li><p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "Navigate" reference in the full HTML5 spec.'>Navigate</a><!--DONAV reload after d.open()--> the - <a href="browsers.html#browsing-context" id="browsing-context-3">browsing context</a> to a resource whose source is <var title="">source</var>. When the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> algorithm + <li><p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "Navigate" reference in the full HTML5 spec.'>Navigate</a> the + <a href="browsers.html#browsing-context">browsing context</a> to a resource whose source is <var title="">source</var>. When the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> algorithm creates a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object for this purpose, set that - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="#reload-override-flag" id="reload-override-flag-0">reload override flag</a> and set - its <a href="#reload-override-buffer" id="reload-override-buffer-1">reload override buffer</a> to <var title="">source</var>.</li> + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="#reload-override-flag">reload override flag</a> and set + its <a href="#reload-override-buffer">reload override buffer</a> to <var title="">source</var>.</li> </ol><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p>All <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects (in user agents implementing this specification) also implement - the <code><a href="#htmldocument" id="htmldocument-2">HTMLDocument</a></code> interface, available using + the <code><a href="#htmldocument">HTMLDocument</a></code> interface, available using binding-specific methods. (This is the case whether or not the - document in question is an <a href="#html-documents" id="html-documents-2" title="HTML documents">HTML - document</a> or indeed whether it contains any <a href="infrastructure.html#html-elements" id="html-elements-1">HTML + document in question is an <a href="#html-documents" title="HTML documents">HTML + document</a> or indeed whether it contains any <a href="infrastructure.html#html-elements">HTML elements</a> at all.) <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects also implement the document-level interface of any other namespaces that the UA supports.<p class="example">For example, if an HTML implementation also supports SVG, then the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object implements both - <code><a href="#htmldocument" id="htmldocument-3">HTMLDocument</a></code> and <code>SVGDocument</code>.<p class="note">Because the <code><a href="#htmldocument" id="htmldocument-4">HTMLDocument</a></code> interface is + <code><a href="#htmldocument">HTMLDocument</a></code> and <code>SVGDocument</code>.<p class="note">Because the <code><a href="#htmldocument">HTMLDocument</a></code> interface is now obtained using binding-specific casting methods instead of simply being the primary interface of the document object, it is no longer defined as inheriting from <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<pre class="idl">[OverrideBuiltins] interface <dfn id="htmldocument">HTMLDocument</dfn> { - // <a href="#resource-metadata-management" id="resource-metadata-management-0">resource metadata management</a> - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-0">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>; + // <a href="#resource-metadata-management">resource metadata management</a> + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a>; @@ -405,30 +402,30 @@ readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a>; - // <a href="#dom-tree-accessors" id="dom-tree-accessors-0">DOM tree accessors</a> + // <a href="#dom-tree-accessors">DOM tree accessors</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name); attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>; - attribute <a href="elements.html#htmlelement" id="htmlelement-3">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a>; - readonly attribute <a href="semantics.html#htmlheadelement" id="htmlheadelement-0">HTMLHeadElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-8">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-9">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-10">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-11">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-12">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>; - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-13">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a>; + attribute <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a>; + readonly attribute <a href="semantics.html#htmlheadelement">HTMLHeadElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a>; NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a>(in DOMString elementName); NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames); - // <a href="apis-in-html-documents.html#dynamic-markup-insertion" id="dynamic-markup-insertion-0">dynamic markup insertion</a> - attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" id="dom-innerhtml-0" title="dom-innerHTML">innerHTML</a>; - <a href="#htmldocument" id="htmldocument-5">HTMLDocument</a> <a href="apis-in-html-documents.html#dom-document-open" id="dom-document-open-0" title="dom-document-open">open</a>(in optional DOMString type, in optional DOMString replace); - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" id="dom-document-open-1" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace); + // <a href="apis-in-html-documents.html#dynamic-markup-insertion">dynamic markup insertion</a> + attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" title="dom-innerHTML">innerHTML</a>; + <a href="#htmldocument">HTMLDocument</a> <a href="apis-in-html-documents.html#dom-document-open" title="dom-document-open">open</a>(in optional DOMString type, in optional DOMString replace); + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.'>write</a>(in DOMString... text); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a>(in DOMString... text); - // <a href="editing.html#editing" id="user-interaction-0">user interaction</a> + // <a href="editing.html#editing">user interaction</a> readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a>; boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a>(); @@ -441,84 +438,82 @@ boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a>(in DOMString commandId); boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a>(in DOMString commandId); DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a>(in DOMString commandId); - readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-14">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a>; + readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a>; // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a> - attribute <a href="webappapis.html#function" id="function-0">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; - attribute <a href="webappapis.html#function" id="function-1">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; - attribute <a href="webappapis.html#function" id="function-2">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; - attribute <a href="webappapis.html#function" id="function-3">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; - attribute <a href="webappapis.html#function" id="function-4">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; - attribute <a href="webappapis.html#function" id="function-5">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; - attribute <a href="webappapis.html#function" id="function-6">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; -<!--KEEP-END w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-7">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; -<!--KEEP-START w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-8">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; - attribute <a href="webappapis.html#function" id="function-9">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; - attribute <a href="webappapis.html#function" id="function-10">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; - attribute <a href="webappapis.html#function" id="function-11">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; - attribute <a href="webappapis.html#function" id="function-12">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; - attribute <a href="webappapis.html#function" id="function-13">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; - attribute <a href="webappapis.html#function" id="function-14">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; - attribute <a href="webappapis.html#function" id="function-15">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; - attribute <a href="webappapis.html#function" id="function-16">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; - attribute <a href="webappapis.html#function" id="function-17">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; - attribute <a href="webappapis.html#function" id="function-18">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; - attribute <a href="webappapis.html#function" id="function-19">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; - attribute <a href="webappapis.html#function" id="function-20">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; - attribute <a href="webappapis.html#function" id="function-21">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; - attribute <a href="webappapis.html#function" id="function-22">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; - attribute <a href="webappapis.html#function" id="function-23">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; - attribute <a href="webappapis.html#function" id="function-24">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; - attribute <a href="webappapis.html#function" id="function-25">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; - attribute <a href="webappapis.html#function" id="function-26">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; - attribute <a href="webappapis.html#function" id="function-27">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; - attribute <a href="webappapis.html#function" id="function-28">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; - attribute <a href="webappapis.html#function" id="function-29">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; - attribute <a href="webappapis.html#function" id="function-30">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; - attribute <a href="webappapis.html#function" id="function-31">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; - attribute <a href="webappapis.html#function" id="function-32">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; - attribute <a href="webappapis.html#function" id="function-33">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; - attribute <a href="webappapis.html#function" id="function-34">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; - attribute <a href="webappapis.html#function" id="function-35">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; - attribute <a href="webappapis.html#function" id="function-36">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; - attribute <a href="webappapis.html#function" id="function-37">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; - attribute <a href="webappapis.html#function" id="function-38">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; - attribute <a href="webappapis.html#function" id="function-39">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; - attribute <a href="webappapis.html#function" id="function-40">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; - attribute <a href="webappapis.html#function" id="function-41">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; - attribute <a href="webappapis.html#function" id="function-42">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; - attribute <a href="webappapis.html#function" id="function-43">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; - attribute <a href="webappapis.html#function" id="function-44">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; - attribute <a href="webappapis.html#function" id="function-45">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; - attribute <a href="webappapis.html#function" id="function-46">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; - attribute <a href="webappapis.html#function" id="function-47">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; - attribute <a href="webappapis.html#function" id="function-48">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; - attribute <a href="webappapis.html#function" id="function-49">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; - attribute <a href="webappapis.html#function" id="function-50">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; - attribute <a href="webappapis.html#function" id="function-51">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; - attribute <a href="webappapis.html#function" id="function-52">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; - attribute <a href="webappapis.html#function" id="function-53">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; }; -<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> implements <a href="#htmldocument" id="htmldocument-6">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument" id="htmldocument-7">HTMLDocument</a></code> interface holds methods and +<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and attributes related to a number of disparate features, the members of this interface are described in various different sections.<h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents raise a - <code><a href="urls.html#security_err" id="security_err-0">SECURITY_ERR</a></code> exception whenever any of the members of - an <code><a href="#htmldocument" id="htmldocument-8">HTMLDocument</a></code> object are accessed by scripts whose - <a href="origin-0.html#effective-script-origin" id="effective-script-origin-0">effective script origin</a> is not the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same" reference in the full HTML5 spec.'>same</a> as the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="origin-0.html#effective-script-origin" id="effective-script-origin-1">effective + <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception whenever any of the members of + 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 class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same" reference in the full HTML5 spec.'>same</a> as the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="origin-0.html#effective-script-origin">effective script origin</a>.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a></code></dt> <dd> - <p>Returns <a href="#the-document-s-address" id="the-document-s-address-3">the document's address</a>.</p> + <p>Returns <a href="#the-document-s-address">the document's address</a>.</p> </dd> <dt><var title="">document</var> . <code title="dom-document-referrer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code></dt> <dd> - <p>Returns <a href="#the-document-s-current-address" id="the-document-s-current-address-1" title="the document's current address">the + <p>Returns <a href="#the-document-s-current-address" title="the document's current address">the address</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> from which the user navigated to this one, unless it was blocked or there was no such document, in which case it returns the empty string.</p> - <p>The <code title="rel-noreferrer"><a href="links.html#link-type-noreferrer" id="noreferrer">noreferrer</a></code> link + <p>The <code title="rel-noreferrer"><a href="links.html#link-type-noreferrer">noreferrer</a></code> link type can be used to block the referrer.</p> </dd> @@ -536,9 +531,9 @@ <p>Can be set, to add a new cookie to the element's set of HTTP cookies.</p> <p>If the contents are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#sandboxed-origin-browsing-context-flag" title='Read about this "sandboxed into a unique origin" reference in the full HTML5 spec.'>sandboxed into a unique origin</a> (in an - <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-2">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox" id="sandbox">sandbox</a></code> attribute) or the - resource was labeled as <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-1">text/html-sandboxed</a></code>, a - <code><a href="urls.html#security_err" id="security_err-1">SECURITY_ERR</a></code> exception will be thrown on getting and + <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code> attribute) or the + resource was labeled as <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code>, a + <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception will be thrown on getting and setting.</p> </dd> @@ -583,25 +578,25 @@ </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt> <dd> <p>Returns "loading" while the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is loading, "interactive" once it is finished parsing but still loading sub-resources, and "complete" once it has loaded.</p> - <p>The <code title="event-readystatechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-readystatechange" title='Read about this "readystatechange" reference in the full HTML5 spec.'>readystatechange</a></code> event fires on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object when this value changes.</p> + <p>The <code title="event-readystatechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#event-readystatechange" title='Read about this "readystatechange" reference in the full HTML5 spec.'>readystatechange</a></code> event fires on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object when this value changes.</p> </dd> </dl><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" id="html-1">html</a></code> element, or null otherwise.<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a></code></dt> + <code><a href="semantics.html#the-html-element-0">html</a></code> element, or null otherwise.<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a></code></dt> <dd> - <p>Returns <a href="#the-head-element" id="the-head-element-1">the <code>head</code> element</a>.</p> + <p>Returns <a href="#the-head-element">the <code>head</code> element</a>.</p> </dd> </dl><p><dfn id="the-head-element">The <code>head</code> element</dfn> of a document is the - first <code><a href="semantics.html#the-head-element-0" id="head-4">head</a></code> element that is a child of <a href="#the-html-element" id="the-html-element-1">the + first <code><a href="semantics.html#the-head-element-0">head</a></code> element that is a child of <a href="#the-html-element">the <code>html</code> element</a>, if there is one, or null otherwise.<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns the document's title, as given by <a href="#the-title-element" id="the-title-element-1">the + <p>Returns the document's title, as given by <a href="#the-title-element">the <code>title</code> element</a>.</p> <p>Can be set, to update the document's title. If there is no - <a href="#the-head-element" id="the-head-element-2" title="the head element"><code>head</code> element</a>, + <a href="#the-head-element" title="the head element"><code>head</code> element</a>, the new value is ignored.</p> <p>In SVG documents, the <code>SVGDocument</code> interface's <code title="dom-svg-title">title</code> attribute takes @@ -609,41 +604,41 @@ </dd> </dl><p><dfn id="the-title-element">The <code>title</code> element</dfn> of a document is the - first <code><a href="semantics.html#the-title-element-0" id="title-36">title</a></code> element in the document (in tree order), if + first <code><a href="semantics.html#the-title-element-0">title</a></code> element in the document (in tree order), if there is one, or null otherwise.<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns <a href="#the-body-element" id="the-body-element-1">the body element</a>.</p> - <p>Can be set, to replace <a href="#the-body-element" id="the-body-element-2">the body element</a>.</p> - <p>If the new value is not a <code><a href="sections.html#the-body-element-0" id="body-4">body</a></code> or <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-1">HIERARCHY_REQUEST_ERR</a></code> exception.</p> + <p>Returns <a href="#the-body-element">the body element</a>.</p> + <p>Can be set, to replace <a href="#the-body-element">the body element</a>.</p> + <p>If the new value is not a <code><a href="sections.html#the-body-element-0">body</a></code> or <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p> </dd> </dl><p><dfn id="the-body-element">The body element</dfn> of a document is the first child of - <a href="#the-html-element" id="the-html-element-2">the <code>html</code> element</a> that is either a - <code><a href="sections.html#the-body-element-0" id="body-5">body</a></code> element or a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If + <a href="#the-html-element">the <code>html</code> element</a> that is either a + <code><a href="sections.html#the-body-element-0">body</a></code> element or a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If there is no such element, it is null. <hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-15">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element" id="img-4">img</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> </dd> <dt><var title="">document</var> . <code title="dom-document-embeds"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a></code></dt> <dt><var title="">document</var> . <code title="dom-document-plugins"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a></code></dt> <dd> - <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-16">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element" id="embed-2">embed</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> + <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> </dd> <dt><var title="">document</var> . <code title="dom-document-links"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-17">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element" id="a-4">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-3">area</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-8">href</a></code> attributes.</p> + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <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 the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attributes.</p> </dd> <dt><var title="">document</var> . <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code></dt> <dd> - <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-18">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element" id="form-9">form</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> + <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element">form</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> </dd> <dt><var title="">document</var> . <code title="dom-document-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a></code></dt> <dd> - <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-19">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script" id="script-8">script</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> + <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script">script</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> </dd> </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a></code>(<var title="">name</var>)</dt> @@ -688,25 +683,21 @@ <p>A call to <code title="">getElementsByClassName('aaa,bbb')</code> would return no nodes; none of the elements above are in the "aaa,bbb" class.</p> - </div><!-- v2: -> * xGetParentElementByClassName(rootElement, className, tagName) - -> Navigates upwards until we hit a parent element with the given class name and -> optional tag name. ---><hr><p class="note">The <code title="dom-document-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code> - attribute on the <code><a href="#htmldocument" id="htmldocument-9">HTMLDocument</a></code> interface is defined - along with the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir-0">dir</a></code> content - attribute.<h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p><a href="#xml-documents" id="xml-documents-1">XML documents</a> can be created from script using the + </div><hr><p class="note">The <code title="dom-document-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>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.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code> - method on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.<p><a href="#html-documents" id="html-documents-3">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code> + method on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.<p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code> method:<pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="domhtmlimplementation">DOMHTMLImplementation</dfn> { <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a>(in DOMString title); }; -<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a> implements <a href="#domhtmlimplementation" id="domhtmlimplementation-0">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a></code>( <var title="">title</var> )</dt> +<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a> implements <a href="#domhtmlimplementation">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a></code>( <var title="">title</var> )</dt> <dd> <p>Returns a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, with a basic DOM already - constructed with an appropriate <code><a href="semantics.html#the-title-element-0" id="title-37">title</a></code> element.</p> + constructed with an appropriate <code><a href="semantics.html#the-title-element-0">title</a></code> element.</p> </dd> Index: patch.spec-splitter.1 =================================================================== RCS file: /sources/public/html5/spec-author-view/patch.spec-splitter.1,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- patch.spec-splitter.1 19 Aug 2010 07:51:16 -0000 1.2 +++ patch.spec-splitter.1 20 Apr 2011 12:21:15 -0000 1.3 @@ -1,6 +1,6 @@ Index: html5-tools/spec-splitter/spec-splitter.py =================================================================== ---- html5-tools/spec-splitter/spec-splitter.py (revision 175) +--- html5-tools/spec-splitter/spec-splitter.py (revision 190) +++ html5-tools/spec-splitter/spec-splitter.py (working copy) @@ -9,6 +9,7 @@ w3c = False @@ -30,6 +30,15 @@ # Absolutise some references, so the spec can be hosted elsewhere if absolute_uris: for a in ('href', 'src'): +@@ -109,7 +116,7 @@ + for li in ol.iterchildren(): + for c in li.iterchildren(): + if c.tag == 'a': +- assert c.get('href')[0] == '#' ++ if c.get('href')[0] == '#': + items.append( (depth, c.get('href')[1:], c) ) + elif c.tag == 'ol': + extract_toc_items(items, c, depth+1) @@ -305,6 +312,22 @@ doc.find('body').insert(1, nav) # after the header Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v retrieving revision 1.402 retrieving revision 1.403 diff -u -d -r1.402 -r1.403 --- the-input-element.html 13 Apr 2011 07:54:45 -0000 1.402 +++ the-input-element.html 20 Apr 2011 12:21:18 -0000 1.403 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7 The input element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7 The input element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1810 lines suppressed...] specified.<p>The <dfn id="attr-input-value" title="attr-input-value"><code>value</code></dfn> - content attribute gives the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the <code><a href="#the-input-element" id="input-62">input</a></code> + content attribute gives the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the <code><a href="#the-input-element">input</a></code> element. <p>The <dfn id="attr-input-checked" title="attr-input-checked"><code>checked</code></dfn> - content attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-9">boolean attribute</a> that gives the + content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that gives the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> of the - <code><a href="#the-input-element" id="input-63">input</a></code> element. <hr><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-48">form</a></code> attribute is used to - explicitly associate the <code><a href="#the-input-element" id="input-64">input</a></code> element with its - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-4">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-33">name</a></code> - attribute represents the element's name. The <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled-12">disabled</a></code> attribute is used to make + <code><a href="#the-input-element">input</a></code> element. <hr><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to + explicitly associate the <code><a href="#the-input-element">input</a></code> element with its + <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> + attribute represents the element's name. The <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute is used to make the control non-interactive and to prevent its value from being - submitted. The <code title="attr-fe-autofocus"><a href="association-of-controls-and-forms.html#attr-fe-autofocus" id="autofocus-0">autofocus</a></code> + submitted. The <code title="attr-fe-autofocus"><a href="association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code> attribute controls focus. \ No newline at end of file Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.975 retrieving revision 1.976 diff -u -d -r1.975 -r1.976 --- acknowledgements.html 13 Apr 2011 07:54:37 -0000 1.975 +++ acknowledgements.html 20 Apr 2011 12:21:08 -0000 1.976 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Acknowledgements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Acknowledgements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -337,7 +334,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> @@ -373,7 +370,7 @@ Allan Clements, Amos Jeffries, Anders Carlsson, - Andreas<!-- mqmq87 -->, + Andreas, Andreas Kling, Andrei Popescu, André E. Veltstra, @@ -487,7 +484,7 @@ Dave Hodder, Dave Lampton, Dave Singer, - Dave Townsend<!-- Mossop on moz irc -->, + Dave Townsend, David Baron, David Bloom, David Bruant, @@ -666,12 +663,12 @@ Kristof Zelechovski, Krzysztof Maczyński, 黒澤剛志 (Kurosawa Takeshi), - Kyle Hofmann<!-- Ozob -->, + Kyle Hofmann, Léonard Bouchet, Lachlan Hunt, Larry Masinter, Larry Page, - Lars Gunther<!-- Keryx Web -->, + Lars Gunther, Lars Solberg, Laura Carlson, Laura Granka, @@ -683,18 +680,18 @@ Lenny Domnitser, Leons Petrazickis, Lobotom Dysmon, - Logan<!-- on moz irc -->, + Logan, Loune, Luke Kenneth Casson Leighton, Maciej Stachowiak, - Magnus Kristiansen<!-- Dashiva -->, + Magnus Kristiansen, Maik Merten, Malcolm Rowe, Mark Birbeck, Mark Miller, Mark Nottingham, Mark Pilgrim, - Mark Rowe<!--bdash-->, + Mark Rowe, Mark Schenk, Mark Wilton-Jones, Martijn Wargers, @@ -720,7 +717,7 @@ Micah Dubinko, Michael 'Ratt' Iannarelli, Michael A. Nachbaur, - Michael A. Puls II<!--Shadow2531-->, + Michael A. Puls II, Michael Carter, Michael Daskalov, Michael Enright, @@ -733,15 +730,15 @@ Michel Fortin, Michelangelo De Simone, Michiel van der Blonk, - Mihai Şucan<!-- from ROBO Design -->, + Mihai Şucan, Mihai Parparita, Mike Brown, - Mike Dierken<!-- S. Mike Dierken -->, + Mike Dierken, Mike Dixon, Mike Schinkel, Mike Shaver, Mikko Rantalainen, - Mohamed Zergaoui<!-- Innovimax SARL -->, + Mohamed Zergaoui, Mounir Lamouri, Ms2ger, NARUSE Yui, @@ -765,7 +762,7 @@ Oliver Rigby, Olivier Gendrin, Olli Pettay, - oSand, <!-- from reddit --> + oSand, Patrick H. Lauke, Patrik Persson, Paul Norman, @@ -779,7 +776,7 @@ Phil Pickering, Philip Jägenstedt, Philip Taylor, - Philip TAYLOR<!-- a different one -->, + Philip TAYLOR, Prateek Rungta, Pravir Gupta, Rachid Finge, @@ -838,7 +835,7 @@ Simon Montagu, Simon Pieters, Simon Spiegel, - skeww, <!-- on reddit --> + skeww, Stanton McCandlish, Stefan Håkansson, Stefan Haustein, @@ -857,7 +854,7 @@ Subramanian Peruvemba, Sunava Dutta, Susan Borgrink, - Susan <!--G.--> Lesch, + Susan Lesch, Sylvain Pasche, T. J. Crowder, Tab Atkins, @@ -910,162 +907,11 @@ <p>Special thanks to Richard Williamson for creating the first implementation of <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> in Safari, from which the canvas feature was designed.<p>Special thanks also to the Microsoft employees who first - implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="editing.html#attr-contenteditable" id="contenteditable-3">contenteditable</a></code>, and other + implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="editing.html#attr-contenteditable">contenteditable</a></code>, and other features first widely deployed by the Windows Internet Explorer - browser.<p>Thanks to the participants of the microdata usability study for - allowing us to use their mistakes as a guide for designing the - microdata feature.<p>Thanks to the many sources that provided inspiration for the + browser.<p>Thanks to the many sources that provided inspiration for the examples used in the specification.<p>Thanks also to the Microsoft blogging community for some ideas, to the attendees of the W3C Workshop on Web Applications and Compound Documents for inspiration, to the #mrt crew, the #mrt.no crew, and the #whatwg crew, and to Pillar and Hedral for their ideas - and support.</p><!-- Hopefully Kam won't notice he's covered by these - acknowledgements three times! --><!-- - v2 * library of resources: - var library = new ZipFile("data.zip"); - library.onload = function() { - var sound1 = library.getAudio("sound1.wav"); // returns an Audio object - var image1 = library.getImage("image1.png"); // returns an HTMLImageElement - var doc1 = library.getXMLDocument("doc1.xml"); // returns a Document - var doc2 = library.getHTMLDocument("doc1.html"); // returns an HTMLDocument - } - or: - var library = new ResourceLoader("data.zip"); - library.add("moredata.zip"); - library.onload = function() { ... } - library.onloading = function() { - reportLoadProgress(library.progress); // 0.0 .. 1.0 - } - or: - var library = new AudioZip("sounds.zip"); - library.onload = function() { - var sound1 = library["sound1.wav"]; - sound.play(); - } - v2 * a fairly common situation for web authors is to have two lists, where - the contents of the second depends on the value of the first. Is there - any way we could extend the current model to include this functionality? - (e.g. bugzilla product/component ui) - v2 * quick-searchable select - v2 * include/exclude selectors (two multi-select columns with arrows to - move selected items) and that sort of thing. - http://slashdot.org/comments.pl?sid=110240&cid=9357022 - v2 * Oh, and forms need a standardized Help widget/icon. I know I can - turn my cursor into a question mark, but I'm looking for something - simple and pervasive. Maybe you can wrap fields in a help tag, just - as you do for fieldsets. And in that help tag, attributes are - available that allow for a nice, formatted, clean, full help text - popup/area/thing. - http://slashdot.org/comments.pl?sid=110240&cid=9359006 - v2 * Validating only part of a form. - Anja Lehmann - v2 * Reminder to add a way to expose access keys in buttons, i.e. - Sub&mit where & signifies the m is the access key to use. Possibly - automatic? <input accesskey="m" value="Submit"> browser would be - smart enough to underline the first instance of the access key if - it exists (case insensitive)? - kerz - [or deprecate the lot (->web apps)] - v2 * need an attribute that says "the children of this element are in - their own tabbing universe, tabindex should be relative to each - other, not to the document" - -> web apps? - v2 * make select widgets have multiple columns - or ->web apps with list view - v2 * required as a group (one of the following must be available): - + i propose something like the following: - <input type="text" group="contact" name="voicephone"> Voice phone - <input type="text" group="contact" name="fax"> Fax - <input type="text" group="contact" name="mobile"> Mobile phone - <input type="text" group="contact" name="email"> E-mail - if the user fills out none of the form fields in the "contact" - group, an error message is shown and the form is not submitted. - - Peter-Paul Koch - v2 * formatting of number fields, text fields, etc, so that when the - field is not focused, the value is displayed differently. Seems - like this would also be useful e.g. for <output> or something so - you can display localised dates, etc. - v2 * being able to select date range (from day x to day y) - v2 * ways of visualizing a linefeed in a <textarea> so it looks different - from wrapping text - v2 * all login systems have - 1. enter username and password - 2. create new account - 3. lost password - some way of integrating this into one system, since it's so common - v2 * way of identifying different sorts of mailadresses - a) mailing-list - b) person - c) department in a company ("support", "marketing" and such) - d) general mail (like "info", "mail", "contact" and such) - e) other sorts of groupings - (or ->web apps; this is talking about in mailto: links, I think) - v2 * hotswapping login identities like in windows xp - you are logged in on operamail.com, and you want to check the mail - of another user. somehow, combined with the wand or whatever, - the browser will remember the login page, and it can re-submit it - without having to load the initial page (saving time) - v2 * provide different measuring systems, like having the html indicate - fluid in both fluid ounces and liters, and the browser can display - one or the other based on regional settings in the browser or ui, - display conversions in a tooltip, or let the user decide which - format to display. - v2 * indicate "x days ago" or "y days into the future" rather than date - v2 * input control for anniversaries - v2 * only submit fields that have changed, or a way to include in the - submission a list of which form controls were changed from their - default value - v2 * type="time" value="now" - v2 * add something to type="number" to support basic currency and unit - formatting of input - v2 * <fieldset enabled-if-checked="myCheckboxOrRadioButton"> - ...to allow sections to only be enabled if a radio button makes it - relevant, for instance. - v2 * Yan Morin proposed a multi-column dropdown <select> or <datalist>: - _________________ - |_New_York______|V|_________________ <- input with a table link and a down arrow - |_City__________|_State_|_Country_|_| <- header of the table - | Montreal | QC | Canada |A| <- top arrow of the scroll - |>New York <| NY | US | | <- selected row - | Washington | DC | US |X| <- cursor scroll - | San Francisco | CA | US | | - |_Toronto_______|__ON___|_Canada__|V| <- bottom arrow of the scroll - - v2 * add for="" attribute to <input type="password"> so that you can - link usernames and passwords. (Jonas Sicking) - v2 * value for unchecked checkbox? - v2 * A way to specify the default button - Michael Gratton - v2 * <fieldset readonly>? - v2 * dolphinling suggests having a way to mark certain parts of a - form as being dependent on another (mutually exclusive parts of - a form) - v2 * expose the form data set, either as an object (on which one can - invoke the JSON serialiser), or in the form of a method on - HTMLFormElement that returns the form data set serialised - according to a particular encoding (defaulting to the form's - enctype="" one, probably). This would allow forms to be used - with XHR-like systems without having to manually construct the - form data set the way that is done today. - v2 * expose the file upload progress when uploading files in a form - (ideally using the same mechanism as XHR2?); ack Rob Evans - -Consistency in editorial style: - v2 * need to become consistent about whether or not to quote keyword - ("<code title="">foo</code>" vs <code>foo</code>) - v2 * make the spec consistent about whether the word "algorithm" is part of - an algorithm's name or not ("</dfn> algorithm", "</span> algorithm") - v2 * make the spec more consistent about its use of "hexadecimal" - and "base-sixteen", the order that 0-9 A-Z a-z is mentioned, - and the detail to which the spec explains how to interpret a - string as a hexadecimal number. - v2 * become more consistent about what markup we use to mark up - productions (nothing? <i>? <code>?) - v2 * use <code>Document</code> consistently instead of 'document'. - v2 * s/raise/throw/g - v2 * be clearer about arrays/lists/collections being zero-based - despite using the term "/index/th". - v2 * use the sample widgets: - <li><img alt="A text field with editable sections for each - value, with a button to pop up a dialog showing a calendar or - clock." src="sample-datetime-ui-2"></li> - <li><img alt="A calendar grid with a clock in the upper right - hand corner." src="sample-datetime-ui-3"></li> ---> \ No newline at end of file + and support. \ No newline at end of file Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.413 retrieving revision 1.414 diff -u -d -r1.413 -r1.414 --- grouping-content.html 13 Apr 2011 07:54:38 -0000 1.413 +++ grouping-content.html 20 Apr 2011 12:21:11 -0000 1.414 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.5 Grouping content — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.5 Grouping content — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,29 +335,29 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="sections.html">← 4.4 Sections</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="text-level-semantics.html">4.6 Text-level semantics →</a> <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" id="x4.5.1-the-p-element"><span class="secno">4.5.1 </span>The <code>p</code> element</a><li><a href="grouping-content.html#the-hr-element" id="x4.5.2-the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a><li><a href="grouping-content.html#the-pre-element" id="x4.5.3-the-pre-element"><span class="secno">4.5.3 </span>The <code>pre</code> element</a><li><a href="grouping-content.html#the-blockquote-element" id="x4.5.4-the-blockquote-element"><span class="secno">4.5.4 </span>The <code>blockquote</code> element</a><li><a href="grouping-content.html#the-ol-element" id="x4.5.5-the-ol-element"><span class="secno">4.5.5 </span>The <code>ol</code> element</a><li><a href="grouping-content.html#the-ul-element" id="x4.5.6-the-ul-element"><span class="secno">4.5.6 </span>The <code>ul</code> element</a><li><a href="grouping-content.html#the-li-element" id="x4.5.7-the-li-element"><span class="secno">4.5.7 </span>The <code>li</code> elemen</a><li><a href="grouping-content.html#the-dl-element" id="x4.5.8-the-dl-element"><span class="secno">4.5.8 </span>The <code>dl</code> element</a><li><a href="grouping-content.html#the-dt-element" id="x4.5.9-the-dt-element"><span class="secno">4.5.9 </span>The <code>dt</code> element</a><li><a href="grouping-content.html#the-dd-element" id="x4.5.10-the-dd-element"><span class="secno">4.5.10 </span>The <code>dd</code> element</a><li><a href="grouping-content.html#the-figure-element" id="x4.5.11-the-figure-element"><span class="secno">4.5.11 </span>The <code>figure</code> element</a><li><a href="grouping-content.html#the-figcaption-element" id="x4.5.12-the-figcaption-element"><span class="secno">4.5.12 </span>The <code>figcaption</code> element</a><li><a href="grouping-content.html#the-div-element" id="x4.5.13-the-div-element"><span class="secno">4.5.13 </span>The <code>div</code> element</a></ol></ol></ol></div> + <ol><li><a href="grouping-content.html#the-p-element"><span class="secno">4.5.1 </span>The <code>p</code> element</a><li><a href="grouping-content.html#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a><li><a href="grouping-content.html#the-pre-element"><span class="secno">4.5.3 </span>The <code>pre</code> element</a><li><a href="grouping-content.html#the-blockquote-element"><span class="secno">4.5.4 </span>The <code>blockquote</code> element</a><li><a href="grouping-content.html#the-ol-element"><span class="secno">4.5.5 </span>The <code>ol</code> element</a><li><a href="grouping-content.html#the-ul-element"><span class="secno">4.5.6 </span>The <code>ul</code> element</a><li><a href="grouping-content.html#the-li-element"><span class="secno">4.5.7 </span>The <code>li</code> element</a><li><a href="grouping-content.html#the-dl-element"><span class="secno">4.5.8 </span>The <code>dl</code> element</a><li><a href="grouping-content.html#the-dt-element"><span class="secno">4.5.9 /span>The <code>dt</code> element</a><li><a href="grouping-content.html#the-dd-element"><span class="secno">4.5.10 </span>The <code>dd</code> element</a><li><a href="grouping-content.html#the-figure-element"><span class="secno">4.5.11 </span>The <code>figure</code> element</a><li><a href="grouping-content.html#the-figcaption-element"><span class="secno">4.5.12 </span>The <code>figcaption</code> element</a><li><a href="grouping-content.html#the-div-element"><span class="secno">4.5.13 </span>The <code>div</code> element</a></ol></ol></ol></div> <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" id="flow-content-40">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-9"><code title="">formatBlock</code> candidate</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-41">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-24">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-19">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlparagraphelement">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-26">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlparagraphelement">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-p-element" id="p-14">p</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a - <a href="content-models.html#paragraph" id="paragraph-5">paragraph</a>.<p class="note">While paragraphs are usually represented in visual + </dl><p>The <code><a href="#the-p-element">p</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <a href="content-models.html#paragraph">paragraph</a>.<p class="note">While paragraphs are usually represented in visual media by blocks of text that are physically separated from adjacent blocks through blank lines, a style sheet or user agent would be equally justified in presenting paragraph breaks in a different @@ -382,7 +379,7 @@ The validator complained,<br> So the author was pained,<br> To move the error from the markup to the rhyming.</p></pre> - </div><p>The <code><a href="#the-p-element" id="p-15">p</a></code> element should not be used when a more + </div><p>The <code><a href="#the-p-element">p</a></code> element should not be used when a more specific element is more appropriate.<div class="example"> <p>The following example is technically correct:</p> @@ -412,24 +409,24 @@ </section></pre> </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" id="flow-content-42">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-43">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-20">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlhrelement">HTMLHRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-27">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlhrelement">HTMLHRElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-hr-element" id="hr-3">hr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a - <a href="content-models.html#paragraph" id="paragraph-6">paragraph</a>-level thematic break, e.g. a scene change in + </dl><p>The <code><a href="#the-hr-element">hr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <a href="content-models.html#paragraph">paragraph</a>-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book.<div class="example"> <p>The following fictional extract from a project manual shows two - sections that use the <code><a href="#the-hr-element" id="hr-4">hr</a></code> element to separate topics + sections that use the <code><a href="#the-hr-element">hr</a></code> element to separate topics within the section.</p> <pre><section> @@ -467,9 +464,9 @@ <p>Cooking is done by the chefs on a set rotation.</p> </section></pre> - <p>There is no need for an <code><a href="#the-hr-element" id="hr-5">hr</a></code> element between the - sections themselves, since the <code><a href="sections.html#the-section-element" id="section-11">section</a></code> elements and - the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-16">h1</a></code> elements imply thematic changes themselves.</p> + <p>There is no need for an <code><a href="#the-hr-element">hr</a></code> element between the + sections themselves, since the <code><a href="sections.html#the-section-element">section</a></code> elements and + the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> elements imply thematic changes themselves.</p> </div><div class="example"> @@ -478,9 +475,9 @@ the paragraph that follows it. The scene change, represented in the printed book by a gap containing a solitary centered star between the second and third paragraphs, is here represented using the - <code><a href="#the-hr-element" id="hr-6">hr</a></code> element.</p> + <code><a href="#the-hr-element">hr</a></code> element.</p> - <!-- ISBN 1-4050-0020-1; bottom of page 14 --> + <pre lang="en-GB"><p>Dudley was ninety-two, in his second life, and fast approaching time for another rejuvenation. Despite his body having the physical @@ -501,25 +498,25 @@ observatory in all weather and seasons, including the metre-deep snow of Gralmond's winters.</p></pre> - </div><p class="note">The <code><a href="#the-hr-element" id="hr-7">hr</a></code> element does not affect the - document's <a href="sections.html#outline" id="outline-5">outline</a>.<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" id="flow-content-44">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-10"><code title="">formatBlock</code> candidate</a>.</dd> + </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>.<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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-45">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-25">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-21">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlpreelement">HTMLPreElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-28">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlpreelement">HTMLPreElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-pre-element" id="pre-1">pre</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a block of + </dl><p>The <code><a href="#the-pre-element">pre</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a block of preformatted text, in which structure is represented by typographic - conventions rather than by elements.<p class="note">In <a href="syntax.html#syntax" id="the-html-syntax-3">the HTML syntax</a>, a leading - newline character immediately following the <code><a href="#the-pre-element" id="pre-2">pre</a></code> element - start tag is stripped.<p>Some examples of cases where the <code><a href="#the-pre-element" id="pre-3">pre</a></code> element could + conventions rather than by elements.<p class="note">In <a href="syntax.html#syntax">the HTML syntax</a>, a leading + newline character immediately following the <code><a href="#the-pre-element">pre</a></code> element + start tag is stripped.<p>Some examples of cases where the <code><a href="#the-pre-element">pre</a></code> element could be used:<ul><li>Including an e-mail, with paragraphs indicated by blank lines, lists indicated by lines prefixed with a bullet, and so on.</li> @@ -533,11 +530,11 @@ case for users of speech synthesizers, braille displays, and the like. For cases like ASCII art, it is likely that an alternative presentation, such as a textual description, would be more - universally accessible to the readers of the document.<p>To represent a block of computer code, the <code><a href="#the-pre-element" id="pre-4">pre</a></code> - element can be used with a <code><a href="text-level-semantics.html#the-code-element" id="code-1">code</a></code> element; to represent a - block of computer output the <code><a href="#the-pre-element" id="pre-5">pre</a></code> element can be used - with a <code><a href="text-level-semantics.html#the-samp-element" id="samp-1">samp</a></code> element. Similarly, the <code><a href="text-level-semantics.html#the-kbd-element" id="kbd-2">kbd</a></code> - element can be used within a <code><a href="#the-pre-element" id="pre-6">pre</a></code> element to indicate + universally accessible to the readers of the document.<p>To represent a block of computer code, the <code><a href="#the-pre-element">pre</a></code> + element can be used with a <code><a href="text-level-semantics.html#the-code-element">code</a></code> element; to represent a + block of computer output the <code><a href="#the-pre-element">pre</a></code> element can be used + with a <code><a href="text-level-semantics.html#the-samp-element">samp</a></code> element. Similarly, the <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code> + element can be used within a <code><a href="#the-pre-element">pre</a></code> element to indicate text that the user is to enter.<div class="example"> <p>In the following snippet, a sample of computer code is @@ -552,8 +549,8 @@ </div><div class="example"> - <p>In the following snippet, <code><a href="text-level-semantics.html#the-samp-element" id="samp-2">samp</a></code> and <code><a href="text-level-semantics.html#the-kbd-element" id="kbd-3">kbd</a></code> - elements are mixed in the contents of a <code><a href="#the-pre-element" id="pre-7">pre</a></code> element to + <p>In the following snippet, <code><a href="text-level-semantics.html#the-samp-element">samp</a></code> and <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code> + elements are mixed in the contents of a <code><a href="#the-pre-element">pre</a></code> element to show a session of Zork I.</p> <pre><pre><samp>You are in an open field west of a big white house with a boarded @@ -570,7 +567,7 @@ </div><div class="example"> <p>The following shows a contemporary poem that uses the - <code><a href="#the-pre-element" id="pre-8">pre</a></code> element to preserve its unusual formatting, which + <code><a href="#the-pre-element">pre</a></code> element to preserve its unusual formatting, which forms an intrinsic part of the poem itself.</p> <pre><pre> maxling @@ -588,34 +585,34 @@ ~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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-46">Flow content</a>.</dd> - <dd><a href="sections.html#sectioning-root" id="sectioning-root-6">Sectioning root</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-11"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-47">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-48">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-22">Global attributes</a></dd> - <dd><code title="attr-blockquote-cite"><a href="#attr-blockquote-cite" id="cite">cite</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-blockquote-cite"><a href="#attr-blockquote-cite">cite</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlquoteelement">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-29">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlquoteelement">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-quote-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>; };</pre> - <p class="note">The <code><a href="#htmlquoteelement" id="htmlquoteelement-0">HTMLQuoteElement</a></code> interface is - also used by the <code><a href="text-level-semantics.html#the-q-element" id="q-2">q</a></code> element.</p> + <p class="note">The <code><a href="#htmlquoteelement">HTMLQuoteElement</a></code> interface is + also used by the <code><a href="text-level-semantics.html#the-q-element">q</a></code> element.</p> </dd> - </dl><p>The <code><a href="#the-blockquote-element" id="blockquote-2">blockquote</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a - section that is quoted from another source.<p>Content inside a <code><a href="#the-blockquote-element" id="blockquote-3">blockquote</a></code> must be quoted from + </dl><p>The <code><a href="#the-blockquote-element">blockquote</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + section that is quoted from another source.<p>Content inside a <code><a href="#the-blockquote-element">blockquote</a></code> must be quoted from another source, whose address, if it has one, may be cited in the <dfn id="attr-blockquote-cite" title="attr-blockquote-cite"><code>cite</code></dfn> - attribute.<p>If the <code title="attr-blockquote-cite"><a href="#attr-blockquote-cite" id="cite-0">cite</a></code> attribute - is present, it must be a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-1">valid URL potentially surrounded by + attribute.<p>If the <code title="attr-blockquote-cite"><a href="#attr-blockquote-cite">cite</a></code> attribute + is present, it must be a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by spaces</a>. <div class="example"> - <p>This next example shows the use of <code><a href="text-level-semantics.html#the-cite-element" id="cite-5">cite</a></code> alongside - <code><a href="#the-blockquote-element" id="blockquote-4">blockquote</a></code>:</p> + <p>This next example shows the use of <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> alongside + <code><a href="#the-blockquote-element">blockquote</a></code>:</p> <pre><p>His next piece was the aptly named <cite>Sonnet 130</cite>:</p> <blockquote cite="http://quotes.example.org/s/sonnet130.html"> @@ -626,8 +623,8 @@ </div><div class="example"> <p>This example shows how a forum post could use - <code><a href="#the-blockquote-element" id="blockquote-5">blockquote</a></code> to show what post a user is replying - to. The <code><a href="sections.html#the-article-element" id="article-14">article</a></code> element is used for each post, to mark + <code><a href="#the-blockquote-element">blockquote</a></code> to show what post a user is replying + to. The <code><a href="sections.html#the-article-element">article</a></code> element is used for each post, to mark up the threading.</p> <pre><article> @@ -670,9 +667,9 @@ </div><div class="example"> - <p>This example shows the use of a <code><a href="#the-blockquote-element" id="blockquote-6">blockquote</a></code> for + <p>This example shows the use of a <code><a href="#the-blockquote-element">blockquote</a></code> for short snippets, demonstrating that one does not have to use - <code><a href="#the-p-element" id="p-16">p</a></code> elements inside <code><a href="#the-blockquote-element" id="blockquote-7">blockquote</a></code> + <code><a href="#the-p-element">p</a></code> elements inside <code><a href="#the-blockquote-element">blockquote</a></code> elements:</p> <pre><p>He began his list of "lessons" with the following:</p> @@ -687,40 +684,40 @@ </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" id="cite-6">cite</a></code> and <code><a href="#the-blockquote-element" id="blockquote-8">blockquote</a></code> + 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.<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" id="flow-content-49">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-50">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-li-element" id="li-2">li</a></code> elements.</dd> + <dd>Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-23">Global attributes</a></dd> - <dd><code title="attr-ol-reversed"><a href="#attr-ol-reversed" id="reversed">reversed</a></code></dd> - <dd><code title="attr-ol-start"><a href="#attr-ol-start" id="start">start</a></code></dd> - <dd><code title="attr-ol-type"><a href="#attr-ol-type" id="type-16">type</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-ol-reversed"><a href="#attr-ol-reversed">reversed</a></code></dd> + <dd><code title="attr-ol-start"><a href="#attr-ol-start">start</a></code></dd> + <dd><code title="attr-ol-type"><a href="#attr-ol-type">type</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlolistelement">HTMLOListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-30">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlolistelement">HTMLOListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-reversed" title='Read about this "reversed" reference in the full HTML5 spec.'>reversed</a>; attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>; - attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#dom-ol-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; + attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-ol-element" id="ol-4">ol</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of + </dl><p>The <code><a href="#the-ol-element">ol</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of items, where the items have been intentionally ordered, such that - changing the order would change the meaning of the document.<p>The items of the list are the <code><a href="#the-li-element" id="li-3">li</a></code> element child nodes - of the <code><a href="#the-ol-element" id="ol-5">ol</a></code> element, in <a href="infrastructure.html#tree-order" id="tree-order-5">tree order</a>.<p>The <dfn id="attr-ol-reversed" title="attr-ol-reversed"><code>reversed</code></dfn> - attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-2">boolean attribute</a>. If present, it + changing the order would change the meaning of the document.<p>The items of the list are the <code><a href="#the-li-element">li</a></code> element child nodes + of the <code><a href="#the-ol-element">ol</a></code> element, in <a href="infrastructure.html#tree-order">tree order</a>.<p>The <dfn id="attr-ol-reversed" title="attr-ol-reversed"><code>reversed</code></dfn> + attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present, it indicates that the list is a descending list (..., 3, 2, 1). If the attribute is omitted, the list is an ascending list (1, 2, 3, ...).<p>The <dfn id="attr-ol-start" title="attr-ol-start"><code>start</code></dfn> - attribute, if present, must be a <a href="common-microsyntaxes.html#valid-integer" id="valid-integer-3">valid integer</a> giving - the <a href="#ordinal-value" id="ordinal-value-0">ordinal value</a> of the first list item.<p>The <dfn id="attr-ol-type" title="attr-ol-type"><code>type</code></dfn> attribute + attribute, if present, must be a <a href="common-microsyntaxes.html#valid-integer">valid integer</a> giving + the <a href="#ordinal-value">ordinal value</a> of the first list item.<p>The <dfn id="attr-ol-type" title="attr-ol-type"><code>type</code></dfn> attribute can be used to specify the kind of marker to use in the list, in the cases where that matters (e.g. because items are to be referenced by their number/letter). The attribute, if specified, must have a value - that is a <a href="infrastructure.html#case-sensitive" id="case-sensitive-2">case-sensitive</a> match for one of the + that is a <a href="infrastructure.html#case-sensitive">case-sensitive</a> match for one of the characters given in the first cell of one of the rows of the following table. <table><thead><tr><th>Keyword <th>State @@ -746,12 +743,12 @@ <td><dfn id="attr-ol-type-state-upper-roman" title="attr-ol-type-state-upper-roman">upper-roman</dfn> <td>Uppercase roman numerals <td class="eg"><samp>I.</samp> <td class="eg"><samp>II.</samp> <td class="eg"><samp>III.</samp> <td class="eg">... <td class="eg"><samp>MMMCMXCIX.</samp> <td class="eg"><samp>I̅V̅.</samp> <td class="eg"><samp>I̅V̅I.</samp> <td class="eg">... - </table><!-- v2: resuming numbering of lists from previous lists? --><div class="example"> + </table><div class="example"> <p>The following markup shows a list where the order matters, and - where the <code><a href="#the-ol-element" id="ol-6">ol</a></code> element is therefore appropriate. Compare - this list to the equivalent list in the <code><a href="#the-ul-element" id="ul-4">ul</a></code> section to - see an example of the same items using the <code><a href="#the-ul-element" id="ul-5">ul</a></code> + where the <code><a href="#the-ol-element">ol</a></code> element is therefore appropriate. Compare + this list to the equivalent list in the <code><a href="#the-ul-element">ul</a></code> section to + see an example of the same items using the <code><a href="#the-ul-element">ul</a></code> element.</p> <pre><p>I have lived in the following countries (given in the order of when @@ -778,28 +775,28 @@ </ol></pre> </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" id="flow-content-51">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-52">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Zero or more <code><a href="#the-li-element" id="li-4">li</a></code> elements.</dd> + <dd>Zero or more <code><a href="#the-li-element">li</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-24">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlulistelement">HTMLUListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-31">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlulistelement">HTMLUListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-ul-element" id="ul-6">ul</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of + </dl><p>The <code><a href="#the-ul-element">ul</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of items, where the order of the items is not important — that is, where changing the order would not materially change the meaning - of the document.<p>The items of the list are the <code><a href="#the-li-element" id="li-5">li</a></code> element child nodes - of the <code><a href="#the-ul-element" id="ul-7">ul</a></code> element.<div class="example"> + of the document.<p>The items of the list are the <code><a href="#the-li-element">li</a></code> element child nodes + of the <code><a href="#the-ul-element">ul</a></code> element.<div class="example"> <p>The following markup shows a list where the order does not - matter, and where the <code><a href="#the-ul-element" id="ul-8">ul</a></code> element is therefore + matter, and where the <code><a href="#the-ul-element">ul</a></code> element is therefore appropriate. Compare this list to the equivalent list in the - <code><a href="#the-ol-element" id="ol-7">ol</a></code> section to see an example of the same items using - the <code><a href="#the-ol-element" id="ol-8">ol</a></code> element.</p> + <code><a href="#the-ol-element">ol</a></code> section to see an example of the same items using + the <code><a href="#the-ol-element">ol</a></code> element.</p> <pre><p>I have lived in the following countries:</p> <ul> @@ -826,32 +823,32 @@ </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 can be used:</dt> - <dd>Inside <code><a href="#the-ol-element" id="ol-9">ol</a></code> elements.</dd> - <dd>Inside <code><a href="#the-ul-element" id="ul-9">ul</a></code> elements.</dd> - <dd>Inside <code><a href="interactive-elements.html#menus" id="menu-8">menu</a></code> elements.</dd> + <dd>Inside <code><a href="#the-ol-element">ol</a></code> elements.</dd> + <dd>Inside <code><a href="#the-ul-element">ul</a></code> elements.</dd> + <dd>Inside <code><a href="interactive-elements.html#menus">menu</a></code> elements.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-53">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-25">Global attributes</a></dd> - <dd>If the element is a child of an <code><a href="#the-ol-element" id="ol-10">ol</a></code> element: <code title="attr-li-value"><a href="#attr-li-value" id="value">value</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd>If the element is a child of an <code><a href="#the-ol-element">ol</a></code> element: <code title="attr-li-value"><a href="#attr-li-value">value</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmllielement">HTMLLIElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-32">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmllielement">HTMLLIElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-li-element" id="li-6">li</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list - item. If its parent element is an <code><a href="#the-ol-element" id="ol-11">ol</a></code>, <code><a href="#the-ul-element" id="ul-10">ul</a></code>, - or <code><a href="interactive-elements.html#menus" id="menu-9">menu</a></code> element, then the element is an item of the + </dl><p>The <code><a href="#the-li-element">li</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list + item. If its parent element is an <code><a href="#the-ol-element">ol</a></code>, <code><a href="#the-ul-element">ul</a></code>, + or <code><a href="interactive-elements.html#menus">menu</a></code> element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other - <code><a href="#the-li-element" id="li-7">li</a></code> element.<p>If the parent element is an <code><a href="#the-ol-element" id="ol-12">ol</a></code> element, then the - <code><a href="#the-li-element" id="li-8">li</a></code> element has an <dfn id="ordinal-value">ordinal value</dfn>.<p>The <dfn id="attr-li-value" title="attr-li-value"><code>value</code></dfn> - attribute, if present, must be a <a href="common-microsyntaxes.html#valid-integer" id="valid-integer-4">valid integer</a> giving - the <a href="#ordinal-value" id="ordinal-value-1">ordinal value</a> of the list item.<div class="example"> + <code><a href="#the-li-element">li</a></code> element.<p>If the parent element is an <code><a href="#the-ol-element">ol</a></code> element, then the + <code><a href="#the-li-element">li</a></code> element has an <dfn id="ordinal-value">ordinal value</dfn>.<p>The <dfn id="attr-li-value" title="attr-li-value"><code>value</code></dfn> + attribute, if present, must be a <a href="common-microsyntaxes.html#valid-integer">valid integer</a> giving + the <a href="#ordinal-value">ordinal value</a> of the list item.<div class="example"> <p>The following example, the top ten movies are listed (in reverse order). Note the way the list is given a title by using a - <code><a href="#the-figure-element" id="figure-1">figure</a></code> element and its <code><a href="#the-figcaption-element" id="figcaption">figcaption</a></code> + <code><a href="#the-figure-element">figure</a></code> element and its <code><a href="#the-figcaption-element">figcaption</a></code> element.</p> <pre><figure> <figcaption>The top 10 movies of all time</figcaption> @@ -869,8 +866,8 @@ </ol> </figure></pre> - <p>The markup could also be written as follows, using the <code title="attr-ol-reversed"><a href="#attr-ol-reversed" id="reversed-0">reversed</a></code> attribute on the - <code><a href="#the-ol-element" id="ol-13">ol</a></code> element:</p> + <p>The markup could also be written as follows, using the <code title="attr-ol-reversed"><a href="#attr-ol-reversed">reversed</a></code> attribute on the + <code><a href="#the-ol-element">ol</a></code> element:</p> <pre><figure> <figcaption>The top 10 movies of all time</figcaption> @@ -887,35 +884,35 @@ <li><cite>Ratatouille</cite>, 2007</li> </ol> </figure></pre> - </div><p class="note">If the <code><a href="#the-li-element" id="li-9">li</a></code> element is the child of a - <code><a href="interactive-elements.html#menus" id="menu-10">menu</a></code> element and itself has a child that defines a - <a href="commands.html#concept-command" id="concept-command-3" title="concept-command">command</a>, then the - <code><a href="#the-li-element" id="li-10">li</a></code> element will match the <code title="selector-enabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-enabled" title='Read about this ":enabled" reference in the full HTML5 spec.'>:enabled</a></code> and <code title="selector-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-disabled" title='Read about this ":disabled" reference in the full HTML5 spec.'>:disabled</a></code> pseudo-classes in the + </div><p class="note">If the <code><a href="#the-li-element">li</a></code> element is the child of a + <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 class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-enabled" title='Read about this ":enabled" reference in the full HTML5 spec.'>:enabled</a></code> and <code title="selector-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-disabled" title='Read about this ":disabled" reference in the full HTML5 spec.'>:disabled</a></code> pseudo-classes in the same way as the first such child element does.<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" id="flow-content-54">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-55">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> <dd>Zero or more groups each consisting of one or more - <code><a href="#the-dt-element" id="dt">dt</a></code> elements followed by one or more <code><a href="#the-dd-element" id="dd">dd</a></code> + <code><a href="#the-dt-element">dt</a></code> elements followed by one or more <code><a href="#the-dd-element">dd</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-26">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmldlistelement">HTMLDListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-33">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmldlistelement">HTMLDListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-dl-element" id="dl-0">dl</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an + </dl><p>The <code><a href="#the-dl-element">dl</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an association list consisting of zero or more name-value groups (a description list). Each group must consist of one or more names - (<code><a href="#the-dt-element" id="dt-0">dt</a></code> elements) followed by one or more values - (<code><a href="#the-dd-element" id="dd-0">dd</a></code> elements). Within a single <code><a href="#the-dl-element" id="dl-1">dl</a></code> element, - there should not be more than one <code><a href="#the-dt-element" id="dt-1">dt</a></code> element for each + (<code><a href="#the-dt-element">dt</a></code> elements) followed by one or more values + (<code><a href="#the-dd-element">dd</a></code> elements). Within a single <code><a href="#the-dl-element">dl</a></code> element, + there should not be more than one <code><a href="#the-dt-element">dt</a></code> element for each name.<p>Name-value groups may be terms and definitions, metadata topics and values, questions and answers, or any other groups of name-value data.<p>The values within a group are alternatives; multiple paragraphs forming part of the same value must all be given within the same - <code><a href="#the-dd-element" id="dd-1">dd</a></code> element.<p>The order of the list of groups, and of the names and values + <code><a href="#the-dd-element">dd</a></code> element.<p>The order of the list of groups, and of the names and values within each group, may be significant.<div class="example"> <p>In the following example, one entry ("Authors") is linked to two values ("John" and "Luke").</p> @@ -937,7 +934,7 @@ filtered analyses of a view. </dd> </dl></pre> </div><div class="example"> - <p>The following example illustrates the use of the <code><a href="#the-dl-element" id="dl-2">dl</a></code> + <p>The following example illustrates the use of the <code><a href="#the-dl-element">dl</a></code> element to mark up metadata of sorts. At the end of the example, one group has two metadata labels ("Authors" and "Editors") and two values ("Robert Rothman" and "Daniel Jackson").</p> @@ -953,7 +950,7 @@ </dl></pre> </div><div class="example"> - <p>The following example shows the <code><a href="#the-dl-element" id="dl-3">dl</a></code> element used to + <p>The following example shows the <code><a href="#the-dl-element">dl</a></code> element used to give a set of instructions. The order of the instructions here is important (in the other examples, the order of the blocks was not important).</p> @@ -971,8 +968,8 @@ <dd> You get no victory points </dd> </dl></pre> </div><div class="example"> - <p>The following snippet shows a <code><a href="#the-dl-element" id="dl-4">dl</a></code> element being used - as a glossary. Note the use of <code><a href="text-level-semantics.html#the-dfn-element" id="dfn-1">dfn</a></code> to indicate the + <p>The following snippet shows a <code><a href="#the-dl-element">dl</a></code> element being used + as a glossary. Note the use of <code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code> to indicate the word being defined.</p> <pre><dl> <dt><dfn>Apartment</dfn>, n.</dt> @@ -983,28 +980,28 @@ <dt><dfn>Home</dfn>, n.</dt> <dd>The user's login directory.</dd> </dl></pre> - </div><p class="note">The <code><a href="#the-dl-element" id="dl-5">dl</a></code> element is inappropriate for + </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.<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 can be used:</dt> - <dd>Before <code><a href="#the-dd-element" id="dd-2">dd</a></code> or <code><a href="#the-dt-element" id="dt-2">dt</a></code> elements inside <code><a href="#the-dl-element" id="dl-6">dl</a></code> elements.</dd> + <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> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-26">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-27">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-34">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-dt-element" id="dt-3">dt</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the term, or + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the term, or name, part of a term-description group in a description list - (<code><a href="#the-dl-element" id="dl-7">dl</a></code> element).<p class="note">The <code><a href="#the-dt-element" id="dt-4">dt</a></code> element itself, when used in a - <code><a href="#the-dl-element" id="dl-8">dl</a></code> element, does not indicate that its contents are a + (<code><a href="#the-dl-element">dl</a></code> element).<p class="note">The <code><a href="#the-dt-element">dt</a></code> element itself, when used in a + <code><a href="#the-dl-element">dl</a></code> element, does not indicate that its contents are a term being defined, but this can be indicated using the - <code><a href="text-level-semantics.html#the-dfn-element" id="dfn-2">dfn</a></code> element.<div class="example"> + <code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code> element.<div class="example"> <p>This example shows a list of frequently asked questions (a FAQ) - marked up using the <code><a href="#the-dt-element" id="dt-5">dt</a></code> element for questions and the - <code><a href="#the-dd-element" id="dd-3">dd</a></code> element for answers.</p> + marked up using the <code><a href="#the-dt-element">dt</a></code> element for questions and the + <code><a href="#the-dd-element">dd</a></code> element for answers.</p> <pre><article> <h1>FAQ</h1> @@ -1021,23 +1018,23 @@ </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 can be used:</dt> - <dd>After <code><a href="#the-dt-element" id="dt-6">dt</a></code> or <code><a href="#the-dd-element" id="dd-4">dd</a></code> elements inside <code><a href="#the-dl-element" id="dl-9">dl</a></code> elements.</dd> + <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> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-56">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-28">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-35">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-dd-element" id="dd-5">dd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-dd-element">dd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the description, definition, or value, part of a term-description group - in a description list (<code><a href="#the-dl-element" id="dl-10">dl</a></code> element).<div class="example"> + in a description list (<code><a href="#the-dl-element">dl</a></code> element).<div class="example"> - <p>A <code><a href="#the-dl-element" id="dl-11">dl</a></code> can be used to define a vocabulary list, like + <p>A <code><a href="#the-dl-element">dl</a></code> can be used to define a vocabulary list, like in a dictionary. In the following example, each entry, given by a - <code><a href="#the-dt-element" id="dt-7">dt</a></code> with a <code><a href="text-level-semantics.html#the-dfn-element" id="dfn-3">dfn</a></code>, has several - <code><a href="#the-dd-element" id="dd-6">dd</a></code>s, showing the various parts of the definition.</p> + <code><a href="#the-dt-element">dt</a></code> with a <code><a href="text-level-semantics.html#the-dfn-element">dfn</a></code>, has several + <code><a href="#the-dd-element">dd</a></code>s, showing the various parts of the definition.</p> - <!-- the actual pronunciations below are nonsense. --> + <pre><dl> <dt><dfn>happiness</dfn></dt> <dd class="pronunciation">/'hæ p. nes/</dd> @@ -1050,31 +1047,31 @@ <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-57">Flow content</a>.</dd> - <dd><a href="sections.html#sectioning-root" id="sectioning-root-7">Sectioning root</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-58">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Either: One <code><a href="#the-figcaption-element" id="figcaption-0">figcaption</a></code> element followed by <a href="content-models.html#flow-content" id="flow-content-59">flow content</a>.</dd> - <dd>Or: <a href="content-models.html#flow-content" id="flow-content-60">Flow content</a> followed by one <code><a href="#the-figcaption-element" id="figcaption-1">figcaption</a></code> element.</dd> - <dd>Or: <a href="content-models.html#flow-content" id="flow-content-61">Flow content</a>.</dd> + <dd>Either: One <code><a href="#the-figcaption-element">figcaption</a></code> element followed by <a href="content-models.html#flow-content">flow content</a>.</dd> + <dd>Or: <a href="content-models.html#flow-content">Flow content</a> followed by one <code><a href="#the-figcaption-element">figcaption</a></code> element.</dd> + <dd>Or: <a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-29">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-36">HTMLElement</a></code>.</dd> - </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element" id="figure-2">figure</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some - <a href="content-models.html#flow-content" id="flow-content-62">flow content</a>, optionally with a caption, that is + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-figure-element">figure</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some + <a href="content-models.html#flow-content">flow content</a>, optionally with a caption, that is self-contained and is typically referenced as a single unit from the main flow of the document.<p>The element can thus be used to annotate illustrations, diagrams, photos, code listings, etc, that are referred to from the main content of the document, but that could, without affecting the flow of the document, be moved away from that primary content, e.g. to - the side of the page, to dedicated pages, or to an appendix.<p>The <code><a href="#the-figcaption-element" id="figcaption-2">figcaption</a></code> + the side of the page, to dedicated pages, or to an appendix.<p>The <code><a href="#the-figcaption-element">figcaption</a></code> element child of the element, if any, represents the caption of the - <code><a href="#the-figure-element" id="figure-3">figure</a></code> element's contents. If there is no child - <code><a href="#the-figcaption-element" id="figcaption-3">figcaption</a></code> element, then there is no caption.<div class="example"> + <code><a href="#the-figure-element">figure</a></code> element's contents. If there is no child + <code><a href="#the-figcaption-element">figcaption</a></code> element, then there is no caption.<div class="example"> - <p>This example shows the <code><a href="#the-figure-element" id="figure-4">figure</a></code> element to mark up a + <p>This example shows the <code><a href="#the-figure-element">figure</a></code> element to mark up a code listing.</p> <pre><p>In <a href="#l4">listing 4</a> we see the primary core interface @@ -1091,7 +1088,7 @@ </div><div class="example"> - <p>Here we see a <code><a href="#the-figure-element" id="figure-5">figure</a></code> element to mark up a + <p>Here we see a <code><a href="#the-figure-element">figure</a></code> element to mark up a photo.</p> <pre><figure> @@ -1135,7 +1132,7 @@ </div><div class="example"> <p>Here, a part of a poem is marked up using - <code><a href="#the-figure-element" id="figure-6">figure</a></code>.</p> + <code><a href="#the-figure-element">figure</a></code>.</p> <pre><figure> <p>'Twas brillig, and the slithy toves<br> @@ -1163,46 +1160,46 @@ </div><h4 id="the-figcaption-element"><span class="secno">4.5.12 </span>The <dfn><code>figcaption</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>As the first or last child of a <code><a href="#the-figure-element" id="figure-7">figure</a></code> element.</dd> + <dd>As the first or last child of a <code><a href="#the-figure-element">figure</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-63">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-30">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-37">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-figcaption-element" id="figcaption-4">figcaption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-figcaption-element">figcaption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption or legend for the rest of the contents of the - <code><a href="#the-figcaption-element" id="figcaption-5">figcaption</a></code> element's parent <code><a href="#the-figure-element" id="figure-8">figure</a></code> + <code><a href="#the-figcaption-element">figcaption</a></code> element's parent <code><a href="#the-figure-element">figure</a></code> element.<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" id="flow-content-64">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-12"><code title="">formatBlock</code> candidate</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-65">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-66">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-31">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmldivelement">HTMLDivElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-38">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmldivelement">HTMLDivElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-div-element" id="div-8">div</a></code> element has no special meaning at all. It - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes" id="class-4">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang" id="lang-6">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-9">title</a></code> attributes to mark up semantics + </dl><p>The <code><a href="#the-div-element">div</a></code> element has no special meaning at all. It + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attributes to mark up semantics common to a group of consecutive elements.<p class="note">Authors are strongly encouraged to view the - <code><a href="#the-div-element" id="div-9">div</a></code> element as an element of last resort, for when no - other element is suitable. Use of the <code><a href="#the-div-element" id="div-10">div</a></code> element + <code><a href="#the-div-element">div</a></code> element as an element of last resort, for when no + other element is suitable. Use of the <code><a href="#the-div-element">div</a></code> element instead of more appropriate elements leads to poor accessibility for readers and poor maintainability for authors.<div class="example"> <p>For example, a blog post would be marked up using - <code><a href="sections.html#the-article-element" id="article-15">article</a></code>, a chapter using <code><a href="sections.html#the-section-element" id="section-12">section</a></code>, a - page's navigation aids using <code><a href="sections.html#the-nav-element" id="nav-9">nav</a></code>, and a group of form - controls using <code><a href="forms.html#the-fieldset-element" id="fieldset-3">fieldset</a></code>.</p> + <code><a href="sections.html#the-article-element">article</a></code>, a chapter using <code><a href="sections.html#the-section-element">section</a></code>, a + page's navigation aids using <code><a href="sections.html#the-nav-element">nav</a></code>, and a group of form + controls using <code><a href="forms.html#the-fieldset-element">fieldset</a></code>.</p> - <p>On the other hand, <code><a href="#the-div-element" id="div-11">div</a></code> elements can be useful for + <p>On the other hand, <code><a href="#the-div-element">div</a></code> elements can be useful for stylistic purposes or to wrap multiple paragraphs within a section that are all to be annotated in a similar way. In the following - example, we see <code><a href="#the-div-element" id="div-12">div</a></code> elements used as a way to set the + example, we see <code><a href="#the-div-element">div</a></code> elements used as a way to set the language of two paragraphs at once, instead of setting the language on the two paragraph elements separately:</p> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.417 retrieving revision 1.418 diff -u -d -r1.417 -r1.418 --- embedded-content-1.html 13 Apr 2011 07:54:38 -0000 1.417 +++ embedded-content-1.html 20 Apr 2011 12:21:10 -0000 1.418 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8 Embedded content — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8 Embedded content — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,39 +335,39 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="edits.html">← 4.7 Edits</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="the-iframe-element.html">4.8.2 The iframe element →</a> <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" id="x4.8.1-the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a> + <ol><li><a href="embedded-content-1.html#the-img-element"><span class="secno">4.8.1 </span>The <code>img</code> element</a> <ol><li><a href="embedded-content-1.html#alt"><span class="secno">4.8.1.1 </span>Requirements for providing text to act as an alternative for images</a> <ol><li><a href="embedded-content-1.html#general-guidelines"><span class="secno">4.8.1.1.1 </span>General guidelines</a><li><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><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><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><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 t a graphic for typographical effect</a><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><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><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><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><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><a href="embedded-content-1.html#an-image-ot-intended-for-the-user"><span class="secno">4.8.1.1.11 </span>An image not intended for the user</a><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></ol></ol></ol></ol></ol></div> <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><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-96">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-111">Phrasing content</a>.</dd> - <dd><a href="content-models.html#embedded-content" id="embedded-content-6">Embedded content</a>.</dd> - <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-1">usemap</a></code> attribute: <a href="content-models.html#interactive-content" id="interactive-content-5">Interactive 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> + <dd><a href="content-models.html#embedded-content">Embedded content</a>.</dd> + <dd>If the element has a <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute: <a href="content-models.html#interactive-content">Interactive content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#embedded-content" id="embedded-content-7">embedded content</a> is expected.</dd> + <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-61">Global attributes</a></dd> - <dd><code title="attr-img-alt"><a href="#attr-img-alt" id="alt-2">alt</a></code></dd> - <dd><code title="attr-img-src"><a href="#attr-img-src" id="src-12">src</a></code></dd> - <dd><code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-2">usemap</a></code></dd> - <dd><code title="attr-img-ismap"><a href="#attr-img-ismap" id="ismap">ismap</a></code></dd> - <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-2">width</a></code></dd> - <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-2">height</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code></dd> + <dd><code title="attr-img-src"><a href="#attr-img-src">src</a></code></dd> + <dd><code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code></dd> + <dd><code title="attr-img-ismap"><a href="#attr-img-ismap">ismap</a></code></dd> + <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code></dd> + <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></dd> <dt>DOM interface:</dt> <dd> <pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(), NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-w" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width), NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-wh" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width, in unsigned long height)] -interface <dfn id="htmlimageelement">HTMLImageElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-65">HTMLElement</a> { +interface <dfn id="htmlimageelement">HTMLImageElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>; @@ -382,25 +379,10 @@ readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a>; };</pre> </dd> - </dl><p>An <code><a href="#the-img-element" id="img-11">img</a></code> element represents an image.</p><!-- v2 ideas for <img>: - - * Maps sites would like to know which images are already cached, - so that they can use images that are vaguely suitable while - they wait for the most appropriate image to download. - - Almost like lowsrc="", except that many images might be - appropriate. - - Slight hitch: their images are at a different origin, and we - don't want to allow arbitrary cross-origin inspection (privacy - leak risk). - - * See note at rel=noreferrer. - - --><p>The image given by the <dfn id="attr-img-src" title="attr-img-src"><code>src</code></dfn> attribute is the + </dl><p>An <code><a href="#the-img-element">img</a></code> element represents an image.<p>The image given by the <dfn id="attr-img-src" title="attr-img-src"><code>src</code></dfn> attribute is the embedded content, and the value of the <dfn id="attr-img-alt" title="attr-img-alt"><code>alt</code></dfn> attribute is the - <code><a href="#the-img-element" id="img-12">img</a></code> element's <a href="content-models.html#fallback-content" id="fallback-content-0">fallback content</a>.<p>The <code title="attr-img-src"><a href="#attr-img-src" id="src-13">src</a></code> attribute must be - present, and must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-3">valid non-empty URL potentially + <code><a href="#the-img-element">img</a></code> element's <a href="content-models.html#fallback-content">fallback content</a>.<p>The <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute must be + present, and must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</a> referencing a non-interactive, optionally animated, image resource that is neither paged nor scripted.<p class="note">Images can thus be static bitmaps (e.g. PNGs, GIFs, @@ -409,22 +391,22 @@ animated vector graphics (XML files with an SVG root element that use declarative SMIL animation), and so forth. However, this also precludes SVG files with script, multipage PDF files, interactive - MNG files, HTML documents, plain text documents, and so forth.<p>The requirements on the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-3">alt</a></code> + MNG files, HTML documents, plain text documents, and so forth.<p>The requirements on the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute's value are described <a href="#alt">in the next - section</a>.<p>The <code><a href="#the-img-element" id="img-13">img</a></code> element must not be used as a layout tool. - In particular, <code><a href="#the-img-element" id="img-14">img</a></code> elements should not be used to + section</a>.<p>The <code><a href="#the-img-element">img</a></code> element must not be used as a layout tool. + In particular, <code><a href="#the-img-element">img</a></code> elements should not be used to display transparent images, as they rarely convey meaning and rarely - add anything useful to the document.<hr><p>The <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap" id="usemap-3">usemap</a></code> attribute, + add anything useful to the document.<hr><p>The <code title="attr-hyperlink-usemap"><a href="the-map-element.html#attr-hyperlink-usemap">usemap</a></code> attribute, if present, can indicate that the image has an associated - <a href="the-map-element.html#image-map" id="image-map-0">image map</a>.<p>The <dfn id="attr-img-ismap" title="attr-img-ismap"><code>ismap</code></dfn> + <a href="the-map-element.html#image-map">image map</a>.<p>The <dfn id="attr-img-ismap" title="attr-img-ismap"><code>ismap</code></dfn> attribute, when used on an element that is a descendant of an - <code><a href="text-level-semantics.html#the-a-element" id="a-20">a</a></code> element with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-13">href</a></code> attribute, indicates by its + <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, indicates by its presence that the element provides access to a server-side image map. This affects how events are handled on the corresponding - <code><a href="text-level-semantics.html#the-a-element" id="a-21">a</a></code> element.<p>The <code title="attr-img-ismap"><a href="#attr-img-ismap" id="ismap-0">ismap</a></code> attribute is a - <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-4">boolean attribute</a>. The attribute must not be specified - on an element that does not have an ancestor <code><a href="text-level-semantics.html#the-a-element" id="a-22">a</a></code> element - with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-14">href</a></code> attribute.<p>The <code><a href="#the-img-element" id="img-15">img</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes-0">dimension + <code><a href="text-level-semantics.html#the-a-element">a</a></code> element.<p>The <code title="attr-img-ismap"><a href="#attr-img-ismap">ismap</a></code> attribute is a + <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. The attribute must not be specified + on an element that does not have an ancestor <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.<p>The <code><a href="#the-img-element">img</a></code> element supports <a href="the-map-element.html#dimension-attributes">dimension attributes</a>.<dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a></code> [ = <var title="">value</var> ]</dt> <dt><var title="">image</var> . <code title="dom-img-height"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a></code> [ = <var title="">value</var> ]</dt> @@ -461,7 +443,7 @@ <dd> - <p>Returns a new <code><a href="#the-img-element" id="img-16">img</a></code> element, with the <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-3">width</a></code> and <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-3">height</a></code> attributes set to the values + <p>Returns a new <code><a href="#the-img-element">img</a></code> element, with 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 set to the values passed in the relevant arguments, if applicable.</p> </dd> @@ -472,7 +454,7 @@ depending on the context.</p> <p>In each of the following cases, the same image is used, yet the - <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-4">alt</a></code> text is different each + <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> text is different each time. The image is the coat of arms of the Carouge municipality in the canton Geneva in Switzerland.</p> @@ -511,7 +493,7 @@ <p>Here it is not known at the time of publication what the image will be, only that it will be a coat of arms of some kind, and thus no replacement text can be provided, and instead only a brief - caption for the image is provided, in the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-16">title</a></code> attribute:</p> + caption for the image is provided, in the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute:</p> <pre><p>The last user to have uploaded a coat of arms uploaded this one:</p> <p><img src="last-uploaded-coat-of-arms.cgi" title="User-uploaded coat of arms."></p></pre> @@ -568,27 +550,27 @@ <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"><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (alt-conformance-requirements) blocks progress to Last Call</span><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>Except where otherwise specified, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-5">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><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>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" id="alt-6">alt</a></code> attribute depend on what the image + 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>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" id="alt-7">alt</a></code> attribute + 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>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>A corollary to this is that the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-8">alt</a></code> attribute's value should never + image.<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" id="title-17">title</a></code> attribute can be used for + 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 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.<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>When an <a href="text-level-semantics.html#the-a-element" id="a-23">a</a> element that creates a - <a href="links.html#hyperlink" id="hyperlink-9">hyperlink</a>, or a <code><a href="the-button-element.html#the-button-element" id="button-5">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" id="alt-9">alt</a></code> attributes must contain text that + start for writing the alternative text.<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>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.<div class="example"> <p>In this example, a user is asked to pick his preferred color @@ -628,19 +610,19 @@ </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>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" id="img-17">img</a></code> element, but the lesser textual version must + the <code><a href="#the-img-element">img</a></code> element, but the lesser textual version must still be given, so that users who are unable to view the image (e.g. because they have a very slow connection, or because they are using a text-only browser, or because they are listening to the page being read out by a hands-free automobile voice Web browser, or simply because they are blind) are still able to - understand the message being conveyed.<p>The text must be given in the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-10">alt</a></code> attribute, and must convey the - same message as the image specified in the <code title="attr-img-src"><a href="#attr-img-src" id="src-14">src</a></code> attribute.<p>It is important to realize that the alternative text is a + understand the message being conveyed.<p>The text must be given in the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute, and must convey the + same message as the image specified in the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute.<p>It is important to realize that the alternative text is a <em>replacement</em> for the image, not a description of the image.<div class="example"> <p>In the following example we have <a href="images/parsing-model-overview.png">a flowchart</a> in image - form, with text in the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-11">alt</a></code> + form, with text in the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute rephrasing the flowchart in prose form:</p> <pre><p>In the common case, the data handled by the tokenization stage @@ -683,18 +665,18 @@ <p>Text such as "Photo of white house with boarded door" would be equally bad alternative text (though it could be suitable for the - <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-18">title</a></code> attribute or in the - <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-6">figcaption</a></code> element of a <code><a href="grouping-content.html#the-figure-element" id="figure-9">figure</a></code> with this + <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute or in the + <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.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>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>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" id="alt-12">alt</a></code> attribute must be present but must + 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 be empty.<div class="example"> <p>Here the icons are next to text that conveys the same meaning, - so they have an empty <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-13">alt</a></code> + so they have an empty <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute:</p> <pre><nav> @@ -705,7 +687,7 @@ </div><p>In other cases, the icon has no text next to it describing what it means; the icon is supposed to be self-explanatory. In those - cases, an equivalent textual label must be given in the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-14">alt</a></code> attribute.<div class="example"> + cases, an equivalent textual label must be given in the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.<div class="example"> <p>Here, posts on a news site are labeled with an icon indicating their topic.</p> @@ -734,12 +716,12 @@ </div><p>Many pages include logos, insignia, flags, or emblems, which stand for a particular entity such as a company, organization, project, band, software package, country, or some such.<p>If the logo is being used to represent the entity, e.g. as a page - heading, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-15">alt</a></code> attribute must + heading, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must contain the name of the entity being represented by the logo. The - <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-16">alt</a></code> attribute must <em>not</em> + <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must <em>not</em> contain text like the word "logo", as it is not the fact that it is a logo that is being conveyed, it's the entity itself.<p>If the logo is being used next to the name of the entity that - it represents, then the logo is supplemental, and its <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-17">alt</a></code> attribute must instead be + it represents, then the logo is supplemental, and its <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must instead be empty.<p>If the logo is merely used as decorative material (as branding, or, for example, as a side image in an article that mentions the entity to which the logo belongs), then the entry below on purely @@ -795,7 +777,7 @@ </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>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>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-18">alt</a></code> + render the text, but just to convey the text itself.<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 written in the image itself.<div class="example"> @@ -809,7 +791,7 @@ </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>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" id="alt-19">alt</a></code> attribute must be + 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>In general, an image falls into this category if removing the image doesn't make the page any less useful, but including the image makes it a lot easier for users of visual browsers to @@ -826,8 +808,8 @@ <p>In these cases, it would be wrong to include alternative text that consists of just a caption. If a caption is to be included, - then either the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-19">title</a></code> attribute can - be used, or the <code><a href="grouping-content.html#the-figure-element" id="figure-10">figure</a></code> and <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-7">figcaption</a></code> + then either the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute can + be used, or the <code><a href="grouping-content.html#the-figure-element">figure</a></code> and <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code> elements can be used. In the latter case, the image would in fact be a phrase or paragraph with an alternative graphical representation, and would thus require alternative text.</p> @@ -887,10 +869,10 @@ Guidelines 2.0 for more detailed information and acceptable techniques. <a href="references.html#refsWCAG">[WCAG]</a><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>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" id="alt-20">alt</a></code> + 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 for the picture as a whole, and then all the remaining images must - have their <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-21">alt</a></code> attribute set to + have their <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute set to the empty string.<div class="example"> <p>In the following example, a picture representing a company logo @@ -914,10 +896,10 @@ ><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.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>Generally, <a href="the-map-element.html#image-map" id="image-map-1" 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>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>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" id="alt-22">alt</a></code> attribute representing the purpose + 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 of the link.<div class="example"> <p>In the following example, a picture representing the flying @@ -945,7 +927,7 @@ screenshots in a magazine review, or part of a comic strip, or is a photograph in a blog entry about that photograph, text that can serve as a substitute for the image must be given as the contents - of the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-23">alt</a></code> attribute.</p> + of the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.</p> <div class="example"> @@ -995,7 +977,7 @@ the image could be indistinct, or could be a complex fractal, or could be a detailed topographical map.</p> - <p>In these cases, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-24">alt</a></code> + <p>In these cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must contain some suitable alternative text, but it may be somewhat brief.</p> @@ -1069,28 +1051,27 @@ because the author does not himself know what the images represent (e.g. a blind photographer sharing an image on his blog).</p> - <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-25">alt</a></code> + <p>In such cases, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute may be omitted, but one of the following conditions must be met as well:</p> - <ul><!-- when editing this list, search for the two other occurrences - of 'critical-no-alt' --><li>The <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-20">title</a></code> attribute is + <ul><li>The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute is present and has a non-empty value.</li> - <li id="figcaption-as-alt-condition">The <code><a href="#the-img-element" id="img-18">img</a></code> element - is in a <code><a href="grouping-content.html#the-figure-element" id="figure-11">figure</a></code> element that contains a - <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-8">figcaption</a></code> element that contains content other than - <a href="content-models.html#inter-element-whitespace" id="inter-element-whitespace-8">inter-element whitespace</a>, and, ignoring the - <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-9">figcaption</a></code> element and its descendants, the - <code><a href="grouping-content.html#the-figure-element" id="figure-12">figure</a></code> element has no text node descendants other - than <a href="content-models.html#inter-element-whitespace" id="inter-element-whitespace-9">inter-element whitespace</a>, and no <a href="content-models.html#embedded-content" id="embedded-content-8">embedded - content</a> descendant other than the <code><a href="#the-img-element" id="img-19">img</a></code> + <li id="figcaption-as-alt-condition">The <code><a href="#the-img-element">img</a></code> element + is in a <code><a href="grouping-content.html#the-figure-element">figure</a></code> element that contains a + <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code> element that contains content other than + <a href="content-models.html#inter-element-whitespace">inter-element whitespace</a>, and, ignoring the + <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code> element and its descendants, the + <code><a href="grouping-content.html#the-figure-element">figure</a></code> element has no text node descendants other + than <a href="content-models.html#inter-element-whitespace">inter-element whitespace</a>, and no <a href="content-models.html#embedded-content">embedded + content</a> descendant other than the <code><a href="#the-img-element">img</a></code> element.</li> </ul><p class="note">Such cases are to be kept to an absolute minimum. If there is even the slightest possibility of the author having the ability to provide real alternative text, then it would - not be acceptable to omit the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-26">alt</a></code> + not be acceptable to omit the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.</p> <div class="example"> @@ -1150,7 +1131,7 @@ description is not available, and the user is to provide the description. For instance, the point of a CAPTCHA image is to see if the user can literally read the graphic. Here is one way to - mark up a CAPTCHA (note the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-21">title</a></code> + mark up a CAPTCHA (note the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute):</p> <pre><p><label>What does this image say? @@ -1177,7 +1158,7 @@ </table></pre> <p>Notice that even in this example, as much useful information - as possible is still included in the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-22">title</a></code> attribute.</p> + as possible is still included in the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute.</p> </div> @@ -1185,26 +1166,26 @@ (e.g. because they have a very slow connection, or because they are using a text-only browser, or because they are listening to the page being read out by a hands-free automobile voice Web - browser, or simply because they are blind), the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-27">alt</a></code> attribute is only allowed to be + browser, or simply because they are blind), the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute is only allowed to be omitted rather than being provided with replacement text when no alternative text is available and none can be made available, as in the above examples. Lack of effort from the part of the author - is not an acceptable reason for omitting the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-28">alt</a></code> attribute.</p> + is not an acceptable reason for omitting the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.</p> </dd> - </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>Generally authors should avoid using <code><a href="#the-img-element" id="img-20">img</a></code> elements - for purposes other than showing images.<p>If an <code><a href="#the-img-element" id="img-21">img</a></code> element is being used for purposes other + </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>Generally authors should avoid using <code><a href="#the-img-element">img</a></code> elements + for purposes other than showing images.<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" id="alt-29">alt</a></code> attribute must - be the empty string.<p>In such cases, the <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-4">width</a></code> and - <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-4">height</a></code> attributes should both + views, then the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute must + be the empty string.<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.<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><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>When an image is included in a private communication (such as an HTML e-mail) aimed at a specific person who is known to be able to - view images, the <code title="attr-img-alt"><a href="#attr-img-alt" id="alt-30">alt</a></code> attribute may + view images, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute may be omitted. However, even in such cases it is strongly recommended that alternative text be included (as appropriate according to the kind of image involved, as described in the above entries), so that Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- timers.html 13 Apr 2011 07:54:46 -0000 1.406 +++ timers.html 20 Apr 2011 12:21:18 -0000 1.407 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>6.3 Timers — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>6.3 Timers — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,14 +335,15 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="webappapis.html">← 6 Web application APIs</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="editing.html">7 User interaction →</a> <ol class="toc"><li><ol><li><a href="timers.html#timers"><span class="secno">6.3 </span>Timers</a><li><a href="timers.html#user-prompts"><span class="secno">6.4 </span>User prompts</a> <ol><li><a href="timers.html#simple-dialogs"><span class="secno">6.4.1 </span>Simple dialogs</a><li><a href="timers.html#printing"><span class="secno">6.4.2 </span>Printing</a><li><a href="timers.html#dialogs-implemented-using-separate-documents"><span class="secno">6.4.3 </span>Dialogs implemented using separate documents</a></ol><li><a href="timers.html#system-state-and-capabilities:-the-navigator-object"><span class="secno">6.5 </span>System state and capabilities: the <code>Navigator</code> object</a> - <ol><li><a href="timers.html#client-identification"><span class="secno">6.5.1 </span>Client identification</a><li><a href="timers.html#custom-handlers"><span class="secno">6.5.2 </span>Custom scheme and content handlers</a><li><a href="timers.html#manually-releasing-the-storage-mutex"><span class="secno">6.5.3 </span>Manually releasing the storage mutex</a></ol></ol></ol></div> + <ol><li><a href="timers.html#client-identification"><span class="secno">6.5.1 </span>Client identification</a><li><a href="timers.html#custom-handlers"><span class="secno">6.5.2 </span>Custom scheme and content handlers</a> + <li><a href="timers.html#manually-releasing-the-storage-mutex"><span class="secno">6.5.3 </span>Manually releasing the storage mutex</a></ol></ol></ol></div> <h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code> and <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code> @@ -356,7 +354,7 @@ long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a>(in any handler, in optional any timeout, in any... args); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a>(in long handle); }; -<a href="browsers.html#window" id="window-19">Window</a> implements <a href="#windowtimers" id="windowtimers-0">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt> +<a href="browsers.html#window">Window</a> implements <a href="#windowtimers">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt> <dd> @@ -410,14 +408,7 @@ </dl><p class="note">This API does not guarantee that timers will fire exactly on schedule. Delays due to CPU load, other tasks, etc, are - to be expected.<h3 id="user-prompts"><span class="secno">6.4 </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.4.1 </span>Simple dialogs</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a></code>(<var title="">message</var>)</dt> + to be expected.<h3 id="user-prompts"><span class="secno">6.4 </span>User prompts</h3><h4 id="simple-dialogs"><span class="secno">6.4.1 </span>Simple dialogs</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>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> @@ -501,21 +492,14 @@ </dd> </dl><p class="note">The <code title="dom-window-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "window.close()" reference in the full HTML5 spec.'>window.close()</a></code> method can be used to - close the browsing context.<h3 id="system-state-and-capabilities:-the-navigator-object"><span class="secno">6.5 </span>System state and capabilities: the <code><a href="#navigator" id="navigator-1">Navigator</a></code> object</h3><pre class="idl">interface <dfn id="navigator">Navigator</dfn> { + close the browsing context.<h3 id="system-state-and-capabilities:-the-navigator-object"><span class="secno">6.5 </span>System state and capabilities: the <code><a href="#navigator">Navigator</a></code> object</h3><pre class="idl">interface <dfn id="navigator">Navigator</dfn> { // objects implementing this interface also implement the interfaces given below }; -<a href="#navigator" id="navigator-2">Navigator</a> implements <a href="#navigatorid" id="navigatorid-0">NavigatorID</a>; -<a href="#navigator" id="navigator-3">Navigator</a> implements <a href="offline.html#navigatoronline" id="navigatoronline-0">NavigatorOnLine</a>; -<a href="#navigator" id="navigator-4">Navigator</a> implements <a href="#navigatorcontentutils" id="navigatorcontentutils-0">NavigatorContentUtils</a>; -<a href="#navigator" id="navigator-5">Navigator</a> implements <a href="#navigatorstorageutils" id="navigatorstorageutils-0">NavigatorStorageUtils</a>;</pre><!-- v2: - cookieEnabled geolocator javaEnabled mozIsLocallyAvailable preference - readonly attribute <span>MimeTypeArray</span> <span title="dom-navigator-mimeTypes">mimeTypes</span>; - readonly attribute <span>PluginArray</span> <span title="dom-navigator-plugins">plugins</span>; - (the latter is used in a <video> element demo now, so we might need to pull this forward from v2!) ---><h4 id="client-identification"><span class="secno">6.5.1 </span>Client identification</h4><pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="navigatorid">NavigatorID</dfn> {<!-- - readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>;--> - readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a>; +<a href="#navigator">Navigator</a> implements <a href="#navigatorid">NavigatorID</a>; +<a href="#navigator">Navigator</a> implements <a href="offline.html#navigatoronline">NavigatorOnLine</a>; +<a href="#navigator">Navigator</a> implements <a href="#navigatorcontentutils">NavigatorContentUtils</a>; +<a href="#navigator">Navigator</a> implements <a href="#navigatorstorageutils">NavigatorStorageUtils</a>;</pre><h4 id="client-identification"><span class="secno">6.5.1 </span>Client identification</h4><pre class="idl">[Supplemental, NoInterfaceObject] +interface <dfn id="navigatorid">NavigatorID</dfn> { readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a>; @@ -548,8 +532,8 @@ </dl><h4 id="custom-handlers"><span class="secno">6.5.2 </span>Custom scheme and content handlers</h4><pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="navigatorcontentutils">NavigatorContentUtils</dfn> { // content handler registration - void <a href="#dom-navigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler-0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title); - void <a href="#dom-navigator-registercontenthandler" id="dom-navigator-registercontenthandler-0" title="dom-navigator-registerContentHandler">registerContentHandler</a>(in DOMString mimeType, in DOMString url, in DOMString title); + void <a href="#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title); + void <a href="#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">registerContentHandler</a>(in DOMString mimeType, in DOMString url, in DOMString title); };</pre><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 @@ -558,13 +542,13 @@ clicks on such a link, he is given the opportunity to use that Web site. Analogously, the <dfn id="dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler"><code>registerContentHandler()</code></dfn> method allows Web sites to register themselves as possible handlers - for content in a particular <a href="infrastructure.html#mime-type" id="mime-type-14">MIME type</a>. For example, the + for content in a particular <a href="infrastructure.html#mime-type">MIME type</a>. For example, the same online telephone messaging service could register itself as a handler for <code>text/directory</code> files (<a href="references.html#refsRFC2425">[RFC2425]</a>), so that if the user has no native application capable of handling vCards (<a href="references.html#refsRFC2426">[RFC2426]</a>), his Web browser can instead suggest he use that site to view contact information stored on - vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt> - <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt> + vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt> + <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt> <dd> @@ -575,11 +559,11 @@ placeholder for where to put the URL of the content to be handled.</p> - <p>Throws a <code><a href="urls.html#security_err" id="security_err-3">SECURITY_ERR</a></code> exception if the user agent + <p>Throws a <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception if the user agent blocks the registration (this might happen if trying to register as a handler for "http", for instance).</p> - <p>Throws a <code><a href="urls.html#syntax_err" id="syntax_err-8">SYNTAX_ERR</a></code> if the "<code title="">%s</code>" string is missing in the URL.</p> + <p>Throws a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> if the "<code title="">%s</code>" string is missing in the URL.</p> </dd> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.421 retrieving revision 1.422 diff -u -d -r1.421 -r1.422 --- elements.html 13 Apr 2011 07:54:38 -0000 1.421 +++ elements.html 20 Apr 2011 12:21:10 -0000 1.422 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.2 Elements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.2 Elements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,21 +335,21 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="content-models.html">3.2.5 Content models →</a> <ol class="toc"><li><ol><li><a href="elements.html#elements"><span class="secno">3.2 </span>Elements</a> - <ol><li><a href="elements.html#semantics-0"><span class="secno">3.2.1 </span>Semantics</a><li><a href="elements.html#elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</a><li><a href="elements.html#global-attributes" id="x3.2.3-global-attributes"><span class="secno">3.2.3 </span>Global attributes</a> - <ol><li><a href="elements.html#the-id-attribute" id="x3.2.3.1-the-id-attribute"><span class="secno">3.2.3.1 </span>The <code>id</code> attribute</a><li><a href="elements.html#the-title-attribute" id="x3.2.3.2-the-title-attribute"><span class="secno">3.2.3.2 </span>The <code>title</code> attribute</a><li><a href="elements.html#the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang">lang</code> and <code title="attr-xml-lang">xml:lang</code> attributes</a><li><a href="elements.html#the-xml:base-attribute-xml-only" id="x3.2.3.4-the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <code>xml:base</code> - attribute (XML only)</a><li><a href="elements.html#the-dir-attribute" id="x3.2.3.5-the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a><li><a href="elements.html#classes" id="x3.2.3.6-the-class-attribute"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a><li><a href="elements.html#the-style-attribute" id="x3.2.3.7-the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a><li><a href="elements.html#embedding-custom-non-visible-data-with-the-data-attributes" id="x3.2.3.8-embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data with the <code title="attr-data-*">data-*</code> attributes</a></ol><li><a href="elements.html#element-definitions"><span class="secno">3.2.4 </span>Element definitions</a> + <ol><li><a href="elements.html#semantics-0"><span class="secno">3.2.1 </span>Semantics</a><li><a href="elements.html#elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</a><li><a href="elements.html#global-attributes"><span class="secno">3.2.3 </span>Global attributes</a> + <ol><li><a href="elements.html#the-id-attribute"><span class="secno">3.2.3.1 </span>The <code>id</code> attribute</a><li><a href="elements.html#the-title-attribute"><span class="secno">3.2.3.2 </span>The <code>title</code> attribute</a><li><a href="elements.html#the-lang-and-xml:lang-attributes"><span class="secno">3.2.3.3 </span>The <code title="attr-lang">lang</code> and <code title="attr-xml-lang">xml:lang</code> attributes</a><li><a href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <code>xml:base</code> + attribute (XML only)</a><li><a href="elements.html#the-dir-attribute"><span class="secno">3.2.3.5 </span>The <code>dir</code> attribute</a><li><a href="elements.html#classes"><span class="secno">3.2.3.6 </span>The <code>class</code> attribute</a><li><a href="elements.html#the-style-attribute"><span class="secno">3.2.3.7 </span>The <code>style</code> attribute</a><li><a href="elements.html#embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span>Embedding custom non-visible data with the <code title="attr-data-*">data-*</code> attributes</a></ol><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></ol></ol></ol></ol></div> <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>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" id="ol">ol</a></code> element represents an ordered list, and - the <code title="attr-lang"><a href="#attr-lang" id="lang-0">lang</a></code> attribute represents the + 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 language of the content.<p>Authors must not use elements, attributes, or attribute values for purposes other than their appropriate intended semantic purpose. Authors must not use elements, attributes, or attribute @@ -378,7 +375,7 @@ </html></pre> <p>...because the data placed in the cells is clearly not tabular - data (and the <code><a href="text-level-semantics.html#the-cite-element" id="cite-2">cite</a></code> element mis-used). A corrected + data (and the <code><a href="text-level-semantics.html#the-cite-element">cite</a></code> element mis-used). A corrected version of this document might be:</p> <pre><!DOCTYPE HTML> @@ -406,7 +403,7 @@ <h2>Leading the way in widget design since 1432</h2> ...</pre> - <p>The <code><a href="sections.html#the-hgroup-element" id="hgroup">hgroup</a></code> element is intended for these kinds of + <p>The <code><a href="sections.html#the-hgroup-element">hgroup</a></code> element is intended for these kinds of situations:</p> <pre><body> @@ -433,25 +430,25 @@ by the state of the document at that instant in time, and the semantics of a document can therefore change over time. User agents update their presentation of the - document as this occurs.<p class="example">HTML has a <code><a href="the-button-element.html#the-progress-element" id="progress-2">progress</a></code> element that + document as this occurs.<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.<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" id="html-elements-2">HTML elements</a> in the DOM + progress changing.<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 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" id="html-elements-3">HTML elements</a> in <a href="dom.html#xml-documents" id="xml-documents-2">XML + specification. This includes <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#xml-documents">XML documents</a>, even when those documents are in another context (e.g. inside an XSLT transform).<p>Elements in the DOM <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> things; that is, they have intrinsic <em>meaning</em>, also known as - semantics.<p class="example">For example, an <code><a href="grouping-content.html#the-ol-element" id="ol-0">ol</a></code> element - represents an ordered list.<p>The basic interface, from which all the <a href="infrastructure.html#html-elements" id="html-elements-4">HTML - elements</a>' interfaces inherit, is the <code><a href="#htmlelement" id="htmlelement-4">HTMLElement</a></code> interface.<pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> { - // <a href="dom.html#dom-tree-accessors" id="dom-tree-accessors-1">DOM tree accessors</a> + semantics.<p class="example">For example, an <code><a href="grouping-content.html#the-ol-element">ol</a></code> element + represents an ordered list.<p>The basic interface, from which all the <a href="infrastructure.html#html-elements">HTML + elements</a>' interfaces inherit, is the <code><a href="#htmlelement">HTMLElement</a></code> interface.<pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> { + // <a href="dom.html#dom-tree-accessors">DOM tree accessors</a> NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames); - // <a href="apis-in-html-documents.html#dynamic-markup-insertion" id="dynamic-markup-insertion-1">dynamic markup insertion</a> - attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" id="dom-innerhtml-1" title="dom-innerHTML">innerHTML</a>; - attribute DOMString <a href="apis-in-html-documents.html#dom-outerhtml" id="dom-outerhtml-0" title="dom-outerHTML">outerHTML</a>; + // <a href="apis-in-html-documents.html#dynamic-markup-insertion">dynamic markup insertion</a> + attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" title="dom-innerHTML">innerHTML</a>; + attribute DOMString <a href="apis-in-html-documents.html#dom-outerhtml" title="dom-outerHTML">outerHTML</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a>(in DOMString position, in DOMString text); // <span>metadata attributes</span> @@ -460,10 +457,10 @@ attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-lang" title='Read about this "lang" reference in the full HTML5 spec.'>lang</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>; attribute <span>DOMString</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-classname" title='Read about this "className" reference in the full HTML5 spec.'>className</a>; - readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-5">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-classlist" title='Read about this "classList" reference in the full HTML5 spec.'>classList</a>; + readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-classlist" title='Read about this "classList" reference in the full HTML5 spec.'>classList</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a>; - // <a href="editing.html#editing" id="user-interaction-1">user interaction</a> + // <a href="editing.html#editing">user interaction</a> attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a>(); attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-tabindex" title='Read about this "tabIndex" reference in the full HTML5 spec.'>tabIndex</a>; @@ -472,102 +469,98 @@ attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskey" title='Read about this "accessKey" reference in the full HTML5 spec.'>accessKey</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a>; - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-2">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dropzone" title='Read about this "dropzone" reference in the full HTML5 spec.'>dropzone</a>; + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dropzone" title='Read about this "dropzone" reference in the full HTML5 spec.'>dropzone</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a>; readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a>; - attribute <a href="interactive-elements.html#htmlmenuelement" id="htmlmenuelement-0">HTMLMenuElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-contextmenu" title='Read about this "contextMenu" reference in the full HTML5 spec.'>contextMenu</a>; + attribute <a href="interactive-elements.html#htmlmenuelement">HTMLMenuElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-contextmenu" title='Read about this "contextMenu" reference in the full HTML5 spec.'>contextMenu</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a>; - // <a href="commands.html#command-api" id="command-api-0">command API</a> + // <a href="commands.html#command-api">command API</a> readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>; readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;<!-- v2COMMAND - readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-triggers">triggers</span>;--> - + readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; // <span>styling</span> readonly attribute <span>CSSStyleDeclaration</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a>; // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a> - attribute <a href="webappapis.html#function" id="function-54">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; - attribute <a href="webappapis.html#function" id="function-55">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; - attribute <a href="webappapis.html#function" id="function-56">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; - attribute <a href="webappapis.html#function" id="function-57">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; - attribute <a href="webappapis.html#function" id="function-58">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; - attribute <a href="webappapis.html#function" id="function-59">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; - attribute <a href="webappapis.html#function" id="function-60">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; -<!--KEEP-END w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-61">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; -<!--KEEP-START w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-62">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; - attribute <a href="webappapis.html#function" id="function-63">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; - attribute <a href="webappapis.html#function" id="function-64">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; - attribute <a href="webappapis.html#function" id="function-65">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; - attribute <a href="webappapis.html#function" id="function-66">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; - attribute <a href="webappapis.html#function" id="function-67">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; - attribute <a href="webappapis.html#function" id="function-68">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; - attribute <a href="webappapis.html#function" id="function-69">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; - attribute <a href="webappapis.html#function" id="function-70">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; - attribute <a href="webappapis.html#function" id="function-71">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; - attribute <a href="webappapis.html#function" id="function-72">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; - attribute <a href="webappapis.html#function" id="function-73">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; - attribute <a href="webappapis.html#function" id="function-74">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; - attribute <a href="webappapis.html#function" id="function-75">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; - attribute <a href="webappapis.html#function" id="function-76">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; - attribute <a href="webappapis.html#function" id="function-77">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; - attribute <a href="webappapis.html#function" id="function-78">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; - attribute <a href="webappapis.html#function" id="function-79">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; - attribute <a href="webappapis.html#function" id="function-80">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; - attribute <a href="webappapis.html#function" id="function-81">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; - attribute <a href="webappapis.html#function" id="function-82">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; - attribute <a href="webappapis.html#function" id="function-83">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; - attribute <a href="webappapis.html#function" id="function-84">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; - attribute <a href="webappapis.html#function" id="function-85">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; - attribute <a href="webappapis.html#function" id="function-86">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; - attribute <a href="webappapis.html#function" id="function-87">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; - attribute <a href="webappapis.html#function" id="function-88">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; - attribute <a href="webappapis.html#function" id="function-89">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; - attribute <a href="webappapis.html#function" id="function-90">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; - attribute <a href="webappapis.html#function" id="function-91">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; - attribute <a href="webappapis.html#function" id="function-92">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; - attribute <a href="webappapis.html#function" id="function-93">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; - attribute <a href="webappapis.html#function" id="function-94">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; - attribute <a href="webappapis.html#function" id="function-95">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; - attribute <a href="webappapis.html#function" id="function-96">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; - attribute <a href="webappapis.html#function" id="function-97">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; - attribute <a href="webappapis.html#function" id="function-98">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; - attribute <a href="webappapis.html#function" id="function-99">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; - attribute <a href="webappapis.html#function" id="function-100">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; - attribute <a href="webappapis.html#function" id="function-101">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; - attribute <a href="webappapis.html#function" id="function-102">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; - attribute <a href="webappapis.html#function" id="function-103">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; - attribute <a href="webappapis.html#function" id="function-104">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; - attribute <a href="webappapis.html#function" id="function-105">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; - attribute <a href="webappapis.html#function" id="function-106">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; - attribute <a href="webappapis.html#function" id="function-107">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; }; -interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement" id="htmlelement-5">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement" id="htmlelement-6">HTMLElement</a></code> interface holds methods and +interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement">HTMLElement</a></code> interface holds methods and attributes related to a number of disparate features, and the members of this interface are therefore described in various different sections of this specification.<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" id="html-elements-5">HTML elements</a>:<ul class="brief"><li><code title="attr-accesskey"><a href="editing.html#the-accesskey-attribute" id="accesskey">accesskey</a></code></li> - <li><code title="attr-class"><a href="#classes" id="class-0">class</a></code></li> - <li><code title="attr-contenteditable"><a href="editing.html#attr-contenteditable" id="contenteditable-0">contenteditable</a></code></li> - <li><code title="attr-contextmenu"><a href="interactive-elements.html#attr-contextmenu" id="contextmenu">contextmenu</a></code></li> - <li><code title="attr-dir"><a href="#the-dir-attribute" id="dir-1">dir</a></code></li> - <li><code title="attr-draggable"><a href="dnd.html#the-draggable-attribute" id="draggable">draggable</a></code></li> - <li><code title="attr-dropzone"><a href="dnd.html#the-dropzone-attribute" id="dropzone">dropzone</a></code></li> - <li><code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden">hidden</a></code></li> - <li><code title="attr-id"><a href="#the-id-attribute" id="id-0">id</a></code></li> - <li><code title="attr-lang"><a href="#attr-lang" id="lang-1">lang</a></code></li> - <li><code title="attr-spellcheck"><a href="editing.html#attr-spellcheck" id="spellcheck">spellcheck</a></code></li> - <li><code title="attr-style"><a href="#the-style-attribute" id="style-3">style</a></code></li> - <li><code title="attr-tabindex"><a href="editing.html#attr-tabindex" id="tabindex">tabindex</a></code></li> - <li><code title="attr-title"><a href="#the-title-attribute" id="title">title</a></code></li> - </ul><hr><p>The following <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-1">event handler content attributes</a> may - be specified on any <a href="infrastructure.html#html-elements" id="html-elements-6" title="HTML elements">HTML + all <a href="infrastructure.html#html-elements">HTML elements</a>:<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> + <li><code title="attr-contenteditable"><a href="editing.html#attr-contenteditable">contenteditable</a></code></li> + <li><code title="attr-contextmenu"><a href="interactive-elements.html#attr-contextmenu">contextmenu</a></code></li> + <li><code title="attr-dir"><a href="#the-dir-attribute">dir</a></code></li> + <li><code title="attr-draggable"><a href="dnd.html#the-draggable-attribute">draggable</a></code></li> + <li><code title="attr-dropzone"><a href="dnd.html#the-dropzone-attribute">dropzone</a></code></li> + <li><code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code></li> + <li><code title="attr-id"><a href="#the-id-attribute">id</a></code></li> + <li><code title="attr-lang"><a href="#attr-lang">lang</a></code></li> + <li><code title="attr-spellcheck"><a href="editing.html#attr-spellcheck">spellcheck</a></code></li> + <li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li> + <li><code title="attr-tabindex"><a href="editing.html#attr-tabindex">tabindex</a></code></li> + <li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li> + </ul><hr><p>The following <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a> may + be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a>:<ul class="brief"><li><code title="handler-onabort"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a></code></li> <li><code title="handler-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>*</li> <li><code title="handler-oncanplay"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a></code></li> @@ -575,9 +568,7 @@ <li><code title="handler-onchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a></code></li> <li><code title="handler-onclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a></code></li> <li><code title="handler-oncontextmenu"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a></code></li> -<!--KEEP-END w3c-html--><!--TT--> - <li><code title="handler-oncuechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a></code></li> -<!--KEEP-START w3c-html--><!--TT--> + <li><code title="handler-oncuechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a></code></li> <li><code title="handler-ondblclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a></code></li> <li><code title="handler-ondrag"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a></code></li> <li><code title="handler-ondragend"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a></code></li> @@ -612,7 +603,7 @@ <li><code title="handler-onprogress"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a></code></li> <li><code title="handler-onratechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a></code></li> <li><code title="handler-onreadystatechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a></code></li> - <li><code title="handler-onreset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a></code></li> + <li><code title="handler-onreset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a></code></li> <li><code title="handler-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code>*</li> <li><code title="handler-onseeked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a></code></li> <li><code title="handler-onseeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a></code></li> @@ -625,18 +616,18 @@ <li><code title="handler-onvolumechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a></code></li> <li><code title="handler-onwaiting"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a></code></li> </ul><p class="note">The attributes marked with an asterisk have a - different meaning when specified on <code><a href="sections.html#the-body-element-0" id="body-6">body</a></code> elements as - those elements expose <a href="webappapis.html#event-handlers" id="event-handlers-0">event handlers</a> of the - <code><a href="browsers.html#window" id="window-0">Window</a></code> object with the same names.<p class="note">While these attributes apply to all elements, they - are not useful on all elements. For example, only <a href="video.html#media-element" id="media-element-0" title="media - element">media elements</a> will ever receive a <code title="event-media-volumechange"><a href="video.html#event-media-volumechange" id="volumechange">volumechange</a></code> event fired by - the user agent.<hr><p><a href="#custom-data-attribute" id="custom-data-attribute-0" title="custom data attribute">Custom data attributes</a> - (e.g. <code title="">data-foldername</code> or <code title="">data-msgid</code>) can be specified on any <a href="infrastructure.html#html-elements" id="html-elements-7" title="HTML elements">HTML element</a>, to store custom data - specific to the page.<hr><p>In <a href="dom.html#html-documents" id="html-documents-4">HTML documents</a>, elements in the <a href="urls.html#html-namespace-0" id="html-namespace-1">HTML + different meaning when specified on <code><a href="sections.html#the-body-element-0">body</a></code> elements as + those elements expose <a href="webappapis.html#event-handlers">event handlers</a> of the + <code><a href="browsers.html#window">Window</a></code> object with the same names.<p class="note">While these attributes apply to all elements, they + are not useful on all elements. For example, only <a href="video.html#media-element" title="media + element">media elements</a> will ever receive a <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event fired by + the user agent.<hr><p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a> + (e.g. <code title="">data-foldername</code> or <code title="">data-msgid</code>) can be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a>, to store custom data + specific to the page.<hr><p>In <a href="dom.html#html-documents">HTML documents</a>, elements in the <a href="urls.html#html-namespace-0">HTML namespace</a> may have an <code title="">xmlns</code> attribute specified, if, and only if, it has the exact value "<code>http://www.w3.org/1999/xhtml</code>". This does not apply to - <a href="dom.html#xml-documents" id="xml-documents-3">XML documents</a>.<p class="note">In HTML, the <code title="">xmlns</code> attribute + <a href="dom.html#xml-documents">XML documents</a>.<p class="note">In HTML, the <code title="">xmlns</code> attribute has absolutely no effect. It is basically a talisman. It is allowed merely to make migration to and from XHTML mildly easier. When parsed by an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>, the attribute ends up in no @@ -644,26 +635,25 @@ namespace like namespace declaration attributes in XML do.<p class="note">In XML, an <code title="">xmlns</code> attribute is part of the namespace declaration mechanism, and an element cannot actually have an <code title="">xmlns</code> attribute in no - namespace specified.<hr><p>The XML specification also allows the use of the <code title="attr-xml-space">xml:space</code> attribute in the <a href="urls.html#xml-namespace" id="xml-namespace-0">XML - namespace</a> on any element in an <a href="dom.html#xml-documents" id="xml-documents-4" title="XML + namespace specified.<hr><p>The XML specification also allows the use of the <code title="attr-xml-space">xml:space</code> attribute in the <a href="urls.html#xml-namespace">XML + namespace</a> on any element in an <a href="dom.html#xml-documents" title="XML documents">XML document</a>. This attribute has no effect on - <a href="infrastructure.html#html-elements" id="html-elements-8">HTML elements</a>, as the default behavior in HTML is to - preserve whitespace. <a href="references.html#refsXML">[XML]</a><p class="note">There is no way to serialize the <code title="attr-xml-space">xml:space</code> attribute on <a href="infrastructure.html#html-elements" id="html-elements-9">HTML - elements</a> in the <code><a href="iana.html#text-html" id="text-html-2">text/html</a></code> syntax.<hr><p>To enable assistive technology products to expose a more + <a href="infrastructure.html#html-elements">HTML elements</a>, as the default behavior in HTML is to + preserve whitespace. <a href="references.html#refsXML">[XML]</a><p class="note">There is no way to serialize the <code title="attr-xml-space">xml:space</code> attribute on <a href="infrastructure.html#html-elements">HTML + elements</a> in the <code><a href="iana.html#text-html">text/html</a></code> syntax.<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#wai-aria" id="wai-aria-0" title="WAI-ARIA">annotations for + and attributes, a set of <a href="content-models.html#wai-aria" title="WAI-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).<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="id-1">id</a></code> attribute specifies its + <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes).<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" id="home-subtree-1">home + 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 must not contain any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space - characters</a>.</p><!-- space characters are disallowed because space-separated lists - of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's <a href="#concept-id" id="concept-id-8" title="concept-id">unique + characters</a>.<p class="note">An element's <a href="#concept-id" title="concept-id">unique identifier</a> can be used for a variety of purposes, most notably as a way to link to specific parts of a document using fragment identifiers, as a way to target an element when scripting, - and as a way to style a specific element from CSS.<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" id="title-0">title</a></code> attribute + and as a way to style a specific element from CSS.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>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 @@ -671,18 +661,18 @@ it could be a footnote or commentary on the text; on a citation, it could be further information about the source; and so forth. The value is text.<p>If this attribute is omitted from an element, then it implies - that the <code title="attr-title"><a href="#the-title-attribute" id="title-1">title</a></code> attribute of the - nearest ancestor <a href="infrastructure.html#html-elements" id="html-elements-10" title="HTML elements">HTML element</a> - with a <code title="attr-title"><a href="#the-title-attribute" id="title-2">title</a></code> attribute set is also + that the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute of the + nearest ancestor <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> + with a <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute set is also relevant to this element. Setting the attribute overrides this, explicitly stating that the advisory information of any ancestors is not relevant to this element. Setting the attribute to the empty - string indicates that the element has no advisory information.<p>If the <code title="attr-title"><a href="#the-title-attribute" id="title-3">title</a></code> attribute's value + string indicates that the element has no advisory information.<p>If the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute's value contains U+000A LINE FEED (LF) characters, the content is split into multiple lines. Each U+000A LINE FEED (LF) character represents a line break.<div class="example"> - <p>Caution is advised with respect to the use of newlines in <code title="attr-title"><a href="#the-title-attribute" id="title-4">title</a></code> attributes.</p> + <p>Caution is advised with respect to the use of newlines in <code title="attr-title"><a href="#the-title-attribute">title</a></code> attributes.</p> <p>For instance, the following snippet actually defines an abbreviation's expansion <em>with a line break in it</em>:</p> @@ -690,47 +680,46 @@ <pre class="bad"><p>My logs show that there was some interest in <abbr title="Hypertext Transport Protocol">HTTP</abbr> today.</p></pre> - </div><p>Some elements, such as <code><a href="semantics.html#the-link-element" id="link-1">link</a></code>, <code><a href="text-level-semantics.html#the-abbr-element" id="abbr">abbr</a></code>, and - <code><a href="the-input-element.html#the-input-element" id="input-14">input</a></code>, define additional semantics for the <code title="attr-title"><a href="#the-title-attribute" id="title-5">title</a></code> attribute beyond the semantics - described above.<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" id="lang-2">lang</a></code> and <code title="attr-xml-lang"><a href="#attr-xml-lang" id="xml:lang-0">xml:lang</a></code> attributes</h5><p>The <dfn id="attr-lang" title="attr-lang"><code>lang</code></dfn> attribute (in + </div><p>Some elements, such as <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code>, and + <code><a href="the-input-element.html#the-input-element">input</a></code>, define additional semantics for the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute beyond the semantics + described above.<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 string. Setting the attribute to the empty string indicates that the - primary language is unknown<!-- UA conformance requirements for this - are below -->. <a href="references.html#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn> - attribute in the <a href="urls.html#xml-namespace" id="xml-namespace-1">XML namespace</a> is defined in XML. <a href="references.html#refsXML">[XML]</a><p>If these attributes are omitted from an element, then the + primary language is unknown. <a href="references.html#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn> + attribute in the <a href="urls.html#xml-namespace">XML namespace</a> is defined in XML. <a href="references.html#refsXML">[XML]</a><p>If these attributes are omitted from an element, then the language of this element is the same as the language of its parent - element, if any.<p>The <code title="attr-lang"><a href="#attr-lang" id="lang-3">lang</a></code> attribute in no namespace - may be used on any <a href="infrastructure.html#html-elements" id="html-elements-11" title="HTML elements">HTML - element</a>.<p>The <a href="#attr-xml-lang" id="attr-xml-lang-0" title="attr-xml-lang"><code title="">lang</code> + element, if any.<p>The <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute in no namespace + may be used on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML + element</a>.<p>The <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code> attribute in the <span>XML namespace</span></a> may be used on - <a href="infrastructure.html#html-elements" id="html-elements-12">HTML elements</a> in <a href="dom.html#xml-documents" id="xml-documents-5">XML documents</a>, as well as + <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#xml-documents">XML documents</a>, as well as elements in other namespaces if the relevant specifications allow it - (in particular, MathML and SVG allow <a href="#attr-xml-lang" id="attr-xml-lang-1" title="attr-xml-lang"><code title="">lang</code> attributes in the + (in particular, MathML and SVG allow <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code> attributes in the <span>XML namespace</span></a> to be specified on their - elements). If both the <code title="attr-lang"><a href="#attr-lang" id="lang-4">lang</a></code> attribute - in no namespace and the <a href="#attr-xml-lang" id="attr-xml-lang-2" title="attr-xml-lang"><code title="">lang</code> attribute in the <span>XML + elements). If both the <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute + in no namespace and the <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code> attribute in the <span>XML namespace</span></a> are specified on the same element, they must - have exactly the same value when compared in an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-4">ASCII - case-insensitive</a> manner.<p>Authors must not use the <a href="#attr-xml-lang" id="attr-xml-lang-3" title="attr-xml-lang"><code title="">lang</code> attribute in the <span>XML - namespace</span></a> on <a href="infrastructure.html#html-elements" id="html-elements-13">HTML elements</a> in <a href="dom.html#html-documents" id="html-documents-5">HTML + have exactly the same value when compared in an <a href="infrastructure.html#ascii-case-insensitive">ASCII + case-insensitive</a> manner.<p>Authors must not use the <a href="#attr-xml-lang" title="attr-xml-lang"><code title="">lang</code> attribute in the <span>XML + namespace</span></a> on <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#html-documents">HTML documents</a>. To ease migration to and from XHTML, authors may specify an attribute in no namespace with no prefix and with the - literal localname "<code title="">xml:lang</code>" on <a href="infrastructure.html#html-elements" id="html-elements-14">HTML - elements</a> in <a href="dom.html#html-documents" id="html-documents-6">HTML documents</a>, but such attributes - must only be specified if a <code title="attr-lang"><a href="#attr-lang" id="lang-5">lang</a></code> + literal localname "<code title="">xml:lang</code>" on <a href="infrastructure.html#html-elements">HTML + elements</a> in <a href="dom.html#html-documents">HTML documents</a>, but such attributes + must only be specified if a <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute in no namespace is also specified, and both attributes - must have the same value when compared in an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-5">ASCII + must have the same value when compared in an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> manner.<p class="note">The attribute in no namespace with no prefix and with the literal localname "<code title="">xml:lang</code>" has no effect on language processing.<h5 id="the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <dfn title="attr-xml-base"><code>xml:base</code></dfn> - attribute (XML only)</h5><p>The <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only" id="xml:base">xml:base</a></code> attribute is - defined in XML Base. <a href="references.html#refsXMLBASE">[XMLBASE]</a><p>The <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only" id="xml:base-0">xml:base</a></code> attribute may be - used on elements of <a href="dom.html#xml-documents" id="xml-documents-6">XML documents</a>. Authors must not - use the <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only" id="xml:base-1">xml:base</a></code> attribute in - <a href="dom.html#html-documents" id="html-documents-7">HTML documents</a>.<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" id="dir-2">dir</a></code> attribute specifies the - element's text directionality. The attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-0">enumerated + attribute (XML only)</h5><p>The <code title="attr-xml-base"><a href="#the-xml:base-attribute-xml-only">xml:base</a></code> attribute is + defined in XML Base. <a href="references.html#refsXMLBASE">[XMLBASE]</a><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>.<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 following keywords and states:<dl><dt>The <dfn id="attr-dir-ltr" title="attr-dir-ltr"><code>ltr</code></dfn> keyword, which maps to the <dfn id="attr-dir-ltr-state" title="attr-dir-ltr-state">ltr</dfn> state</dt> <dd> @@ -765,38 +754,38 @@ as a last resort when the direction of the text is truly unknown and no better server-side heuristic can be applied.</p> - <p class="note">For <code><a href="the-button-element.html#the-textarea-element" id="textarea-11">textarea</a></code> and <code><a href="grouping-content.html#the-pre-element" id="pre">pre</a></code> + <p class="note">For <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> and <code><a href="grouping-content.html#the-pre-element">pre</a></code> elements, the heuristic is applied on a per-paragraph level.</p> </dd> </dl><p>The attribute has no <i>invalid value default</i> and no <i>missing value default</i>.<p><dfn id="the-directionality">The directionality</dfn> of an element is either '<dfn id="concept-ltr" title="concept-ltr">ltr</dfn>' or '<dfn id="concept-rtl" title="concept-rtl">rtl</dfn>', and is determined as per the first - appropriate set of steps from the following list:<dl class="switch"><dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute" id="dir-3">dir</a></code> attribute is - in the <a href="#attr-dir-ltr-state" id="attr-dir-ltr-state-0" title="attr-dir-ltr-state">ltr</a> state</dt> + appropriate set of steps from the following list:<dl class="switch"><dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is + in the <a href="#attr-dir-ltr-state" title="attr-dir-ltr-state">ltr</a> state</dt> - <dd><p><a href="#the-directionality" id="the-directionality-0">The directionality</a> of the element is '<a href="#concept-ltr" id="concept-ltr-0" title="concept-ltr">ltr</a>'.</dd> + <dd><p><a href="#the-directionality">The directionality</a> of the element is '<a href="#concept-ltr" title="concept-ltr">ltr</a>'.</dd> - <dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute" id="dir-4">dir</a></code> attribute is - in the <a href="#attr-dir-rtl-state" id="attr-dir-rtl-state-0" title="attr-dir-rtl-state">rtl</a> state</dt> + <dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is + in the <a href="#attr-dir-rtl-state" title="attr-dir-rtl-state">rtl</a> state</dt> - <dd><p><a href="#the-directionality" id="the-directionality-1">The directionality</a> of the element is '<a href="#concept-rtl" id="concept-rtl-0" title="concept-rtl">rtl</a>'.</dd> + <dd><p><a href="#the-directionality">The directionality</a> of the element is '<a href="#concept-rtl" title="concept-rtl">rtl</a>'.</dd> - <dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute" id="dir-5">dir</a></code> attribute is - in the <a href="#attr-dir-auto-state" id="attr-dir-auto-state-0" title="attr-dir-auto-state">auto</a> state</dt> + <dt>If the element's <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is + in the <a href="#attr-dir-auto-state" title="attr-dir-auto-state">auto</a> state</dt> - <dt>If the element is a <code><a href="text-level-semantics.html#the-bdi-element" id="bdi">bdi</a></code> element and the <code title="attr-dir"><a href="#the-dir-attribute" id="dir-6">dir</a></code> attribute is not in a defined state + <dt>If the element is a <code><a href="text-level-semantics.html#the-bdi-element">bdi</a></code> element and the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt> <dd> - <p>Find the first character in <a href="infrastructure.html#tree-order" id="tree-order-4">tree order</a> that + <p>Find the first character in <a href="infrastructure.html#tree-order">tree order</a> that matches the following criteria:</p> - <ul><li><p>The character is from a <a href="infrastructure.html#text-node" id="text-node-0">text node</a> that is a - descendant of the element whose <a href="#the-directionality" id="the-directionality-2" title="the + <ul><li><p>The character is from a <a href="infrastructure.html#text-node">text node</a> that is a + descendant of the element whose <a href="#the-directionality" title="the directionality">directionality</a> is being determined.</li> @@ -806,36 +795,36 @@ <li> <p>The character is not in a text node that has an ancestor - element that is a descendant of the element whose <a href="#the-directionality" id="the-directionality-3" title="the directionality">directionality</a> is being + element that is a descendant of the element whose <a href="#the-directionality" title="the directionality">directionality</a> is being determined and that is either:</p> - <ul class="brief"><li>A <code><a href="text-level-semantics.html#the-bdi-element" id="bdi-0">bdi</a></code> element. - <li>A <code><a href="scripting-1.html#script" id="script-9">script</a></code> element. - <li>A <code><a href="semantics.html#the-style-element" id="style-11">style</a></code> element. - <li>An element with a <code title="attr-dir"><a href="#the-dir-attribute" id="dir-7">dir</a></code> attribute in a defined state. + <ul class="brief"><li>A <code><a href="text-level-semantics.html#the-bdi-element">bdi</a></code> element. + <li>A <code><a href="scripting-1.html#script">script</a></code> element. + <li>A <code><a href="semantics.html#the-style-element">style</a></code> element. + <li>An element with a <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute in a defined state. </ul></li> </ul><p>If such a character is found and it is of bidirectional - character type AL or R, <a href="#the-directionality" id="the-directionality-4">the directionality</a> of the - element is '<a href="#concept-rtl" id="concept-rtl-1" title="concept-rtl">rtl</a>'.</p> + character type AL or R, <a href="#the-directionality">the directionality</a> of the + element is '<a href="#concept-rtl" title="concept-rtl">rtl</a>'.</p> - <p>Otherwise, <a href="#the-directionality" id="the-directionality-5">the directionality</a> of the element is - '<a href="#concept-ltr" id="concept-ltr-1" title="concept-ltr">ltr</a>'.</p> + <p>Otherwise, <a href="#the-directionality">the directionality</a> of the element is + '<a href="#concept-ltr" title="concept-ltr">ltr</a>'.</p> </dd> - <dt>If the element is a <a href="infrastructure.html#root-element" id="root-element-8">root element</a> and the <code title="attr-dir"><a href="#the-dir-attribute" id="dir-8">dir</a></code> attribute is not in a defined state + <dt>If the element is a <a href="infrastructure.html#root-element">root element</a> and the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt> - <dd><p><a href="#the-directionality" id="the-directionality-6">The directionality</a> of the element is '<a href="#concept-ltr" id="concept-ltr-2" title="concept-ltr">ltr</a>'.</dd> + <dd><p><a href="#the-directionality">The directionality</a> of the element is '<a href="#concept-ltr" title="concept-ltr">ltr</a>'.</dd> - <dt>If the element has a parent element and the <code title="attr-dir"><a href="#the-dir-attribute" id="dir-9">dir</a></code> attribute is not in a defined state + <dt>If the element has a parent element and the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute is not in a defined state (i.e. it is not present or has an invalid value)</dt> - <dd><p><a href="#the-directionality" id="the-directionality-7">The directionality</a> of the element is the same - as the element's parent element's <a href="#the-directionality" id="the-directionality-8" title="the + <dd><p><a href="#the-directionality">The directionality</a> of the element is the same + as the element's parent element's <a href="#the-directionality" title="the directionality">directionality</a>.</dd> @@ -845,12 +834,12 @@ 'unicode-bidi' properties, and CSS defines rendering in terms of those properties.<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code> [ = <var title="">value</var> ]</dt> <dd> - <p>Returns <a href="dom.html#the-html-element" id="the-html-element-3">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute" id="dir-10">dir</a></code> attribute's value, if any.</p> - <p>Can be set, to either "<code title="">ltr</code>", "<code title="">rtl</code>", or "<code title="">auto</code>" to replace <a href="dom.html#the-html-element" id="the-html-element-4">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute" id="dir-11">dir</a></code> attribute's value.</p> - <p>If there is no <a href="dom.html#the-html-element" id="the-html-element-5" title="the html element"><code>html</code> element</a>, returns the empty string and ignores new values.</p> + <p>Returns <a href="dom.html#the-html-element">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute's value, if any.</p> + <p>Can be set, to either "<code title="">ltr</code>", "<code title="">rtl</code>", or "<code title="">auto</code>" to replace <a href="dom.html#the-html-element">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute's value.</p> + <p>If there is no <a href="dom.html#the-html-element" title="the html element"><code>html</code> element</a>, returns the empty string and ignores new values.</p> </dd> - </dl><p class="note">Authors are strongly encouraged to use the <code title="attr-dir"><a href="#the-dir-attribute" id="dir-12">dir</a></code> attribute to indicate text direction + </dl><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).<div class="example"> @@ -864,73 +853,58 @@ <p dir=auto class="u2"><b><bdi>Teacher</bdi>:</b> Do you know how to write "Please"?</p> <p dir=auto class="u1"><b><bdi>Student</bdi>:</b> "من فضلك", right?</p></pre> -<!-- -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<style type="text/css"> - div { border: groove #FFFF99; padding: 0.25em; width: 22em; background: #FFFFEE; color: black; } - p { margin: 0.25em 0; font: 1em/1 InaiMathi; color: purple; } - .u1 { color: teal; } -</style> -<div> -<p dir=ltr class="u1"><b><bdi>Student</bdi>:</b> How do you write "What's your name?" in Arabic?</p> -<p dir=rtl class="u2"><b><bdi>Teacher</bdi>:</b> ما اسمك؟</p> -<p dir=ltr class="u1"><b><bdi>Student</bdi>:</b> Thanks.</p> -<p dir=ltr class="u2"><b><bdi>Teacher</bdi>:</b> That's written "شكرًا".</p> -<p dir=ltr class="u2"><b><bdi>Teacher</bdi>:</b> Do you know how to write "Please"?</p> -<p dir=rtl class="u1"><b><bdi>Student</bdi>:</b> "من فضلك", right?</p> ---> <p>Given a suitable style sheet and the default alignment styles - for the <code><a href="grouping-content.html#the-p-element" id="p-6">p</a></code> element, namely to align the text to the + for the <code><a href="grouping-content.html#the-p-element">p</a></code> element, namely to align the text to the <i>start edge</i> of the paragraph, the resulting rendering could be as follows:</p> <p><img alt="Each paragraph rendered as a separate block, with the paragraphs left-aligned except the second paragraph and the last one, which would be right aligned, with the usernames ('Student' and 'Teacher' in this example) flush right, with a colon to their left, and the text first to the left of that." src="http://dev.w3.org/html5/spec/images/im.png"></p> - <p>As noted earlier, the <code title="attr-dir-auto"><a href="#attr-dir-auto" id="auto">auto</a></code> + <p>As noted earlier, the <code title="attr-dir-auto"><a href="#attr-dir-auto">auto</a></code> value is not a panacea. The final paragraph in this example is misinterpreted as being right-to-left text, since it begins with an Arabic character, which causes the "right?" to be to the left of the Arabic text.</p> - </div><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" id="html-elements-15" title="HTML elements">HTML element</a> may have a - <code title="attr-class"><a href="#classes" id="class-1">class</a></code> attribute specified.<p>The attribute, if specified, must have a value that is a - <a href="common-microsyntaxes.html#set-of-space-separated-tokens" id="set-of-space-separated-tokens-6">set of space-separated tokens</a> representing the various + </div><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>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 class="note">Assigning classes to an element affects class matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName()" reference in the full HTML5 spec.'>getElementsByClassName()</a></code> method in the DOM, and other such features.<p>There are no additional restrictions on the tokens authors can - use in the <code title="attr-class"><a href="#classes" id="class-2">class</a></code> attribute, but + use in the <code title="attr-class"><a href="#classes">class</a></code> attribute, but authors are encouraged to use values that describe the nature of the content, rather than values that describe the desired presentation - of the content.<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" id="html-elements-16">HTML elements</a> may have the <code title="attr-style"><a href="#the-style-attribute" id="style-4">style</a></code> content attribute set. This is a + of the content.<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>Documents that use <code title="attr-style"><a href="#the-style-attribute" id="style-5">style</a></code> + Attribute Syntax specification. <a href="references.html#refsCSSATTR">[CSSATTR]</a><p>Documents that use <code title="attr-style"><a href="#the-style-attribute">style</a></code> attributes on any of their elements must still be comprehensible and - usable if those attributes were removed.<p class="note">In particular, using the <code title="attr-style"><a href="#the-style-attribute" id="style-6">style</a></code> attribute to hide and show content, + usable if those attributes were removed.<p class="note">In particular, using the <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute to hide and show content, or to convey meaning that is otherwise not included in the document, - is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden-0">hidden</a></code> attribute.)<hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a></code></dt> + is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> attribute.)<hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a></code></dt> <dd> - <p>Returns a <code>CSSStyleDeclaration</code> object for the element's <code title="attr-style"><a href="#the-style-attribute" id="style-7">style</a></code> attribute.</p> + <p>Returns a <code>CSSStyleDeclaration</code> object for the element's <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute.</p> </dd> </dl><div class="example"> <p>In the following example, the words that refer to colors are - marked up using the <code><a href="text-level-semantics.html#the-span-element" id="span-3">span</a></code> element and the <code title="attr-style"><a href="#the-style-attribute" id="style-8">style</a></code> attribute to make those words show + marked up using the <code><a href="text-level-semantics.html#the-span-element">span</a></code> element and the <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute to make those words show up in the relevant colors in visual media.</p> <pre><p>My sweat suit is <span style="color: green; background: 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-with-the-data-attributes"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn> with the <code title="attr-data-*"><a href="#attr-data" id="data-5">data-*</a></code> attributes</h5><p>A <dfn id="custom-data-attribute">custom data attribute</dfn> is an attribute in no + </div><h5 id="embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span><dfn>Embedding custom non-visible data</dfn> with the <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes</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" id="xml-compatible-0">XML-compatible</a>, and + 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 - LETTER A to LATIN CAPITAL LETTER Z).<p class="note">All attributes on <a href="infrastructure.html#html-elements" id="html-elements-17">HTML elements</a> in - <a href="dom.html#html-documents" id="html-documents-8">HTML documents</a> get ASCII-lowercased automatically, so + LETTER A to LATIN CAPITAL LETTER Z).<p class="note">All attributes on <a href="infrastructure.html#html-elements">HTML elements</a> in + <a href="dom.html#html-documents">HTML documents</a> get ASCII-lowercased automatically, so the restriction on ASCII uppercase letters doesn't affect such - documents.<p><a href="#custom-data-attribute" id="custom-data-attribute-1" title="custom data attribute">Custom data attributes</a> + documents.<p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a> are intended to store custom data private to the page or application, for which there are no more appropriate attributes or elements.<p>These attributes are not intended for use by software that is @@ -955,12 +929,12 @@ site's own scripts, and are not a generic extension mechanism for publicly-usable metadata.</p> - </div><p>Every <a href="infrastructure.html#html-elements" id="html-elements-18" title="HTML elements">HTML element</a> may have - any number of <a href="#custom-data-attribute" id="custom-data-attribute-2" title="custom data attribute">custom data + </div><p>Every <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> may have + any number of <a href="#custom-data-attribute" title="custom data attribute">custom data attributes</a> specified, with any value.<hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code></dt> <dd> - <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data" id="data-6">data-*</a></code> attributes.</p> + <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes.</p> <p>Hyphenated names become camel-cased. For example, <code title="">data-foo-bar=""</code> becomes <code title="">element.dataset.fooBar</code>.</p> @@ -969,7 +943,7 @@ </dl><div class="example"> <p>If a Web page wanted an element to represent a space ship, - e.g. as part of a game, it would have to use the <code title="attr-class"><a href="#classes" id="class-3">class</a></code> attribute along with <code title="attr-data-*"><a href="#attr-data" id="data-7">data-*</a></code> attributes:</p> + e.g. as part of a game, it would have to use the <code title="attr-class"><a href="#classes">class</a></code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p> <pre><div class="spaceship" data-ship-id="92432" data-weapons="laser 2" data-shields="50%" @@ -985,7 +959,7 @@ </div><p>Authors should carefully design such extensions so that when the attributes are ignored and any associated CSS dropped, the page is - still usable.<p>JavaScript libraries may use the <a href="#custom-data-attribute" id="custom-data-attribute-3" title="custom data + still usable.<p>JavaScript libraries may use the <a href="#custom-data-attribute" title="custom data attribute">custom data attributes</a>, as they are considered to be part of the page on which they are used. Authors of libraries that are reused by many authors are encouraged to include their name @@ -1006,9 +980,9 @@ </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:<dl><dt>Categories</dt> - <dd><p>A list of <a href="content-models.html#content-categories" id="content-categories-0" title="content categories">categories</a> + <dd><p>A list of <a href="content-models.html#content-categories" title="content categories">categories</a> to which the element belongs. These are used when defining the - <a href="content-models.html#content-models" id="content-models-0">content models</a> for each element.</dd> + <a href="content-models.html#content-models">content models</a> for each element.</dd> <dt>Contexts in which this element can be used</dt> @@ -1022,13 +996,13 @@ <p class="note">For simplicity, only the most specific expectations are listed. For example, an element that is both - <a href="content-models.html#flow-content" id="flow-content-1">flow content</a> and <a href="content-models.html#phrasing-content" id="phrasing-content-2">phrasing content</a> can be - used anywhere that either <a href="content-models.html#flow-content" id="flow-content-2">flow content</a> or - <a href="content-models.html#phrasing-content" id="phrasing-content-3">phrasing content</a> is expected, but since anywhere that - <a href="content-models.html#flow-content" id="flow-content-3">flow content</a> is expected, <a href="content-models.html#phrasing-content" id="phrasing-content-4">phrasing - content</a> is also expected (since all <a href="content-models.html#phrasing-content" id="phrasing-content-5">phrasing - content</a> is <a href="content-models.html#flow-content" id="flow-content-4">flow content</a>), only "where - <a href="content-models.html#phrasing-content" id="phrasing-content-6">phrasing content</a> is expected" will be listed.</p> + <a href="content-models.html#flow-content">flow content</a> and <a href="content-models.html#phrasing-content">phrasing content</a> can be + used anywhere that either <a href="content-models.html#flow-content">flow content</a> or + <a href="content-models.html#phrasing-content">phrasing content</a> is expected, but since anywhere that + <a href="content-models.html#flow-content">flow content</a> is expected, <a href="content-models.html#phrasing-content">phrasing + content</a> is also expected (since all <a href="content-models.html#phrasing-content">phrasing + content</a> is <a href="content-models.html#flow-content">flow content</a>), only "where + <a href="content-models.html#phrasing-content">phrasing content</a> is expected" will be listed.</p> </dd> @@ -1054,6 +1028,6 @@ <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>, along with any additional normative conformance criteria that may apply to authors. Examples are sometimes also included.<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" id="html-elements-19">HTML elements</a> may have any string value, including + 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. \ No newline at end of file Index: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.416 retrieving revision 1.417 diff -u -d -r1.416 -r1.417 --- urls.html 13 Apr 2011 07:54:46 -0000 1.416 +++ urls.html 20 Apr 2011 12:21:18 -0000 1.417 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2.5 URLs — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2.5 URLs — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,54 +335,59 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="common-microsyntaxes.html">← 2.4 Common microsyntaxes</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a> - <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><a href="urls.html#interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</a></ol><li><a href="urls.html#common-dom-interfaces"><span class="secno">2.6 </span>Common DOM interfaces</a> - <ol><li><a href="urls.html#reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6.1 </span>Reflecting content attributes in IDL attributes</a><li><a href="urls.html#collections-0"><span class="secno">2.6.2 </span>Collections</a> - <ol><li><a href="urls.html#htmlcollection-0"><span class="secno">2.6.2.1 </span>HTMLCollection</a><li><a href="urls.html#htmlallcollection-0"><span class="secno">2.6.2.2 </span>HTMLAllCollection</a><li><a href="urls.html#htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</a><li><a href="urls.html#htmloptionscollection-0"><span class="secno">2.6.2.4 </span>HTMLOptionsCollection</a></ol><li><a href="urls.html#domtokenlist-0"><span class="secno">2.6.3 </span>DOMTokenList</a><li><a href="urls.html#domsettabletokenlist-0"><span class="secno">2.6.4 </span>DOMSettableTokenList</a><li><a href="urls.html#domstringmap-0"><span class="secno">2.6.5 </span>DOMStringMap</a><li><a href="urls.html#dom-feature-strings"><span class="secno">2.6.6 </span>DOM feature strings</a><li><a href="urls.html#exceptions"><span class="secno">2.6.7 </span>Exceptions</a></ol><li><a href="urls.html#namespaces"><span class="secno">2.7 </span>Namespaces</a></ol></ol></div> + <ol class="toc"><li><ol><li><a href="urls.html#urls"><span class="secno">2.6 </span>URLs</a> + <ol><li><a href="urls.html#terminology-0"><span class="secno">2.6.1 </span>Terminology</a><li><a href="urls.html#resolving-urls"><span class="secno">2.6.3 </span>Resolving URLs</a><li><a href="urls.html#interfaces-for-url-manipulation"><span class="secno">2.6.5 </span>Interfaces for URL manipulation</a></ol><li><a href="urls.html#common-dom-interfaces"><span class="secno">2.8 </span>Common DOM interfaces</a> + <ol><li><a href="urls.html#reflecting-content-attributes-in-idl-attributes"><span class="secno">2.8.1 </span>Reflecting content attributes in IDL attributes</a><li><a href="urls.html#collections-0"><span class="secno">2.8.2 </span>Collections</a> + <ol><li><a href="urls.html#htmlcollection-0"><span class="secno">2.8.2.1 </span>HTMLCollection</a><li><a href="urls.html#htmlallcollection-0"><span class="secno">2.8.2.2 </span>HTMLAllCollection</a><li><a href="urls.html#htmlformcontrolscollection-0"><span class="secno">2.8.2.3 </span>HTMLFormControlsCollection</a><li><a href="urls.html#htmloptionscollection-0"><span class="secno">2.8.2.4 </span>HTMLOptionsCollection</a></ol><li><a href="urls.html#domtokenlist-0"><span class="secno">2.8.3 </span>DOMTokenList</a><li><a href="urls.html#domsettabletokenlist-0"><span class="secno">2.8.4 </span>DOMSettableTokenList</a><li><a href="urls.html#domstringmap-0"><span class="secno">2.8.6 </span>DOMStringMap</a><li><a href="urls.html#dom-feature-strings"><span class="secno">2.8.7 </span>DOM feature strings</a><li><a href="urls.html#exceptions"><span class="secno">2.8.8 </span>Exceptions</a></ol><li><a href="urls.html#namespaces"><span class="secno">2.9 </span>Namespaces</a></ol></ol></div> - <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><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>A <a href="#url" id="url-1">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of - the following conditions holds:<ul><li><p>The <a href="#url" id="url-2">URL</a> is a valid URI reference <a href="references.html#refsRFC3986">[RFC3986]</a>.</li> + <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>This specification defines the term <a href="#url">URL</a>, and defines + various algorithms for dealing with URLs, because for historical + reasons the rules defined by the URI and IRI specifications are not + a complete description of what HTML user agents need to implement to + be compatible with Web content.<p class="note">The term "URL" in this specification is used in a + manner distinct from the precise technical meaning it is given in + RFC 3986. Readers familiar with that RFC will find it easier to read + <em>this</em> specification if they pretend the term "URL" as used + 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><h4 id="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p>A <dfn id="url">URL</dfn> is a string used to identify a resource.<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:<ul><li><p>The <a href="#url">URL</a> is a valid URI reference <a href="references.html#refsRFC3986">[RFC3986]</a>.</li> - <li><p>The <a href="#url" id="url-3">URL</a> is a valid IRI reference and it has no + <li><p>The <a href="#url">URL</a> is a valid IRI reference and it has no query component. <a href="references.html#refsRFC3987">[RFC3987]</a></li> - <li><p>The <a href="#url" id="url-4">URL</a> is a valid IRI reference and its query + <li><p>The <a href="#url">URL</a> is a valid IRI reference and its query component contains no unescaped non-ASCII characters. <a href="references.html#refsRFC3987">[RFC3987]</a></li> - <li><p>The <a href="#url" id="url-5">URL</a> is a valid IRI reference and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title='Read about this "character encoding" reference in the full HTML5 spec.'>character encoding</a> of + <li><p>The <a href="#url">URL</a> is a valid IRI reference and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title='Read about this "character encoding" reference in the full HTML5 spec.'>character encoding</a> of the URL's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is UTF-8 or UTF-16. <a href="references.html#refsRFC3987">[RFC3987]</a></li> </ul><p>A string is a <dfn id="valid-non-empty-url">valid non-empty URL</dfn> if it is a - <a href="#valid-url" id="valid-url-0">valid URL</a> but it is not the empty string.<p>A string is a <dfn id="valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by + <a href="#valid-url">valid URL</a> but it is not the empty string.<p>A string is a <dfn id="valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from - it, it is a <a href="#valid-url" id="valid-url-1">valid URL</a>.<p>A string is a <dfn id="valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by + it, it is a <a href="#valid-url">valid URL</a>.<p>A string is a <dfn id="valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from - it, it is a <a href="#valid-non-empty-url" id="valid-non-empty-url-0">valid non-empty URL</a>.<p>A <a href="#url" id="url-6">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving" reference in the full HTML5 spec.'>resolving</a> it results in the same output + it, it is a <a href="#valid-non-empty-url">valid non-empty URL</a>.<p>This specification defines the URL + <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though + unresolvable, <code title="">about:</code> URI, for use in <a href="syntax.html#syntax-doctype" title="syntax-doctype">DOCTYPE</a>s in <a href="dom.html#html-documents">HTML + documents</a> when needed for compatibility with XML tools. <a href="references.html#refsABOUT">[ABOUT]</a><p>This specification defines the URL + <dfn id="about:srcdoc"><code>about:srcdoc</code></dfn> as a reserved, though + unresolvable, <code title="">about:</code> URI, that is used as + <a href="dom.html#the-document-s-address">the document's address</a> of <a href="the-iframe-element.html#an-iframe-srcdoc-document" title="an iframe srcdoc + document"><code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> documents</a>. <a href="references.html#refsABOUT">[ABOUT]</a><h4 id="resolving-urls"><span class="secno">2.5.2 </span>Resolving URLs</h4><p>Resolving a URL is the process of taking a relative URL and + obtaining the absolute URL that it implies.<p>A <a href="#url">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving" reference in the full HTML5 spec.'>resolving</a> it results in the same output regardless of what it is resolved relative to, and that output is - not a failure.<p>An <a href="#absolute-url" id="absolute-url-0">absolute URL</a> is a <dfn id="hierarchical-url">hierarchical URL</dfn> if, + not a failure.<p>An <a href="#absolute-url">absolute URL</a> is a <dfn id="hierarchical-url">hierarchical URL</dfn> if, when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there is a character immediately after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'><scheme></a> component - and it is a U+002F SOLIDUS character (/).<p>An <a href="#absolute-url" id="absolute-url-1">absolute URL</a> is an <dfn id="authority-based-url">authority-based URL</dfn> + and it is a U+002F SOLIDUS character (/).<p>An <a href="#absolute-url">absolute URL</a> is an <dfn id="authority-based-url">authority-based URL</dfn> if, when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there are two characters immediately after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'><scheme></a> - component and they are both U+002F SOLIDUS characters (//).<hr><p>This specification defines the URL - <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though - unresolvable, <code title="">about:</code> URI, for use in <a href="syntax.html#syntax-doctype" id="syntax-doctype-0" title="syntax-doctype">DOCTYPE</a>s in <a href="dom.html#html-documents" id="html-documents-0">HTML - documents</a> when needed for compatibility with XML tools. <a href="references.html#refsABOUT">[ABOUT]</a><p>This specification defines the URL - <dfn id="about:srcdoc"><code>about:srcdoc</code></dfn> as a reserved, though - unresolvable, <code title="">about:</code> URI, that is used as - <a href="dom.html#the-document-s-address" id="the-document-s-address-0">the document's address</a> of <a href="the-iframe-element.html#an-iframe-srcdoc-document" id="an-iframe-srcdoc-document-0" title="an iframe srcdoc - document"><code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> documents</a>. <a href="references.html#refsABOUT">[ABOUT]</a><p class="note">The term "URL" in this specification is used in a - manner distinct from the precise technical meaning it is given in - RFC 3986. Readers familiar with that RFC will find it easier to read - <em>this</em> specification if they pretend the term "URL" as used - herein is really called something else altogether. This is a - <a href="introduction.html#willful-violation" id="willful-violation-0">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</h4><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL + component and they are both U+002F SOLIDUS characters (//).<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> has seven attributes with the following definitions:<pre class="idl extract"> attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>; @@ -462,7 +464,7 @@ </table></div><div class="example"> <p>The following table is similar; it provides a list of what each - of the <a href="#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-0">URL decomposition IDL attributes</a> returns for a + of the <a href="#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> returns for a given <var title="">input</var> URL.</p> <table><thead><tr><th>Input @@ -493,24 +495,21 @@ 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 - attribute to the given value.</p><!-- v2 for completeness: (also search for REFLECTIDL) - <p class="note">A list of <span>reflecting IDL attributes</span> and - their corresponding content attributes is given in the index.</p> ---><h4 id="collections-0"><span class="secno">2.6.2 </span>Collections</h4><p>The <code><a href="#htmlcollection" id="htmlcollection-1">HTMLCollection</a></code>, <code><a href="#htmlallcollection" id="htmlallcollection-1">HTMLAllCollection</a></code>, - <code><a href="#htmlformcontrolscollection" id="htmlformcontrolscollection-1">HTMLFormControlsCollection</a></code>, - <code><a href="#htmloptionscollection" id="htmloptionscollection-1">HTMLOptionsCollection</a></code>, + attribute to the given value.<h4 id="collections-0"><span class="secno">2.6.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>, interfaces represent various lists of DOM nodes. Collectively, objects implementing these - interfaces are called <dfn id="collections">collections</dfn>.<p>When a <a href="#collections" id="collections-1" title="collections">collection</a> is created, a - filter and a root are associated with the collection.<p class="example">For example, when the <code><a href="#htmlcollection" id="htmlcollection-2">HTMLCollection</a></code> + interfaces are called <dfn id="collections">collections</dfn>.<p>When a <a href="#collections" title="collections">collection</a> is created, a + filter and a root are associated with the collection.<p class="example">For example, when the <code><a href="#htmlcollection">HTMLCollection</a></code> object for the <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "document.images" reference in the full HTML5 spec.'>document.images</a></code> attribute is created, it is associated with a filter that selects only - <code><a href="embedded-content-1.html#the-img-element" id="img-1">img</a></code> elements, and rooted at the root of the - document.<p>The <a href="#collections" id="collections-2" title="collections">collection</a> then <dfn id="represented-by-the-collection" title="represented by the collection">represents</dfn> a - <a href="infrastructure.html#live" id="live-0">live</a> view of the subtree rooted at the collection's + <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements, and rooted at the root of the + document.<p>The <a href="#collections" title="collections">collection</a> then <dfn id="represented-by-the-collection" title="represented by the collection">represents</dfn> a + <a href="infrastructure.html#live">live</a> view of the subtree rooted at the collection's root, containing only nodes that match the given filter. The view is - linear. <h5 id="htmlcollection-0"><span class="secno">2.6.2.1 </span>HTMLCollection</h5><p>The <code><a href="#htmlcollection" id="htmlcollection-3">HTMLCollection</a></code> interface represents a generic - <a href="#collections" id="collections-3" title="collections">collection</a> of elements.<pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> { + linear. <h5 id="htmlcollection-0"><span class="secno">2.6.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.<pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> { readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; caller getter <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index); caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // only returns Element @@ -523,7 +522,7 @@ <dt><var title="">collection</var>[<var title="">index</var>]</dt> <dt><var title="">collection</var>(<var title="">index</var>)</dt> <dd> - <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order-0">tree order</a>.</p> + <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order">tree order</a>.</p> <p>Returns null if <var title="">index</var> is out of range.</p> </dd> @@ -531,23 +530,23 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the first item with <a href="elements.html#concept-id" id="concept-id-0" title="concept-id">ID</a> or name <var title="">name</var> + <p>Returns the first item with <a href="elements.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p> - <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-1" title="concept-id">ID</a> or name could be found.</p> - <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-2">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-1">area</a></code>, - <code><a href="the-iframe-element.html#the-embed-element" id="embed-0">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-6">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-0">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-2">img</a></code>, and - <code><a href="the-iframe-element.html#the-object-element" id="object-3">object</a></code> elements can have a name for the purpose of + <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or name could be found.</p> + <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>, + <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and + <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> - </dl><h5 id="htmlallcollection-0"><span class="secno">2.6.2.2 </span>HTMLAllCollection</h5><p>The <code><a href="#htmlallcollection" id="htmlallcollection-2">HTMLAllCollection</a></code> interface represents a generic - <a href="#collections" id="collections-4" title="collections">collection</a> of elements just like - <code><a href="#htmlcollection" id="htmlcollection-4">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem()" reference in the full HTML5 spec.'>namedItem()</a></code> method - returns an <code><a href="#htmlallcollection" id="htmlallcollection-3">HTMLAllCollection</a></code> object when there are - multiple matching elements.<pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-5">HTMLCollection</a> { + </dl><h5 id="htmlallcollection-0"><span class="secno">2.6.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 class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem()" reference in the full HTML5 spec.'>namedItem()</a></code> method + returns an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object when there are + multiple matching elements.<pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>() caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem() - <a href="#htmlallcollection" id="htmlallcollection-4">HTMLAllCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a>(in DOMString tagName); + <a href="#htmlallcollection">HTMLAllCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a>(in DOMString tagName); };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt> <dd> <p>Returns the number of elements in the collection.</p> @@ -557,7 +556,7 @@ <dt><var title="">collection</var>[<var title="">index</var>]</dt> <dt><var title="">collection</var>(<var title="">index</var>)</dt> <dd> - <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order-1">tree order</a>.</p> + <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order">tree order</a>.</p> <p>Returns null if <var title="">index</var> is out of range.</p> </dd> @@ -566,13 +565,13 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with <a href="elements.html#concept-id" id="concept-id-2" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p> - <p>If there are multiple matching items, then an <code><a href="#htmlallcollection" id="htmlallcollection-5">HTMLAllCollection</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-3" title="concept-id">ID</a> or name could be found.</p> - <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-3">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-2">area</a></code>, - <code><a href="the-iframe-element.html#the-embed-element" id="embed-1">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-7">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-1">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-3">img</a></code>, and - <code><a href="the-iframe-element.html#the-object-element" id="object-4">object</a></code> elements can have a name for the purpose of + <p>Returns the item with <a href="elements.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p> + <p>If there are multiple matching items, then an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object containing all those elements is returned.</p> + <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or name could be found.</p> + <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>, + <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and + <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements can have a name for the purpose of this method; their name is given by the value of their <code title="">name</code> attribute.</p> </dd> @@ -581,9 +580,9 @@ <p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p> </dd> - </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</h5><p>The <code><a href="#htmlformcontrolscollection" id="htmlformcontrolscollection-2">HTMLFormControlsCollection</a></code> interface represents - a <a href="#collections" id="collections-5" title="collections">collection</a> of <a href="forms.html#category-listed" id="category-listed-0" title="category-listed">listed elements</a> in <code><a href="forms.html#the-form-element" id="form-8">form</a></code> - and <code><a href="forms.html#the-fieldset-element" id="fieldset-0">fieldset</a></code> elements.<pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-6">HTMLCollection</a> { + </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.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.<pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>() caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem() }; @@ -599,7 +598,7 @@ <dt><var title="">collection</var>[<var title="">index</var>]</dt> <dt><var title="">collection</var>(<var title="">index</var>)</dt> <dd> - <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order-2">tree order</a>.</p> + <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order">tree order</a>.</p> <p>Returns null if <var title="">index</var> is out of range.</p> </dd> @@ -608,9 +607,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with <a href="elements.html#concept-id" id="concept-id-4" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-23">name</a></code> <var title="">name</var> from the collection.</p> - <p>If there are multiple matching items, then a <code><a href="#radionodelist" id="radionodelist-0">RadioNodeList</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-5" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-24">name</a></code> could be found.</p> + <p>Returns the item with <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> <var title="">name</var> from the collection.</p> + <p>If there are multiple matching items, then a <code><a href="#radionodelist">RadioNodeList</a></code> object containing all those elements is returned.</p> + <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> could be found.</p> </dd> <dt><var title="">radioNodeList</var> . <var title="">value</var> [ = <var title="">value</var> ]</dt> @@ -619,29 +618,29 @@ <p>Can be set, to check the first radio button with the given value represented by the object.</p> </dd> - </dl><h5 id="htmloptionscollection-0"><span class="secno">2.6.2.4 </span>HTMLOptionsCollection</h5><p>The <code><a href="#htmloptionscollection" id="htmloptionscollection-2">HTMLOptionsCollection</a></code> interface represents a - list of <code><a href="the-button-element.html#the-option-element" id="option-1">option</a></code> elements. It is always rooted on a - <code><a href="the-button-element.html#the-select-element" id="select-5">select</a></code> element and has attributes and methods that - manipulate that element's descendants.<pre class="idl">interface <dfn id="htmloptionscollection">HTMLOptionsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-7">HTMLCollection</a> { + </dl><h5 id="htmloptionscollection-0"><span class="secno">2.6.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.<pre class="idl">interface <dfn id="htmloptionscollection">HTMLOptionsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> { // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>() attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; // overrides inherited length caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem() - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-0">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" id="htmlelement-1">HTMLElement</a> before); - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-2">HTMLElement</a> element, in long before); + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before); + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index); - attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>; + attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>; };</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the number of elements in the collection.</p> - <p>When set to a smaller number, truncates the number of <code><a href="the-button-element.html#the-option-element" id="option-2">option</a></code> elements in the corresponding container.</p> - <p>When set to a greater number, adds new blank <code><a href="the-button-element.html#the-option-element" id="option-3">option</a></code> elements to that container.</p> + <p>When set to a smaller number, truncates the number of <code><a href="the-button-element.html#the-option-element">option</a></code> elements in the corresponding container.</p> + <p>When set to a greater number, adds new blank <code><a href="the-button-element.html#the-option-element">option</a></code> elements to that container.</p> </dd> <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt> <dt><var title="">collection</var>[<var title="">index</var>]</dt> <dt><var title="">collection</var>(<var title="">index</var>)</dt> <dd> - <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order-3">tree order</a>.</p> + <p>Returns the item with index <var title="">index</var> from the collection. The items are sorted in <a href="infrastructure.html#tree-order">tree order</a>.</p> <p>Returns null if <var title="">index</var> is out of range.</p> </dd> @@ -650,9 +649,9 @@ <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd> - <p>Returns the item with <a href="elements.html#concept-id" id="concept-id-6" title="concept-id">ID</a> or <code title="attr-option-name"><a href="obsolete.html#attr-option-name" id="name-58">name</a></code> <var title="">name</var> from the collection.</p> + <p>Returns the item with <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-option-name"><a href="obsolete.html#attr-option-name">name</a></code> <var title="">name</var> from the collection.</p> <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-7" title="concept-id">ID</a> could be found.</p> + <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> could be found.</p> </dd> <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt> @@ -665,13 +664,13 @@ <p>If <var title="">before</var> is omitted, null, or a number out of range, then <var title="">element</var> will be added at the end of the list.</p> - <p>This method will throw a <code><a href="#hierarchy_request_err" id="hierarchy_request_err-0">HIERARCHY_REQUEST_ERR</a></code> + <p>This method will throw a <code><a href="#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception if <var title="">element</var> is an ancestor of the - element into which it is to be inserted. If <var title="">element</var> is not an <code><a href="the-button-element.html#the-option-element" id="option-4">option</a></code> or - <code><a href="the-button-element.html#the-optgroup-element" id="optgroup-1">optgroup</a></code> element, then the method does nothing.</p> + element into which it is to be inserted. If <var title="">element</var> is not an <code><a href="the-button-element.html#the-option-element">option</a></code> or + <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 class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-selectedIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -682,10 +681,10 @@ </dd> - </dl><h4 id="domtokenlist-0"><span class="secno">2.6.3 </span>DOMTokenList</h4><p>The <code><a href="#domtokenlist" id="domtokenlist-1">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" id="set-of-space-separated-tokens-5">set of - space-separated tokens</a>.<p class="note"><code><a href="#domtokenlist" id="domtokenlist-2">DOMTokenList</a></code> objects are always - <a href="infrastructure.html#case-sensitive" id="case-sensitive-1">case-sensitive</a>, even when the underlying string might + </dl><h4 id="domtokenlist-0"><span class="secno">2.6.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 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 ordinarily be treated in a case-insensitive manner.<pre class="idl">interface <dfn id="domtokenlist">DOMTokenList</dfn> { readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; getter DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index); @@ -709,22 +708,22 @@ <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a></code>(<var title="">token</var>)</dt> <dd> <p>Returns true if the <var title="">token</var> is present; false otherwise.</p> - <p>Throws a <code><a href="#syntax_err" id="syntax_err-0">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> - <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-0">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> + <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">token</var>)</dt> <dd> <p>Adds <var title="">token</var>, unless it is already present.</p> - <p>Throws a <code><a href="#syntax_err" id="syntax_err-1">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> - <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-1">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> + <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">token</var>)</dt> <dd> <p>Removes <var title="">token</var> if it is present.</p> - <p>Throws a <code><a href="#syntax_err" id="syntax_err-2">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> - <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-2">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> + <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a></code>(<var title="">token</var>)</dt> @@ -733,13 +732,13 @@ it if it is. Returns true if <var title="">token</var> is now present (it was added); returns false if it is not (it was removed).</p> - <p>Throws a <code><a href="#syntax_err" id="syntax_err-3">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> - <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-3">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> + <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p> + <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p> </dd> - </dl><h4 id="domsettabletokenlist-0"><span class="secno">2.6.4 </span>DOMSettableTokenList</h4><p>The <code><a href="#domsettabletokenlist" id="domsettabletokenlist-1">DOMSettableTokenList</a></code> interface is the same as the - <code><a href="#domtokenlist" id="domtokenlist-3">DOMTokenList</a></code> interface, except that it allows the - underlying string to be directly changed.<pre class="idl">interface <dfn id="domsettabletokenlist">DOMSettableTokenList</dfn> : <a href="#domtokenlist" id="domtokenlist-4">DOMTokenList</a> { + </dl><h4 id="domsettabletokenlist-0"><span class="secno">2.6.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.<pre class="idl">interface <dfn id="domsettabletokenlist">DOMSettableTokenList</dfn> : <a href="#domtokenlist">DOMTokenList</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; };</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-DOMSettableTokenList-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code></dt> <dd> @@ -752,7 +751,7 @@ native mechanisms for property access.<div class="example"> <p>The <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code> attribute on - elements exposes the <code title="attr-data-*"><a href="elements.html#attr-data" id="data-4">data-*</a></code> + elements exposes the <code title="attr-data-*"><a href="elements.html#attr-data">data-*</a></code> attributes on the element.</p> <p>Given the following fragment and elements with similar @@ -802,23 +801,19 @@ <li value="15"><dfn id="invalid_access_err"><code>INVALID_ACCESS_ERR</code></dfn></li> <li value="16"><dfn id="validation_err"><code>VALIDATION_ERR</code></dfn></li> <li value="17"><dfn id="type_mismatch_err"><code>TYPE_MISMATCH_ERR</code></dfn></li> - <li value="18"><dfn id="security_err"><code>SECURITY_ERR</code></dfn></li> <!-- actually in XHR for now --> - <li value="19"><dfn id="network_err"><code>NETWORK_ERR</code></dfn></li> <!-- actually in XHR for now --> - <li value="20"><dfn id="abort_err"><code>ABORT_ERR</code></dfn></li> <!-- actually in XHR for now --> - <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="25"><dfn id="data_clone_err"><code>DATA_CLONE_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 - -> ---> + <li value="18"><dfn id="security_err"><code>SECURITY_ERR</code></dfn></li> + <li value="19"><dfn id="network_err"><code>NETWORK_ERR</code></dfn></li> + <li value="20"><dfn id="abort_err"><code>ABORT_ERR</code></dfn></li> + <li value="21"><dfn id="url_mismatch_err"><code>URL_MISMATCH_ERR</code></dfn></li> + <li value="22"><dfn id="quota_exceeded_err"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> + <li value="23"><dfn id="timeout_err"><code>TIMEOUT_ERR</code></dfn></li> + <li value="25"><dfn id="data_clone_err"><code>DATA_CLONE_ERR</code></dfn></li> </ol><h3 id="namespaces"><span class="secno">2.7 </span>Namespaces</h3><p>The <dfn id="html-namespace-0">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code><p>The <dfn id="mathml-namespace">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code><p>The <dfn id="svg-namespace">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code><p>The <dfn id="xlink-namespace">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code><p>The <dfn id="xml-namespace">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code><p>The <dfn id="xmlns-namespace">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code><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 node analogues are in certain namespaces, without actually exposing - the above strings.<hr><p class="note">In <a href="syntax.html#syntax" id="the-html-syntax-1">the HTML syntax</a>, namespace prefixes + the above strings.<hr><p class="note">In <a href="syntax.html#syntax">the HTML syntax</a>, namespace prefixes and namespace declarations do not have the same effect as in XML. For instance, the colon has no special meaning in HTML element names. \ No newline at end of file Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.412 retrieving revision 1.413 diff -u -d -r1.412 -r1.413 --- iana.html 13 Apr 2011 07:54:38 -0000 1.412 +++ iana.html 20 Apr 2011 12:21:11 -0000 1.413 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>11 IANA considerations — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>11 IANA considerations — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,24 +335,16 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="obsolete.html">← 10 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="index.html">Index →</a> - <ol class="toc"><li><a href="iana.html#iana"><span class="secno">11 </span>IANA considerations</a> - <ol><li><a href="iana.html#text-html" id="x11.1-text-html"><span class="secno">11.1 </span><code>text/html</code></a><li><a href="iana.html#text-html-sandboxed" id="x11.2-text-html-sandboxed"><span class="secno">11.2 </span><code>text/html-sandboxed</code></a><li><a href="iana.html#application-xhtml-xml" id="x11.3-application-xhtml-xml"><span class="secno">11.3 </span><code>application/xhtml+xml</code></a><li><a href="iana.html#text-cache-manifest" id="x11.4-text-cache-manifest"><span class="secno">11.4 </span><code>text/cache-manifest</code></a></ol></ol></div> - - <h2 id="iana"><span class="secno">11 </span>IANA considerations</h2><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">11.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted - to the IESG for review, approval, and registration with IANA.</p><!-- - To: ietf-types@iana.org - Subject: Registration of media type text/html - --><!-- - Obsoletes: - http://tools.ietf.org/html/rfc2854 + <ol class="toc"><li><a href="iana.html#iana"><span class="secno">12 </span>IANA considerations</a> + <ol><li><a href="iana.html#text-html"><span class="secno">12.1 </span><code>text/html</code></a><li><a href="iana.html#text-html-sandboxed"><span class="secno">12.2 </span><code>text/html-sandboxed</code></a><li><a href="iana.html#application-xhtml-xml"><span class="secno">12.3 </span><code>application/xhtml+xml</code></a><li><a href="iana.html#text-cache-manifest"><span class="secno">12.4 </span><code>text/cache-manifest</code></a></ol></ol></div> - Include a request to retire RFC 2854 persuant to section 6.4 of RFC 2026. - --><dl><dt>Type name:</dt> + <h2 id="iana"><span class="secno">11 </span>IANA considerations</h2><h3 id="text-html"><span class="secno">11.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted + to the IESG for review, approval, and registration with IANA.<dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> <dd>html</dd> @@ -367,17 +356,17 @@ <dd> <p>The <code title="">charset</code> parameter may be provided to definitively specify the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this "document's character encoding" reference in the full HTML5 spec.">document's character - encoding</a>, overriding any <a href="semantics.html#character-encoding-declaration" id="character-encoding-declaration-6" title="character encoding + encoding</a>, overriding any <a href="semantics.html#character-encoding-declaration" title="character encoding declaration">character encoding declarations</a> in the document. The parameter's value must be the name of the character encoding used to serialize the file, must be a valid - character encoding name, and must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-32">ASCII - case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-3">preferred MIME + character encoding name, and must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII + case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name">preferred MIME name</a> for that encoding. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p> </dd> </dl></dd> <dt>Encoding considerations:</dt> - <dd>See the section on <a href="semantics.html#character-encoding-declaration" id="character-encoding-declaration-7" title="character encoding + <dd>See the section on <a href="semantics.html#character-encoding-declaration" title="character encoding declaration">character encoding declarations</a>.</dd> <dt>Security considerations:</dt> <dd> @@ -399,20 +388,20 @@ <p>Even without scripting, there are specific features in HTML which, for historical reasons, are required for broad compatibility with legacy content but that expose the user to - unfortunate security problems. In particular, the <code><a href="embedded-content-1.html#the-img-element" id="img-40">img</a></code> + unfortunate security problems. In particular, the <code><a href="embedded-content-1.html#the-img-element">img</a></code> element can be used in conjunction with some other features as a way to effect a port scan from the user's location on the Internet. This can expose local network topologies that the attacker would otherwise not be able to determine.</p> <p>HTML relies on a compartmentalization scheme sometimes known as - the <i>same-origin policy</i>. An <a href="origin-0.html#origin" id="origin-2">origin</a> in most + the <i>same-origin policy</i>. An <a href="origin-0.html#origin">origin</a> in most cases consists of all the pages served from the same host, on the same port, using the same protocol.</p> <p>It is critical, therefore, to ensure that any untrusted content that forms part of a site be hosted on a different - <a href="origin-0.html#origin" id="origin-3">origin</a> than any sensitive content on that site. + <a href="origin-0.html#origin">origin</a> than any sensitive content on that site. Untrusted content can easily spoof any other page on the same origin, read data from that origin, cause scripts in that origin to execute, submit forms to and from that origin even if they are @@ -429,9 +418,9 @@ <dt>Published specification:</dt> <dd id="authors-using-html"> This document is the relevant specification. Labeling a resource - with the <code><a href="#text-html" id="text-html-7">text/html</a></code> type asserts that the resource is - an <a href="dom.html#html-documents" id="html-documents-24" title="HTML documents">HTML document</a> using - <a href="syntax.html#syntax" id="the-html-syntax-9">the HTML syntax</a>. + with the <code><a href="#text-html">text/html</a></code> type asserts that the resource is + an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> using + <a href="syntax.html#syntax">the HTML syntax</a>. </dd> <dt>Applications that use this media type:</dt> <dd> @@ -461,63 +450,60 @@ <dd>Ian Hickson <ian@hixie.ch></dd> <dt>Change controller:</dt> <dd>W3C</dd> - </dl><p>Fragment identifiers used with <code><a href="#text-html" id="text-html-8">text/html</a></code> resources + </dl><p>Fragment identifiers used with <code><a href="#text-html">text/html</a></code> resources refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the document</a>.<h3 id="text-html-sandboxed"><span class="secno">11.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted - to the IESG for review, approval, and registration with IANA.</p><!-- - To: ietf-types@iana.org - Subject: Registration of media type text/html-sandboxed - --><dl><dt>Type name:</dt> + to the IESG for review, approval, and registration with IANA.<dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> <dd>html-sandboxed</dd> <dt>Required parameters:</dt> <dd>No required parameters</dd> <dt>Optional parameters:</dt> - <dd>Same as for <code><a href="#text-html" id="text-html-9">text/html</a></code></dd> + <dd>Same as for <code><a href="#text-html">text/html</a></code></dd> <dt>Encoding considerations:</dt> - <dd>Same as for <code><a href="#text-html" id="text-html-10">text/html</a></code></dd> + <dd>Same as for <code><a href="#text-html">text/html</a></code></dd> <dt>Security considerations:</dt> <dd> - <p>The purpose of the <code><a href="#text-html-sandboxed" id="text-html-sandboxed-5">text/html-sandboxed</a></code> MIME type + <p>The purpose of the <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> MIME type is to provide a way for content providers to indicate that they want the file to be interpreted in a manner that does not give the file's contents access to the rest of the site. This is achieved by assigning the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects generated from - resources labeled as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-6">text/html-sandboxed</a></code> unique + resources labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> unique origins.</p> <p>To avoid having legacy user agents treating resources labeled - as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-7">text/html-sandboxed</a></code> as regular - <code><a href="#text-html" id="text-html-11">text/html</a></code> files, authors should avoid using the <code title="">.html</code> or <code title="">.htm</code> extensions for - resources labeled as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-8">text/html-sandboxed</a></code>.</p> - <p>Furthermore, since the <code><a href="#text-html-sandboxed" id="text-html-sandboxed-9">text/html-sandboxed</a></code> MIME + as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> as regular + <code><a href="#text-html">text/html</a></code> files, authors should avoid using the <code title="">.html</code> or <code title="">.htm</code> extensions for + resources labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code>.</p> + <p>Furthermore, since the <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> MIME type impacts the origin security model, authors should be careful to prevent tampering with the MIME type labeling mechanism itself - when documents are labeled as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-10">text/html-sandboxed</a></code>. If + when documents are labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code>. If an attacker can cause a file to be served as - <code><a href="#text-html" id="text-html-12">text/html</a></code> instead of - <code><a href="#text-html-sandboxed" id="text-html-sandboxed-11">text/html-sandboxed</a></code>, then the sandboxing will not + <code><a href="#text-html">text/html</a></code> instead of + <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code>, then the sandboxing will not take effect and a cross-site scripting attack will become possible.</p> - <p>Beyond this, the type is identical to <code><a href="#text-html" id="text-html-13">text/html</a></code>, + <p>Beyond this, the type is identical to <code><a href="#text-html">text/html</a></code>, and the same considerations apply.</p> </dd> <dt>Interoperability considerations:</dt> - <dd>Same as for <code><a href="#text-html" id="text-html-14">text/html</a></code></dd> + <dd>Same as for <code><a href="#text-html">text/html</a></code></dd> <dt>Published specification:</dt> <dd> This document is the relevant specification. Labeling a resource - with the <code><a href="#text-html-sandboxed" id="text-html-sandboxed-12">text/html-sandboxed</a></code> type asserts that the - resource is an <a href="dom.html#html-documents" id="html-documents-25" title="HTML documents">HTML document</a> - using <a href="syntax.html#syntax" id="the-html-syntax-10">the HTML syntax</a>. + with the <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> type asserts that the + resource is an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> + using <a href="syntax.html#syntax">the HTML syntax</a>. </dd> <dt>Applications that use this media type:</dt> - <dd>Same as for <code><a href="#text-html" id="text-html-15">text/html</a></code></dd> + <dd>Same as for <code><a href="#text-html">text/html</a></code></dd> <dt>Additional information:</dt> <dd> <dl><dt>Magic number(s):</dt> - <dd>Documents labeled as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-13">text/html-sandboxed</a></code> are + <dd>Documents labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> are heuristically indistinguishable from those labeled as - <code><a href="#text-html" id="text-html-16">text/html</a></code>.</dd> + <code><a href="#text-html">text/html</a></code>.</dd> <dt>File extension(s):</dt> <dd>"<code title="">sandboxed</code>"</dd> <dt>Macintosh file type code(s):</dt> @@ -533,16 +519,10 @@ <dd>Ian Hickson <ian@hixie.ch></dd> <dt>Change controller:</dt> <dd>W3C</dd> - </dl><p>Fragment identifiers used with <code><a href="#text-html-sandboxed" id="text-html-sandboxed-14">text/html-sandboxed</a></code> + </dl><p>Fragment identifiers used with <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> resources refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the document</a>.<h3 id="application-xhtml-xml"><span class="secno">11.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted - to the IESG for review, approval, and registration with IANA.</p><!-- - To: ietf-types@iana.org - Subject: Registration of media type application/xhtml+xml - --><!-- - Obsoletes: - http://tools.ietf.org/html/rfc3236 - --><dl><dt>Type name:</dt> + to the IESG for review, approval, and registration with IANA.<dl><dt>Type name:</dt> <dd>application</dd> <dt>Subtype name:</dt> <dd>xhtml+xml</dd> @@ -558,9 +538,9 @@ <dd>Same as for <code>application/xml</code> <a href="references.html#refsRFC3023">[RFC3023]</a></dd> <dt id="authors-using-xhtml">Published specification:</dt> <dd> - Labeling a resource with the <code><a href="#application-xhtml-xml" id="application-xhtml-xml-1">application/xhtml+xml</a></code> + Labeling a resource with the <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code> type asserts that the resource is an XML document that likely has - a root element from the <a href="urls.html#html-namespace-0" id="html-namespace-5">HTML namespace</a>. As such, the + a root element from the <a href="urls.html#html-namespace-0">HTML namespace</a>. As such, the relevant specifications are the XML specification, the Namespaces in XML specification, and this specification. <a href="references.html#refsXML">[XML]</a> <a href="references.html#refsXMLNS">[XMLNS]</a> </dd> @@ -573,7 +553,7 @@ <dt>File extension(s):</dt> <dd>"<code title="">xhtml</code>" and "<code title="">xht</code>" are sometimes used as extensions for XML resources that have a - root element from the <a href="urls.html#html-namespace-0" id="html-namespace-6">HTML namespace</a>.</dd> + root element from the <a href="urls.html#html-namespace-0">HTML namespace</a>.</dd> <dt>Macintosh file type code(s):</dt> <dd><code title="">TEXT</code></dd> </dl></dd> @@ -587,13 +567,10 @@ <dd>Ian Hickson <ian@hixie.ch></dd> <dt>Change controller:</dt> <dd>W3C</dd> - </dl><p>Fragment identifiers used with <code><a href="#application-xhtml-xml" id="application-xhtml-xml-2">application/xhtml+xml</a></code> - resources have the same semantics as with any <a href="infrastructure.html#xml-mime-type" id="xml-mime-type-1">XML MIME + </dl><p>Fragment identifiers used with <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code> + resources have the same semantics as with any <a href="infrastructure.html#xml-mime-type">XML MIME type</a>. <a href="references.html#refsRFC3023">[RFC3023]</a><h3 id="text-cache-manifest"><span class="secno">11.4 </span><dfn><code>text/cache-manifest</code></dfn></h3><p>This registration is for community review and will be submitted - to the IESG for review, approval, and registration with IANA.</p><!-- - To: ietf-types@iana.org - Subject: Registration of media type text/cache-manifest - --><dl><dt>Type name:</dt> + to the IESG for review, approval, and registration with IANA.<dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> <dd>cache-manifest</dd> @@ -650,4 +627,4 @@ <dt>Change controller:</dt> <dd>W3C</dd> </dl><p>Fragment identifiers have no meaning with - <code><a href="#text-cache-manifest" id="text-cache-manifest-3">text/cache-manifest</a></code> resources. \ No newline at end of file + <code><a href="#text-cache-manifest">text/cache-manifest</a></code> resources. \ No newline at end of file Index: fragment-links.js =================================================================== RCS file: /sources/public/html5/spec-author-view/fragment-links.js,v retrieving revision 1.186 retrieving revision 1.187 diff -u -d -r1.186 -r1.187 --- fragment-links.js 13 Apr 2011 00:55:36 -0000 1.186 +++ fragment-links.js 20 Apr 2011 12:21:10 -0000 1.187 @@ -1,4 +1,4 @@ -var fragment_links = { 'q-9':'text-level-semantics','q-8':'text-level-semantics','ix-handler-ondrag':'index','q-1':'content-models','q-0':'content-models','q-3':'text-level-semantics','q-2':'grouping-content','q-5':'text-level-semantics','q-4':'text-level-semantics','q-7':'text-level-semantics','q-6':'text-level-semantics','category-label-10':'index','noembed_index':'index-of-terms','basefont_index':'index-of-terms','hyperlink-29':'links','hyperlink-28':'links','command-facet-type':'commands','sandbox-9':'the-iframe-element','sandbox-8':'the-iframe-element','sandbox-7':'the-iframe-element','sandbox-6':'the-iframe-element','sandbox-5':'the-iframe-element','sandbox-4':'the-iframe-element','sandbox-3':'the-iframe-element','sandbox-2':'the-iframe-element','sandbox-1':'the-iframe-element','sandbox-0':'the-iframe-element','alt-35':'the-map-element','alt-34':'the-map-element','alt-37':'the-input-element','valid-non-negative-integer':'common-microsyntaxes','alt-31':'index','alt-30':'embedded-content-1','alt-33':'te-map-element','alt-32':'the-map-element','xml-compatible_index':'index-of-terms','alt-39':'the-input-element','alt-38':'the-input-element','entity-ring':'named-character-references','htmlcommandelement':'interactive-elements','category-label-12':'index','the-br-element':'text-level-semantics','concept-id-15':'forms','concept-id-14':'forms','concept-id-17':'the-button-element','concept-id-16':'common-input-element-attributes','concept-id-11':'tabular-data','concept-id-10':'tabular-data','concept-id-13':'forms','concept-id-12':'forms','command-redo':'dnd','valid-non-empty-url-potentially-surrounded-by-spaces-7':'video','concept-id-19':'the-button-element','concept-id-18':'the-button-element','concept-facet':'commands','attr-script-async':'scripting-1','entity-target':'named-character-references','ix-handler-ondblclick':'index','style-9':'introduction','style-8':'elements','style-7':'elements','style-6':'elements','style-5':'elements','style-4':'elements','style-3':'elements','style-2':'introduction','style-1:'introduction','style-0':'index','media-8':'text-level-semantics','media-9':'text-level-semantics','media-4':'semantics','media-5':'index','media-6':'video','entity-NotLessLess':'named-character-references','media-0':'semantics','media-1':'semantics','media-2':'index','media-3':'semantics','the-maxlength-attribute':'common-input-element-attributes','type-64':'the-input-element','phrasing-content-285':'index','phrasing-content-284':'index','phrasing-content-283':'index','phrasing-content-282':'index','phrasing-content-281':'index','type-65':'the-input-element','entity-DownTeeArrow':'named-character-references','type-66':'the-input-element','phrasing-content-289':'index','phrasing-content-288':'index','table-45':'index','table-44':'obsolete','table-47':'index','type-67':'the-input-element','table-41':'obsolete','table-40':'obsolete','table-43':'obsolete','attr-button-type':'the-button-element','type-60':'forms','entity-UpTeeArrow':'named-character-references','entity-GT':'named-character-references','type-61:'forms','entity-curarrm':'named-character-references','the-size-attribute':'common-input-element-attributes','attr-link-urn_index':'index-of-terms','type-62':'forms','custom-handlers':'timers','restrictions-for-contents-of-script-elements_index':'index-of-terms','attr-textarea-wrap-soft':'the-button-element','type-63':'the-input-element','concept-fe-disabled':'association-of-controls-and-forms','entity-RightUpDownVector':'named-character-references','entity-Sopf':'named-character-references','unordered-set-of-unique-space-separated-tokens-5':'index','the-hgroup-element_index':'index-of-terms','transparent-17':'index','attr-media-autoplay_index':'index-of-terms','htmlparamelement_index':'index-of-terms','nested-browsing-context_index':'index-of-terms','phrasing-content-139':'the-button-element','phrasing-content-138':'the-button-element','cols-2':'index','phrasing-content-135':'the-input-element','phrasing-content-134':'the-input-element','phrasing-content-137':'the-button-element','phrasing-content-136':'te-button-element','phrasing-content-131':'forms','phrasing-content-130':'forms','phrasing-content-133':'forms','phrasing-content-132':'forms','entity-lowbar':'named-character-references','object-0':'index','htmltitleelement':'semantics','entity-nGtv':'named-character-references','hyperlink-21':'links','concept-id-23':'obsolete','image-map-9':'index','prefetch-0':'links','prefetch-1':'links','prefetch-2':'links','hyperlink-20':'links','image-map-2':'the-iframe-element','image-map-3':'the-map-element','image-map-0':'embedded-content-1','image-map-1':'embedded-content-1','html-elements-31':'sections','html-elements-30':'apis-in-html-documents','image-map-4':'the-map-element','html-elements-32':'video','list-state_index':'index-of-terms','hyperlink-22':'links','entity-lAarr':'named-character-references','hyperlink-25':'links','entity-naturals':'named-character-references','entity-suphsol':'named-character-references','hyperlink-48':'links','hyperlink-24':'links','the-ruby-element_index':'index-of-terms','form-sbmission-20':'index','hyperlink-27':'links','hyperlink-26':'links','entity-ubreve':'named-character-references','form-31':'association-of-controls-and-forms','form-30':'association-of-controls-and-forms','form-33':'obsolete','name-60':'states-of-the-type-attribute','form-35':'index','form-34':'index','form-37':'index','form-36':'index','form-39':'index','form-38':'index','entity-prsim':'named-character-references','hidden-3':'commands','hidden-2':'interactive-elements','hidden-1':'content-models','hidden-0':'elements','hidden-7':'editing','hidden-6':'editing','hidden-5':'editing','hidden-4':'editing','strike':'obsolete','scope-8':'index','hidden-9':'editing','hidden-8':'editing','button-3':'content-models','button-2':'content-models','button-1':'content-models','button-0':'introduction','button-7':'forms','button-6':'forms','button-5':'embedded-content-1','button-4':'content-models','button-9':'forms','button-8':'forms','dom-mediaerror-media_err_network-0':'video','the-datatransferitems-interface':'dnd','ixhandler-window-onunload':'index','drag-data-store-bitmap-0':'dnd','scope-0':'tabular-data','concept-input-value-default-range-1':'number-state','concept-input-value-default-range-0':'content-models','value-28':'syntax','seamless-1':'browsers','popstate':'index','select-40':'the-button-element','concept-submit-button':'forms','concept-option-value-2':'the-button-element','concept-option-value-1':'the-button-element','concept-option-value-0':'the-button-element','select-42':'obsolete','entity-odsold':'named-character-references','select-43':'obsolete','entity-lesdot':'named-character-references','url-15':'history','the-dfn-element':'text-level-semantics','select-45':'index','entity-nsime':'named-character-references','entity-sfrown':'named-character-references','ix-handler-oninput':'index','area-46':'links','select-47':'index','syntax-elements-3':'syntax','void-elements_index':'index-of-terms','entity-vprop':'named-character-references','value-26':'common-input-element-attributes','entity-UpDownArrow':'named-haracter-references','value-27':'association-of-controls-and-forms','form-associated-element-0':'content-models','form-associated-element-1':'the-iframe-element','form-associated-element-2':'forms','form-associated-element-3':'forms','form-associated-element-4':'forms','form-associated-element-5':'forms','form-associated-element-6':'forms','form-associated-element-7':'the-input-element','form-associated-element-8':'the-input-element','form-associated-element-9':'the-button-element','htmltrackelement':'video','refsARIA':'references','the-keygen-element_index':'index-of-terms','heading-content_index':'index-of-terms','radio-button-state_index':'index-of-terms','entity-ngtr':'named-character-references','phrasing-content-66':'text-level-semantics','phrasing-content-67':'text-level-semantics','phrasing-content-64':'text-level-semantics','syntax-elements-0':'the-iframe-element','phrasing-content-62':'text-level-semantics','phrasing-content-63':'text-level-semantics','phrasing-content-60':'text-level-semantics','hrasing-content-61':'text-level-semantics','attr-pre-width':'obsolete','command-insertimage_index':'index-of-terms','phrasing-content-68':'text-level-semantics','phrasing-content-69':'text-level-semantics','script-42':'index','script-41':'index','script-40':'index','attr-textarea-required_index':'index-of-terms','drag-data-store-8':'dnd','timers':'timers','dom-function-call_index':'index-of-terms','quota_exceeded_err':'urls','image-maps':'the-map-element','entity-larrsim':'named-character-references','ix-handler-onreset':'index','origin':'origin-0','entity-boxvr':'named-character-references','td-21':'syntax','entity-Beta':'named-character-references','navigatorid-0':'timers','ix-handler-window-onscroll':'index','suspend':'index','htmlcanvaselement-1':'index','htmlcanvaselement-0':'index','entity-Aacute':'named-character-references','entity-boxvh':'named-character-references','entity-boxvR':'named-character-references','attr-input-alt':'number-state','entity-nhpar':'named-character-references','entity-emsp':named-character-references','concept-fe-disabled_index':'index-of-terms','entity-semi':'named-character-references','history-6':'history','history-7':'history','history-4':'history','history-5':'history','history-2':'browsers','history-3':'history','history-0':'history','history-1':'introduction','hidden':'elements','entity-boxvL':'named-character-references','xmlns-namespace_index':'index-of-terms','entity-pscr':'named-character-references','history-8':'history','entity-boxvH':'named-character-references','entity-trie':'named-character-references','htmltextareaelement_index':'index-of-terms','entity-uparrow':'named-character-references','type-59':'forms','type-58':'forms','attr-link-rev':'obsolete','attr-textarea-cols':'the-button-element','type-51':'content-models','type-50':'content-models','type-53':'content-models','type-52':'content-models','type-55':'content-models','type-54':'content-models','type-57':'forms','type-56':'the-map-element','named-character-references-1':'syntax','named-character-refereces-0':'syntax','entity-lHar':'named-character-references','track-15':'video','track-14':'video','track-17':'video','track-16':'video','track-11':'video','track-10':'video','track-13':'video','track-12':'video','entity-leftharpoondown':'named-character-references','br-9':'obsolete','track-19':'video','track-18':'video','valid-mime-type-6':'video','valid-mime-type-7':'links','valid-mime-type-4':'the-iframe-element','valid-mime-type-5':'the-iframe-element','valid-mime-type-2':'semantics','valid-mime-type-3':'scripting-1','valid-mime-type-0':'infrastructure','valid-mime-type-1':'semantics','iframe-7':'content-models','iframe-6':'content-models','iframe-5':'content-models','iframe-4':'content-models','iframe-3':'content-models','iframe-2':'dom','iframe-1':'urls','iframe-0':'urls','htmlelement-100':'the-button-element','entity-supdsub':'named-character-references','htmlelement-101':'the-button-element','htmlelement-102':'the-button-element','td-26':'obsolete','concept-command':'commands','rt':'content-models','atoplay-3':'video','autoplay-0':'video','autoplay-1':'video','rp':'text-level-semantics','autoplay-7':'index','autoplay-4':'video','autoplay-5':'video','htmlelement-104':'the-button-element','autoplay-8':'index','htmlelement-105':'the-button-element','text-node-10':'semantics','text-node-11':'scripting-1','text-node-12':'scripting-1','text-node-13':'text-level-semantics','htmlelement-106':'the-button-element','rb':'obsolete','standard-metadata-names':'semantics','attr-meta-http-equiv-default-style':'semantics','htmlelement-83':'tabular-data','entity-par':'named-character-references','entity-Hscr':'named-character-references','entity-wedbar':'named-character-references','character-encoding-declaration_index':'index-of-terms','entity-Lmidot':'named-character-references','color-state_index':'index-of-terms','entity-Cfr':'named-character-references','attr-ol-type-keyword-decimal':'grouping-content','entity-dtri':'named-character-references','texttrackcuelist':'video','hyperlink_index':'index-of-terms','creator-dcument_index':'index-of-terms','entity-lmoust':'named-character-references','valid-e-mail-address-list':'states-of-the-type-attribute','attr-command-icon_index':'index-of-terms','r1':'tabular-data','r2':'tabular-data','attr-tdth-colspan_index':'index-of-terms','col-0':'tabular-data','col-1':'tabular-data','col-2':'tabular-data','col-3':'syntax','col-4':'syntax','entity-ncedil':'named-character-references','col-6':'obsolete','col-7':'obsolete','col-8':'obsolete','article-26':'syntax','article-25':'links','article-24':'links','article-23':'links','article-22':'links','article-21':'links','article-20':'text-level-semantics','entity-bigotimes':'named-character-references','concept-section-0':'sections','global-attributes-150':'index','global-attributes-153':'index','global-attributes-152':'index','global-attributes-155':'index','global-attributes-154':'index','entity-NotGreaterSlantEqual':'named-character-references','global-attributes-156':'index','global-attributes-159':'index','global-attributes-158':'index''concept-clone_index':'index-of-terms','htmlelement-167':'index','attr-embed-vspace':'obsolete','a-76':'index','htmltablerowelement-1':'index','htmltablerowelement-0':'index','entity-Bcy':'named-character-references','link-type-author':'links','video-20':'video','video-21':'video','video-22':'video','video-23':'video','video-24':'video','video-25':'the-map-element','video-26':'index','video-27':'index','session-history-entry-4':'history','session-history-entry-5':'history','session-history-entry-6':'history','session-history-entry-7':'history','text-track-cue-active-flag-0':'video','session-history-entry-1':'history','session-history-entry-2':'history','session-history-entry-3':'history','set-of-comma-separated-tokens-4':'index','set-of-comma-separated-tokens-1':'semantics','set-of-comma-separated-tokens-0':'common-microsyntaxes','set-of-comma-separated-tokens-3':'number-state','set-of-comma-separated-tokens-2':'states-of-the-type-attribute','entity-lArr':'named-character-references','phrasing-content-287':index','entity-rarrbfs':'named-character-references','entity-models':'named-character-references','table-example-1':'tabular-data','dynamic-markup-insertion':'apis-in-html-documents','concept-option-label-0':'the-button-element','entity-lobrk':'named-character-references','entity-rightsquigarrow':'named-character-references','attr-output-for_index':'index-of-terms','entity-llarr':'named-character-references','datatransferitem-2':'dnd','thead-21':'obsolete','thead-20':'obsolete','thead-23':'obsolete','thead-22':'obsolete','thead-25':'index','thead-24':'obsolete','thead-27':'index','thead-26':'index','top-level-browsing-context':'browsers','simple-color':'common-microsyntaxes','the-h1-h2-h3-h4-h5-and-h6-elements_index':'index-of-terms','entity-bbrk':'named-character-references','attr-input-type-range-keyword_index':'index-of-terms','attr-table-cellspacing':'obsolete','entity-colon':'named-character-references','entity-Ugrave':'named-character-references','rowspan-2':'index','entity-Mfr':'named-character-refernces','rowspan-0':'tabular-data','rowspan-1':'index','dom-location-hostname_index':'index-of-terms','event-appcache-noupdate_index':'index-of-terms','entity-LeftUpTeeVector':'named-character-references','table-46':'index','dom-texttrack-kind-subtitles':'video','ix-handler-ondragend':'index','browsing-context-8':'the-iframe-element','browsing-context-9':'links','attr-fs-enctype-text_index':'index-of-terms','entity-thetav':'named-character-references','browsing-context-0':'introduction','browsing-context-1':'infrastructure','browsing-context-2':'dom','browsing-context-3':'dom','browsing-context-4':'semantics','browsing-context-5':'semantics','browsing-context-6':'the-iframe-element','browsing-context-7':'the-iframe-element','entity-gesles':'named-character-references','attr-track-src_index':'index-of-terms','entity-NotElement':'named-character-references','style-38':'index','table-49':'index','table-48':'index','outerhtml':'apis-in-html-documents','entity-sung':'named-character-references','entity-bcy':'namedcharacter-references','attr-contextmenu':'interactive-elements','dragevent-0':'dnd','dragevent-1':'dnd','valid-browsing-context-name-or-keyword-4':'index','entity-thkap':'named-character-references','menu':'index','not_supported_err_index':'index-of-terms','domtokenlist':'urls','entity-disin':'named-character-references','preferred-mime-name':'infrastructure','reversed-1':'index','attr-th-scope-colgroup':'tabular-data','attr-link-rel_index':'index-of-terms','entity-tcedil':'named-character-references','entity-Vcy':'named-character-references','entity-ldquo':'named-character-references','attr-input-type-file':'content-models','footer-17':'index','optgroup':'index','entity-nleqslant':'named-character-references','entity-map':'named-character-references','entity-apacir':'named-character-references','command-api_index':'index-of-terms','shape':'introduction','form-associated-element_index':'index-of-terms','attr-iframe-marginwidth_index':'index-of-terms','refsDOMCORE':'references','kinds-of-content':'content-moels','the-td-element':'tabular-data','entity-ctdot':'named-character-references','entity-pointint':'named-character-references','sectioning-content-18':'sections','sectioning-content-19':'sections','attr-input-maxlength_index':'index-of-terms','sectioning-content-12':'sections','sectioning-content-13':'sections','sectioning-content-10':'sections','sectioning-content-11':'sections','sectioning-content-16':'sections','sectioning-content-17':'sections','sectioning-content-14':'sections','sectioning-content-15':'sections','entity-Gcirc':'named-character-references','text-track-failed-to-load_index':'index-of-terms','entity-Eopf':'named-character-references','ix-handler-onwaiting':'index','domsettabletokenlist_index':'index-of-terms','the-accesskey-attribute_index':'index-of-terms','hidden-state':'states-of-the-type-attribute','htmlelement-138':'index','syntax-end-tag-1':'syntax','syntax-end-tag-0':'introduction','attr-li-value':'grouping-content','syntax-end-tag-2':'syntax','attr-command-type-keyword-checkbox':interactive-elements','svg-namespace-2':'syntax','alt-19':'embedded-content-1','alt-18':'embedded-content-1','alt-17':'embedded-content-1','alt-16':'embedded-content-1','alt-15':'embedded-content-1','alt-14':'embedded-content-1','alt-13':'embedded-content-1','alt-12':'embedded-content-1','alt-11':'embedded-content-1','alt-10':'embedded-content-1','system-state-and-capabilities:-the-navigator-object':'timers','entity-Xi':'named-character-references','attr-meta-http-equiv-default-style_index':'index-of-terms','concept-id-30':'index','entity-cacute':'named-character-references','ix-handler-onscroll':'index','entity-eqvparsl':'named-character-references','media-elements':'video','attr-command-type-state-checkbox_index':'index-of-terms','entity-dHar':'named-character-references','thead-8':'tabular-data','thead-9':'tabular-data','thead-6':'tabular-data','thead-7':'tabular-data','thead-4':'tabular-data','thead-5':'tabular-data','thead-2':'tabular-data','thead-3':'tabular-data','thead-0':'tabular-data','thead-1':'tbular-data','common-input-element-attributes':'common-input-element-attributes','entity-NotTildeEqual':'named-character-references','dom-media-have_enough_data-0':'video','textarea-3':'index','innerhtml':'apis-in-html-documents','htmlheadelement':'semantics','entity-odblac':'named-character-references','entity-Oacute':'named-character-references','refsRFC2397':'references','source':'index','command-facet-label':'commands','attr-tdth-abbr_index':'index-of-terms','refsHPAAIG':'references','hierarchy_request_err_index':'index-of-terms','refsRFC3629':'references','location':'history','dom-navigator-registercontenthandler_index':'index-of-terms','root-element-8':'elements','root-element-9':'links','root-element-2':'infrastructure','root-element-3':'infrastructure','root-element-0':'introduction','root-element-1':'infrastructure','root-element-6':'infrastructure','root-element-7':'infrastructure','root-element-4':'infrastructure','root-element-5':'infrastructure','phrasing-content-159':'interactive-elements','phrsing-content-158':'interactive-elements','radiogroup':'interactive-elements','phrasing-content-153':'the-button-element','phrasing-content-152':'the-button-element','phrasing-content-151':'the-button-element','phrasing-content-150':'the-button-element','phrasing-content-157':'interactive-elements','attr-ol-type-keyword-upper-roman':'grouping-content','phrasing-content-155':'the-button-element','phrasing-content-154':'the-button-element','dom-opener-0':'browsers','ascii-compatible-character-encoding_index':'index-of-terms','the-link-element_index':'index-of-terms','attr-area-shape-circle':'the-map-element','attr-track-kind-captions-0':'video','entity-darr':'named-character-references','concept-rel-extensions':'links','form-associated-element-28':'index','concept-appcache-manifest-explicit':'offline','entity-sfr':'named-character-references','entity-lesges':'named-character-references','attr-ol-type-state-lower-roman_index':'index-of-terms','context-menus-0':'interactive-elements','event-handler-content-attriutes-25':'index','attr-link-sizes':'links','event-handler-content-attributes-27':'index','event-handler-content-attributes-26':'index','event-handler-content-attributes-21':'index','event-handler-content-attributes-20':'index','event-handler-content-attributes-23':'index','event-handler-content-attributes-22':'index','event-handler-content-attributes-29':'index','event-handler-content-attributes-28':'index','hashchangeevent':'history','htmlbrelement':'text-level-semantics','i-25':'index','form-59':'the-button-element','form-58':'the-button-element','i-20':'text-level-semantics','i-21':'text-level-semantics','i-22':'text-level-semantics','i-23':'links','form-53':'the-button-element','form-52':'the-button-element','form-51':'the-button-element','form-50':'the-button-element','name-41':'the-button-element','name-40':'the-button-element','form-55':'the-button-element','form-54':'the-button-element','dom-navigator-registercontenthandler-0':'timers','event-appcache-obsolete_index':'index-of-terms','command-facet-ction_index':'index-of-terms','top-level-browsing-context_index':'index-of-terms','html-elements-38':'syntax','a-60':'obsolete','entity-RightDownVectorBar':'named-character-references','a-61':'obsolete','a-62':'obsolete','attr-fe-maxlength':'association-of-controls-and-forms','entity-xmap':'named-character-references','http-equiv':'semantics','a-64':'obsolete','html-elements-37':'dnd','a-65':'obsolete','disowned-its-opener-0':'browsers','form-associated-element-29':'index','html-elements-36':'dnd','a-66':'obsolete','form-associated-element-23':'index','image-map-6':'the-map-element','htmlembedelement-0':'index','a-67':'obsolete','attr-input-type-week':'content-models','form-associated-element-26':'index','form-associated-element-25':'index','help-1':'links','entity-lozf':'named-character-references','help-2':'links','entity-timesbar':'named-character-references','track-2':'index','image-map-5':'the-map-element','ascii-case-insensitive-16':'common-input-element-attributes','about:srcdoc':'urls','entity-rbrksu':'named-character-references','attr-a-urn_index':'index-of-terms','li-13':'interactive-elements','entity-rbrksld':'named-character-references','entity-gesdot':'named-character-references','attr-tr-charoff':'obsolete','entity-strns':'named-character-references','flow-content-127':'the-button-element','the-address-element':'sections','entity-Ocy':'named-character-references','noscript':'introduction','updateready-0':'offline','link-38':'links','window-27':'index','collections':'urls','attr-track-kind-subtitles-0':'video','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','window-25':'index','context-menus_index':'index-of-terms','updateready':'offline','refsHTMLALTTECHS':'references','entity-ntrianglelefteq':'named-character-references','formaction-31':'index','formaction-30':'association-of-controls-and-forms','formaction-32':'index','phrasing-content-88':'text-level-semantics','valid-date-string-with-optional-time':'common-microsyntaxes','div-24':'index','rows-1':'index','div-22':'indx','event-media-loadeddata':'video','div-20':'obsolete','div-21':'obsolete','phrasing-content-80':'text-level-semantics','phrasing-content-81':'text-level-semantics','phrasing-content-82':'text-level-semantics','phrasing-content-83':'text-level-semantics','phrasing-content-84':'text-level-semantics','phrasing-content-85':'text-level-semantics','phrasing-content-86':'text-level-semantics','phrasing-content-87':'text-level-semantics','entity-lessapprox':'named-character-references','scoped-6':'index','scoped-5':'index','scoped-4':'semantics','scoped-3':'semantics','scoped-2':'semantics','scoped-1':'semantics','scoped-0':'semantics','textarea-17':'forms','textarea-16':'content-models','textarea-15':'content-models','textarea-14':'content-models','textarea-13':'content-models','textarea-12':'content-models','textarea-11':'elements','textarea-10':'introduction','script-33':'obsolete','refsRFC4329':'references','textarea-19':'forms','textarea-18':'forms','html-documents-20':'the-iframe-element','html-documents-21:'the-iframe-element','html-documents-22':'the-iframe-element','html-documents-23':'the-map-element','html-documents-24':'iana','html-documents-25':'iana','entity-updownarrow':'named-character-references','attr-object-standby_index':'index-of-terms','entity-nsupseteqq':'named-character-references','entity-plusmn':'named-character-references','attr-track-srclang_index':'index-of-terms','for':'forms','entity-NotSquareSubsetEqual':'named-character-references','htmlmenuelement_index':'index-of-terms','attr-textarea-wrap-hard-state-1':'the-button-element','attr-textarea-wrap-hard-state-0':'the-button-element','map-4':'content-models','map-5':'the-map-element','map-6':'the-map-element','map-7':'the-map-element','map-0':'content-models','map-1':'content-models','map-2':'content-models','map-3':'content-models','map-8':'the-map-element','map-9':'the-map-element','type-33':'content-models','type-32':'content-models','type-31':'content-models','type-30':'content-models','type-37':'content-models','type-36':'content-mdels','type-35':'content-models','type-34':'content-models','type-39':'content-models','type-38':'content-models','tag-clouds':'links','entity-ocirc':'named-character-references','form-32':'syntax','attr-col-width':'obsolete','event-media-seeking':'video','radiogroup-0':'index','attr-area-shape-keyword-poly_index':'index-of-terms','entity-SOFTcy':'named-character-references','browsing-context':'browsers','entity-RightArrow':'named-character-references','disabled-19':'the-button-element','concept-fs-target_index':'index-of-terms','entity-VerticalLine':'named-character-references','common-idioms-without-dedicated-elements':'links','command-15':'index','command-14':'index','command-17':'index','command-16':'index','command-11':'index','command-10':'index','command-13':'index','command-12':'index','entity-rsqb':'named-character-references','session-history-entry-0':'history','flow-content-256':'index','flow-content-257':'index','flow-content-254':'index','flow-content-255':'index','flow-content-252':'index','flw-content-253':'index','flow-content-250':'index','flow-content-251':'index','wrap':'the-button-element','text-plain-0':'index','link-30':'links','entity-xuplus':'named-character-references','entity-multimap':'named-character-references','flow-content-259':'index','attr-track-srclang':'video','remove-an-element-from-a-document':'infrastructure','width':'the-canvas-element','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','entity-RightUpVectorBar':'named-character-references','entity-leftharpoonup':'named-character-references','multiple-33':'content-models','multiple-32':'content-models','entity-boxV':'named-character-references','multiple-30':'common-input-element-attributes','multiple-37':'the-button-element','multiple-36':'the-button-element','multiple-35':'the-button-element','multiple-34':'the-button-element','attr-area-nohref':'obsolete','multiple-39':'the-button-element','multiple-38':'the-button-element','attr-fs-formenctype':'associatio-of-controls-and-forms','browsing-context-49':'index','browsing-context-48':'index','entity-subne':'named-character-references','browsing-context-41':'history','browsing-context-40':'history','browsing-context-43':'history','browsing-context-42':'history','browsing-context-45':'history','browsing-context-44':'history','browsing-context-47':'index','browsing-context-46':'webappapis','min-25':'number-state','min-24':'number-state','min-27':'number-state','min-26':'number-state','min-21':'number-state','min-20':'states-of-the-type-attribute','min-23':'number-state','min-22':'number-state','browsing-the-web':'history','min-29':'number-state','min-28':'number-state','link-type-tag':'links','entity-subnE':'named-character-references','entity-yscr':'named-character-references','entity-boxh':'named-character-references','entity-ufisht':'named-character-references','entity-larr':'named-character-references','span-12':'obsolete','attr-media-preload-auto':'video','entity-mDDot':'named-character-references','ix-handlerwindow-onstorage':'index','entity-DiacriticalAcute':'named-character-references','text-track-loading':'video','global-attributes-178':'index','global-attributes-177':'index','text-track-30':'video','entity-NotTildeFullEqual':'named-character-references','sub-7':'dnd','have_future_data-2':'video','global-attributes-172':'index','have_future_data-0':'video','have_future_data-1':'video','fieldset-1':'content-models','fieldset-0':'urls','fieldset-3':'grouping-content','fieldset-2':'sections','fieldset-5':'forms','fieldset-4':'forms','fieldset-7':'forms','fieldset-6':'forms','fieldset-9':'forms','fieldset-8':'forms','attr-select-size':'the-button-element','entity-NoBreak':'named-character-references','entity-ltrPar':'named-character-references','disowned-its-opener_index':'index-of-terms','text-track-cue-text':'video','the-location-interface':'history','attr-q-cite':'text-level-semantics','attr-input-type-url-keyword_index':'index-of-terms','willful-violation':'introduction','command-facet-hint_index':'index-of-erms','entity-bigcup':'named-character-references','dom-mediaerror-media_err_decode':'video','tbody-28':'index','tbody-27':'index','tbody-26':'obsolete','tbody-25':'obsolete','tbody-24':'obsolete','tbody-23':'obsolete','tbody-22':'obsolete','tbody-21':'syntax','tbody-20':'syntax','http-equiv-10':'semantics','http-equiv-11':'semantics','http-equiv-12':'semantics','http-equiv-13':'index','data-protocol':'infrastructure','htmldivelement_index':'index-of-terms','ix-handler-onplaying':'index','html-namespace':'infrastructure','time':'index','entity-xrArr':'named-character-references','security_err-3':'timers','security_err-2':'browsers','security_err-1':'dom','security_err-0':'dom','attr-caption-align':'obsolete','entity-zwnj':'named-character-references','concept-time-0':'states-of-the-type-attribute','math_index':'index-of-terms','entity-ncap':'named-character-references','keygen-21':'index','keygen-20':'index','keygen-23':'index','keygen-22':'index','keygen-25':'index','keygen-24':'index','keygen-26':'index',no_modification_allowed_err_index':'index-of-terms','entity-compfn':'named-character-references','entity-Lcy':'named-character-references','downloading':'offline','rowgroup':'tabular-data','attr-input-autocomplete-on-state_index':'index-of-terms','entity-Upsilon':'named-character-references','attr-tdth-align_index':'index-of-terms','beforeunloadevent':'history','authors-using-xhtml':'iana','entity-ddarr':'named-character-references','have_metadata-2':'video','have_metadata-0':'video','have_metadata-1':'video','type-106':'index','type-107':'index','type-104':'links','type-105':'links','type-102':'links','type-103':'links','type-100':'the-map-element','type-101':'the-map-element','entity-lcy':'named-character-references','event-media-ended_index':'index-of-terms','concept-submit-button_index':'index-of-terms','command-undo':'dnd','bidirectional-algorithm-formatting-character-ranges_index':'index-of-terms','h5-7':'index','entity-Cacute':'named-character-references','input-type-attr-summary':'the-input-element''valid-date-or-time-string-in-content-0':'text-level-semantics','the-dir-attribute_index':'index-of-terms','event-media-playing':'video','secondary-browsing-contexts':'browsers','attr-iframe-allowtransparency':'obsolete','the-title-element-0_index':'index-of-terms','attr-tr-bgcolor':'obsolete','end-tags':'syntax','attr-tbody-char_index':'index-of-terms','entity-NotTildeTilde':'named-character-references','concept-button':'forms','entity-nsupe':'named-character-references','attr-hyperlink-hreflang_index':'index-of-terms','refsECMA262':'references','address':'content-models','input-110':'number-state','input-111':'number-state','entity-Tcedil':'named-character-references','charset-12':'index','caption-18':'index','link-65':'index','caption-16':'obsolete','entity-nsupE':'named-character-references','caption-14':'tabular-data','input-113':'number-state','caption-12':'tabular-data','caption-13':'tabular-data','caption-10':'tabular-data','caption-11':'tabular-data','number-state_index':'index-of-terms','entity-ls':'named-character-references','attr-table-align_index':'index-of-terms','entity-gesl':'named-character-references','link-62':'index','the-id-attribute':'elements','size-3':'states-of-the-type-attribute','link-63':'index','htmlparagraphelement':'grouping-content','the-col-element_index':'index-of-terms','functionstringcallback':'dnd','entity-awconint':'named-character-references','form-control-dirname-attribute':'association-of-controls-and-forms','text-track-showing-0':'video','text-track-showing-1':'video','html-mime-type-0':'introduction','html-mime-type-1':'syntax','security_err':'urls','size-5':'states-of-the-type-attribute','link-69':'index','entity-minusb':'named-character-references','attr-table-width_index':'index-of-terms','entity-minusd':'named-character-references','scope':'introduction','ix-handler-onstalled':'index','text-track-failed-to-load-0':'video','text-track-failed-to-load-1':'video','attr-area-shape-keyword-circle':'the-map-element','the-s-element_index':'index-of-terms','iframe-55':'idex','attr-ol-type-keyword-lower-roman':'grouping-content','attr-tabindex':'editing','invalid_character_err_index':'index-of-terms','printing':'timers','output-20':'index','concept-dnd-p-0':'dnd','month-state_index':'index-of-terms','attr-media-preload-none_index':'index-of-terms','htmlelement-125':'index','entity-efDot':'named-character-references','entity-lcaron':'named-character-references','entity-Gdot':'named-character-references','rel-17':'links','entity-Ycirc':'named-character-references','the-param-element':'the-iframe-element','attr-time-datetime_index':'index-of-terms','htmlelement-191':'index','drag-data-store-item-list':'dnd','sub-11':'index','flow-content-206':'index','htmlelement-197':'index','xhtml':'the-xhtml-syntax','entity-Odblac':'named-character-references','htmlelement-196':'index','attr-script-src':'scripting-1','url-19':'history','refsRFC3987':'references','entity-swArr':'named-character-references','the-directionality-11':'index','the-directionality-10':'association-of-controls-and-frms','entity-ljcy':'named-character-references','data':'the-iframe-element','attr-form-autocomplete-off-state':'forms','htmlelement-198':'index','refsPINGBACK':'references','dir_index':'index-of-terms','flow-content-200':'index','sandbox':'dom','obsolete-permitted-doctype-0':'syntax','obsolete-permitted-doctype-1':'obsolete','definitions':'association-of-controls-and-forms','entity-rarr':'named-character-references','code-10':'index','code-11':'index','context-menu-state_index':'index-of-terms','entity-NotTilde':'named-character-references','entity-dwangle':'named-character-references','form-75':'index','form-74':'index','form-77':'index','entity-vscr':'named-character-references','form-71':'index','form-70':'index','form-73':'index','usemap':'content-models','event-handler-content-attributes-47':'index','event-handler-content-attributes-46':'index','event-handler-content-attributes-45':'index','event-handler-content-attributes-44':'index','ancestor-browsing-context-1':'browsers','ancestor-browsing-context-':'browsers','event-handler-content-attributes-41':'index','ancestor-browsing-context-2':'browsers','phrasing-content-171':'index','phrasing-content-170':'index','phrasing-content-173':'index','phrasing-content-172':'index','phrasing-content-175':'index','command-facet-id':'commands','phrasing-content-177':'index','phrasing-content-176':'index','phrasing-content-179':'index','phrasing-content-178':'index','form-submission-9':'index','attr-a-rev_index':'index-of-terms','document.write-0':'dom','entity-half':'named-character-references','attr-th-scope':'tabular-data','style':'index','htmlelement-147':'index','htmlelement-148':'index','ix-handler-onmousemove':'index','entity-qscr':'named-character-references','attr-table-align':'obsolete','entity-rarrhk':'named-character-references','i-28':'index','function-195':'browsers','attr-hyperlink-usemap':'the-map-element','function-197':'browsers','function-196':'browsers','nav-9':'grouping-content','nav-8':'sections','function-193':'browsers','function-192':'browsers,'nav-5':'sections','critical-subresources-0':'infrastructure','nav-7':'sections','nav-6':'sections','nav-1':'content-models','nav-0':'content-models','nav-3':'sections','nav-2':'sections','htmlheadingelement-2':'index','htmlheadingelement-3':'index','entity-latail':'named-character-references','entity-rBarr':'named-character-references','htmlheadingelement-6':'index','htmlheadingelement-4':'index','htmlheadingelement-5':'index','image-button-state_index':'index-of-terms','syntax-attribute-value_index':'index-of-terms','entity-seswar':'named-character-references','canvas':'the-canvas-element','command-formatblock':'dnd','entity-CenterDot':'named-character-references','navigatoronline_index':'index-of-terms','entity-Ncaron':'named-character-references','radio-0':'forms','dom-media-network_empty-0':'video','category-reset_index':'index-of-terms','del-30':'index','drag-data-store-allowed-effects-state-0':'dnd','entity-Kopf':'named-character-references','entity-nfr':'named-character-references','formaction-19':number-state','formaction-18':'number-state','formaction-13':'states-of-the-type-attribute','formaction-12':'states-of-the-type-attribute','formaction-11':'states-of-the-type-attribute','formaction-10':'states-of-the-type-attribute','formaction-17':'number-state','formaction-16':'number-state','formaction-15':'number-state','formaction-14':'number-state','innerhtml-3':'scripting-1','innerhtml-2':'apis-in-html-documents','innerhtml-1':'apis-in-html-documents','innerhtml-0':'apis-in-html-documents','innerhtml-4':'scripting-1','htmlulistelement-1':'index','htmlelement-228':'index','textarea-39':'index','plugin-2':'the-iframe-element','entity-LeftDownTeeVector':'named-character-references','entity-blacktriangleright':'named-character-references','plugin-3':'the-iframe-element','textarea-31':'association-of-controls-and-forms','textarea-30':'the-button-element','attr-dir-ltr':'elements','textarea-32':'association-of-controls-and-forms','textarea-35':'syntax','flow-content-17':'sections','textarea-37':'obsolete',textarea-36':'obsolete','plugin-1':'the-iframe-element','plugin-6':'index','flow-content-242':'index','entity-drbkarow':'named-character-references','index-terms_end':'index-of-terms','the-nav-element_index':'index-of-terms','the-document-s-current-address':'dom','plugin-4':'forms','htmlelement-221':'index','accesskey':'elements','plugin-5':'obsolete','htmlelement-220':'index','entity-suplarr':'named-character-references','xml-mime-type_index':'index-of-terms','attr-command-type-state-command_index':'index-of-terms','open':'content-models','command-5':'syntax','command-4':'interactive-elements','command-7':'index','command-6':'index','command-1':'content-models','command-0':'content-models','command-3':'interactive-elements','command-2':'content-models','command-9':'index','command-8':'index','the-header-element_index':'index-of-terms','entity-dlcrop':'named-character-references','attr-br-clear':'obsolete','cite':'grouping-content','attr-spellcheck-0':'index','type-19':'the-iframe-element','type-18':'the-ifame-element','event-media-emptied':'video','type-15':'index','type-14':'obsolete','type-17':'the-iframe-element','type-16':'grouping-content','type-11':'scripting-1','type-10':'scripting-1','type-13':'obsolete','type-12':'obsolete','entity-CloseCurlyDoubleQuote':'named-character-references','the-progress-element_index':'index-of-terms','dynamic-markup-insertion-1':'elements','dynamic-markup-insertion-0':'dom','attr-input-type-radio-keyword':'the-input-element','entity-equiv':'named-character-references','attr-command-type-keyword-radio_index':'index-of-terms','placeholder-15':'number-state','placeholder-14':'number-state','placeholder-17':'number-state','placeholder-16':'number-state','placeholder-11':'states-of-the-type-attribute','placeholder-10':'states-of-the-type-attribute','placeholder-13':'states-of-the-type-attribute','placeholder-12':'states-of-the-type-attribute','placeholder-19':'number-state','placeholder-18':'number-state','details-18':'index','details-19':'index','details-12':'interactive-elemnts','details-13':'index','details-10':'interactive-elements','details-11':'interactive-elements','object-47':'index','details-17':'index','entity-bull':'named-character-references','entity-ltcir':'named-character-references','entity-Qfr':'named-character-references','entity-Cross':'named-character-references','wbr-5':'index','entity-rdsh':'named-character-references','flow-content-238':'index','flow-content-239':'index','flow-content-234':'index','flow-content-235':'index','flow-content-236':'index','flow-content-237':'index','the-document-s-address':'dom','flow-content-231':'index','flow-content-232':'index','flow-content-233':'index','alt-44':'states-of-the-type-attribute','drag-data-store-item-list-0':'dnd','drag-data-store-item-list-1':'dnd','entity-colone':'named-character-references','aside':'content-models','name-8':'index','attr-hr-noshade_index':'index-of-terms','ul-15':'obsolete','alt-45':'states-of-the-type-attribute','multiple-15':'states-of-the-type-attribute','multiple-14':'states-of-the-typeattribute','multiple-17':'states-of-the-type-attribute','attr-form-autocomplete':'forms','multiple-11':'states-of-the-type-attribute','multiple-10':'states-of-the-type-attribute','multiple-13':'states-of-the-type-attribute','multiple-12':'states-of-the-type-attribute','dimension-attributes-5':'number-state','dimension-attributes-4':'video','multiple-19':'number-state','multiple-18':'states-of-the-type-attribute','dimension-attributes-1':'the-iframe-element','dimension-attributes-0':'embedded-content-1','entity-sqsubset':'named-character-references','htmlelement-202':'index','the-abbr-element_index':'index-of-terms','sizes-2':'index','disabled-14':'the-button-element','applicationcache-1':'offline','element-content-categories':'index','wbr-6':'index','entity-DoubleDownArrow':'named-character-references','authority-based-url_index':'index-of-terms','attr-object-code_index':'index-of-terms','command-facet-hiddenstate_index':'index-of-terms','video-4':'index','required-6':'states-of-the-type-attribute','require-7':'states-of-the-type-attribute','required-4':'states-of-the-type-attribute','required-5':'states-of-the-type-attribute','required-2':'the-input-element','required-3':'states-of-the-type-attribute','required-0':'the-input-element','required-1':'the-input-element','the-article-element':'sections','link':'index','htmlelement-250':'index','htmlelement-251':'index','required-8':'states-of-the-type-attribute','required-9':'states-of-the-type-attribute','attr-input-align':'obsolete','entity-coprod':'named-character-references','entity-lowast':'named-character-references','attr-table-rules_index':'index-of-terms','entity-lambda':'named-character-references','datetime':'states-of-the-type-attribute','atob':'webappapis','the-aside-element':'sections','entity-Yscr':'named-character-references','entity-vsubne':'named-character-references','attr-contenteditable':'editing','xml':'infrastructure','video-6':'index','function-190':'browsers','timeout_err_index':'index-of-terms','attr-form-autocomplete-off-state-0':'forms,'b-19':'index','syntax-attribute-value-1':'syntax','syntax-attribute-value-0':'introduction','syntax-attribute-value-3':'syntax','syntax-attribute-value-2':'syntax','xmp':'obsolete','attr-output-for':'the-button-element','htmllegendelement':'forms','video-1':'index','attr-embed-src_index':'index-of-terms','entity-edot':'named-character-references','h3-0':'content-models','h3-1':'content-models','h3-2':'sections','h3-3':'syntax','h3-4':'index','h3-5':'index','h3-6':'index','h3-7':'index','h3-8':'index','h3-9':'index','entity-Ouml':'named-character-references','video-0':'index','entity-drcrop':'named-character-references','text-html-15':'iana','text-html-14':'iana','text-html-16':'iana','text-html-11':'iana','text-html-10':'iana','text-html-13':'iana','text-html-12':'iana','entity-nleftarrow':'named-character-references','loadedmetadata':'index','htmldatalistelement_index':'index-of-terms','attr-menu-label':'interactive-elements','entity-bbrktbrk':'named-character-references','command-formatblock_index':'indx-of-terms','entity-rbbrk':'named-character-references','formaction-20':'number-state','rules-for-updating-the-text-track-rendering':'video','entity-DifferentialD':'named-character-references','attr-source-src':'video','phrasing-content-224':'index','attr-meter-max_index':'index-of-terms','entity-daleth':'named-character-references','element-restrictions':'syntax','entity-Vert':'named-character-references','about:legacy-compat_index':'index-of-terms','col-13':'index','link-type-next_index':'index-of-terms','valid-global-date-and-time-string_index':'index-of-terms','attr-link-hreflang_index':'index-of-terms','attr-video-poster_index':'index-of-terms','entity-bigodot':'named-character-references','phrasing-content-222':'index','an-overridden-reload':'dom','concept-fs-enctype_index':'index-of-terms','entity-lap':'named-character-references','entity-lat':'named-character-references','attr-media-preload':'video','entity-qint':'named-character-references','attr-meter-low_index':'index-of-terms','s':'introduction''readonly-36':'number-state','valid-non-empty-url':'urls','entity-IEcy':'named-character-references','function-199':'browsers','dom-mediaerror-media_err_src_not_supported_index':'index-of-terms','function-88':'elements','function-89':'elements','function-86':'elements','function-87':'elements','function-84':'elements','function-85':'elements','function-82':'elements','function-83':'elements','function-80':'elements','function-81':'elements','dirname-2':'states-of-the-type-attribute','dirname-3':'states-of-the-type-attribute','dirname-0':'the-input-element','dirname-1':'the-input-element','dirname-6':'states-of-the-type-attribute','dirname-7':'states-of-the-type-attribute','dirname-4':'states-of-the-type-attribute','dirname-5':'states-of-the-type-attribute','dirname-8':'states-of-the-type-attribute','dirname-9':'states-of-the-type-attribute','meta-author_index':'index-of-terms','object-49':'index','timeupdate':'index','entity-marker':'named-character-references','entity-quest':'named-character-references','etity-subrarr':'named-character-references','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','joint-session-history':'history','entity-ldca':'named-character-references','concept-dnd-rw-0':'dnd','ix-handler-onreadystatechange':'index','data-protocol-0':'the-canvas-element','thead':'tabular-data','parent-browsing-context-6':'browsers','parent-browsing-context-7':'browsers','parent-browsing-context-4':'browsers','parent-browsing-context-5':'browsers','parent-browsing-context-2':'browsers','parent-browsing-context-3':'browsers','parent-browsing-context-0':'browsers','parent-browsing-context-1':'browsers','event-hashchange_index':'index-of-terms','parent-browsing-context-8':'browsers','attr-input-autocomplete-off-state-0':'common-input-element-attributes','browsing-context-container-0':'browsers','browsing-context-container-1':'browsers','the-area-element':'the-map-element','browsing-context-container-3':'browsers','domhtmlimplementation_index':'index-of-terms','keygen':'index','em-5':'text-leel-semantics','attr-ol-type-state-upper-roman':'grouping-content','attr-dir-rtl':'elements','em-6':'text-level-semantics','em-1':'text-level-semantics','em-0':'content-models','em-3':'text-level-semantics','em-2':'text-level-semantics','text-track-cue-writing-direction':'video','em-9':'text-level-semantics','em-8':'text-level-semantics','url-state_index':'index-of-terms','attr-input-multiple_index':'index-of-terms','entity-geqq':'named-character-references','dimension-attributes_index':'index-of-terms','wrap-1':'index','wrap-0':'the-button-element','dom-document-open':'apis-in-html-documents','alt-53':'number-state','alt-52':'number-state','alt-51':'states-of-the-type-attribute','alt-50':'states-of-the-type-attribute','alt-57':'number-state','alt-56':'number-state','alt-55':'number-state','max-26':'number-state','boolean-attributes':'common-microsyntaxes','alt-59':'number-state','alt-58':'number-state','default-2':'index','table-descriptions':'tabular-data','attr-command-label_index':'index-of-terms','entit-Chi':'named-character-references','attr-menu-compact':'obsolete','top-level-browsing-context-1':'browsers','syntax-tag-omission-2':'syntax','syntax-tag-omission-3':'syntax','syntax-tag-omission-0':'introduction','menu-19':'interactive-elements','editing-apis':'dnd','menu-12':'interactive-elements','menu-13':'interactive-elements','menu-10':'grouping-content','htmlmediaelement-1':'video','menu-16':'interactive-elements','menu-17':'interactive-elements','menu-14':'interactive-elements','menu-15':'interactive-elements','attr-ol-type-state-lower-alpha_index':'index-of-terms','col-11':'index','top-level-browsing-context-0':'the-iframe-element','textarea-43':'index','the-object-element':'the-iframe-element','attr-dim-width_index':'index-of-terms','refsUTF7':'references','phrasing-content-237':'index','attr-input-align_index':'index-of-terms','opener-browsing-context':'browsers','entity-euml':'named-character-references','dom-location-host-0':'history','refsBIDI':'references','refsSRGB':'references','list-20':'nuber-state','list-21':'number-state','list-22':'number-state','list-23':'number-state','list-24':'number-state','list-25':'number-state','list-26':'common-input-element-attributes','list-27':'common-input-element-attributes','list-28':'common-input-element-attributes','list-29':'the-button-element','entity-curlyeqsucc':'named-character-references','attr-link-title':'semantics','htmlelement-206':'index','dom-link-disabled_index':'index-of-terms','refsNPAPI':'references','dragend-0':'index','entity-hairsp':'named-character-references','htmldetailselement':'interactive-elements','entity-scsim':'named-character-references','attr-tabindex_index':'index-of-terms','entity-Delta':'named-character-references','entity-imped':'named-character-references','src-73':'index','entity-Rcy':'named-character-references','entity-scpolint':'named-character-references','refsWIN874':'references','attr-input-type-submit-0':'the-input-element','entity-twixt':'named-character-references','color-state':'number-state','url-21':'history,'event-handler-content-attributes-61':'index','event-handler-content-attributes-60':'index','entity-theta':'named-character-references','event-handler-content-attributes-62':'index','event-handler-content-attributes-65':'index','event-handler-content-attributes-64':'index','event-handler-content-attributes-67':'index','event-handler-content-attributes-66':'index','entity-looparrowleft':'named-character-references','event-handler-content-attributes-68':'index','entity-bscr':'named-character-references','x-that':'introduction','entity-RightArrowLeftArrow':'named-character-references','pagehide':'index','entity-gtcir':'named-character-references','phrasing-content-199':'index','phrasing-content-198':'index','phrasing-content-197':'index','phrasing-content-196':'index','phrasing-content-195':'index','phrasing-content-194':'index','phrasing-content-193':'index','phrasing-content-192':'index','phrasing-content-191':'index','phrasing-content-190':'index','formtarget-2':'states-of-the-type-attribute','formtarget-3:'states-of-the-type-attribute','formtarget-0':'the-input-element','formtarget-1':'the-input-element','formtarget-6':'states-of-the-type-attribute','formtarget-7':'states-of-the-type-attribute','formtarget-4':'states-of-the-type-attribute','formtarget-5':'states-of-the-type-attribute','formtarget-8':'states-of-the-type-attribute','formtarget-9':'states-of-the-type-attribute','metadata-content-25':'index','metadata-content-24':'index','metadata-content-27':'index','metadata-content-26':'index','metadata-content-21':'index','metadata-content-20':'index','metadata-content-23':'index','navigatorstorageutils-0':'timers','ins-25':'edits','ins-24':'edits','ins-27':'index','ins-26':'index','ins-21':'edits','ins-20':'edits','ins-23':'edits','ins-22':'edits','attr-fs-method-post':'association-of-controls-and-forms','valid-url-potentially-surrounded-by-spaces-10':'index','sectioning-content-25':'index','select-39':'the-button-element','entity-HARDcy':'named-character-references','rel-alternate':'links','label-33':'thebutton-element','label-30':'index','valid-floating-point-number_index':'index-of-terms','entity-gammad':'named-character-references','function-133':'browsers','the-command':'interactive-elements','value-38':'the-button-element','src-16':'obsolete','htmlspanelement-0':'index','checked-23':'number-state','select-31':'the-button-element','entity-nearr':'named-character-references','entity-Therefore':'named-character-references','select-30':'the-button-element','attr-fs-formmethod_index':'index-of-terms','entity-chcy':'named-character-references','value-34':'the-button-element','invalid_access_err':'urls','entity-prnap':'named-character-references','entity-lacute':'named-character-references','external-resource-link_index':'index-of-terms','src-17':'index','attr-input-type-month-keyword':'the-input-element','iframe-9':'the-iframe-element','iframe-8':'semantics','entity-lthree':'named-character-references','entity-succnsim':'named-character-references','function-139':'browsers','dom-texttrack-kind-metadata':'vido','value-32':'index','absolute-url_index':'index-of-terms','entity-srarr':'named-character-references','link-type-pingback_index':'index-of-terms','entity-middot':'named-character-references','the-hr-element_index':'index-of-terms','entity-zopf':'named-character-references','valid-mime-type-8':'index','valid-mime-type-9':'index','entity-NegativeThinSpace':'named-character-references','attr-form-autocomplete-on-state-2':'common-input-element-attributes','attr-form-autocomplete-on-state-1':'forms','attr-form-autocomplete-on-state-0':'forms','li-18':'syntax','documents-in-the-dom':'dom','entity-lnapprox':'named-character-references','entity-thetasym':'named-character-references','htmlmeterelement-1':'index','htmlmeterelement-0':'index','entity-dd':'named-character-references','li-19':'syntax','ix-handler-window-onundo':'index','entity-notnivb':'named-character-references','entity-notnivc':'named-character-references','entity-notniva':'named-character-references','checkbox-state':'number-state','autocomplete-2':'number-state','autocomplete-25':'number-state','autocomplete-26':'number-state','autocomplete-27':'number-state','autocomplete-20':'number-state','autocomplete-21':'number-state','autocomplete-22':'number-state','autocomplete-23':'number-state','autocomplete-28':'common-input-element-attributes','entity-shortmid':'named-character-references','reload-override-buffer-0':'dom','reload-override-buffer-1':'dom','text-track-label_index':'index-of-terms','the-time-element':'text-level-semantics','entity-urcorner':'named-character-references','attr-body-bgcolor_index':'index-of-terms','p-28':'index','list-of-the-descendant-browsing-contexts_index':'index-of-terms','entity-xhArr':'named-character-references','autoplay-2':'video','text-html-sandboxed-11':'iana','entity-gtdot':'named-character-references','entity-downharpoonright':'named-character-references','address-10':'index','text-html-sandboxed-12':'iana','entity-llcorner':'named-character-references','attr-fs-method-post-keyword':'association-of-controls-andforms','entity-dlcorn':'named-character-references','autoplay-6':'video','placeholder-30':'index','attr-script-type_index':'index-of-terms','concept-http-equiv-extensions':'semantics','entity-ecy':'named-character-references','address-11':'index','p-27':'index','anonymous-command':'commands','entity-mapstoleft':'named-character-references','htmlelement-136':'index','dom-appcache-updateready_index':'index-of-terms','p-25':'syntax','entity-lrtri':'named-character-references','entity-dzigrarr':'named-character-references','attr-caption-align_index':'index-of-terms','external':'links','entity-ecirc':'named-character-references','spellcheck-1':'editing','spellcheck-0':'editing','entity-varepsilon':'named-character-references','event-dragover_index':'index-of-terms','dom-texttrack-kind-captions_index':'index-of-terms','entity-ZeroWidthSpace':'named-character-references','htmlscriptelement_index':'index-of-terms','entity-searr':'named-character-references','entity-varrho':'named-character-references','attr-input-tpe-checkbox-2':'the-input-element','attr-input-type-checkbox-3':'number-state','attr-input-type-checkbox-0':'content-models','attr-input-type-checkbox-1':'the-input-element','address-13':'index','insert-an-element-into-a-document_index':'index-of-terms','dropzone-4':'dnd','dropzone-5':'dnd','dropzone-6':'dnd','tr':'content-models','dropzone-1':'dnd','dropzone-2':'dnd','dropzone-3':'dnd','th':'index','td':'index','entity-straightphi':'named-character-references','entity-Wcirc':'named-character-references','content-1':'semantics','entity-LowerRightArrow':'named-character-references','s-7':'index','refsRFC3279':'references','entity-gne':'named-character-references','entity-jmath':'named-character-references','entity-UpEquilibrium':'named-character-references','entity-hybull':'named-character-references','entity-OverBrace':'named-character-references','entity-nacute':'named-character-references','attr-object-declare_index':'index-of-terms','flow-content-212':'index','flow-content-213':'index','flow-content-210''index','flow-content-211':'index','flow-content-216':'index','flow-content-217':'index','flow-content-214':'index','flow-content-215':'index','flow-content-218':'index','flow-content-219':'index','entity-gnE':'named-character-references','entity-Utilde':'named-character-references','entity-otimes':'named-character-references','entity-vartheta':'named-character-references','entity-divonx':'named-character-references','tfoot-26':'index','small':'introduction','needs-a-date-1':'text-level-semantics','needs-a-date-0':'text-level-semantics','entity-Gbreve':'named-character-references','form-submission-8':'index','entity-xlArr':'named-character-references','form-submission-1':'forms','form-submission-0':'association-of-controls-and-forms','form-submission-3':'association-of-controls-and-forms','form-submission-2':'association-of-controls-and-forms','entity-Eacute':'named-character-references','form-submission-4':'index','form-submission-7':'index','form-submission-6':'index','htmlelement-201':'index','entity-malese':'named-character-references','entity-bsemi':'named-character-references','ul-8':'grouping-content','ul-9':'grouping-content','refsMQ':'references','entity-lcub':'named-character-references','ul-0':'introduction','ul-1':'content-models','ul-2':'content-models','ul-3':'content-models','ul-4':'grouping-content','ul-5':'grouping-content','ul-6':'grouping-content','ul-7':'grouping-content','attr-area-shape-keyword-default_index':'index-of-terms','entity-Aring':'named-character-references','entity-Lfr':'named-character-references','method':'forms','attr-media-preload-auto-state-0':'video','wrong_document_err_index':'index-of-terms','formaction-9':'states-of-the-type-attribute','formaction-8':'states-of-the-type-attribute','formaction-7':'states-of-the-type-attribute','formaction-6':'states-of-the-type-attribute','formaction-5':'states-of-the-type-attribute','formaction-4':'states-of-the-type-attribute','formaction-3':'states-of-the-type-attribute','formaction-2':'states-of-the-type-attribute','formaction-1':the-input-element','formaction-0':'the-input-element','entity-expectation':'named-character-references','area-38':'links','refsRFC2388':'references','states-of-the-type-attribute':'states-of-the-type-attribute','rows-0':'the-button-element','action':'forms','url_mismatch_err':'urls','s-1':'content-models','event-dragend':'dnd','ix-handler-onprogress':'index','the-details-element_index':'index-of-terms','tfoot-25':'index','entity-eqcirc':'named-character-references','s-0':'content-models','entity-LeftCeiling':'named-character-references','select':'index','entity-dash':'named-character-references','img-3':'urls','img-2':'urls','img-1':'urls','img-0':'index','img-7':'content-models','img-6':'content-models','img-5':'content-models','img-4':'dom','img-9':'content-models','img-8':'content-models','attr-source-src_index':'index-of-terms','entity-plussim':'named-character-references','the-ol-element':'grouping-content','category-submit-14':'index','category-submit-13':'index','category-submit-12':'index','categorysubmit-11':'index','category-submit-10':'index','attr-input-type-radio':'content-models','attr-tdth-colspan':'tabular-data','attr-keygen-keytype_index':'index-of-terms','entity-lgE':'named-character-references','entity-sigma':'named-character-references','autocomplete':'forms','text-track-failed-to-load':'video','entity-tosa':'named-character-references','function-60':'elements','function-61':'elements','function-62':'elements','function-63':'elements','function-64':'elements','function-65':'elements','function-66':'elements','function-67':'elements','function-68':'elements','function-69':'elements','ascii-case-insensitive':'infrastructure','entity-nleq':'named-character-references','accept':'the-input-element','entity-nles':'named-character-references','samp-5':'text-level-semantics','creator-browsing-context':'browsers','entity-ocir':'named-character-references','entity-nvge':'named-character-references','navigator-2':'timers','attr-input-type-search-keyword_index':'index-of-terms','ix-handler-ondragstart:'index','entity-dagger':'named-character-references','samp-1':'grouping-content','submit-button-state_index':'index-of-terms','creating-documents':'dom','attr-media-preload-none-state_index':'index-of-terms','col-5':'obsolete','phrasing-content-218':'index','the-div-element_index':'index-of-terms','article-29':'index','entity-Upsi':'named-character-references','valid-non-negative-integer_index':'index-of-terms','article-28':'index','article-27':'index','tr-34':'index','col-9':'obsolete','phrasing-content-219':'index','tr-31':'obsolete','attr-style-scoped_index':'index-of-terms','rank-6':'sections','rank-5':'sections','rank-4':'sections','rank-3':'sections','rank-2':'sections','rank-1':'sections','rank-0':'sections','refsPROGRESS':'references','checkbox':'forms','entity-nesear':'named-character-references','meta-application-name':'semantics','dom-mediaerror-media_err_network':'video','attr-tdth-valign_index':'index-of-terms','entity-Implies':'named-character-references','attr-object-border_index':'index-of-erms','ix-handler-onmousewheel':'index','del-9':'content-models','del-8':'content-models','refsCORS':'references','del-5':'content-models','del-4':'content-models','del-7':'content-models','del-6':'content-models','del-1':'content-models','del-0':'index','del-3':'content-models','del-2':'content-models','attr-input-type-hidden-keyword_index':'index-of-terms','entity-backsimeq':'named-character-references','the-strong-element_index':'index-of-terms','refsCESU8':'references','concept-datetime_index':'index-of-terms','entity-frac15':'named-character-references','the-directionality_index':'index-of-terms','entity-aacute':'named-character-references','attr-class':'index','htmlolistelement_index':'index-of-terms','attr-fs-enctype-urlencoded_index':'index-of-terms','entity-supsim':'named-character-references','entity-Agrave':'named-character-references','the-small-element_index':'index-of-terms','event-handler-content-attributes-70':'index','contenteditable':'editing','text-track-cue-horizontal-writing-direction':video','attr-tr-valign_index':'index-of-terms','input-81':'states-of-the-type-attribute','input-80':'states-of-the-type-attribute','text-track-cue-pause-on-exit-flag-0':'video','input-82':'states-of-the-type-attribute','input-85':'states-of-the-type-attribute','input-84':'states-of-the-type-attribute','input-87':'states-of-the-type-attribute','input-86':'states-of-the-type-attribute','input-89':'states-of-the-type-attribute','input-88':'states-of-the-type-attribute','entity-female':'named-character-references','syntax-tag-omission_index':'index-of-terms','entity-sbquo':'named-character-references','syntax-tags_index':'index-of-terms','entity-UpperRightArrow':'named-character-references','entity-sigmaf':'named-character-references','global-attributes-157':'index','flow-content-168':'index','valid-date-string-in-content-with-optional-time-0':'text-level-semantics','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','entity-Cayleys':'named-character-eferences','preload-1':'video','preload-0':'video','preload-3':'video','preload-2':'video','preload-5':'video','preload-4':'video','preload-7':'index','preload-6':'index','interactive-content-25':'index','attr-input-type-password-keyword':'the-input-element','interactive-content-27':'index','interactive-content-26':'index','interactive-content-21':'index','interactive-content-20':'interactive-elements','interactive-content-23':'index','interactive-content-22':'index','attr-object-data_index':'index-of-terms','htmlheadingelement-0':'index','attr-input-required':'common-input-element-attributes','offline':'offline','an-entry-with-persisted-user-state_index':'index-of-terms','htmlheadingelement-1':'index','entity-plus':'named-character-references','entity-downharpoonleft':'named-character-references','entity-commat':'named-character-references','phrasing-content-211':'index','matches-the-environment':'common-microsyntaxes','attr-option-label':'the-button-element','entity-uopf':'named-character-references','abb':'elements','datetime-local':'states-of-the-type-attribute','phrasing-content-209':'index','phrasing-content-208':'index','phrasing-content-207':'index','phrasing-content-206':'index','phrasing-content-205':'index','phrasing-content-204':'index','entity-backprime':'named-character-references','phrasing-content-202':'index','phrasing-content-201':'index','phrasing-content-200':'index','category-listed-0':'urls','category-listed-1':'the-iframe-element','category-listed-2':'forms','category-listed-3':'the-input-element','category-listed-4':'the-input-element','category-listed-5':'the-button-element','category-listed-6':'the-button-element','category-listed-7':'the-button-element','category-listed-8':'the-button-element','category-listed-9':'the-button-element','tabindex':'elements','fieldset-20':'association-of-controls-and-forms','fieldset-21':'syntax','step-28':'number-state','step-29':'number-state','fieldset-24':'index','fieldset-25':'index','fieldset-26':'index','fieldset-27':'index','step-22':'number-stte','step-23':'number-state','step-20':'states-of-the-type-attribute','step-21':'number-state','step-26':'number-state','step-27':'number-state','step-24':'number-state','step-25':'number-state','event-media-durationchange_index':'index-of-terms','entity-rpar':'named-character-references','entity-uharl':'named-character-references','introduction':'introduction','kbd-19':'index','dfn':'content-models','kbd-13':'text-level-semantics','kbd-12':'text-level-semantics','kbd-11':'text-level-semantics','kbd-10':'text-level-semantics','kbd-17':'index','entity-dfisht':'named-character-references','entity-uharr':'named-character-references','kbd-14':'text-level-semantics','header-0':'content-models','header-1':'sections','header-2':'sections','header-3':'sections','header-4':'sections','header-5':'sections','header-6':'sections','header-7':'sections','header-8':'sections','header-9':'sections','e-mail-state_index':'index-of-terms','loop-5':'index','htmlcollection-36':'the-button-element','entity-omicron':'named-characer-references','outerhtml-2':'scripting-1','attr-meta-name':'semantics','outerhtml-0':'apis-in-html-documents','outerhtml-1':'apis-in-html-documents','attr-li-type':'obsolete','htmlcollection-30':'tabular-data','maxlength-15':'number-state','value-17':'states-of-the-type-attribute','value-16':'states-of-the-type-attribute','value-15':'states-of-the-type-attribute','value-14':'states-of-the-type-attribute','value-13':'states-of-the-type-attribute','maxlength-16':'number-state','value-11':'states-of-the-type-attribute','value-10':'states-of-the-type-attribute','tfoot-12':'tabular-data','tfoot-13':'tabular-data','tfoot-10':'tabular-data','maxlength-17':'number-state','tfoot-16':'syntax','tfoot-17':'syntax','value-19':'states-of-the-type-attribute','value-18':'states-of-the-type-attribute','target-4':'association-of-controls-and-forms','ascii-case-insensitive-29':'syntax','target-6':'forms','target-7':'forms','target-0':'semantics','target-1':'semantics','target-2':'the-iframe-element','target-3':'association-o-controls-and-forms','ascii-case-insensitive-20':'browsers','ascii-case-insensitive-21':'dnd','ascii-case-insensitive-22':'dnd','attr-input-autocomplete-default-state-0':'common-input-element-attributes','target-8':'association-of-controls-and-forms','target-9':'association-of-controls-and-forms','ascii-case-insensitive-26':'syntax','ascii-case-insensitive-27':'syntax','text-content-8':'index','text-content-9':'index','html-namespace-5':'iana','text-content-0':'content-models','text-content-1':'content-models','text-content-2':'content-models','text-content-3':'content-models','text-content-4':'semantics','text-content-5':'the-button-element','text-content-6':'the-button-element','text-content-7':'index','syntax-doctype':'syntax','concept-datetime-digit_index':'index-of-terms','col-14':'index','session-history-entry-8':'history','session-history-entry-9':'history','session-history':'history','command-facet-action-0':'commands','attr-input-type-radio-keyword_index':'index-of-terms','attr-li-type_index':'inde-of-terms','video-28':'index','functionstringcallback_index':'index-of-terms','attr-body-marginbottom':'obsolete','video-29':'index','progress-17':'index','play':'index','valid-non-empty-url-potentially-surrounded-by-spaces-19':'index','valid-non-empty-url-potentially-surrounded-by-spaces-18':'index','valid-non-empty-url-potentially-surrounded-by-spaces-17':'index','xlink-namespace':'urls','valid-non-empty-url-potentially-surrounded-by-spaces-15':'index','valid-non-empty-url-potentially-surrounded-by-spaces-14':'index','valid-non-empty-url-potentially-surrounded-by-spaces-13':'interactive-elements','valid-non-empty-url-potentially-surrounded-by-spaces-12':'association-of-controls-and-forms','valid-non-empty-url-potentially-surrounded-by-spaces-11':'number-state','valid-non-empty-url-potentially-surrounded-by-spaces-10':'video','style-26':'semantics','style-27':'semantics','style-24':'semantics','style-25':'semantics','style-22':'semantics','style-23':'semantics','style-20':'semantics','style-21':'semantics''pre-15':'obsolete','attr-fs-method':'association-of-controls-and-forms','style-28':'scripting-1','style-29':'scripting-1','event-handler-content-attributes-10':'index','entity-shy':'named-character-references','entity-omacr':'named-character-references','entity-rharul':'named-character-references','progress-12':'the-button-element','entity-boxuL':'named-character-references','event-handler-content-attributes-13':'index','mime-type-9':'video','mime-type-8':'video','mime-type-5':'the-iframe-element','mime-type-4':'scripting-1','mime-type-7':'video','mime-type-6':'video','mime-type-1':'infrastructure','mime-type-0':'infrastructure','mime-type-3':'semantics','mime-type-2':'infrastructure','entity-Cscr':'named-character-references','h1-18':'the-canvas-element','h1-19':'syntax','h1-14':'sections','h1-15':'sections','h1-16':'grouping-content','h1-17':'text-level-semantics','h1-10':'sections','h1-11':'sections','h1-12':'sections','h1-13':'sections','event-handler-content-attributes-18':'index','entity-Wfr':'named-haracter-references','entity-Phi':'named-character-references','attr-command-checked':'interactive-elements','dd-9':'syntax','dd-8':'syntax','htmltableelement-0':'index','htmltableelement-1':'index','dd-3':'grouping-content','dd-2':'grouping-content','dd-1':'grouping-content','dd-0':'grouping-content','dd-7':'syntax','dd-6':'grouping-content','dd-5':'grouping-content','dd-4':'grouping-content','x-that_index':'index-of-terms','progress-11':'the-button-element','function-37':'dom','entity-DJcy':'named-character-references','ascii-compatible-character-encoding-3':'index','function-35':'dom','function-34':'dom','entity-Xscr':'named-character-references','progress-16':'index','attr-link-charset_index':'index-of-terms','enctype-4':'index','syntax-newlines-2':'syntax','text-cache-manifest-0':'offline','text-cache-manifest-1':'offline','text-cache-manifest-2':'offline','text-cache-manifest-3':'iana','the-meter-element':'the-button-element','attr-img-src_index':'index-of-terms','section-7':'sections','section-6':'setions','section-5':'sections','section-4':'sections','section-3':'sections','section-2':'content-models','section-1':'content-models','section-0':'content-models','form-22':'the-button-element','attr-track-kind-descriptions':'video','section-9':'sections','section-8':'sections','sidebar-2':'links','sidebar-0':'links','sidebar-1':'links','colspan-2':'index','form-21':'common-input-element-attributes','attr-fs-formaction_index':'index-of-terms','entity-piv':'named-character-references','progress-14':'index','concept-command_index':'index-of-terms','valid-non-empty-url-potentially-surrounded-by-spaces-9':'video','text-node':'infrastructure','muted':'video','valid-non-empty-url-potentially-surrounded-by-spaces-6':'the-iframe-element','valid-non-empty-url-potentially-surrounded-by-spaces-5':'the-iframe-element','valid-non-empty-url-potentially-surrounded-by-spaces-4':'the-iframe-element','valid-non-empty-url-potentially-surrounded-by-spaces-3':'embedded-content-1','valid-non-empty-url-potentially-surrounded-by-saces-2':'scripting-1','valid-non-empty-url-potentially-surrounded-by-spaces-1':'semantics','valid-non-empty-url-potentially-surrounded-by-spaces-0':'semantics','drag-data-store-hot-spot-coordinate_index':'index-of-terms','attr-iframe-vspace_index':'index-of-terms','datatransferitem-1':'dnd','datatransferitem-0':'dnd','datatransferitem-3':'dnd','concept-datetime-0':'states-of-the-type-attribute','datatransferitem-5':'dnd','datatransferitem-4':'dnd','del-20':'edits','del-21':'edits','del-22':'edits','del-23':'edits','del-24':'edits','del-25':'edits','del-26':'obsolete','del-27':'index','min-41':'index','min-40':'the-button-element','entity-Uscr':'named-character-references','attr-input-accept_index':'index-of-terms','attr-option-name_index':'index-of-terms','entity-blacktriangleleft':'named-character-references','entity-precneqq':'named-character-references','entity-glE':'named-character-references','hyperlink':'links','text-track-disabled':'video','attr-link-media_index':'index-of-terms','refsRFC2781':'refernces','htmlelement-210':'index','htmlelement-211':'index','htmlelement-212':'index','htmlelement-213':'index','entity-DoubleLeftRightArrow':'named-character-references','htmlelement-215':'index','htmlelement-216':'index','htmlelement-217':'index','entity-aogon':'named-character-references','entity-rlarr':'named-character-references','entity-RightUpVector':'named-character-references','entity-nGg':'named-character-references','entity-triangledown':'named-character-references','attr-html-version':'obsolete','ix-handler-window-onafterprint':'index','span-1':'introduction','span-0':'introduction','span-3':'elements','span-2':'introduction','span-5':'content-models','span-4':'content-models','span-7':'text-level-semantics','span-6':'text-level-semantics','span-9':'text-level-semantics','span-8':'text-level-semantics','dom-location-search-0':'history','attr-meta-http-equiv-default-style-0':'semantics','entity-Uogon':'named-character-references','insertadjacenthtml':'apis-in-html-documents','tag-cloud':'links','atr-th-scope-rowgroup':'tabular-data','attr-param-valuetype_index':'index-of-terms','entity-Longleftarrow':'named-character-references','windowtimers_index':'index-of-terms','entity-Gg':'named-character-references','entity-nscr':'named-character-references','entity-DoubleUpDownArrow':'named-character-references','formtarget-32':'index','formtarget-30':'association-of-controls-and-forms','dom-appcache-downloading':'offline','attr-hyperlink-type_index':'index-of-terms','entity-Gt':'named-character-references','htmlprogresselement':'the-button-element','attr-div-align_index':'index-of-terms','unordered-set-of-unique-space-separated-tokens-2':'the-button-element','unordered-set-of-unique-space-separated-tokens-3':'links','unordered-set-of-unique-space-separated-tokens-0':'the-iframe-element','unordered-set-of-unique-space-separated-tokens-1':'tabular-data','unordered-set-of-unique-space-separated-tokens-6':'index','unordered-set-of-unique-space-separated-tokens-7':'index','unordered-set-of-unique-space-separated-okens-4':'dnd','error':'offline','unordered-set-of-unique-space-separated-tokens-8':'index','unordered-set-of-unique-space-separated-tokens-9':'index','htmlelement-189':'index','event-appcache-progress':'offline','dom-tree-accessors':'dom','attr-table-frame':'obsolete','area-49':'links','area-48':'links','area-47':'links','attr-input-type-datetime-local-keyword':'the-input-element','area-45':'links','area-44':'links','area-43':'links','area-42':'links','area-41':'links','area-40':'links','entity-cedil':'named-character-references','entity-dzcy':'named-character-references','entity-angle':'named-character-references','syntax-attributes-1':'syntax','syntax-attributes-0':'introduction','syntax-attributes-2':'syntax','writing-a-form-s-user-interface':'forms','entity-Lsh':'named-character-references','entity-leg':'named-character-references','the-drag-data-item-kind':'dnd','concept-fs-enctype':'association-of-controls-and-forms','attr-tdth-align':'obsolete','cached-0':'offline','nextid_index':'index-of-terms','ul-decomposition-idl-attributes':'urls','entity-les':'named-character-references','entity-leq':'named-character-references','entity-bigsqcup':'named-character-references','attr-dir-ltr-state':'elements','htmltableelement_index':'index-of-terms','boolean-attribute-48':'index','attr-dropzone-copy_index':'index-of-terms','boolean-attribute-44':'index','boolean-attribute-45':'index','boolean-attribute-46':'index','boolean-attribute-47':'index','boolean-attribute-40':'index','boolean-attribute-41':'index','boolean-attribute-42':'index','boolean-attribute-43':'index','event-media-ratechange':'video','attr-area-coords':'the-map-element','radionodelist_index':'index-of-terms','href-2':'index','entity-hopf':'named-character-references','entity-iukcy':'named-character-references','th-35':'obsolete','th-34':'obsolete','th-37':'obsolete','th-36':'obsolete','th-31':'obsolete','th-30':'obsolete','th-33':'obsolete','th-32':'obsolete','id-3':'obsolete','sidebar':'links','th-39':'index','th-38':'obsolete','attr-track-label_idex':'index-of-terms','entity-wr':'named-character-references','the-drag-data-item-type-string-1':'dnd','the-drag-data-item-type-string-0':'dnd','the-drag-data-item-type-string-3':'dnd','the-drag-data-item-type-string-2':'dnd','metadata-content-2':'content-models','metadata-content-3':'semantics','metadata-content-0':'content-models','metadata-content-1':'content-models','metadata-content-6':'semantics','metadata-content-7':'semantics','metadata-content-4':'semantics','metadata-content-5':'semantics','input':'index','metadata-content-8':'semantics','metadata-content-9':'semantics','entity-mstpos':'named-character-references','htmltablecolelement':'tabular-data','entity-Auml':'named-character-references','entity-Rho':'named-character-references','entity-crarr':'named-character-references','window-29':'index','entity-equivDD':'named-character-references','window-22':'index','window-23':'index','window-20':'index','window-21':'index','window-26':'index','entity-homtht':'named-character-references','window-24':index','width-1':'index','global-attributes-171':'index','li-21':'index','the-caption-element':'tabular-data','case-sensitive':'infrastructure','li-20':'obsolete','facets':'commands','entity-slarr':'named-character-references','entity-DiacriticalGrave':'named-character-references','entity-NotGreaterTilde':'named-character-references','index_size_err_index':'index-of-terms','function-48':'dom','function-49':'dom','entity-subsup':'named-character-references','function-42':'dom','function-43':'dom','function-40':'dom','function-41':'dom','function-46':'dom','function-47':'dom','function-44':'dom','function-45':'dom','the-title-element-1':'dom','the-title-element-0':'semantics','li-26':'index','script-content-restrictions-0':'scripting-1','link-59':'obsolete','global-attributes-187':'index','htmlelement-137':'index','entity-CirclePlus':'named-character-references','the-body-element_index':'index-of-terms','list-of-text-tracks':'video','flow-content-240':'index','iframe-42':'browsers','attr-track-src':'video','irame-43':'obsolete','concept-events-trusted_index':'index-of-terms','entity-bsim':'named-character-references','entity-oror':'named-character-references','iframe-44':'obsolete','entity-cirmid':'named-character-references','htmltablesectionelement-4':'tabular-data','htmltablesectionelement-5':'index','htmltablesectionelement-6':'index','htmltablesectionelement-7':'index','htmltablesectionelement-0':'tabular-data','htmltablesectionelement-1':'tabular-data','htmltablesectionelement-2':'tabular-data','htmltablesectionelement-3':'tabular-data','iframe-47':'obsolete','htmltablesectionelement-8':'index','htmltablesectionelement-9':'index','entity-ddotseq':'named-character-references','link-64':'dnd','iframe-48':'obsolete','entity-jopf':'named-character-references','link-67':'index','link-60':'obsolete','link-61':'index','br':'content-models','entity-lesdotor':'named-character-references','link-68':'index','the-noscript-element':'scripting-1','text-track_index':'index-of-terms','interactive-content':'content-models,'entity-subsub':'named-character-references','attr-iframe-sandbox_index':'index-of-terms','entity-Re':'named-character-references','entity-DoubleLongLeftArrow':'named-character-references','global-attributes-87':'the-input-element','refsRFC5322':'references','entity-Equal':'named-character-references','attr-input-type-image-keyword_index':'index-of-terms','refsRFC2313':'references','attr-link-sizes-any':'links','refsRFC2318':'references','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','entity-ratail':'named-character-references','entity-VerticalTilde':'named-character-references','ruby-15':'index','meta-keywords_index':'index-of-terms','link-type-external_index':'index-of-terms','span':'introduction','attr-progress-value_index':'index-of-terms','global-attributes-180':'index','submit':'index','entity-bepsi':'named-character-references','refsCSSOMVIEW':'references','ruby-14':'index','entity-NotSuareSubset':'named-character-references','drag-data-store-item-list_index':'index-of-terms','htmlelement-185':'index','entity-rbrace':'named-character-references','htmlelement-186':'index','button-state_index':'index-of-terms','dom-media-have_future_data-0':'video','poster':'video','entity-rbrack':'named-character-references','htmlelement-187':'index','attr-style-media_index':'index-of-terms','htmlulistelement':'grouping-content','applicationcache-0':'browsers','applicationcache-3':'offline','applicationcache-2':'offline','applicationcache-5':'offline','applicationcache-4':'offline','applicationcache-7':'offline','applicationcache-6':'offline','applicationcache-9':'offline','applicationcache-8':'offline','attr-link-sizes-any_index':'index-of-terms','entity-Scedil':'named-character-references','reset-button-state_index':'index-of-terms','htmlparamelement':'the-iframe-element','phrasing-content-225':'index','ul':'introduction','phrasing-content-227':'index','phrasing-content-226':'index','phrasing-content-221:'index','phrasing-content-220':'index','phrasing-content-223':'index','the-th-element':'tabular-data','entity-dopf':'named-character-references','phrasing-content-229':'index','phrasing-content-228':'index','category-listed-12':'index','entity-prE':'named-character-references','reset-button-state':'number-state','entity-Ncy':'named-character-references','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','entity-SubsetEqual':'named-character-references','entity-xotime':'named-character-references','texttrackcue_index':'index-of-terms','intro-early-example':'introduction','event-handler-content-attributes-79':'index','attr-input-type-time-0':'the-input-element','attr-input-type-time-1':'the-input-element','entity-lfloor':'named-character-references','entity-pre':'named-character-references','attr-input-list':'common-input-element-attributes','attr-object-archive':'obsolete','flow-content-177':'index','elements':'elements','entity-epsi':'named-character-references','attr-area-shape-dfault_index':'index-of-terms','entity-mldr':'named-character-references','ruby-13':'index','input-150':'index','function-137':'browsers','function-136':'browsers','function-135':'browsers','function-134':'browsers','value-39':'the-button-element','function-132':'video','function-131':'video','function-130':'video','value-35':'the-button-element','text-state-and-search-state':'states-of-the-type-attribute','value-37':'index','value-36':'the-button-element','value-31':'the-button-element','value-30':'the-button-element','value-33':'common-input-element-attributes','function-138':'browsers','lang':'introduction','valid-month-string':'common-microsyntaxes','htmloptgroupelement':'the-button-element','attr-button-type-reset':'the-button-element','entity-rho':'named-character-references','p-29':'index','entity-egsdot':'named-character-references','checkbox-state_index':'index-of-terms','p-23':'syntax','p-22':'links','p-21':'forms','p-20':'edits','attr-input-type-url':'content-models','p-26':'obsolete','extensibiliy':'infrastructure','p-24':'syntax','code':'content-models','input-152':'index','entity-sqsupe':'named-character-references','entity-csube':'named-character-references','sandbox-10':'index','entity-nlE':'named-character-references','entity-nlt':'named-character-references','option-40':'obsolete','input-153':'index','entity-scedil':'named-character-references','attr-hr-color':'obsolete','entity-tint':'named-character-references','option-42':'index','entity-nle':'named-character-references','entity-DoubleLeftTee':'named-character-references','entity-Ccedil':'named-character-references','beforeunloadevent-0':'history','beforeunloadevent-1':'index','resources':'infrastructure','samp-6':'text-level-semantics','samp-7':'text-level-semantics','samp-4':'text-level-semantics','media-resource':'video','samp-2':'grouping-content','samp-3':'text-level-semantics','samp-0':'content-models','event-media-error':'video','entity-varsupsetneqq':'named-character-references','the-dd-element':'grouping-content','samp-8':'text-leel-semantics','samp-9':'text-level-semantics','htmlelement-239':'index','attr-data':'elements','hashchange-0':'index','categories':'forms','ol-14':'edits','ol-15':'links','ol-16':'syntax','ol-17':'obsolete','ol-10':'grouping-content','ol-11':'grouping-content','ol-12':'grouping-content','ol-13':'grouping-content','ol-18':'index','ol-19':'index','htmlunknownelement_index':'index-of-terms','htmlelement-232':'index','entity-dscy':'named-character-references','entity-fflig':'named-character-references','entity-dscr':'named-character-references','ix-handler-window-onfocus':'index','entity-capand':'named-character-references','htmlelement-230':'index','htmldocument_index':'index-of-terms','entity-boxVL':'named-character-references','input-156':'index','entity-ape':'named-character-references','coords-1':'the-map-element','coords-0':'the-map-element','coords-3':'the-map-element','coords-2':'the-map-element','coords-5':'index','coords-4':'the-map-element','dimension-attributes':'the-map-element','hgroup':'elements''attr-tbody-charoff_index':'index-of-terms','concept-fe-disabled-1':'forms','entity-nLeftarrow':'named-character-references','video':'video','htmlelement-234':'index','phrasing-content-92':'text-level-semantics','attr-img-name':'obsolete','index':'index','entity-apE':'named-character-references','root-element-of-a-document-object_index':'index-of-terms','command-facet-label-0':'commands','category-listed-10':'index','entity-Vscr':'named-character-references','valid-hash-name-reference_index':'index-of-terms','syntax-newlines-3':'syntax','valid-local-date-and-time-string-2':'states-of-the-type-attribute','syntax-newlines-1':'syntax','syntax-newlines-0':'syntax','the-strong-element':'text-level-semantics','formmethod-29':'association-of-controls-and-forms','formmethod-28':'the-button-element','formmethod-25':'number-state','formmethod-24':'number-state','formmethod-27':'the-button-element','formmethod-26':'the-button-element','formmethod-21':'number-state','formmethod-20':'number-state','formmethod-23':'numbe-state','formmethod-22':'number-state','ix-handler-onloadstart':'index','valid-simple-color_index':'index-of-terms','attr-meta-content_index':'index-of-terms','entity-frac78':'named-character-references','the-head-element':'dom','interactive-content-36':'index','htmlvideoelement-0':'index','durationchange':'index','link-type-bookmark_index':'index-of-terms','data_clone_err':'urls','entity-origof':'named-character-references','child-browsing-context':'browsers','attr-body-link_index':'index-of-terms','wai-aria-0':'elements','a-80':'index','interactive-content-34':'index','meta-name-content':'infrastructure','entity-rbrke':'named-character-references','network_loading-1':'video','network_loading-0':'video','entity-succsim':'named-character-references','entity-breve':'named-character-references','an-iframe-srcdoc-document':'the-iframe-element','the-step-attribute':'common-input-element-attributes','next':'semantics','htmlelement-180':'index','htmlelement-181':'index','colgroup-1':'tabular-data','htmlelement-18':'index','htmlelement-184':'index','valid-date-or-time-string-2':'index','valid-date-or-time-string-1':'text-level-semantics','valid-date-or-time-string-0':'common-microsyntaxes','htmlelement-188':'index','entity-llhard':'named-character-references','htmlallcollection_index':'index-of-terms','entity-erDot':'named-character-references','entity-boxHD':'named-character-references','interactive-content-32':'index','windowmodal':'timers','the-input-element_index':'index-of-terms','entity-bopf':'named-character-references','htmlelement-238':'index','reversed-0':'grouping-content','dom-location-hostname-0':'history','this':'introduction','htmlelement-233':'index','challenge':'the-button-element','entity-precsim':'named-character-references','assigning-keyboard-shortcuts':'editing','browser-state':'offline','interactive-content-33':'index','htmlelement-235':'index','htmloptionelement-0':'the-input-element','htmloptionelement-1':'index','htmloptionelement-2':'index','attr-time-pubdate_index':'index-of-terms','text-rack-disabled_index':'index-of-terms','interactive-content-30':'index','high':'the-button-element','entity-Exists':'named-character-references','entity-lBarr':'named-character-references','progress-15':'index','entity-drcorn':'named-character-references','a-81':'index','interactive-content-31':'index','mathml-namespace':'urls','for-3':'the-button-element','for-2':'the-button-element','entity-sqcup':'named-character-references','for-0':'forms','entity-nparsl':'named-character-references','fieldset-18':'forms','for-4':'index','entity-EmptyVerySmallSquare':'named-character-references','ix-handler-onmouseout':'index','formtarget-10':'states-of-the-type-attribute','formtarget-11':'states-of-the-type-attribute','formtarget-12':'states-of-the-type-attribute','formtarget-13':'states-of-the-type-attribute','origin-1':'the-iframe-element','formtarget-15':'number-state','formtarget-16':'number-state','formtarget-17':'number-state','formtarget-18':'number-state','formtarget-19':'number-state','media-resource-specific-txt-track-0':'video','license-2':'links','license-1':'links','license-0':'links','dom-appcache-checking':'offline','category-listed-16':'index','refsXML':'references','the-main-part-of-the-content':'links','entity-notin':'named-character-references','entity-cuvee':'named-character-references','refsUTR36':'references','accept-13':'states-of-the-type-attribute','accept-12':'states-of-the-type-attribute','accept-11':'states-of-the-type-attribute','accept-10':'states-of-the-type-attribute','accept-17':'number-state','accept-16':'number-state','accept-15':'number-state','accept-14':'number-state','attr-iframe-marginwidth':'obsolete','accept-19':'number-state','accept-18':'number-state','dropzone':'elements','br-7':'text-level-semantics','br-6':'text-level-semantics','br-5':'text-level-semantics','br-4':'text-level-semantics','br-3':'text-level-semantics','br-2':'text-level-semantics','br-1':'text-level-semantics','br-0':'content-models','move':'dnd','attr-area-shape-keyword-rect_index':'index-of-terms','attr-trac-kind-keyword-metadata':'video','br-8':'syntax','attr-tbody-char':'obsolete','entity-nrarrw':'named-character-references','area-61':'index','area-60':'index','area-63':'index','area-62':'index','concept-fs-enctype-0':'association-of-controls-and-forms','concept-fs-enctype-1':'association-of-controls-and-forms','global-attributes-37':'text-level-semantics','global-attributes-36':'text-level-semantics','global-attributes-35':'text-level-semantics','global-attributes-34':'text-level-semantics','global-attributes-33':'text-level-semantics','global-attributes-32':'text-level-semantics','global-attributes-31':'grouping-content','global-attributes-30':'grouping-content','ascii-case-insensitive-25':'syntax','the-samp-element_index':'index-of-terms','htmldlistelement_index':'index-of-terms','for-1':'index','global-attributes-39':'text-level-semantics','global-attributes-38':'text-level-semantics','the-style-element':'semantics','stalled':'index','raw-text-elements':'syntax','object-60':'index','entity-uArr':'named-caracter-references','href-5':'index','location-2':'history','wai-aria_index':'index-of-terms','attr-tr-char_index':'index-of-terms','flow-content-170':'index','text-html-9':'iana','transparent':'content-models','event-handler-content-attributes':'webappapis','entity-DZcy':'named-character-references','valid-list-of-integers_index':'index-of-terms','applicationcache-10':'offline','entity-diams':'named-character-references','entity-IOcy':'named-character-references','the-html-element':'dom','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','attr-input-autocomplete-off-state_index':'index-of-terms','entity-vopf':'named-character-references','embed-13':'obsolete','embed-12':'syntax','embed-11':'the-map-element','embed-10':'the-iframe-element','embed-17':'obsolete','embed-16':'obsolete','embed-15':'obsolete','embed-14':'obsolete','entity-RightCeiling':'named-character-references','entity-leftrightharpoons':'named-character-references','entity-iacute':'named-characte-references','th-13':'tabular-data','th-12':'tabular-data','th-11':'tabular-data','th-10':'tabular-data','th-17':'tabular-data','th-16':'tabular-data','th-15':'tabular-data','th-14':'tabular-data','formtarget-14':'number-state','th-19':'tabular-data','th-18':'tabular-data','origin-0':'origin-0','refsPNG':'references','origin-3':'iana','ix-handler-onchange':'index','metadata-content_index':'index-of-terms','entity-ropf':'named-character-references','origin-2':'iana','entity-iexcl':'named-character-references','pattern-16':'number-state','pattern-17':'number-state','pattern-14':'states-of-the-type-attribute','pattern-15':'number-state','pattern-12':'states-of-the-type-attribute','pattern-13':'states-of-the-type-attribute','have_current_data-1':'video','pattern-11':'states-of-the-type-attribute','entity-varpi':'named-character-references','pattern-18':'number-state','pattern-19':'number-state','href-1':'semantics','novalidate-0':'forms','novalidate-1':'association-of-controls-and-forms','novalidate-2':'associaion-of-controls-and-forms','novalidate-3':'index','nested-browsing-context-19':'index','nested-browsing-context-18':'index','nested-browsing-context-11':'browsers','nested-browsing-context-10':'browsers','nested-browsing-context-13':'browsers','nested-browsing-context-12':'browsers','nested-browsing-context-15':'browsers','nested-browsing-context-14':'browsers','nested-browsing-context-17':'index','nested-browsing-context-16':'history','text-track-cue-text-1':'video','text-track-cue-text-0':'video','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','entity-Edot':'named-character-references','pre-20':'index','entity-cong':'named-character-references','dom-mediaerror-media_err_aborted_index':'index-of-terms','function-28':'dom','function-29':'dom','htmltabledatacellelement':'tabular-data','function-24':'dom','function-25':'dom','function-26':'dom','function-27':'dom','function-20':'dom','function-21':'dom','function-22':'dom','function-23':'dom','attr-abbr-title':'textlevel-semantics','entity-olcross':'named-character-references','htmlpreelement_index':'index-of-terms','cols-0':'the-button-element','texttrack_index':'index-of-terms','tree-order-7':'the-button-element','entity-SquareSubset':'named-character-references','the-xml:base-attribute-xml-only':'elements','event-media-loadedmetadata':'video','samp-14':'index','samp-10':'obsolete','samp-11':'index','htmlelement':'elements','samp-13':'index','dom-media-network_no_source_index':'index-of-terms','entity-nges':'named-character-references','entity-ngeq':'named-character-references','flow-content-171':'index','entity-NotRightTriangleEqual':'named-character-references','entity-xsqcup':'named-character-references','link-48':'links','link-49':'links','link-46':'links','link-47':'links','link-44':'links','link-45':'links','link-42':'links','link-43':'links','link-40':'links','link-41':'links','the-optgroup-element_index':'index-of-terms','event-dragenter_index':'index-of-terms','figure-9':'embedded-content-1','figure-8':'groping-content','figure-7':'grouping-content','figure-6':'grouping-content','figure-5':'grouping-content','figure-4':'grouping-content','figure-3':'grouping-content','figure-2':'grouping-content','figure-1':'grouping-content','figure-0':'sections','toolbar-state':'interactive-elements','semantics-0':'elements','entity-sdot':'named-character-references','entity-Psi':'named-character-references','attr-form-autocomplete_index':'index-of-terms','documents':'dom','href-8':'dom','src-11':'index','href-6':'introduction','entity-veebar':'named-character-references','href-7':'introduction','href-4':'links','link-66':'index','entity-DiacriticalDoubleAcute':'named-character-references','title-21':'embedded-content-1','title-20':'embedded-content-1','title-23':'common-input-element-attributes','title-22':'embedded-content-1','title-25':'common-input-element-attributes','title-24':'common-input-element-attributes','title-27':'the-button-element','title-26':'the-button-element','title-29':'links','presentational-markup':'itroduction','attr-tdth-bgcolor_index':'index-of-terms','height-24':'states-of-the-type-attribute','figure-19':'index','figure-18':'index','href-0':'semantics','figure-13':'tabular-data','figure-12':'embedded-content-1','authority-based-url':'urls','figure-10':'embedded-content-1','figure-17':'index','figure-16':'links','figure-15':'tabular-data','figure-14':'tabular-data','label-29':'index','sourcing-in-band-text-tracks':'video','label-28':'index','attr-fs-method-get-keyword_index':'index-of-terms','phrasing-content-243':'index','entity-triangle':'named-character-references','phrasing-content-241':'index','phrasing-content-240':'index','phrasing-content-247':'index','phrasing-content-246':'index','phrasing-content-245':'index','phrasing-content-244':'index','phrasing-content-280':'index','phrasing-content-249':'index','phrasing-content-248':'index','attr-fs-target_index':'index-of-terms','attr-img-align':'obsolete','entity-ltimes':'named-character-references','attributes-for-form-submission_index':'index-ofterms','entity-Dopf':'named-character-references','willful-violation-2':'offline','willful-violation-1':'states-of-the-type-attribute','willful-violation-0':'urls','label-23':'obsolete','entity-supseteq':'named-character-references','attr-input-type-number':'content-models','attr-img-hspace_index':'index-of-terms','label-22':'obsolete','entity-shcy':'named-character-references','entity-kappav':'named-character-references','entity-OpenCurlyDoubleQuote':'named-character-references','label-25':'index','phrasing-content-293':'index','entity-nrarrc':'named-character-references','not_supported_err':'urls','refsCSSVALUES':'references','label-27':'index','attr-body-bgcolor':'obsolete','syntax-end-tag-5':'syntax','refsPSL':'references','syntax-end-tag-4':'syntax','summary-6':'index','summary-4':'index','entity-boxVl':'named-character-references','function-119':'sections','function-118':'sections','summary-0':'interactive-elements','summary-1':'interactive-elements','function-115':'sections','function-114':'sections''function-117':'sections','function-116':'sections','function-111':'sections','function-110':'sections','function-113':'sections','function-112':'sections','entity-lopf':'named-character-references','syntax-end-tag-9':'syntax','attr-track-kind':'video','href-15':'the-map-element','syntax-end-tag-8':'syntax','client-side-form-validation':'forms','progress-21':'index','progress-20':'offline','select-28':'the-button-element','h4-9':'index','h4-8':'index','h4-7':'index','h4-6':'index','h4-5':'index','select-29':'the-button-element','h4-3':'syntax','h4-2':'sections','h4-1':'content-models','h4-0':'content-models','entity-Jopf':'named-character-references','entity-gEl':'named-character-references','text-track-mode-2':'video','text-track-mode-1':'video','text-track-mode-0':'video','attr-ol-type-keyword-upper-roman_index':'index-of-terms','syntax-start-tag-10':'syntax','inuse_attribute_err_index':'index-of-terms','dom-location-hash-0':'history','select-20':'the-button-element','attr-area-nohref_index':'index-of-ters','select-21':'the-button-element','attr-input-type-hidden':'content-models','entity-Euml':'named-character-references','noupdate':'offline','entity-popf':'named-character-references','entity-yacy':'named-character-references','htmltablecaptionelement-1':'index','htmltablecaptionelement-0':'tabular-data','area-64':'index','link-type-prefetch':'links','entity-cire':'named-character-references','entity-boxVh':'named-character-references','email':'forms','entity-ni':'named-character-references','html-elements-34':'editing','form-owner':'association-of-controls-and-forms','valid-non-negative-integer-17':'index','attr-input-type-datetime-local':'content-models','entity-angsph':'named-character-references','entity-nu':'named-character-references','entity-smt':'named-character-references','htmloptionelement':'the-button-element','content-categories_index':'index-of-terms','colspan-1':'index','the-blockquote-element_index':'index-of-terms','entity-olcir':'named-character-references','entity-ordm':'named-character-eferences','active-document_index':'index-of-terms','refsBCP47':'references','entity-ordf':'named-character-references','entity-gvnE':'named-character-references','valid-date-string':'common-microsyntaxes','entity-ohm':'named-character-references','headers-4':'index','headers-5':'index','form-69':'index','ix-handler-onclick':'index','headers-0':'tabular-data','headers-1':'tabular-data','headers-2':'tabular-data','headers-3':'tabular-data','entity-Dscr':'named-character-references','li':'introduction','entity-Sup':'named-character-references','entity-ycy':'named-character-references','attr-fs-method_index':'index-of-terms','area-8':'the-map-element','area-9':'the-map-element','area-2':'urls','area-3':'dom','area-0':'introduction','area-1':'urls','area-6':'content-models','area-7':'semantics','area-4':'content-models','area-5':'content-models','link-type-noreferrer_index':'index-of-terms','list-of-text-tracks_index':'index-of-terms','dom-appcache-uncached':'offline','entity-trade':'named-character-references''entity-frac56':'named-character-references','attr-input-src':'number-state','entity-varsubsetneq':'named-character-references','entity-frac58':'named-character-references','entity-NotNestedLessLess':'named-character-references','htmlkeygenelement_index':'index-of-terms','entity-ShortDownArrow':'named-character-references','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','text-track-cue-size':'video','attr-track-kind-keyword-subtitles_index':'index-of-terms','entity-smtes':'named-character-references','htmlelement-121':'index','entity-raemptyv':'named-character-references','htmlelement-126':'index','dom-appcache-idle_index':'index-of-terms','htmlelement-127':'index','create-a-drag-data-store_index':'index-of-terms','valid-integer':'common-microsyntaxes','event-handlers':'webappapis','htmlelement-124':'index','dom-appcache-idle-0':'offline','text-track-readiness-state':'video','entity-leqslant':'named-character-references','htmlolistelement-1':'index','htmlolistelement-0':'index,'the-hidden-attribute':'editing','event-media-suspend_index':'index-of-terms','htmlelement-129':'index','entity-times':'named-character-references','the-del-element_index':'index-of-terms','text-track-showing-by-default-1':'video','text-track-showing-by-default-0':'video','text-track-showing-by-default-2':'video','dfn-8':'text-level-semantics','attr-progress-value':'the-button-element','dfn-9':'text-level-semantics','entity-NotPrecedes':'named-character-references','span-14':'obsolete','sequential-focus-navigation-and-the-tabindex-attribute':'editing','plaintext_index':'index-of-terms','entity-dtrif':'named-character-references','entity-Conint':'named-character-references','entity-khcy':'named-character-references','entity-ffllig':'named-character-references','script-type':'infrastructure','barprop-6':'browsers','barprop-4':'browsers','barprop-5':'browsers','barprop-2':'browsers','barprop-3':'browsers','barprop-0':'browsers','barprop-1':'browsers','textFieldSelection':'association-of-controls-and-forms','kd-18':'index','audio':'video','autoplay':'video','entity-Omacr':'named-character-references','htmlcollection':'urls','span-16':'index','tt-0':'obsolete','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','entity-notindot':'named-character-references','entity-Diamond':'named-character-references','category-label-8':'the-button-element','category-label-9':'the-button-element','category-label-6':'the-button-element','category-label-7':'the-button-element','category-label-4':'the-button-element','category-label-5':'the-button-element','category-label-2':'the-input-element','category-label-3':'the-button-element','category-label-0':'forms','category-label-1':'forms','navigatorstorageutils':'timers','attr-col-align_index':'index-of-terms','entity-doteq':'named-character-references','attr-img-ismap_index':'index-of-terms','entity-Congruent':'named-character-references','entity-hookleftarrow':'named-character-references','entity-Bscr':'named-character-references','concept-input-typefile-selected_index':'index-of-terms','radio-button-group':'number-state','the-p-element_index':'index-of-terms','attr-input-min':'common-input-element-attributes','dom-navigator-registerprotocolhandler-0':'timers','entity-ntriangleleft':'named-character-references','src-30':'index','event-appcache-downloading_index':'index-of-terms','the-var-element_index':'index-of-terms','htmlformelement':'forms','htmlanchorelement':'text-level-semantics','ascii-case-insensitive_index':'index-of-terms','global-attributes-19':'grouping-content','global-attributes-18':'sections','global-attributes-15':'sections','global-attributes-14':'sections','global-attributes-17':'sections','global-attributes-16':'sections','global-attributes-11':'sections','global-attributes-10':'sections','global-attributes-13':'sections','global-attributes-12':'sections','embed-18':'obsolete','htmlelement-240':'index','text-track-hidden_index':'index-of-terms','entity-tridot':'named-character-references','preload':'video','object-46':'obsolete','obect-45':'obsolete','object-44':'obsolete','object-43':'obsolete','object-42':'obsolete','object-41':'obsolete','object-40':'obsolete','custom-data-attribute':'elements','session-history-entry':'history','htmlembedelement':'the-iframe-element','event-media-durationchange':'video','object-48':'index','min-35':'common-input-element-attributes','ix-handler-window-onmessage':'index','entity-iquest':'named-character-references','link-1':'elements','link-0':'index','link-3':'content-models','link-2':'content-models','link-5':'semantics','link-4':'semantics','link-7':'semantics','link-6':'semantics','link-9':'semantics','link-8':'semantics','url-state':'states-of-the-type-attribute','entity-Poincareplane':'named-character-references','image-map-10':'index','image-map-11':'index','image-map-12':'index','attr-command-type-keyword-command':'interactive-elements','entity-Aogon':'named-character-references','canplay':'index','command-facet-hint':'commands','syntax-charref_index':'index-of-terms','output-8':'forms','outpt-9':'forms','base-8':'semantics','base-9':'semantics','base-6':'semantics','base-7':'semantics','base-4':'semantics','base-5':'semantics','text-track-showing-by-default':'video','base-3':'semantics','output-6':'content-models','output-7':'forms','entity-NegativeVeryThinSpace':'named-character-references','min-38':'the-button-element','ix-handler-oninvalid':'index','no_modification_allowed_err-1':'apis-in-html-documents','no_modification_allowed_err-0':'apis-in-html-documents','descriptions':'index','vaguer-moments-in-time':'common-microsyntaxes','ix-handler-onkeydown':'index','entity-varpropto':'named-character-references','entity-sc':'named-character-references','span-18':'index','entity-ngsim':'named-character-references','no_data_allowed_err_index':'index-of-terms','entity-capcap':'named-character-references','required-21':'number-state','required-20':'number-state','required-23':'number-state','required-22':'number-state','required-25':'common-input-element-attributes','required-24':'number-state','reqired-27':'content-models','required-26':'index','required-29':'the-button-element','required-28':'the-button-element','entity-Jcy':'named-character-references','attr-optgroup-label_index':'index-of-terms','dom-texttrack-kind-descriptions':'video','tr-24':'syntax','fully-active':'browsers','attr-link-href_index':'index-of-terms','htmlinputelement-0':'index','htmlinputelement-1':'index','entity-Ucirc':'named-character-references','colgroup':'tabular-data','entity-nless':'named-character-references','meta':'semantics','entity-RightTeeVector':'named-character-references','multicol_index':'index-of-terms','entity-shortparallel':'named-character-references','entity-escr':'named-character-references','entity-rnmid':'named-character-references','ins':'index','paragraph-14':'edits','paragraph-15':'edits','paragraph-16':'forms','paragraph-10':'edits','paragraph-11':'edits','paragraph-12':'edits','paragraph-13':'edits','tabindex-0':'editing','tabindex-1':'editing','valid-e-mail-address-list-0':'states-of-the-type-attrbute','details':'content-models','html-elements-33':'webappapis','entity-simplus':'named-character-references','outlines':'sections','refsSHIFTJIS':'references','text-track-cue-vertical-growing-left-writing-direction':'video','drag-data-store-mode-0':'dnd','drag-data-store-mode-1':'dnd','entity-Ifr':'named-character-references','valid-date-string-with-optional-time_index':'index-of-terms','entity-epsiv':'named-character-references','input-23':'content-models','input-22':'content-models','input-21':'content-models','input-20':'content-models','input-27':'content-models','input-26':'content-models','input-25':'content-models','keywords-and-enumerated-attributes':'common-microsyntaxes','li-10':'grouping-content','li-11':'edits','li-12':'edits','link-23':'scripting-1','link-24':'scripting-1','link-25':'scripting-1','li-16':'interactive-elements','link-27':'links','concept-month_index':'index-of-terms','entity-LeftTriangleEqual':'named-character-references','attr-input-autocomplete-default-state':'common-input-eement-attributes','global-attributes-143':'index','attr-body-marginleft_index':'index-of-terms','htmlembedelement-1':'index','a-71':'obsolete','entity-bot':'named-character-references','entity-gtrsim':'named-character-references','submit-button-state':'number-state','entity-vdash':'named-character-references','entity-nvap':'named-character-references','dom-media-have_nothing_index':'index-of-terms','entity-UpArrowBar':'named-character-references','link-type-license_index':'index-of-terms','dom-opener':'browsers','copy':'dnd','volumechange-0':'index','a-70':'obsolete','flow-content-199':'index','flow-content-198':'index','aside-10':'index','htmllinkelement-0':'semantics','aside-14':'index','flow-content-191':'index','conformance-requirements-for-authors':'introduction','flow-content-193':'index','flow-content-192':'index','flow-content-195':'index','flow-content-194':'index','attr-input-vspace':'obsolete','flow-content-196':'index','map-16':'index','the-root-element':'semantics','map-14':'index','map-15':'inex','map-12':'index','map-13':'index','map-10':'the-map-element','map-11':'the-map-element','entity-isinv':'named-character-references','a-77':'index','map-18':'index','phrasing-content-156':'the-button-element','embed-19':'index','maximum-allowed-value-length-3':'the-button-element','selected-2':'the-button-element','maximum-allowed-value-length-1':'common-input-element-attributes','maximum-allowed-value-length-0':'common-input-element-attributes','maximum-allowed-value-length-4':'association-of-controls-and-forms','title-47':'common-input-element-attributes','title-46':'semantics','title-45':'semantics','title-44':'semantics','title-43':'semantics','title-42':'semantics','title-41':'semantics','title-40':'semantics','td-17':'tabular-data','td-16':'tabular-data','td-15':'tabular-data','td-14':'tabular-data','td-13':'tabular-data','td-12':'tabular-data','td-11':'tabular-data','td-10':'tabular-data','entity-reals':'named-character-references','htmlmenuelement':'interactive-elements','entity-NotPrecedesEqual''named-character-references','attr-pre-width_index':'index-of-terms','hierarchy_request_err':'urls','critical-subresources':'infrastructure','a-75':'index','attr-input-type-text-keyword':'the-input-element','media-element-attributes_index':'index-of-terms','formnovalidate-2':'states-of-the-type-attribute','h6-9':'text-level-semantics','formnovalidate-0':'the-input-element','formnovalidate-1':'the-input-element','formnovalidate-6':'states-of-the-type-attribute','formnovalidate-7':'states-of-the-type-attribute','formnovalidate-4':'states-of-the-type-attribute','formnovalidate-5':'states-of-the-type-attribute','phrasing-content-261':'index','phrasing-content-260':'index','formnovalidate-8':'states-of-the-type-attribute','formnovalidate-9':'states-of-the-type-attribute','phrasing-content-265':'index','phrasing-content-264':'index','phrasing-content-267':'index','phrasing-content-266':'index','valid-date-string-with-optional-time-0':'common-microsyntaxes','valid-date-string-with-optional-time-1':'text-level-sematics','valid-date-string-with-optional-time-2':'edits','valid-date-string-with-optional-time-3':'index','a-74':'index','entity-amalg':'named-character-references','entity-bullet':'named-character-references','entity-notinE':'named-character-references','the-span-element_index':'index-of-terms','cite-25':'index','cite-24':'index','cite-23':'edits','cite-22':'edits','cite-21':'edits','entity-horbar':'named-character-references','entity-Ocirc':'named-character-references','formenctype-23':'number-state','formenctype-22':'number-state','formenctype-21':'number-state','formenctype-20':'number-state','formenctype-27':'the-button-element','formenctype-26':'the-button-element','formenctype-25':'number-state','formenctype-24':'number-state','joint-session-history-0':'history','joint-session-history-1':'history','formenctype-29':'association-of-controls-and-forms','formenctype-28':'the-button-element','joint-session-history-4':'history','tree-order_index':'index-of-terms','body-37':'obsolete','body-36':'obsolete','fuction-179':'browsers','function-178':'browsers','body-33':'obsolete','body-32':'obsolete','body-31':'syntax','body-30':'syntax','function-173':'browsers','function-172':'browsers','function-171':'browsers','function-170':'browsers','function-177':'browsers','function-176':'browsers','function-175':'browsers','function-174':'browsers','command-createlink_index':'index-of-terms','root-element':'infrastructure','hr-9':'syntax','valid-non-empty-url-0':'urls','placeholder':'the-input-element','hr-8':'syntax','a-79':'index','spelling-and-grammar-checking':'editing','valid-lowercase-simple-color_index':'index-of-terms','the-wbr-element':'text-level-semantics','htmlprogresselement_index':'index-of-terms','entity-ncong':'named-character-references','entity-lharu':'named-character-references','entity-lozenge':'named-character-references','entity-imagpart':'named-character-references','a-46':'links','document.open-1':'apis-in-html-documents','document.open-0':'apis-in-html-documents','a-47':'links','attr-param-name_inex':'index-of-terms','a-44':'links','text-track-api':'video','a-78':'index','optgroup-18':'index','a-45':'links','character-references':'syntax','entity-napprox':'named-character-references','optgroup-11':'syntax','optgroup-10':'the-button-element','optgroup-13':'syntax','optgroup-12':'syntax','optgroup-15':'index','optgroup-14':'syntax','optgroup-17':'index','a-43':'links','command-bold':'dnd','command-delete':'dnd','invalid_state_err':'urls','ix-handler-oncuechange':'index','entity-Tcaron':'named-character-references','a-41':'links','entity-NotSucceedsEqual':'named-character-references','entity-copf':'named-character-references','entity-prurel':'named-character-references','entity-Barwed':'named-character-references','refsHTTP':'references','attr-option-value_index':'index-of-terms','entity-lg':'named-character-references','entity-le':'named-character-references','entity-gtrarr':'named-character-references','refsDOMRANGE':'references','entity-ll':'named-character-references','attr-media-loop_index':'indexof-terms','entity-lt':'named-character-references','entity-subsetneq':'named-character-references','drag-data-store-allowed-effects-state_index':'index-of-terms','entity-lE':'named-character-references','event-handler-content-attributes-24':'index','event-appcache-cached':'offline','attr-meta-scheme_index':'index-of-terms','entity-supset':'named-character-references','entity-bumpeq':'named-character-references','entity-Kcy':'named-character-references','scripting':'webappapis','entity-Not':'named-character-references','entity-copysr':'named-character-references','valid-browsing-context-name-or-keyword':'browsers','entity-nwarr':'named-character-references','entity-forkv':'named-character-references','entity-therefore':'named-character-references','entity-hardcy':'named-character-references','attr-hr-noshade':'obsolete','tbody-30':'index','context-menu-state-0':'content-models','context-menu-state-1':'interactive-elements','id':'introduction','attr-input-type-month-0':'the-input-element','attr-input-type-monh-1':'the-input-element','entity-yen':'named-character-references','the-text-tracks-are-ready_index':'index-of-terms','the-table-element_index':'index-of-terms','output-21':'index','entity-Idot':'named-character-references','i-24':'dnd','entity-LeftAngleBracket':'named-character-references','entity-PrecedesTilde':'named-character-references','i-26':'index','typographic-conventions':'introduction','figcaption-16':'index','attr-tdth-abbr':'obsolete','entity-ntriangleright':'named-character-references','i-27':'index','entity-frac34':'named-character-references','entity-frac35':'named-character-references','name-49':'index','entity-frac38':'named-character-references','entity-coloneq':'named-character-references','name-48':'index','entity-Vbar':'named-character-references','dnd':'dnd','attr-iframe-scrolling_index':'index-of-terms','dirname-14':'number-state','dirname-15':'number-state','dirname-16':'number-state','dirname-17':'number-state','dirname-10':'states-of-the-type-attribute','dirname-11':'states-of-thetype-attribute','dirname-12':'states-of-the-type-attribute','dirname-13':'states-of-the-type-attribute','category-reset-9':'index','other-link-types':'links','dirname-18':'number-state','dirname-19':'number-state','htmlparagraphelement-1':'index','name-46':'the-button-element','entity-SmallCircle':'named-character-references','entity-utri':'named-character-references','form-57':'the-button-element','media-element-attributes':'video','element-level-focus-apis':'editing','form-56':'the-button-element','name-43':'the-button-element','text-track-cue-identifier-1':'video','text-track-cue-identifier-0':'video','category-reset-8':'index','name-42':'the-button-element','text-track-cue':'video','htmlelement-144':'index','htmlelement-145':'index','htmlelement-146':'index','entity-and':'named-character-references','htmlelement-140':'index','htmlelement-141':'index','htmlelement-142':'index','htmlelement-143':'index','entity-numsp':'named-character-references','entity-urcorn':'named-character-references','htmlelement-19':'index','tfoot-27':'index','dom-innerhtml-0':'dom','dom-innerhtml-1':'elements','attr-command-type-state-radio_index':'index-of-terms','attr-keygen-keytype':'the-button-element','nofollow-1':'links','popstateevent_index':'index-of-terms','entity-gfr':'named-character-references','entity-simlE':'named-character-references','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','entity-boxhd':'named-character-references','entity-Vdashl':'named-character-references','htmlhtmlelement-0':'index','entity-boxhu':'named-character-references','attr-dropzone-copy':'dnd','event-media-progress':'video','the-img-element_index':'index-of-terms','attr-ul-type':'obsolete','entity-boxhD':'named-character-references','entity-nleqq':'named-character-references','domtokenlist-6':'semantics','domtokenlist-7':'text-level-semantics','domtokenlist-4':'urls','domtokenlist-5':'elements','domtokenlist-2':'urls','domtokenlist-3':'urls','domtokenlist-0':'urls','domtokenlist-1':'urls','enumerated-attribute-18':'dnd''entity-boxhU':'named-character-references','domtokenlist-8':'the-map-element','command-unlink':'dnd','entity-RightFloor':'named-character-references','html-2':'content-models','entity-blacklozenge':'named-character-references','entity-DDotrahd':'named-character-references','entity-MediumSpace':'named-character-references','concept-fs-method':'association-of-controls-and-forms','entity-xscr':'named-character-references','entity-Im':'named-character-references','valid-non-negative-integer-19':'index','dom-appcache-downloading_index':'index-of-terms','text-track-cue-active-flag_index':'index-of-terms','entity-alpha':'named-character-references','a-28':'links','a-29':'links','a-24':'links','a-25':'links','a-26':'links','a-27':'links','a-20':'embedded-content-1','a-21':'embedded-content-1','a-22':'embedded-content-1','a-23':'embedded-content-1','attr-select-required':'the-button-element','tfoot-22':'obsolete','no_modification_allowed_err':'urls','shape-3':'index','entity-midast':'named-character-references','atr-table-cellspacing_index':'index-of-terms','refsPPUTF8':'references','attr-iframe-allowtransparency_index':'index-of-terms','entity-bigtriangleup':'named-character-references','entity-NotGreaterGreater':'named-character-references','tfoot-21':'obsolete','event-media-play_index':'index-of-terms','entity-late':'named-character-references','refsRFC3490':'references','attr-spellcheck_index':'index-of-terms','attr-track-kind-keyword-chapters_index':'index-of-terms','entity-ZHcy':'named-character-references','attr-dir-auto':'elements','ix-handler-onplay':'index','tfoot-20':'obsolete','area-29':'links','area-28':'links','category-listed-13':'index','area-25':'links','area-24':'links','area-27':'links','area-26':'links','area-21':'links','area-20':'links','area-23':'links','area-22':'links','head-13':'semantics','head-12':'semantics','head-11':'semantics','head-10':'semantics','head-17':'semantics','head-16':'semantics','head-15':'semantics','head-14':'semantics','entity-Yuml':'named-character-references','head-19:'scripting-1','head-18':'semantics','category-listed-17':'index','input-158':'index','input-159':'index','global-attributes-79':'tabular-data','global-attributes-78':'tabular-data','video-9':'content-models','video-8':'content-models','htmlsourceelement_index':'index-of-terms','global-attributes-73':'tabular-data','global-attributes-72':'the-map-element','video-7':'content-models','global-attributes-70':'the-canvas-element','set-of-comma-separated-tokens':'common-microsyntaxes','global-attributes-76':'tabular-data','global-attributes-75':'tabular-data','global-attributes-74':'tabular-data','entity-LeftTriangleBar':'named-character-references','attr-fs-method-post-keyword_index':'index-of-terms','entity-Ccirc':'named-character-references','attr-ol-compact_index':'index-of-terms','attr-input-dirname_index':'index-of-terms','attr-iframe-frameborder_index':'index-of-terms','samp-12':'index','hyperlink-36':'links','phrasing-content_index':'index-of-terms','entity-hercon':'named-character-references','hgroup-8':content-models','hgroup-9':'sections','syntax-text-2':'syntax','hgroup-2':'content-models','hgroup-3':'content-models','hgroup-0':'content-models','hgroup-1':'content-models','hgroup-6':'content-models','hgroup-7':'content-models','hgroup-4':'content-models','hgroup-5':'content-models','target':'semantics','in-a-document':'infrastructure','entity-rightharpoonup':'named-character-references','dom-mediaerror-media_err_decode_index':'index-of-terms','boolean-attribute-28':'index','form-associated-element-22':'index','boolean-attribute-26':'editing','boolean-attribute-27':'index','boolean-attribute-24':'interactive-elements','boolean-attribute-25':'interactive-elements','boolean-attribute-22':'association-of-controls-and-forms','boolean-attribute-23':'interactive-elements','boolean-attribute-20':'association-of-controls-and-forms','boolean-attribute-21':'association-of-controls-and-forms','form-associated-element-20':'index','form-associated-element-27':'index','entity-epar':'named-character-references','domstrng_size_err_index':'index-of-terms','form-associated-element-24':'index','function-152':'browsers','entity-umacr':'named-character-references','link-type-nofollow':'links','entity-oopf':'named-character-references','object-29':'forms','object-28':'forms','object-25':'the-map-element','object-24':'the-map-element','object-27':'forms','object-26':'forms','object-21':'the-iframe-element','object-20':'the-iframe-element','object-23':'the-map-element','object-22':'the-map-element','entity-nrightarrow':'named-character-references','window-48':'index','window-49':'index','window-44':'index','window-45':'index','entity-CircleTimes':'named-character-references','window-47':'index','window-40':'index','window-41':'index','window-42':'index','window-43':'index','entity-vsupnE':'named-character-references','acknowledgements':'acknowledgements','entity-rAtail':'named-character-references','htmlmapelement':'the-map-element','sup-6':'index','sup-7':'index','sup-4':'text-level-semantics','sup-5':'dnd','sup-2':'text-level-smantics','sup-3':'text-level-semantics','sup-0':'content-models','sup-1':'text-level-semantics','sup-8':'index','sup-9':'index','bdo-7':'index','bdo-6':'index','bdo-5':'index','bdo-4':'index','bdo-3':'text-level-semantics','bdo-2':'text-level-semantics','bdo-1':'content-models','bdo-0':'content-models','entity-RightTeeArrow':'named-character-references','entity-vsupne':'named-character-references','formatblock-candidate-16':'index','formatblock-candidate-17':'index','formatblock-candidate-14':'index','formatblock-candidate-15':'index','formatblock-candidate-12':'grouping-content','entity-bsol':'named-character-references','formatblock-candidate-10':'grouping-content','formatblock-candidate-11':'grouping-content','input-1':'index','entity-ncaron':'named-character-references','formatblock-candidate-18':'index','formatblock-candidate-19':'index','htmlselectelement_index':'index-of-terms','transparent_index':'index-of-terms','entity-Ecaron':'named-character-references','flow-content_index':'index-of-terms','entty-complement':'named-character-references','radionodelist':'urls','concept-dnd-ro-0':'dnd','attr-track-kind-captions':'video','concept-appcache-manifest-fallback':'offline','attr-input-placeholder':'common-input-element-attributes','dd-14':'index','dd-13':'index','dd-12':'index','dd-11':'index','attr-fs-enctype':'association-of-controls-and-forms','dl':'content-models','dd':'grouping-content','body-5':'dom','body-4':'dom','body-7':'semantics','body-6':'elements','body-1':'introduction','body-0':'introduction','body-3':'introduction','body-2':'introduction','entity-ccupssm':'named-character-references','entity-CloseCurlyQuote':'named-character-references','dt':'grouping-content','htmlspanelement-1':'index','body-9':'sections','body-8':'sections','entity-Kcedil':'named-character-references','select-49':'index','entity-sup':'named-character-references','entity-lopar':'named-character-references','attr-media-preload-metadata-state_index':'index-of-terms','event-media-timeupdate_index':'index-of-terms','entity-gs':'named-character-references','datatransferitem_index':'index-of-terms','entity-sum':'named-character-references','entity-ultri':'named-character-references','entity-sub':'named-character-references','accessing-other-browsing-contexts':'browsers','hgroup-10':'sections','hgroup-11':'sections','hgroup-12':'sections','hgroup-13':'sections','hgroup-14':'sections','hgroup-15':'sections','hgroup-16':'sections','hgroup-17':'sections','hgroup-18':'sections','hgroup-19':'sections','event-media-waiting':'video','entity-jcy':'named-character-references','entity-Sigma':'named-character-references','the-tfoot-element_index':'index-of-terms','optimum':'the-button-element','attr-textarea-wrap-soft-state':'the-button-element','htmllegendelement_index':'index-of-terms','article-example':'sections','entity-squarf':'named-character-references','entity-square':'named-character-references','entity-njcy':'named-character-references','canvas-1':'index','canvas-0':'index','navigatoronline':'offline','radio-button-group_index':'ndex-of-terms','concept-option-value':'the-button-element','entity-imof':'named-character-references','entity-squ':'named-character-references','entity-cup':'named-character-references','noscript-43':'index','entity-ohbar':'named-character-references','noscript-41':'index','noscript-46':'index','form-associated-element':'forms','noscript-44':'index','noscript-45':'index','network_empty':'video','entity-Acirc':'named-character-references','entity-aleph':'named-character-references','attr-tr-align':'obsolete','week-number-of-the-last-day-0':'common-microsyntaxes','col':'tabular-data','refsRFC3023':'references','entity-rlhar':'named-character-references','ordinal-value-3':'index','ordinal-value-2':'index','ordinal-value-1':'grouping-content','ordinal-value-0':'grouping-content','entity-orslope':'named-character-references','attr-link-title_index':'index-of-terms','table-uda-examples':'urls','category-submit_index':'index-of-terms','list-of-the-descendant-browsing-contexts':'browsers','entity-DoubleRightTee':'nmed-character-references','about:legacy-compat':'urls','title-68':'interactive-elements','title-65':'text-level-semantics','title-64':'text-level-semantics','title-67':'text-level-semantics','title-66':'text-level-semantics','title-61':'semantics','title-60':'semantics','title-63':'semantics','title-62':'semantics','body-11':'sections','body-10':'sections','body-13':'sections','body-12':'sections','body-15':'sections','body-14':'sections','body-17':'sections','body-16':'sections','body-19':'sections','body-18':'sections','attr-track-kind-subtitles-1':'video','entity-odot':'named-character-references','width-29':'number-state','width-28':'number-state','datatransferitem':'dnd','entity-topbot':'named-character-references','width-23':'states-of-the-type-attribute','width-22':'states-of-the-type-attribute','width-21':'states-of-the-type-attribute','width-20':'states-of-the-type-attribute','width-27':'number-state','width-26':'number-state','width-25':'number-state','width-24':'states-of-the-type-attribute','att-ol-reversed_index':'index-of-terms','element-definitions':'elements','entity-VDash':'named-character-references','attr-hyperlink-media':'links','entity-permil':'named-character-references','link-type-prev':'links','attr-head-profile_index':'index-of-terms','attr-fae-form':'association-of-controls-and-forms','audio-19':'index','resource-metadata-management-0':'dom','the-td-element_index':'index-of-terms','entity-AElig':'named-character-references','ix-handler-oncanplay':'index','absolute-url':'urls','concept-datetime-digit':'common-microsyntaxes','span-15':'index','entity-biguplus':'named-character-references','origin_index':'index-of-terms','table-31':'obsolete','attr-input-type-time-keyword_index':'index-of-terms','span-17':'index','body-41':'obsolete','table-34':'obsolete','datatransfer_index':'index-of-terms','table-35':'obsolete','entity-rx':'named-character-references','span-13':'obsolete','entity-xvee':'named-character-references','entity-circledR':'named-character-references','simple-color-0':'numbe-state','table-39':'obsolete','entity-supedot':'named-character-references','the-body-element':'dom','heading-content':'content-models','phrasing-content-89':'text-level-semantics','entity-SucceedsEqual':'named-character-references','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','div-25':'index','the-output-element':'the-button-element','ix-handler-onemptied':'index','radio-button-state':'number-state','entity-NotRightTriangle':'named-character-references','entity-Jscr':'named-character-references','htmltablecaptionelement_index':'index-of-terms','secondary-browsing-context_index':'index-of-terms','the-form-element_index':'index-of-terms','head-34':'index','entity-thinsp':'named-character-references','help':'links','validation_err':'urls','sectioning-root-8':'tabular-data','sectioning-root-9':'forms','week-state':'states-of-the-type-attribute','entity-angst':'named-character-references','sectioning-root-2':'sections','sectioning-root-3':'sections','sectioning-root-0':'content-modes','sectioning-root-1':'sections','sectioning-root-6':'grouping-content','sectioning-root-7':'grouping-content','sectioning-root-4':'sections','sectioning-root-5':'sections','entity-frac18':'named-character-references','drag-data-store-mode':'dnd','entity-frac12':'named-character-references','entity-frac13':'named-character-references','entity-frac14':'named-character-references','entity-afr':'named-character-references','entity-frac16':'named-character-references','entity-Omega':'named-character-references','entity-Ucy':'named-character-references','entity-intlarhk':'named-character-references','entity-Hat':'named-character-references','dragenter':'dnd','attr-tdth-nowrap_index':'index-of-terms','attr-th-scope-col_index':'index-of-terms','entity-wscr':'named-character-references','img-51':'index','img-50':'index','attr-background':'obsolete','datalist-9':'common-input-element-attributes','datalist-8':'common-input-element-attributes','pagetransitionevent-0':'index','pagetransitionevent-1':'index','datalist-':'common-input-element-attributes','datalist-4':'common-input-element-attributes','security':'dom','datalist-6':'common-input-element-attributes','datalist-1':'content-models','datalist-0':'content-models','datalist-3':'common-input-element-attributes','datalist-2':'content-models','td-31':'obsolete','td-30':'obsolete','entity-NotLess':'named-character-references','function-159':'browsers','td-33':'obsolete','td-32':'obsolete','htmlelement-168':'index','htmlelement-169':'index','htmlelement-166':'index','td-35':'obsolete','htmlelement-164':'index','entity-gdot':'named-character-references','htmlelement-162':'index','htmlelement-163':'index','htmlelement-160':'index','td-34':'obsolete','attr-th-scope-colgroup_index':'index-of-terms','entity-nparallel':'named-character-references','category-submit':'forms','td-37':'index','h6-15':'index','entity-nvdash':'named-character-references','comments':'syntax','h6-14':'index','htmltitleelement-0':'index','td-39':'index','attr-command-type-state-checkbox':'interactiveelements','attr-meter-optimum_index':'index-of-terms','title-28':'the-button-element','nested-browsing-context':'browsers','entity-nsubE':'named-character-references','entity-esdot':'named-character-references','image-map-7':'obsolete','have_enough_data':'video','valid-local-date-and-time-string_index':'index-of-terms','text-html-sandboxed':'iana','attr-input-type-file-keyword_index':'index-of-terms','entity-CircleMinus':'named-character-references','outline-0':'content-models','outline-1':'content-models','outline-2':'sections','outline-3':'sections','outline-4':'sections','outline-5':'grouping-content','ul-12':'links','entity-approx':'named-character-references','syntax-cdata_index':'index-of-terms','months':'common-microsyntaxes','entity-omega':'named-character-references','attr-script-type':'scripting-1','refsMIMESNIFF':'references','htmltableelement':'tabular-data','entity-simne':'named-character-references','ul-13':'links','concept-dnd-p-2':'dnd','concept-dnd-p-3':'dnd','session-history-3':'history','yntax-tag-name-0':'syntax','syntax-tag-name-1':'syntax','syntax-tag-name-2':'syntax','concept-dnd-p-1':'dnd','syntax-text-5':'syntax','syntax-elements_index':'index-of-terms','figure-11':'embedded-content-1','syntax-text-4':'syntax','valid-simple-color-0':'common-microsyntaxes','valid-simple-color-1':'number-state','concept-dnd-p-4':'dnd','concept-dnd-p-5':'dnd','session-history-9':'index','the-drag-data-item-type-string':'dnd','session-history-8':'index','entity-varphi':'named-character-references','entity-Or':'named-character-references','entity-ucy':'named-character-references','htmlelement-119':'index','head-36':'index','entity-Dagger':'named-character-references','entity-TSHcy':'named-character-references','entity-nmid':'named-character-references','effective-script-origin-2':'origin-0','effective-script-origin-0':'dom','effective-script-origin-1':'dom','command-facet-hiddenstate':'commands','reset':'index','valid-non-negative-integer-8':'tabular-data','valid-non-negative-integer-9':'common-input-elemet-attributes','valid-non-negative-integer-6':'tabular-data','valid-non-negative-integer-7':'tabular-data','valid-non-negative-integer-4':'the-map-element','valid-non-negative-integer-5':'tabular-data','valid-non-negative-integer-2':'semantics','valid-non-negative-integer-3':'the-canvas-element','valid-non-negative-integer-0':'common-microsyntaxes','valid-non-negative-integer-1':'semantics','name-45':'the-button-element','introduction-2':'links','label-8':'content-models','label-9':'forms','label-6':'content-models','label-7':'content-models','label-4':'index','paragraphs':'content-models','label-2':'video','label-3':'video','label-0':'index','label-1':'video','dragover':'dnd','text-track-8':'video','text-track-9':'video','text-track-4':'video','text-track-5':'video','text-track-6':'video','text-track-7':'video','text-track-0':'video','text-track-1':'video','text-track-2':'video','text-track-3':'video','entity-thorn':'named-character-references','attr-script-event':'obsolete','input-138':'index','phrasing-cotent-242':'index','input-136':'index','input-137':'index','input-134':'obsolete','input-135':'obsolete','input-132':'obsolete','accesskey-5':'editing','input-130':'obsolete','input-131':'obsolete','global-attributes-51':'text-level-semantics','global-attributes-50':'text-level-semantics','global-attributes-53':'text-level-semantics','global-attributes-52':'text-level-semantics','global-attributes-55':'text-level-semantics','global-attributes-54':'text-level-semantics','global-attributes-57':'text-level-semantics','global-attributes-56':'text-level-semantics','global-attributes-59':'edits','global-attributes-58':'text-level-semantics','text-content-10':'index','drag-data-store-default-feedback_index':'index-of-terms','attr-table-border_index':'index-of-terms','meta-generator':'semantics','ix-handler-ondragleave':'index','local-date-and-time-state':'states-of-the-type-attribute','syntax-end-tag_index':'index-of-terms','entity-simrarr':'named-character-references','entity-harr':'named-character-references','fuctionstringcallback-0':'dnd','the-tr-element_index':'index-of-terms','entity-nvltrie':'named-character-references','entity-eqslantless':'named-character-references','text-content-11':'index','manually-releasing-the-storage-mutex':'timers','form-control-dirname-attribute-1':'the-button-element','form-control-dirname-attribute-0':'common-input-element-attributes','dragend':'dnd','entity-utrif':'named-character-references','the-hidden-attribute_index':'index-of-terms','attr-meta-content':'semantics','htmlformelement-8':'the-button-element','htmlformelement-5':'the-button-element','htmlformelement-4':'the-input-element','htmlformelement-7':'the-button-element','htmlformelement-6':'the-button-element','htmlformelement-1':'forms','htmlformelement-0':'the-iframe-element','htmlformelement-3':'forms','htmlformelement-2':'forms','loadeddata':'index','entity-Vopf':'named-character-references','entity-UnderParenthesis':'named-character-references','entity-lceil':'named-character-references','attr-media-preload_index':'ndex-of-terms','bidirectional-algorithm-formatting-character-ranges-2':'content-models','bidirectional-algorithm-formatting-character-ranges-0':'content-models','bidirectional-algorithm-formatting-character-ranges-1':'content-models','button-22':'index','attr-body-margintop':'obsolete','button-20':'index','button-21':'index','button-26':'index','button-27':'index','entity-nsimeq':'named-character-references','button-25':'index','name-54':'index','button-28':'index','button-29':'index','dragover-0':'index','disabled-30':'index','input-24':'content-models','attr-area-shape-circle-0':'the-map-element','icon-2':'semantics','icon-3':'links','icon-0':'index','icon-1':'semantics','valid-url_index':'index-of-terms','icon-4':'links','icon-5':'index','valid-media-query':'common-microsyntaxes','readonly-13':'the-input-element','readonly-12':'content-models','readonly-11':'content-models','readonly-10':'content-models','readonly-17':'states-of-the-type-attribute','readonly-16':'states-of-the-type-attribute','media_err_etwork':'video','media-resource-48':'video','media-resource-47':'video','media-resource-46':'video','media-resource-45':'video','readonly-18':'states-of-the-type-attribute','media-resource-43':'video','media-resource-42':'video','media-resource-41':'video','media-resource-40':'video','entity-twoheadrightarrow':'named-character-references','entity-rsh':'named-character-references','p':'introduction','script-documentation-0':'scripting-1','base-15':'index','entity-LongLeftArrow':'named-character-references','timeranges':'video','base-17':'index','attr-object-name_index':'index-of-terms','input-29':'content-models','xlink-namespace-4':'syntax','xlink-namespace-5':'syntax','xlink-namespace-6':'syntax','xlink-namespace-0':'syntax','rcdata-elements':'syntax','xlink-namespace-2':'syntax','xlink-namespace-3':'syntax','rowgroup-0':'index','max-40':'index','dom-media-have_current_data':'video','command-inserthtml_index':'index-of-terms','entity-bNot':'named-character-references','the-pre-element':'grouping-content','elect-55':'index','entity-twoheadleftarrow':'named-character-references','select-53':'index','command-unselect':'dnd','select-51':'index','select-50':'index','entity-Popf':'named-character-references','max-44':'index','the-cite-element_index':'index-of-terms','entity-NotDoubleVerticalBar':'named-character-references','the-address-element_index':'index-of-terms','input-69':'states-of-the-type-attribute','input-68':'states-of-the-type-attribute','input-67':'states-of-the-type-attribute','input-66':'states-of-the-type-attribute','input-65':'states-of-the-type-attribute','input-64':'the-input-element','input-63':'the-input-element','input-62':'the-input-element','input-61':'the-input-element','input-60':'the-input-element','pause':'index','attr-command-type-keyword-checkbox_index':'index-of-terms','the-rt-element':'text-level-semantics','reflect_index':'index-of-terms','entity-rtriltri':'named-character-references','entity-pcy':'named-character-references','entity-inodot':'named-character-references','an-overriden-reload_index':'index-of-terms','the-bdo-element_index':'index-of-terms','the-document-s-current-address_index':'index-of-terms','attr-command-type-keyword-radio':'interactive-elements','attr-dir-auto-state_index':'index-of-terms','history':'history','attr-track-kind-subtitles':'video','browser-interface-elements':'browsers','entity-csub':'named-character-references','htmlbrelement-0':'index','attr-hr-size':'obsolete','entity-subsetneqq':'named-character-references','head-35':'index','entity-Tcy':'named-character-references','entity-csup':'named-character-references','the-html-element-5':'elements','entity-amp':'named-character-references','entity-racute':'named-character-references','charset512':'semantics','event-dragleave':'dnd','entity-DownLeftTeeVector':'named-character-references','event-handler-content-attributes-77':'index','tr-19':'tabular-data','tr-18':'tabular-data','live':'infrastructure','spacer_index':'index-of-terms','valid-url-2':'semantics','tr-10':'tabular-data','valid-url-0':'urls','vaid-url-1':'urls','tr-15':'tabular-data','tr-14':'tabular-data','tr-17':'tabular-data','tr-16':'tabular-data','character-encoding-declaration-7':'iana','entity-Scaron':'named-character-references','event-handler-content-attributes-74':'index','text-track-loaded_index':'index-of-terms','entity-Ropf':'named-character-references','colgroup-21':'index','colgroup-20':'index','head-37':'index','noscript-28':'scripting-1','noscript-29':'scripting-1','noscript-24':'scripting-1','noscript-25':'scripting-1','open-3':'apis-in-html-documents','noscript-27':'scripting-1','noscript-20':'scripting-1','open-4':'apis-in-html-documents','noscript-22':'scripting-1','noscript-23':'scripting-1','external-resource-link-12':'links','external-resource-link-13':'links','external-resource-link-10':'links','external-resource-link-11':'links','entity-LessGreater':'named-character-references','footer-10':'sections','footer-11':'sections','footer-12':'sections','footer-13':'sections','footer-14':'links','footer-15':'syntax','dt-11':'syntx','dt-10':'syntax','attr-area-shape_index':'index-of-terms','entity-curvearrowleft':'named-character-references','entity-igrave':'named-character-references','entity-ecaron':'named-character-references','attr-draggable':'index','attr-img-alt_index':'index-of-terms','htmlformcontrolscollection-4':'forms','htmlformcontrolscollection-0':'urls','htmlformcontrolscollection-1':'urls','htmlformcontrolscollection-2':'urls','htmlformcontrolscollection-3':'forms','entity-ecolon':'named-character-references','head-31':'syntax','entity-period':'named-character-references','htmlbuttonelement':'the-button-element','summary-5':'index','entity-UpperLeftArrow':'named-character-references','summary-2':'interactive-elements','summary-3':'interactive-elements','entity-KJcy':'named-character-references','context-menus':'interactive-elements','head-30':'syntax','concept-ltr_index':'index-of-terms','tbody':'tabular-data','custom-data-attribute-1':'elements','custom-data-attribute-0':'elements','history-traversal':'history','custm-data-attribute-3':'elements','application-x-www-form-urlencoded-0':'association-of-controls-and-forms','application-x-www-form-urlencoded-1':'association-of-controls-and-forms','application-x-www-form-urlencoded-2':'index','custom-data-attribute-2':'elements','creator-document':'browsers','head-33':'index','th-28':'obsolete','refsCOOKIES':'references','rowspan':'tabular-data','event-handler-content-attributes-71':'index','head-32':'obsolete','select-15':'forms','state-object-6':'history','dom-location-pathname':'history','auxiliary-browsing-context_index':'index-of-terms','entity-andslope':'named-character-references','the-form-element':'forms','effective-script-origin':'origin-0','htmlstyleelement_index':'index-of-terms','security_err_index':'index-of-terms','entity-NotSubset':'named-character-references','cols':'the-button-element','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','text-html-sandboxed-6':'iana','have_enough_data-0':'video','text-html-sandboxed-4':'the-ifrme-element','text-html-sandboxed-5':'iana','text-html-sandboxed-2':'the-iframe-element','text-html-sandboxed-3':'the-iframe-element','text-html-sandboxed-0':'infrastructure','text-html-sandboxed-1':'dom','entity-Vdash':'named-character-references','text-html-sandboxed-8':'iana','text-html-sandboxed-9':'iana','preferred-mime-name-6':'index','preferred-mime-name-4':'index','preferred-mime-name-5':'index','preferred-mime-name-2':'forms','preferred-mime-name-3':'iana','preferred-mime-name-0':'semantics','preferred-mime-name-1':'scripting-1','entity-hstrok':'named-character-references','entity-NotLessSlantEqual':'named-character-references','forms':'forms','command-italic_index':'index-of-terms','window':'browsers','the-em-element_index':'index-of-terms','blockquote':'content-models','attr-object-data':'the-iframe-element','concept-id-20':'association-of-controls-and-forms','entity-Lcedil':'named-character-references','entity-pr':'named-character-references','concept-id-21':'interactive-elements','novalidate':'frms','entity-pm':'named-character-references','article-8':'sections','article-9':'sections','entity-pi':'named-character-references','article-4':'sections','article-5':'sections','article-6':'sections','article-7':'sections','article-0':'content-models','article-1':'content-models','article-2':'sections','article-3':'sections','attr-media-muted':'video','entity-Tab':'named-character-references','input-157':'index','entity-nvDash':'named-character-references','drop':'dnd','global-attributes-186':'index','cached':'offline','global-attributes-184':'index','global-attributes-185':'index','global-attributes-182':'index','global-attributes-183':'index','entity-Tau':'named-character-references','global-attributes-181':'index','entity-dashv':'named-character-references','attr-track-default':'video','global-attributes-188':'index','global-attributes-189':'index','em':'content-models','entity-empty':'named-character-references','entity-orv':'named-character-references','ruby-11':'index','the-doctype':'syntax','ruby-1':'index','entity-ord':'named-character-references','syntax_err-9':'editing','head-42':'index','attr-body-marginwidth':'obsolete','entity-Gcy':'named-character-references','dirname':'the-input-element','entity-ReverseUpEquilibrium':'named-character-references','attr-iframe-hspace':'obsolete','script_index':'index-of-terms','valid-week-string_index':'index-of-terms','entity-demptyv':'named-character-references','event-handler-content-attributes-78':'index','attr-dl-compact':'obsolete','hyperlink-8':'text-level-semantics','hyperlink-9':'embedded-content-1','hyperlink-6':'semantics','hyperlink-7':'semantics','hyperlink-4':'semantics','hyperlink-5':'semantics','hyperlink-2':'content-models','hyperlink-3':'content-models','hyperlink-0':'introduction','hyperlink-1':'content-models','heading-content-8':'index','heading-content-9':'index','the-i-element_index':'index-of-terms','heading-content-0':'content-models','heading-content-1':'content-models','heading-content-2':'content-models','heading-content-3':'sections,'heading-content-4':'sections','heading-content-5':'sections','heading-content-6':'sections','heading-content-7':'sections','img-39':'obsolete','reflect':'urls','set-of-comma-separated-tokens_index':'index-of-terms','img-31':'obsolete','img-30':'obsolete','img-33':'obsolete','img-32':'obsolete','entity-cirfnint':'named-character-references','img-34':'obsolete','img-37':'obsolete','img-36':'obsolete','drag-data-store-5':'dnd','drag-data-store-4':'dnd','drag-data-store-7':'dnd','drag-data-store-6':'dnd','drag-data-store-1':'dnd','drag-data-store-0':'dnd','drag-data-store-3':'dnd','drag-data-store-2':'dnd','attr-th-scope-rowgroup_index':'index-of-terms','the-style-attribute':'elements','entity-Dcy':'named-character-references','htmlbaseelement_index':'index-of-terms','attr-textarea-wrap-hard-state_index':'index-of-terms','htmlhtmlelement_index':'index-of-terms','blink':'obsolete','htmlelement-108':'the-button-element','htmlelement-109':'interactive-elements','htmlelement-88':'tabular-data','htmlelement-89':'frms','htmlelement-84':'tabular-data','htmlelement-85':'tabular-data','htmlelement-86':'tabular-data','htmlelement-87':'tabular-data','htmlelement-80':'tabular-data','htmlelement-81':'tabular-data','htmlelement-82':'tabular-data','size':'the-input-element','entity-udarr':'named-character-references','checked':'common-microsyntaxes','bookmark':'links','disabled-29':'interactive-elements','datalist':'content-models','entity-xlarr':'named-character-references','concept-fs-method-0':'association-of-controls-and-forms','entity-boxdr':'named-character-references','entity-boxdl':'named-character-references','syntax-charref':'syntax','entity-smeparsl':'named-character-references','concept-select-option-list-8':'the-button-element','semantics':'semantics','entity-lhblk':'named-character-references','entity-boxdR':'named-character-references','entity-boxdL':'named-character-references','texttrack-8':'video','texttrack-9':'video','syntax-cdata':'syntax','texttrack-2':'video','texttrack-3':'video','texttrack-0':'video',texttrack-1':'video','texttrack-6':'video','texttrack-7':'video','texttrack-4':'video','texttrack-5':'video','refsRFC2237':'references','context-menu-state':'interactive-elements','multiple-31':'index','optional-tags':'syntax','entity-xutri':'named-character-references','dom-media-network_loading-0':'video','barprop_index':'index-of-terms','embed-24':'index','htmlcollection-23':'the-map-element','htmlcollection-22':'the-map-element','htmlcollection-21':'the-map-element','htmlcollection-20':'the-map-element','htmlcollection-27':'tabular-data','htmlcollection-26':'tabular-data','htmlcollection-25':'tabular-data','htmlcollection-24':'tabular-data','a-68':'obsolete','a-69':'obsolete','htmlcollection-29':'tabular-data','htmlcollection-28':'tabular-data','entity-ExponentialE':'named-character-references','entity-Mu':'named-character-references','command-facet-id_index':'index-of-terms','entity-ffr':'named-character-references','attr-th-scope_index':'index-of-terms','timeranges_index':'index-of-terms','prefix-matc_index':'index-of-terms','concept-datetime-local_index':'index-of-terms','dom-media-have_nothing-0':'video','attr-a-name_index':'index-of-terms','entity-rtimes':'named-character-references','entity-uml':'named-character-references','entity-tstrok':'named-character-references','sub-9':'index','htmltrackelement_index':'index-of-terms','entity-yuml':'named-character-references','attr-fe-disabled':'association-of-controls-and-forms','sub-0':'content-models','sub-1':'text-level-semantics','sub-2':'text-level-semantics','sub-3':'text-level-semantics','sub-4':'text-level-semantics','sub-5':'text-level-semantics','sub-6':'text-level-semantics','attr-style-type':'semantics','the-bdo-element':'text-level-semantics','entity-succ':'named-character-references','the-directionality-12':'index','select-46':'index','bgsound':'obsolete','apis-in-html-documents':'apis-in-html-documents','entity-Zacute':'named-character-references','about:legacy-compat-0':'syntax','entity-plusdo':'named-character-references','htmltablecaptioneement-2':'index','dom-mediaerror-media_err_src_not_supported':'video','htmlheadingelement':'sections','input-114':'number-state','input-115':'number-state','input-116':'common-input-element-attributes','input-117':'common-input-element-attributes','charset-10':'scripting-1','charset-11':'scripting-1','input-112':'number-state','title':'elements','entity-boxH':'named-character-references','entity-curren':'named-character-references','input-118':'common-input-element-attributes','input-119':'common-input-element-attributes','htmlbrelement_index':'index-of-terms','text-track-language-0':'video','text-track-language-1':'video','legend-10':'obsolete','iframe-59':'index','iframe-58':'index','iframe-57':'index','iframe-56':'index','entity-gtrless':'named-character-references','iframe-54':'obsolete','iframe-53':'obsolete','iframe-52':'obsolete','iframe-51':'obsolete','iframe-50':'obsolete','rel-13':'text-level-semantics','rel-12':'text-level-semantics','rel-11':'semantics','rel-10':'infrastructure','attr-input-type:'the-input-element','rel-16':'links','rel-15':'the-map-element','rel-14':'the-map-element','rel-19':'links','rel-18':'links','refsRFC3986':'references','entity-boxv':'named-character-references','htmlspanelement':'text-level-semantics','embed-26':'index','attr-col-charoff_index':'index-of-terms','entity-varr':'named-character-references','progress':'index','xml-compatible-1':'the-iframe-element','xml-compatible-0':'elements','entity-Eogon':'named-character-references','dfn-14':'text-level-semantics','dfn-15':'text-level-semantics','dfn-16':'index','dfn-17':'index','dfn-10':'text-level-semantics','dfn-11':'text-level-semantics','dfn-12':'text-level-semantics','dfn-13':'text-level-semantics','abort_err_index':'index-of-terms','valid-browsing-context-name-or-keyword-5':'index','dfn-18':'index','dfn-19':'index','attr-style-type_index':'index-of-terms','entity-fallingdotseq':'named-character-references','entity-rarrc':'named-character-references','valid-browsing-context-name-or-keyword-7':'index','htmldivelemen-1':'index','htmldivelement-0':'index','attr-iframe-longdesc':'obsolete','valid-browsing-context-name-or-keyword-6':'index','attr-hyperlink-hreflang-0':'semantics','refsXMLNS':'references','entity-gg':'named-character-references','command-insertlinebreak':'dnd','entity-xcirc':'named-character-references','attr-map-name':'the-map-element','ismap':'embedded-content-1','concept-date-0':'states-of-the-type-attribute','attributes-common-to-td-and-th-elements':'tabular-data','entity-imagline':'named-character-references','command-subscript':'dnd','disabled-11':'the-input-element','disabled-10':'common-microsyntaxes','disabled-13':'the-button-element','disabled-12':'the-input-element','disabled-15':'the-button-element','text-track':'video','disabled-17':'the-button-element','disabled-16':'the-button-element','concept-input-required-0':'content-models','disabled-18':'the-button-element','mark-12':'index','mark-13':'index','mark-14':'index','entity-ne':'named-character-references','concept-input-required_index':'indx-of-terms','entity-ShortLeftArrow':'named-character-references','accept-charset-0':'index','dom-media-network_empty_index':'index-of-terms','href-10':'text-level-semantics','form-submission':'association-of-controls-and-forms','entity-LowerLeftArrow':'named-character-references','attr-input-type-date-keyword':'the-input-element','domtokenlist_index':'index-of-terms','readonly-35':'number-state','readonly-34':'number-state','readonly-37':'number-state','flow-content-89':'text-level-semantics','readonly-31':'number-state','readonly-30':'number-state','readonly-33':'number-state','readonly-32':'number-state','article':'content-models','readonly-39':'index','readonly-38':'common-input-element-attributes','attr-input-type-button-1':'the-input-element','attr-input-type-button-0':'the-input-element','entity-dcy':'named-character-references','size-23':'number-state','htmltimeelement_index':'index-of-terms','size-22':'number-state','entity-capdot':'named-character-references','max-27':'number-state','flow-content-8':'text-level-semantics','max-25':'number-state','max-24':'number-state','max-23':'number-state','max-22':'number-state','max-21':'number-state','max-20':'states-of-the-type-attribute','href-16':'the-map-element','max-29':'number-state','max-28':'number-state','flow-content-81':'text-level-semantics','syntax-end-tag-3':'syntax','flow-content-86':'text-level-semantics','entity-Udblac':'named-character-references','href-11':'text-level-semantics','url-24':'index','boolean-attribute':'common-microsyntaxes','url-20':'history','href-12':'text-level-semantics','url-22':'obsolete','interfaces-for-url-manipulation':'urls','href-13':'embedded-content-1','entity-bsime':'named-character-references','media-resource-25':'video','media-resource-24':'video','media-resource-27':'video','media-resource-26':'video','media-resource-21':'video','media-resource-20':'video','media-resource-23':'video','media-resource-22':'video','select-35':'the-button-element','select-34':'the-button-element','select-37':'the-button-element','slect-36':'the-button-element','media-resource-29':'video','media-resource-28':'video','select-33':'the-button-element','select-32':'the-button-element','ix-handler-onended':'index','attr-input-type-reset-keyword_index':'index-of-terms','syntax-ambiguous-ampersand-3':'syntax','syntax-ambiguous-ampersand-2':'syntax','syntax-ambiguous-ampersand-1':'syntax','syntax-ambiguous-ampersand-0':'syntax','xmlns-namespace-0':'syntax','xmlns-namespace-1':'syntax','input-45':'the-map-element','input-44':'content-models','input-47':'forms','input-46':'forms','input-41':'content-models','input-40':'content-models','input-43':'content-models','input-42':'content-models','input-49':'forms','input-48':'forms','global-attributes-1':'semantics','global-attributes-0':'semantics','global-attributes-3':'semantics','global-attributes-2':'semantics','global-attributes-5':'semantics','global-attributes-4':'semantics','global-attributes-7':'scripting-1','global-attributes-6':'semantics','global-attributes-9':'sections','global-attributs-8':'scripting-1','ruby':'content-models','entity-rightleftarrows':'named-character-references','u_index':'index-of-terms','image-button-state':'number-state','entity-tdot':'named-character-references','concept-rel-extensions-0':'infrastructure','plugin':'infrastructure','common-dom-interfaces':'urls','xml-documents-18':'semantics','xml-documents-19':'scripting-1','xml-documents-14':'apis-in-html-documents','xml-documents-15':'apis-in-html-documents','xml-documents-16':'apis-in-html-documents','xml-documents-17':'semantics','xml-documents-10':'apis-in-html-documents','xml-documents-11':'apis-in-html-documents','xml-documents-12':'apis-in-html-documents','xml-documents-13':'apis-in-html-documents','global-attributes-179':'index','entity-lneq':'named-character-references','ready-for-editing-host-commands-10':'dnd','dom-location-pathname_index':'index-of-terms','ix-handler-window-onload':'index','entity-leftarrowtail':'named-character-references','script-1':'index','global-attributes-176':'index','syntax-end-ag-6':'syntax','tr-37':'index','tr-36':'index','tr-35':'index','global-attributes-174':'index','tr-33':'index','tr-32':'index','ready-for-editing-host-commands-11':'dnd','tr-30':'obsolete','media':'semantics','remove-an-element-from-a-document_index':'index-of-terms','tr-39':'index','tr-38':'index','entity-NotLessEqual':'named-character-references','function-143':'browsers','command-insertunorderedlist':'dnd','entity-Racute':'named-character-references','global-attributes-170':'index','entity-nwnear':'named-character-references','links-created-by-a-and-area-elements':'links','attr-input-type-email-keyword_index':'index-of-terms','entity-ETH':'named-character-references','application-xhtml-xml-2':'iana','application-xhtml-xml-0':'introduction','application-xhtml-xml-1':'iana','toolbar-state-4':'index','flow-content-139':'interactive-elements','flow-content-138':'interactive-elements','param-11':'index','flow-content-133':'interactive-elements','flow-content-132':'the-button-element','flow-content-131':'the-btton-element','flow-content-130':'the-button-element','flow-content-137':'interactive-elements','flow-content-136':'interactive-elements','flow-content-135':'interactive-elements','flow-content-134':'interactive-elements','dom-innerhtml_index':'index-of-terms','concept-id_index':'index-of-terms','event-pagehide_index':'index-of-terms','htmlhrelement-1':'index','htmlhrelement-0':'index','entity-cwconint':'named-character-references','the-rp-element':'text-level-semantics','attr-link-type_index':'index-of-terms','attr-input-type-datetime-0':'the-input-element','attr-track-kind-keyword-subtitles':'video','attr-input-type-datetime-1':'the-input-element','entity-looparrowright':'named-character-references','the-li-element':'grouping-content','enctype-2':'association-of-controls-and-forms','enctype-3':'association-of-controls-and-forms','enctype-0':'forms','enctype-1':'forms','attr-hyperlink-hreflang':'links','attr-input-type-password-keyword_index':'index-of-terms','the-code-element_index':'index-of-terms','the-p-element_index':'index-of-terms','entity-Escr':'named-character-references','fully-active_index':'index-of-terms','pattern-10':'states-of-the-type-attribute','entity-capbrcup':'named-character-references','htmlvideoelement_index':'index-of-terms','attr-hyperlink-href_index':'index-of-terms','entity-gsime':'named-character-references','entity-ntgl':'named-character-references','entity-gsiml':'named-character-references','entity-geqslant':'named-character-references','event-media-loadstart':'video','attr-table-bgcolor_index':'index-of-terms','entity-luruhar':'named-character-references','width-4':'embedded-content-1','width-5':'the-iframe-element','width-6':'the-iframe-element','width-7':'the-iframe-element','width-0':'the-canvas-element','img-29':'obsolete','width-2':'embedded-content-1','width-3':'embedded-content-1','attr-script-charset_index':'index-of-terms','restrictions-on-content-models-and-on-attribute-values':'introduction','width-8':'video','width-9':'the-map-element','attr-input-type-hidden-7':'asociation-of-controls-and-forms','attr-input-type-hidden-6':'the-input-element','attr-input-type-hidden-5':'the-input-element','attr-input-type-hidden-4':'the-input-element','attr-input-type-hidden-3':'the-input-element','attr-input-type-hidden-2':'the-input-element','attr-input-type-hidden-1':'forms','attr-input-type-hidden-0':'content-models','output':'index','attr-input-type-hidden-8':'index','the-dl-element':'grouping-content','invalid_state_err_index':'index-of-terms','rel-sidebar-hyperlink':'links','entity-ratio':'named-character-references','lists-of-integers':'common-microsyntaxes','attr-input-type-file-2':'index','entity-hkswarow':'named-character-references','text-track-cue-start-time':'video','entity-gnapprox':'named-character-references','entity-subsim':'named-character-references','entity-larrbfs':'named-character-references','entity-rharu':'named-character-references','pre-2':'grouping-content','entity-malt':'named-character-references','paragraph_index':'index-of-terms','media-element_index':index-of-terms','option-41':'index','entity-GreaterTilde':'named-character-references','option-43':'index','entity-rhard':'named-character-references','option-45':'index','option-44':'index','entity-male':'named-character-references','option-46':'index','event-handler-content-attributes-56':'index','auxiliary-browsing-contexts':'browsers','entity-nlarr':'named-character-references','absolute-url-2':'dom','absolute-url-3':'dom','absolute-url-0':'urls','absolute-url-1':'urls','absolute-url-6':'commands','absolute-url-7':'links','absolute-url-4':'states-of-the-type-attribute','absolute-url-5':'states-of-the-type-attribute','attr-accesskey':'index','entity-itilde':'named-character-references','phrasing-content-65':'text-level-semantics','attr-a-shape_index':'index-of-terms','attr-textarea-required':'the-button-element','entity-DoubleRightArrow':'named-character-references','dom-media-network_loading_index':'index-of-terms','htmltableheadercellelement_index':'index-of-terms','src':'introduction','entity-softcy':named-character-references','attr-body-marginheight':'obsolete','browsing-context-nested-through':'browsers','flow-content-222':'index','attr-p-align_index':'index-of-terms','entity-ulcrop':'named-character-references','entity-InvisibleComma':'named-character-references','htmllinkelement-2':'index','entity-LeftRightArrow':'named-character-references','entity-Proportion':'named-character-references','category-label_index':'index-of-terms','attr-optgroup-disabled':'the-button-element','entity-profline':'named-character-references','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmlobjectelement-1':'index','tree-order-8':'the-button-element','tree-order-9':'browsers','mime-type_index':'index-of-terms','area':'index','tree-order-0':'urls','tree-order-1':'urls','tree-order-2':'urls','tree-order-3':'urls','tree-order-4':'elements','tree-order-5':'grouping-content','tree-order-6':'video','attr-input-autocomplete-on-state':'common-input-element-ttributes','start':'grouping-content','low':'the-button-element','drag-data-store-elements-list-0':'dnd','attr-command-type-state-checkbox-1':'interactive-elements','src-14':'embedded-content-1','src-15':'webappapis','src-12':'embedded-content-1','src-13':'embedded-content-1','src-10':'scripting-1','attr-command-type-state-checkbox-0':'interactive-elements','syntax-doctype_index':'index-of-terms','attr-table-rules':'obsolete','phrasing-content-164':'index','src-18':'the-iframe-element','src-19':'the-iframe-element','img-13':'embedded-content-1','img-12':'embedded-content-1','img-11':'embedded-content-1','img-10':'content-models','img-17':'embedded-content-1','img-16':'embedded-content-1','img-15':'embedded-content-1','img-14':'embedded-content-1','label-21':'commands','label-20':'the-button-element','img-19':'embedded-content-1','img-18':'embedded-content-1','the-legend-element':'forms','label-24':'obsolete','entity-Vfr':'named-character-references','label-26':'index','default':'video','entity-nsupset':'namd-character-references','attr-input-type-tel-keyword_index':'index-of-terms','name-52':'index','attr-body-marginheight_index':'index-of-terms','name-53':'index','name-50':'index','name-51':'index','fully-active-2':'browsers','fully-active-3':'history','fully-active-0':'browsers','fully-active-1':'browsers','entity-nwarrow':'named-character-references','name-56':'obsolete','b-20':'index','form-45':'forms','htmlelement-66':'the-iframe-element','htmlelement-67':'the-iframe-element','htmlelement-64':'edits','htmlelement-65':'embedded-content-1','htmlelement-62':'text-level-semantics','htmlelement-63':'text-level-semantics','htmlelement-60':'text-level-semantics','htmlelement-61':'text-level-semantics','htmlelement-128':'index','name-55':'obsolete','attr-col-valign_index':'index-of-terms','htmlelement-68':'the-iframe-element','htmlelement-69':'the-iframe-element','entity-rbarr':'named-character-references','obsolete-but-conforming-features':'obsolete','refsXMLBASE':'references','entity-Intersection':'named-charater-references','tt_index':'index-of-terms','entity-lrhard':'named-character-references','flow-content-99':'the-iframe-element','flow-content-98':'the-iframe-element','htmlolistelement':'grouping-content','entity-nVdash':'named-character-references','flow-content-95':'edits','flow-content-94':'edits','flow-content-97':'the-iframe-element','flow-content-96':'embedded-content-1','flow-content-91':'text-level-semantics','flow-content-90':'text-level-semantics','flow-content-93':'edits','flow-content-92':'edits','type-9':'scripting-1','type-8':'scripting-1','refsRFC1034':'references','type-1':'index','type-0':'semantics','type-3':'semantics','type-2':'semantics','type-5':'index','type-4':'semantics','type-7':'scripting-1','type-6':'scripting-1','attr-form-autocomplete-on-state':'forms','text-track-cue-start-time_index':'index-of-terms','entity-Zfr':'named-character-references','id-4':'obsolete','entity-doteqdot':'named-character-references','id-0':'elements','id-1':'elements','id-2':'the-map-element','a-49':'liks','hr-5':'grouping-content','hr-4':'grouping-content','hr-7':'grouping-content','hr-6':'grouping-content','hr-1':'content-models','hr-0':'introduction','hr-3':'grouping-content','hr-2':'content-models','form-7':'urls','form-6':'urls','form-5':'introduction','form-4':'introduction','form-3':'introduction','form-2':'index','form-1':'index','form-0':'index','entity-Sc':'named-character-references','attr-mod-datetime_index':'index-of-terms','command-italic':'dnd','form-9':'dom','form-8':'urls','hyperlink-49':'links','command-inserthtml':'dnd','figcaption-13':'links','figcaption-12':'tabular-data','figcaption-11':'tabular-data','figcaption-10':'tabular-data','placeholder-label-option-1':'the-button-element','placeholder-label-option-0':'the-button-element','figcaption-15':'index','figcaption-14':'index','hyperlink-47':'links','htmlparagraphelement-0':'index','dom-appcache-updateready-0':'offline','use-div-for-wrappers':'sections','hyperlink-46':'links','entity-intprod':'named-character-references','ix-handler-nseeked':'index','htmldetailselement-0':'index','attr-ol-type-keyword-upper-alpha_index':'index-of-terms','htmldetailselement-1':'index','entity-oslash':'named-character-references','attr-link-methods_index':'index-of-terms','the-ol-element_index':'index-of-terms','event-media-loadeddata_index':'index-of-terms','entity-rdca':'named-character-references','hyperlink-54':'index','hyperlink-55':'index','hyperlink-56':'index','ascii-compatible-character-encoding':'infrastructure','hyperlink-50':'links','hyperlink-51':'links','hyperlink-52':'links','hyperlink-53':'links','global-attributes-95':'the-button-element','global-attributes-94':'the-button-element','global-attributes-97':'the-button-element','global-attributes-96':'the-button-element','global-attributes-91':'the-button-element','global-attributes-90':'the-button-element','global-attributes-93':'the-button-element','global-attributes-92':'the-button-element','category-listed-18':'index','global-attributes-99':'interactive-elements','global-attributes-98':interactive-elements','history-0_index':'index-of-terms','entity-barwed':'named-character-references','htmlselectelement-1':'index','htmlselectelement-0':'index','entity-bigwedge':'named-character-references','attr-track-kind-descriptions_index':'index-of-terms','entity-EqualTilde':'named-character-references','sequential-link-types':'links','attr-textarea-wrap-soft-state_index':'index-of-terms','timeout_err':'urls','htmlelement-248':'index','htmllabelelement_index':'index-of-terms','iframe-35':'the-iframe-element','iframe-34':'the-iframe-element','iframe-37':'the-map-element','iframe-36':'the-iframe-element','iframe-31':'the-iframe-element','iframe-30':'the-iframe-element','iframe-33':'the-iframe-element','iframe-32':'the-iframe-element','event-handler-content-attributes-54':'index','iframe-39':'browsers','iframe-38':'browsers','ix-handler-ondragover':'index','entity-integers':'named-character-references','entity-dblac':'named-character-references','entity-ac':'named-character-references','event-handler-cotent-attributes-55':'index','entity-ecir':'named-character-references','strong':'content-models','entity-cuesc':'named-character-references','audio-14':'index','audio-15':'index','audio-16':'index','audio-17':'index','audio-10':'video','audio-11':'video','audio-12':'video','audio-13':'obsolete','audio-18':'index','entity-Rightarrow':'named-character-references','entity-NotLessTilde':'named-character-references','table-30':'syntax','function-182':'browsers','table-32':'obsolete','table-33':'obsolete','span-11':'links','span-10':'text-level-semantics','entity-circledS':'named-character-references','function-183':'browsers','table-38':'obsolete','entity-qprime':'named-character-references','entity-triplus':'named-character-references','span-19':'tabular-data','function-180':'browsers','dom-tree-accessors_index':'index-of-terms','entity-spar':'named-character-references','function-181':'browsers','htmlmetaelement_index':'index-of-terms','value-44':'the-button-element','attr-tdth-valign':'obsolete','value-45':'te-button-element','event-handler-content-attributes-57':'index','href':'semantics','function-184':'browsers','function-185':'browsers','entity-circlearrowleft':'named-character-references','entity-cularrp':'named-character-references','script-documentation':'scripting-1','attr-dropzone-move_index':'index-of-terms','event-media-timeupdate':'video','entity-wopf':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','event-handler-content-attributes-50':'index','introduction-5':'editing','introduction-4':'webappapis','syntax-text-1':'syntax','introduction-6':'dnd','introduction-0':'forms','introduction-3':'offline','the-button-element':'the-button-element','entity-Dcaron':'named-character-references','event-handler-content-attributes-51':'index','syntax-text-0':'syntax','void-elements':'syntax','refsABNF':'references','drag-data-store-bitmap':'dnd','figcaption-as-alt-condition':'embedded-content-1','link-39':'links','max-41':'the-button-element','file-upload-state':'number-state','max-43:'the-button-element','max-42':'the-button-element','entity-grave':'named-character-references','syntax-text-3':'syntax','input-35':'content-models','htmlbrelement-1':'index','entity-sopf':'named-character-references','height-38':'index','height-39':'index','wbr-8':'index','height-32':'number-state','height-33':'number-state','height-30':'number-state','height-31':'number-state','height-36':'index','height-37':'index','height-34':'number-state','height-35':'index','link-33':'links','the-html-syntax':'introduction','type-74':'index','link-32':'links','select-13':'forms','select-12':'forms','select-11':'content-models','select-10':'content-models','select-17':'common-input-element-attributes','select-16':'forms','attr-input-type-button':'content-models','select-14':'forms','select-19':'the-button-element','select-18':'the-button-element','hyperlink-annotation':'links','menus':'interactive-elements','entity-Int':'named-character-references','entity-apos':'named-character-references','attr-script-defer_index':'ndex-of-terms','iframe-23':'the-iframe-element','entity-Pi':'named-character-references','the-xhtml-syntax-0':'introduction','entity-tprime':'named-character-references','entity-ltri':'named-character-references','a':'introduction','entity-thicksim':'named-character-references','concept-id-22':'obsolete','entity-urtri':'named-character-references','valid-mime-type-with-no-parameters-0':'number-state','entity-ldsh':'named-character-references','htmlaudioelement':'video','entity-upsilon':'named-character-references','htmlmenuelement-0':'elements','htmlmenuelement-1':'index','syntax-text-7':'syntax','entity-qopf':'named-character-references','attr-input-type-reset-1':'the-input-element','attr-input-type-reset-0':'the-input-element','phrasing-content-13':'content-models','phrasing-content-12':'content-models','phrasing-content-11':'content-models','phrasing-content-10':'content-models','phrasing-content-17':'content-models','phrasing-content-16':'content-models','phrasing-content-15':'content-models','phrasing-ontent-14':'content-models','phrasing-content-19':'scripting-1','phrasing-content-18':'content-models','syntax-text-6':'syntax','dom-media-have_future_data':'video','the-map-element_index':'index-of-terms','defining-term_index':'index-of-terms','syntax-charref-2':'syntax','entity-plusdu':'named-character-references','size-25':'common-input-element-attributes','size-24':'common-input-element-attributes','size-27':'the-button-element','attr-input-type-search-4':'states-of-the-type-attribute','attr-input-type-search-3':'states-of-the-type-attribute','attr-input-type-search-2':'the-input-element','attr-input-type-search-1':'the-input-element','attr-input-type-search-0':'content-models','size-29':'index','size-28':'the-button-element','state-object_index':'index-of-terms','datatransferitems_index':'index-of-terms','entity-EmptySmallSquare':'named-character-references','refsWIN1254':'references','refsWIN1252':'references','refsBOCU1':'references','entity-topcir':'named-character-references','attr-canvas-width_indx':'index-of-terms','mark-10':'obsolete','conformance-requirements':'infrastructure','entity-mopf':'named-character-references','entity-dotplus':'named-character-references','entity-heartsuit':'named-character-references','attr-form-autocomplete-off-state_index':'index-of-terms','concept-option-label':'the-button-element','flow-content-111':'the-map-element','flow-content-110':'the-map-element','flow-content-113':'tabular-data','flow-content-112':'tabular-data','flow-content-115':'tabular-data','flow-content-114':'tabular-data','flow-content-117':'forms','flow-content-116':'forms','flow-content-119':'forms','flow-content-118':'forms','entity-And':'named-character-references','valid-non-negative-integer-21':'index','valid-non-negative-integer-20':'index','valid-non-negative-integer-23':'index','valid-non-negative-integer-22':'index','htmlparagraphelement_index':'index-of-terms','defer-2':'scripting-1','entity-pfr':'named-character-references','xml-namespace':'urls','entity-equest':'named-character-references,'entity-rsquor':'named-character-references','attr-param-name':'the-iframe-element','attr-script-for_index':'index-of-terms','meta-18':'semantics','meta-19':'semantics','meta-14':'semantics','meta-15':'semantics','meta-16':'semantics','meta-17':'semantics','meta-10':'semantics','meta-11':'semantics','meta-12':'semantics','meta-13':'semantics','entity-natural':'named-character-references','invalid_modification_err':'urls','formtarget':'the-input-element','hgroup-22':'index','article-32':'index','attr-img-src':'embedded-content-1','attr-fs-action_index':'index-of-terms','width-40':'index','windowtimers':'timers','base':'content-models','the-output-element_index':'index-of-terms','rect':'index','attr-meter-min_index':'index-of-terms','the-h1-h2-h3-h4-h5-and-h6-elements_1_index':'index-of-terms','attr-button-type-reset_index':'index-of-terms','flow-content-187':'index','mark-11':'index','the-th-element_index':'index-of-terms','caption':'tabular-data','entity-uring':'named-character-references','entity-Ubrcy':'amed-character-references','the-footer-element_index':'index-of-terms','htmlobjectelement-0':'index','entity-npr':'named-character-references','attr-command-type-keyword-command_index':'index-of-terms','ix-handler-window-onoffline':'index','opener-browsing-context-0':'browsers','entity-oelig':'named-character-references','limiting-user-input-length':'association-of-controls-and-forms','attr-input-type-color':'content-models','i-1':'introduction','entity-TScy':'named-character-references','entity-NotSquareSuperset':'named-character-references','navigatorid_index':'index-of-terms','formaction-28':'the-button-element','table-22':'tabular-data','formaction-29':'association-of-controls-and-forms','opener-browsing-context-1':'browsers','i-3':'introduction','formaction-26':'the-button-element','entity-Lcaron':'named-character-references','i-2':'introduction','attr-img-vspace_index':'index-of-terms','flow-content-188':'index','concept-input-value-default-range':'number-state','formaction-27':'the-button-element','etity-otilde':'named-character-references','table-27':'syntax','concept-datetime-digit-10':'common-microsyntaxes','entity-DotEqual':'named-character-references','i-4':'introduction','img-43':'index','formaction-25':'number-state','i-7':'introduction','formaction-22':'number-state','table-24':'tabular-data','formaction-23':'number-state','attr-input-type-email-4':'states-of-the-type-attribute','button-state':'number-state','attr-input-type-email-0':'content-models','attr-input-type-email-1':'the-input-element','attr-input-type-email-2':'the-input-element','attr-input-type-email-3':'states-of-the-type-attribute','formaction-21':'number-state','controls-7':'video','controls-6':'video','controls-5':'video','controls-4':'video','controls-3':'video','controls-2':'video','controls-1':'video','controls-0':'content-models','attr-meta-name_index':'index-of-terms','entity-ApplyFunction':'named-character-references','controls-8':'index','phrasing-content-3':'elements','phrasing-content-2':'elements','phrasing-content-1''introduction','phrasing-content-0':'content-models','phrasing-content-7':'content-models','phrasing-content-6':'elements','phrasing-content-5':'elements','phrasing-content-4':'elements','htmlallcollection':'urls','phrasing-content-9':'content-models','phrasing-content-8':'content-models','entity-LeftTeeVector':'named-character-references','entity-napos':'named-character-references','td-27':'obsolete','the-tr-element':'tabular-data','h2-13':'index','h2-12':'index','entity-dsol':'named-character-references','table-8':'tabular-data','table-9':'tabular-data','table-4':'tabular-data','table-5':'tabular-data','table-6':'tabular-data','table-7':'tabular-data','table-0':'content-models','table-1':'tabular-data','table-2':'tabular-data','table-3':'tabular-data','the-colgroup-element_index':'index-of-terms','method-4':'index','loadstart':'index','method-0':'forms','method-1':'forms','method-2':'association-of-controls-and-forms','method-3':'association-of-controls-and-forms','entity-Kappa':'named-character-reference','attr-input-type-text':'content-models','entity-NotGreaterFullEqual':'named-character-references','attr-hr-size_index':'index-of-terms','htmltablesectionelement-10':'index','htmltablesectionelement-11':'index','details-8':'interactive-elements','src-31':'video','src-32':'video','src-33':'video','src-34':'video','src-35':'video','src-36':'video','src-37':'video','details-0':'content-models','src-39':'video','details-2':'content-models','details-3':'scripting-1','details-4':'sections','details-5':'tabular-data','details-6':'interactive-elements','details-7':'interactive-elements','src-4':'scripting-1','src-5':'scripting-1','src-6':'scripting-1','src-7':'scripting-1','src-0':'introduction','src-1':'scripting-1','src-2':'scripting-1','src-3':'scripting-1','the-draggable-attribute':'dnd','src-8':'scripting-1','src-9':'scripting-1','label-41':'index','label-40':'interactive-elements','concept-clone':'infrastructure','attr-dir-auto-state':'elements','entity-HilbertSpace':'named-character-references','attr-area-sape':'the-map-element','entity-nrarr':'named-character-references','refsIANACHARSET':'references','entity-napE':'named-character-references','attr-textarea-wrap-hard_index':'index-of-terms','entity-AMP':'named-character-references','htmlvideoelement':'video','entity-nlArr':'named-character-references','title-54':'index','drop-0':'dnd','entity-lscr':'named-character-references','drop-1':'index','entity-Wscr':'named-character-references','title-56':'semantics','htmlelement-40':'text-level-semantics','htmlelement-41':'text-level-semantics','htmlelement-42':'text-level-semantics','htmlelement-43':'text-level-semantics','htmlelement-44':'text-level-semantics','htmlelement-45':'text-level-semantics','htmlelement-46':'text-level-semantics','htmlelement-47':'text-level-semantics','htmlelement-48':'text-level-semantics','htmlelement-49':'text-level-semantics','htmltablecellelement-4':'index','htmltablecellelement-2':'tabular-data','htmltablecellelement-3':'index','htmltablecellelement-0':'tabular-data','htmltablecelelement-1':'tabular-data','td-24':'syntax','htmlbodyelement_index':'index-of-terms','entity-mho':'named-character-references','title-53':'index','entity-elinters':'named-character-references','circle':'introduction','pageshow':'index','windowbase64':'webappapis','optimum-3':'index','attr-input-placeholder_index':'index-of-terms','event-media-pause_index':'index-of-terms','htmlelement-182':'index','flow-content-77':'text-level-semantics','flow-content-76':'text-level-semantics','flow-content-75':'text-level-semantics','flow-content-74':'text-level-semantics','flow-content-73':'text-level-semantics','flow-content-72':'text-level-semantics','flow-content-71':'text-level-semantics','flow-content-70':'text-level-semantics','href-21':'links','href-20':'links','href-23':'links','href-22':'links','href-25':'dnd','href-24':'editing','flow-content-79':'text-level-semantics','flow-content-78':'text-level-semantics','entity-LeftTeeArrow':'named-character-references','attr-command-radiogroup_index':'index-of-terms','comand-facet-accesskey_index':'index-of-terms','a-73':'index','progress-1':'index','global-attributes-173':'index','maxlength-29':'index','maxlength-28':'the-button-element','command-facet-checkedstate-4':'commands','command-facet-checkedstate-3':'commands','command-facet-checkedstate-2':'commands','command-facet-checkedstate-1':'content-models','command-facet-checkedstate-0':'content-models','maxlength-21':'number-state','maxlength-20':'number-state','maxlength-23':'number-state','maxlength-22':'number-state','maxlength-25':'common-input-element-attributes','maxlength-24':'number-state','maxlength-27':'the-button-element','maxlength-26':'index','entity-vee':'named-character-references','entity-cdot':'named-character-references','network_idle-0':'video','network_idle-1':'video','attr-ol-start':'grouping-content','entity-preccurlyeq':'named-character-references','formatblock-candidate':'dnd','entity-angrtvb':'named-character-references','progress-9':'the-button-element','in-a-document-3':'browsers','in-a-documet-2':'browsers','in-a-document-1':'infrastructure','in-a-document-0':'infrastructure','entity-timesb':'named-character-references','valid-url-potentially-surrounded-by-spaces-7':'index','valid-url-potentially-surrounded-by-spaces-6':'index','valid-url-potentially-surrounded-by-spaces-5':'links','valid-url-potentially-surrounded-by-spaces-4':'states-of-the-type-attribute','valid-url-potentially-surrounded-by-spaces-3':'edits','valid-url-potentially-surrounded-by-spaces-2':'text-level-semantics','valid-url-potentially-surrounded-by-spaces-1':'grouping-content','valid-url-potentially-surrounded-by-spaces-0':'semantics','entity-SucceedsSlantEqual':'named-character-references','command-api':'commands','valid-url-potentially-surrounded-by-spaces-9':'index','entity-nrArr':'named-character-references','entity-RBarr':'named-character-references','elements-in-the-dom':'elements','browsing-context-container_index':'index-of-terms','start-0':'index','autofocus-7':'the-button-element','autofocus-6':'the-button-element',autofocus-5':'the-button-element','autofocus-4':'the-button-element','autofocus-3':'the-button-element','autofocus-2':'the-button-element','htmltablerowelement':'tabular-data','autofocus-0':'the-input-element','autofocus-9':'association-of-controls-and-forms','autofocus-8':'the-button-element','time-10':'text-level-semantics','time-11':'text-level-semantics','time-12':'text-level-semantics','time-13':'text-level-semantics','time-14':'text-level-semantics','time-15':'text-level-semantics','time-16':'text-level-semantics','time-17':'text-level-semantics','time-18':'index','attr-input-hspace':'obsolete','about:srcdoc_index':'index-of-terms','htmlsourceelement':'video','the-drag-data-store':'dnd','dir-18':'text-level-semantics','dir-13':'content-models','dir-12':'elements','dir-11':'elements','dir-10':'elements','dir-17':'text-level-semantics','dir-16':'text-level-semantics','dir-15':'text-level-semantics','dir-14':'text-level-semantics','header':'content-models','entity-ccups':'named-character-references','att-input-pattern':'common-input-element-attributes','entity-mcy':'named-character-references','a-72':'index','iframe-19':'the-iframe-element','iframe-18':'the-iframe-element','the-accesskey-attribute':'editing','htmloptionscollection_index':'index-of-terms','iframe-13':'the-iframe-element','iframe-12':'the-iframe-element','iframe-11':'the-iframe-element','iframe-10':'the-iframe-element','iframe-17':'the-iframe-element','iframe-16':'the-iframe-element','iframe-15':'the-iframe-element','iframe-14':'the-iframe-element','text-level-semantics':'text-level-semantics','input-9':'index','h2-14':'index','input-4':'index','input-5':'index','input-6':'index','input-7':'index','input-0':'index','dom-outerhtml-0':'elements','input-2':'index','input-3':'index','xmlns-namespace':'urls','entity-Colone':'named-character-references','entity-FilledVerySmallSquare':'named-character-references','entity-ell':'named-character-references','refsSELECTORS':'references','entity-zigrarr':'named-character-references','attr-img-name_index:'index-of-terms','mediaerror_index':'index-of-terms','the-area-element_index':'index-of-terms','dom-media-network_no_source-0':'video','phrasing-content-275':'index','h5-2':'sections','h5-3':'syntax','h5-0':'content-models','h5-1':'content-models','h5-6':'index','attr-input-type-datetime-keyword':'the-input-element','h5-4':'index','h5-5':'index','table-16':'tabular-data','table-17':'tabular-data','table-14':'tabular-data','table-15':'tabular-data','table-12':'tabular-data','table-13':'tabular-data','table-10':'tabular-data','table-11':'tabular-data','text-plain':'index','htmloptgroupelement_index':'index-of-terms','table-18':'tabular-data','table-19':'tabular-data','the-table-element':'tabular-data','aside-9':'syntax','caption-15':'links','entity-Star':'named-character-references','aside-0':'content-models','aside-1':'content-models','aside-2':'sections','aside-3':'sections','aside-4':'sections','aside-5':'sections','aside-6':'edits','aside-7':'links','entity-lbrace':'named-character-references','attr-medi-preload-none':'video','entity-lbrack':'named-character-references','form-associated-element-21':'index','htmlaudioelement-0':'index','entity-ENG':'named-character-references','entity-Umacr':'named-character-references','entity-olarr':'named-character-references','entity-rarrap':'named-character-references','size-26':'the-button-element','network_loading':'video','entity-Longleftrightarrow':'named-character-references','entity-prod':'named-character-references','size-21':'number-state','entity-prop':'named-character-references','entity-Assign':'named-character-references','entity-NotLessGreater':'named-character-references','noreferrer':'dom','code-9':'index','code-6':'obsolete','code-7':'obsolete','code-4':'text-level-semantics','code-5':'text-level-semantics','code-2':'text-level-semantics','code-3':'text-level-semantics','code-0':'content-models','code-1':'grouping-content','entity-subdot':'named-character-references','entity-GreaterFullEqual':'named-character-references','entity-trpezium':'named-charactr-references','drag-data-store-allowed-effects-state':'dnd','size-20':'number-state','attr-option-label_index':'index-of-terms','param-12':'index','entity-complexes':'named-character-references','attr-object-codetype_index':'index-of-terms','attr-track-kind-metadata':'video','entity-boxbox':'named-character-references','height-10':'the-input-element','height-11':'the-input-element','height-12':'the-input-element','height-13':'states-of-the-type-attribute','height-14':'states-of-the-type-attribute','height-15':'states-of-the-type-attribute','height-16':'states-of-the-type-attribute','height-17':'states-of-the-type-attribute','height-18':'states-of-the-type-attribute','height-19':'states-of-the-type-attribute','attr-area-shape-keyword-circle_index':'index-of-terms','syntax-tags':'syntax','in-a-document_index':'index-of-terms','dom-location-protocol_index':'index-of-terms','entity-oast':'named-character-references','iana':'iana','attr-media-preload-metadata-state-0':'video','entity-Jfr':'named-character-refereces','entity-succeq':'named-character-references','dom-style-disabled-0':'semantics','attr-fe-name-0':'introduction','refsRFC2483':'references','void-elements-4':'syntax','htmlprogresselement-0':'index','htmlprogresselement-1':'index','attr-link-target':'obsolete','entity-NotSucceeds':'named-character-references','event-handler-content-attributes-34':'index','attr-iframe-marginheight':'obsolete','attr-ol-type-keyword-lower-alpha':'grouping-content','placeholder-27':'index','void-elements-5':'syntax','window_index':'index-of-terms','dom-appcache-idle':'offline','attr-fe-name-isindex':'association-of-controls-and-forms','attr-a-methods_index':'index-of-terms','manifest':'semantics','ix-handler-window-onerror':'index','terminology':'infrastructure','phrasing-content-35':'text-level-semantics','phrasing-content-34':'text-level-semantics','phrasing-content-37':'text-level-semantics','phrasing-content-36':'text-level-semantics','phrasing-content-31':'text-level-semantics','phrasing-content-30':'text-level-semantis','phrasing-content-33':'text-level-semantics','phrasing-content-32':'text-level-semantics','refsRFC1468':'references','phrasing-content-39':'text-level-semantics','phrasing-content-38':'text-level-semantics','entity-acd':'named-character-references','entity-ange':'named-character-references','naming-form-controls':'association-of-controls-and-forms','the-button-element_index':'index-of-terms','entity-bigcirc':'named-character-references','ix-event-handlers':'index','entity-rotimes':'named-character-references','entity-mlcp':'named-character-references','attr-input-required_index':'index-of-terms','script-32':'syntax','src-38':'video','script-30':'webappapis','script-31':'syntax','script-36':'obsolete','script-37':'index','script-34':'obsolete','details-1':'content-models','script-38':'index','script-39':'index','formenctype-31':'index','index-terms_F':'index-of-terms','index-terms_G':'index-of-terms','index-terms_D':'index-of-terms','index-terms_E':'index-of-terms','index-terms_B':'index-of-terms','index-erms_C':'index-of-terms','index-terms_A':'index-of-terms','index-terms_N':'index-of-terms','index-terms_O':'index-of-terms','index-terms_L':'index-of-terms','index-terms_M':'index-of-terms','attr-textarea-rows':'the-button-element','index-terms_K':'index-of-terms','index-terms_H':'index-of-terms','index-terms_I':'index-of-terms','void-elements-1':'syntax','index-terms_W':'index-of-terms','step':'forms','index-terms_U':'index-of-terms','index-terms_R':'index-of-terms','index-terms_S':'index-of-terms','index-terms_P':'index-of-terms','index-terms_Q':'index-of-terms','index-terms_X':'index-of-terms','refsGRAPHICS':'references','entity-rdquo':'named-character-references','attr-iframe-src':'the-iframe-element','void-elements-2':'syntax','entity-RightDoubleBracket':'named-character-references','flow-content-176':'index','entity-beth':'named-character-references','height-9':'the-map-element','flow-content-173':'index','entity-langle':'named-character-references','command-facet-accesskey':'commands','attr-input-typ-number-keyword':'the-input-element','htmlpreelement':'grouping-content','entity-beta':'named-character-references','attr-fs-method-get-keyword':'association-of-controls-and-forms','entity-plankv':'named-character-references','flow-content-179':'index','entity-hookrightarrow':'named-character-references','checked-20':'number-state','checked-21':'number-state','checked-22':'number-state','location-of-the-media-resource':'video','checked-24':'number-state','entity-scnsim':'named-character-references','checked-26':'interactive-elements','checked-27':'index','pagetransitionevent_index':'index-of-terms','void-elements-3':'syntax','meta-34':'index','meta-35':'index','meta-32':'obsolete','meta-33':'index','meta-30':'syntax','meta-31':'obsolete','attributes-common-to-form-controls_index':'index-of-terms','the-document-s-address_index':'index-of-terms','attr-img-border_index':'index-of-terms','function-160':'browsers','entity-zeta':'named-character-references','function-161':'browsers','text-track-readiness-state-2''video','text-track-readiness-state-1':'video','text-track-readiness-state-0':'video','function-162':'browsers','document-metadata':'semantics','function-163':'browsers','sub-8':'index','refsCOMPUTABLE':'references','function-164':'browsers','entity-UnderBracket':'named-character-references','function-165':'browsers','category-reset-7':'index','optgroup-9':'the-button-element','entity-rppolint':'named-character-references','media-resource-49':'index','attr-input-list-0':'index','optgroup-8':'the-button-element','text-track-cue-writing-direction_index':'index-of-terms','text-html-sandboxed-10':'iana','command-facet-icon_index':'index-of-terms','document.writeln':'apis-in-html-documents','pubdate-3':'text-level-semantics','texttrackcuelist-3':'video','texttrackcuelist-0':'video','pubdate-0':'text-level-semantics','optgroup-4':'the-button-element','optgroup-7':'the-button-element','htmlcommandelement_index':'index-of-terms','authors-using-html':'iana','optgroup-6':'the-button-element','media-resource-10':'vide','ix-handler-onsubmit':'index','optgroup-0':'index','media-element-13':'video','media-element-12':'video','text-track-loaded-1':'video','media-element-10':'video','media-element-17':'video','media-element-16':'video','media-element-15':'video','media-element-14':'video','entity-GreaterSlantEqual':'named-character-references','media-element-19':'video','media-element-18':'video','attr-command-type':'interactive-elements','attr-data_index':'index-of-terms','nav':'content-models','the-html-element_index':'index-of-terms','event-appcache-noupdate':'offline','keytype-0':'index','label-34':'the-button-element','drag':'index','non-negative-integers':'common-microsyntaxes','text-track-mode':'video','syntax-attribute-name':'syntax','flow-content-248':'index','svg':'the-map-element','required':'forms','drag-data-store-hot-spot-coordinate':'dnd','entity-fjlig':'named-character-references','entity-nleftrightarrow':'named-character-references','global-attributes-151':'index','htmlanchorelement-0':'index','htmlanchoreleent-1':'index','location_index':'index-of-terms','root-element-of-a-document-object-0':'infrastructure','attr-embed-hspace':'obsolete','entity-NotGreater':'named-character-references','flow-content-241':'index','entity-iiint':'named-character-references','entity-napid':'named-character-references','attr-dir-rtl_index':'index-of-terms','headings-and-sections':'sections','flow-content-243':'index','entity-Oslash':'named-character-references','media-16':'index','entity-DD':'named-character-references','media-14':'links','media-15':'links','media-12':'links','media-13':'links','media-10':'the-map-element','media-11':'the-map-element','flow-content-245':'index','concept-week':'common-microsyntaxes','flow-content-244':'index','entity-ltcc':'named-character-references','attr-input-size_index':'index-of-terms','entity-lang':'named-character-references','src-58':'states-of-the-type-attribute','src-59':'states-of-the-type-attribute','src-52':'states-of-the-type-attribute','src-53':'states-of-the-type-attribute','src-0':'states-of-the-type-attribute','src-51':'states-of-the-type-attribute','src-56':'states-of-the-type-attribute','src-57':'states-of-the-type-attribute','src-54':'states-of-the-type-attribute','src-55':'states-of-the-type-attribute','entity-NegativeThickSpace':'named-character-references','entity-boxminus':'named-character-references','event-appcache-updateready':'offline','button':'index','entity-cirscir':'named-character-references','attr-details-open_index':'index-of-terms','dom-texttrack-kind-metadata_index':'index-of-terms','unloading-documents':'history','htmlelement-28':'grouping-content','htmlelement-29':'grouping-content','muted-1':'video','muted-0':'video','muted-3':'video','muted-2':'video','htmlelement-26':'grouping-content','htmlelement-27':'grouping-content','htmlelement-24':'sections','htmlelement-25':'sections','caption-4':'tabular-data','caption-5':'tabular-data','caption-6':'tabular-data','caption-7':'tabular-data','caption-0':'tabular-data','caption-1':'tabular-data','caption-2':'tabulardata','caption-3':'tabular-data','caption-8':'tabular-data','caption-9':'tabular-data','number-of-days-in-month-month-of-year-year_index':'index-of-terms','font':'obsolete','h1-23':'index','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','text-track-cue-8':'video','text-track-cue-9':'video','media-resource-8':'video','media-resource-9':'video','media-resource-6':'video','media-resource-7':'video','text-track-cue-0':'video','media-resource-5':'video','media-resource-2':'video','media-resource-3':'video','text-track-cue-4':'video','text-track-cue-5':'video','entity-sqcups':'named-character-references','attr-fieldset-disabled_index':'index-of-terms','attr-menu-label_index':'index-of-terms','entity-DoubleDot':'named-character-references','valid-week-string-2':'states-of-the-type-attribute','valid-week-string-1':'states-of-the-type-attribute','valid-week-string-0':'states-of-the-type-attribute','entity-Yacute':'named-character-references','flow-content-51':'grouping-content','flow-content50':'grouping-content','media-element':'video','flow-content-52':'grouping-content','flow-content-55':'grouping-content','flow-content-54':'grouping-content','flow-content-57':'grouping-content','flow-content-56':'grouping-content','flow-content-59':'grouping-content','flow-content-58':'grouping-content','link-type-pingback':'links','table-http-equiv':'semantics','the-hr-element':'grouping-content','the-ul-element_index':'index-of-terms','local-date-and-time-state_index':'index-of-terms','concept-fs-method_index':'index-of-terms','attr-dir-rtl-state_index':'index-of-terms','formnovalidate-21':'number-state','formnovalidate-20':'number-state','formnovalidate-23':'number-state','formnovalidate-22':'number-state','formnovalidate-25':'number-state','formnovalidate-24':'number-state','formnovalidate-27':'the-button-element','formnovalidate-26':'number-state','formnovalidate-29':'the-button-element','formnovalidate-28':'the-button-element','entity-eplus':'named-character-references','the-label-element_index':'indx-of-terms','entity-hoarr':'named-character-references','srcdoc-4':'the-iframe-element','srcdoc-3':'the-iframe-element','srcdoc-2':'the-iframe-element','srcdoc-1':'the-iframe-element','srcdoc-0':'the-iframe-element','event-dragend_index':'index-of-terms','entity-there4':'named-character-references','htmlmeterelement':'the-button-element','attr-input-accept':'number-state','entity-SquareSubsetEqual':'named-character-references','text-html-sandboxed-13':'iana','entity-laquo':'named-character-references','entity-Ubreve':'named-character-references','event-media-canplay_index':'index-of-terms','multiple-28':'number-state','entity-natur':'named-character-references','refsX690':'references','datatransfer-8':'dnd','datatransfer-4':'dnd','datatransfer-5':'dnd','datatransfer-6':'dnd','datatransfer-7':'dnd','datatransfer-0':'dnd','datatransfer-1':'dnd','datatransfer-2':'dnd','datatransfer-3':'dnd','thead-28':'index','attr-link-target_index':'index-of-terms','attr-img-vspace':'obsolete','autofocus-13':'index','set-of-pace-separated-tokens-10':'index','attr-a-charset_index':'index-of-terms','entity-LeftArrowBar':'named-character-references','entity-Del':'named-character-references','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','link-type-help_index':'index-of-terms','the-id-attribute_index':'index-of-terms','attr-meta-http-equiv-content-type_index':'index-of-terms','hyperlink-10':'the-map-element','hyperlink-11':'the-map-element','hyperlink-12':'links','hyperlink-13':'links','hyperlink-14':'links','hyperlink-15':'links','hyperlink-16':'links','hyperlink-17':'links','hyperlink-18':'links','hyperlink-19':'links','entity-UpArrowDownArrow':'named-character-references','formmethod':'the-input-element','links':'links','valid-media-query-2':'video','optgroup-3':'the-button-element','valid-media-query-0':'semantics','valid-media-query-1':'semantics','refsDOMEVENTS':'references','valid-media-query-4':'index','htmlspanelement_index':'index-of-terms','needs-a-date_index':'index-of-terms','htmlbodyelement-1':'idex','attr-meta-http-equiv':'semantics','htmldatalistelement':'the-button-element','ix-handler-onloadeddata':'index','entity-subset':'named-character-references','dom-appcache-obsolete':'offline','browsing-context-50':'index','entity-ouml':'named-character-references','time-19':'index','browsing-context-51':'index','ul-21':'index','ul-20':'index','text-html-sandboxed-14':'iana','event-appcache-obsolete':'offline','entity-prnsim':'named-character-references','attr-img-alt':'embedded-content-1','img-38':'obsolete','value-29':'index','ul-14':'syntax','attr-tr-align_index':'index-of-terms','entity-ntrianglerighteq':'named-character-references','event-handler-content-attributes-14':'index','big_index':'index-of-terms','the-link-element':'semantics','entity-smallsetminus':'named-character-references','dom-location-hostname':'history','phrasing-content-104':'edits','phrasing-content-105':'edits','phrasing-content-106':'edits','phrasing-content-107':'edits','phrasing-content-100':'text-level-semantics','phrasing-cotent-101':'edits','phrasing-content-102':'edits','phrasing-content-103':'edits','transparent-18':'index','phrasing-content-108':'edits','phrasing-content-109':'edits','htmlinputelement':'the-input-element','htmllielement-0':'index','htmllielement-1':'index','htmltablerowelement_index':'index-of-terms','entity-el':'named-character-references','valid-date-string-3':'common-microsyntaxes','output-0':'index','output-1':'index','entity-dstrok':'named-character-references','association-of-controls-and-forms':'association-of-controls-and-forms','output-2':'introduction','entity-delta':'named-character-references','output-3':'introduction','entity-boxVR':'named-character-references','href-28':'index','entity-deg':'named-character-references','base-2':'semantics','valid-global-date-and-time-string-5':'states-of-the-type-attribute','valid-global-date-and-time-string-4':'states-of-the-type-attribute','valid-global-date-and-time-string-3':'states-of-the-type-attribute','valid-global-date-and-time-string-2':'common-micrsyntaxes','valid-global-date-and-time-string-1':'common-microsyntaxes','attr-track-kind-subtitles-2':'video','entity-iopf':'named-character-references','base-0':'content-models','the-article-element_index':'index-of-terms','base-1':'semantics','htmlelement-245':'index','attr-input-pattern_index':'index-of-terms','entity-TildeEqual':'named-character-references','entity-kgreen':'named-character-references','entity-boxVr':'named-character-references','text-0':'syntax','flow-content-151':'index','attr-col-valign':'obsolete','htmlelement-242':'index','name-38':'the-button-element','name-39':'the-button-element','htmlbuttonelement-0':'index','name-34':'number-state','name-35':'number-state','name-36':'number-state','name-37':'the-button-element','name-30':'forms','name-31':'forms','name-32':'the-input-element','name-33':'the-input-element','entity-LeftFloor':'named-character-references','entity-asymp':'named-character-references','flow-content-150':'index','syntax-comments_index':'index-of-terms','the-datatransfe-interface':'dnd','href-27':'obsolete','href-26':'obsolete','dom-media-network_no_source':'video','entity-NewLine':'named-character-references','datalist-21':'index','datalist-22':'index','datalist-23':'index','attr-input-type-week-1':'the-input-element','attr-input-type-week-0':'the-input-element','enumerated-attribute_index':'index-of-terms','entity-smile':'named-character-references','entity-scy':'named-character-references','secondary-browsing-context':'browsers','the-figure-element_index':'index-of-terms','attr-fs-method-post_index':'index-of-terms','entity-eqcolon':'named-character-references','link-type-external':'links','command-unlink_index':'index-of-terms','entity-sce':'named-character-references','attr-a-methods':'obsolete','entity-hksearow':'named-character-references','attr-input-type-date-keyword_index':'index-of-terms','global-attributes-169':'index','htmlelement-134':'index','times':'common-microsyntaxes','invalid_modification_err_index':'index-of-terms','entity-Precedes':'named-character-rferences','entity-scE':'named-character-references','phrasing-content-59':'text-level-semantics','phrasing-content-58':'text-level-semantics','phrasing-content-57':'text-level-semantics','phrasing-content-56':'text-level-semantics','phrasing-content-55':'text-level-semantics','phrasing-content-54':'text-level-semantics','phrasing-content-53':'text-level-semantics','phrasing-content-52':'text-level-semantics','phrasing-content-51':'text-level-semantics','phrasing-content-50':'text-level-semantics','entity-RightUpTeeVector':'named-character-references','htmlstyleelement-1':'index','htmlstyleelement-0':'semantics','attr-hyperlink-type':'links','entity-Zdot':'named-character-references','script-18':'scripting-1','script-19':'scripting-1','global-attributes-163':'index','entity-supne':'named-character-references','script-10':'content-models','script-11':'content-models','script-12':'content-models','script-13':'content-models','script-14':'semantics','script-15':'scripting-1','script-16':'scripting-1','script-17:'scripting-1','sectioning-content-0':'content-models','sectioning-content-1':'content-models','sectioning-content-2':'content-models','sectioning-content-3':'content-models','sectioning-content-4':'content-models','sectioning-content-5':'sections','sectioning-content-6':'sections','sectioning-content-7':'sections','sectioning-content-8':'sections','sectioning-content-9':'sections','refsFILEAPI':'references','entity-ee':'named-character-references','entity-tshcy':'named-character-references','refsRFC2426':'references','rb-0':'obsolete','entity-suphsub':'named-character-references','http-equiv-2':'semantics','http-equiv-3':'semantics','http-equiv-0':'semantics','http-equiv-1':'semantics','http-equiv-6':'semantics','http-equiv-7':'semantics','http-equiv-4':'semantics','http-equiv-5':'semantics','htmlallcollection-4':'urls','htmlallcollection-5':'urls','http-equiv-8':'semantics','http-equiv-9':'semantics','htmlallcollection-0':'urls','valid-date-string-6':'states-of-the-type-attribute','valid-date-string-5':'sates-of-the-type-attribute','valid-date-string-4':'states-of-the-type-attribute','concept-id-5':'urls','concept-id-4':'urls','concept-id-7':'urls','concept-id-6':'urls','concept-id-1':'urls','concept-id-0':'urls','concept-id-3':'urls','concept-id-2':'urls','flow-content-155':'index','flow-content-154':'index','flow-content-157':'index','flow-content-156':'index','concept-id-9':'tabular-data','concept-id-8':'elements','flow-content-153':'index','flow-content-152':'index','transparent-14':'index','function':'webappapis','attr-media-muted_index':'index-of-terms','htmlmediaelement':'video','entity-UpArrow':'named-character-references','attr-hidden':'index','attr-input-autocomplete':'common-input-element-attributes','type-82':'interactive-elements','type-83':'index','type-80':'interactive-elements','type-81':'interactive-elements','type-86':'content-models','type-87':'content-models','type-84':'content-models','type-85':'content-models','entity-RuleDelayed':'named-character-references','type-88':'content-models''concept-ltr-0':'elements','border':'obsolete','refsRFC2425':'references','the-html-element-0_index':'index-of-terms','htmlaudioelement_index':'index-of-terms','preferred-mime-name_index':'index-of-terms','attr-object-hspace':'obsolete','parent-browsing-context-10':'browsers','entity-asympeq':'named-character-references','entity-isindot':'named-character-references','attr-fe-name-charset':'association-of-controls-and-forms','attr-option-selected_index':'index-of-terms','track-20':'video','track-21':'syntax','track-22':'index','track-23':'index','article-16':'text-level-semantics','article-17':'text-level-semantics','article-14':'grouping-content','article-15':'grouping-content','article-12':'sections','article-13':'sections','article-10':'sections','article-11':'sections','article-18':'text-level-semantics','article-19':'text-level-semantics','attr-html-manifest_index':'index-of-terms','entity-varsigma':'named-character-references','valid-floating-point-number-11':'index','ix-handler-oncanplaythrough':'inde','htmlcanvaselement':'the-canvas-element','conversations':'links','url':'urls','event-media-seeking_index':'index-of-terms','valid-date-or-time-string':'common-microsyntaxes','metadata-content-17':'interactive-elements','entity-lurdshar':'named-character-references','attr-fs-formenctype_index':'index-of-terms','select-3':'index','entity-ogt':'named-character-references','browsing-context-38':'history','browsing-context-39':'history','browsing-context-30':'browsers','browsing-context-31':'browsers','browsing-context-32':'browsers','browsing-context-33':'browsers','browsing-context-34':'browsers','browsing-context-35':'browsers','browsing-context-36':'history','browsing-context-37':'history','the-html-syntax-5':'the-iframe-element','the-html-syntax-4':'the-iframe-element','the-html-syntax-7':'the-xhtml-syntax','the-html-syntax-6':'syntax','the-html-syntax-1':'urls','the-html-syntax-0':'infrastructure','the-html-syntax-3':'grouping-content','attr-time-datetime':'text-level-semantics','media-element-31':'video,'media-element-30':'video','media-element-33':'video','the-body-element-3':'content-models','the-body-element-4':'sections','media-element-34':'video','the-body-element-6':'sections','the-body-element-7':'dnd','option-23':'the-button-element','option-22':'the-button-element','option-21':'the-button-element','option-20':'the-button-element','option-27':'the-button-element','option-26':'the-button-element','option-25':'the-button-element','option-24':'the-button-element','valid-hash-name-reference-1':'index','attr-dfn-title':'text-level-semantics','option-29':'the-button-element','option-28':'the-button-element','url-23':'index','flow-content-166':'index','entity-xi':'named-character-references','entity-hcirc':'named-character-references','htmlelement-139':'index','entity-profalar':'named-character-references','entity-not':'named-character-references','the-option-element_index':'index-of-terms','entity-eqsim':'named-character-references','the-dropzone-attribute_index':'index-of-terms','entity-angrtvbd':'name-character-references','comma-separated-tokens':'common-microsyntaxes','global-attributes-108':'index','global-attributes-109':'index','global-attributes-106':'index','global-attributes-107':'index','global-attributes-104':'index','global-attributes-105':'index','global-attributes-102':'index','shape-2':'the-map-element','shape-1':'the-map-element','shape-0':'the-map-element','b-2':'text-level-semantics','b-3':'text-level-semantics','b-0':'content-models','b-1':'content-models','b-6':'text-level-semantics','b-7':'text-level-semantics','b-4':'text-level-semantics','b-5':'text-level-semantics','entity-Coproduct':'named-character-references','b-8':'text-level-semantics','b-9':'text-level-semantics','dragleave':'index','concept-fs-action_index':'index-of-terms','entity-rarrw':'named-character-references','entity-GreaterEqualLess':'named-character-references','step-9':'states-of-the-type-attribute','step-8':'states-of-the-type-attribute','the-kbd-element':'text-level-semantics','step-3':'states-of-the-type-attriute','step-2':'the-input-element','step-1':'the-input-element','step-0':'the-input-element','step-7':'states-of-the-type-attribute','step-6':'states-of-the-type-attribute','step-5':'states-of-the-type-attribute','step-4':'states-of-the-type-attribute','entity-succnapprox':'named-character-references','entity-lnE':'named-character-references','event-handler-content-attributes-49':'index','valid-floating-point-number-8':'common-input-element-attributes','syntax-end-tag-20':'syntax','syntax-end-tag-21':'syntax','entity-Supset':'named-character-references','text-track-language_index':'index-of-terms','function-209':'offline','function-208':'offline','entity-ruluhar':'named-character-references','dom-appcache-downloading-0':'offline','function-201':'browsers','function-200':'browsers','function-203':'offline','function-202':'offline','function-205':'offline','function-204':'offline','function-207':'offline','function-206':'offline','refsOPENSEARCH':'references','entity-lne':'named-character-references','htmlcanvselement_index':'index-of-terms','event-handler-content-attributes-43':'index','attr-body-alink_index':'index-of-terms','event-handler-content-attributes-42':'index','htmlanchorelement_index':'index-of-terms','event-handler-content-attributes-40':'index','entity-Laplacetrf':'named-character-references','attr-input-type-password':'content-models','the-tfoot-element':'tabular-data','attr-object-align_index':'index-of-terms','text-track-18':'video','text-track-19':'video','text-track-16':'video','text-track-17':'video','text-track-14':'video','text-track-15':'video','text-track-12':'video','text-track-13':'video','text-track-10':'video','text-track-11':'video','thead-10':'tabular-data','thead-11':'tabular-data','thead-12':'tabular-data','thead-13':'tabular-data','thead-14':'tabular-data','thead-15':'tabular-data','thead-16':'tabular-data','thead-17':'syntax','thead-18':'syntax','thead-19':'syntax','valid-url-potentially-surrounded-by-spaces-8':'index','entity-nsccue':'named-character-references','phrasing-contnt-174':'index','flow-content':'content-models','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','attr-track-kind-keyword-captions_index':'index-of-terms','the-track-element_index':'index-of-terms','entity-exponentiale':'named-character-references','compatibility-caseless-1':'number-state','compatibility-caseless-0':'the-map-element','rp-13':'index','rp-12':'index','attr-body-marginright':'obsolete','text-track-label-1':'video','text-track-label-0':'video','entity-flat':'named-character-references','bidirectional-algorithm-formatting-character-ranges':'content-models','entity-lesdoto':'named-character-references','set-of-space-separated-tokens-4':'common-microsyntaxes','meter-15':'the-button-element','meter-14':'the-button-element','meter-13':'the-button-element','meter-12':'the-button-element','meter-11':'the-button-element','set-of-space-separated-tokens-5':'urls','set-of-space-separated-tokens-6':'elements','meter-19':'ndex','meter-18':'index','set-of-space-separated-tokens-7':'semantics','entity-easter':'named-character-references','embedded-content-28':'index','embedded-content-29':'index','embedded-content-26':'index','set-of-space-separated-tokens-0':'common-microsyntaxes','embedded-content-24':'the-map-element','embedded-content-25':'the-map-element','embedded-content-22':'the-canvas-element','embedded-content-23':'the-canvas-element','embedded-content-20':'the-canvas-element','embedded-content-21':'the-canvas-element','xml:base-1':'elements','xml:base-0':'elements','set-of-space-separated-tokens-2':'common-microsyntaxes','set-of-space-separated-tokens-3':'common-microsyntaxes','src-70':'number-state','src-71':'number-state','src-72':'number-state','entity-nltrie':'named-character-references','entity-ntlg':'named-character-references','home-subtree-1':'elements','home-subtree-0':'infrastructure','home-subtree-3':'obsolete','home-subtree-2':'obsolete','text-state-and-search-state_1_index':'index-of-terms','htmlareaeleent-0':'index','htmlareaelement-1':'index','entity-NotHumpDownHump':'named-character-references','the-dl-element_index':'index-of-terms','set-of-space-separated-tokens-8':'links','an-iframe-srcdoc-document_index':'index-of-terms','set-of-space-separated-tokens-9':'index','entity-DiacriticalTilde':'named-character-references','flow-content-39':'sections','flow-content-38':'sections','figcaption-9':'embedded-content-1','figcaption-8':'embedded-content-1','figcaption-7':'embedded-content-1','figcaption-6':'embedded-content-1','figcaption-5':'grouping-content','figcaption-4':'grouping-content','figcaption-3':'grouping-content','figcaption-2':'grouping-content','figcaption-1':'grouping-content','figcaption-0':'grouping-content','autofocus-1':'the-button-element','entity-gcirc':'named-character-references','plugin_index':'index-of-terms','entity-ge':'named-character-references','entity-NotNestedGreaterGreater':'named-character-references','link-type-nofollow_index':'index-of-terms','ruby-9':'obsolete','ruby-8':'txt-level-semantics','entity-diam':'named-character-references','valid-media-query_index':'index-of-terms','ruby-1':'content-models','ruby-0':'content-models','ruby-3':'text-level-semantics','ruby-2':'content-models','ruby-5':'text-level-semantics','ruby-4':'text-level-semantics','dom-media-network_loading':'video','ruby-6':'text-level-semantics','nested-browsing-contexts':'browsers','attr-ol-type-state-upper-roman_index':'index-of-terms','entity-NotLeftTriangleBar':'named-character-references','entity-Omicron':'named-character-references','attr-media-autoplay':'video','text-track-loading_index':'index-of-terms','entity-eth':'named-character-references','entity-lparlt':'named-character-references','entity-eta':'named-character-references','text-track-cue-end-time_index':'index-of-terms','entity-Theta':'named-character-references','h1-6':'sections','h1-7':'sections','h1-4':'content-models','h1-5':'sections','h1-2':'content-models','h1-3':'content-models','h1-0':'introduction','h1-1':'introduction','other-praga-directives':'semantics','htmlformcontrolscollection':'urls','h1-8':'sections','h1-9':'sections','entity-Tilde':'named-character-references','entity-ReverseEquilibrium':'named-character-references','hyperlink-38':'links','hyperlink-39':'links','i':'introduction','hyperlink-37':'links','hyperlink-34':'links','hyperlink-35':'links','hyperlink-32':'links','hyperlink-33':'links','hyperlink-30':'links','hyperlink-31':'links','alt-26':'embedded-content-1','alt-27':'embedded-content-1','alt-24':'embedded-content-1','alt-25':'embedded-content-1','alt-22':'embedded-content-1','alt-23':'embedded-content-1','alt-20':'embedded-content-1','alt-21':'embedded-content-1','alt-28':'embedded-content-1','alt-29':'embedded-content-1','htmlmetaelement-0':'index','attr-tdth-nowrap':'obsolete','syntax-doctype-3':'syntax','syntax-doctype-2':'syntax','syntax-doctype-1':'the-iframe-element','the-section-element':'sections','dir-19':'syntax','syntax-doctype-4':'obsolete','attr-input-autocomplete-off-state':'common-input-element-attrbutes','attr-fs-enctype-text':'association-of-controls-and-forms','data-1':'obsolete','data-0':'the-iframe-element','data-3':'infrastructure','entity-nsmid':'named-character-references','data-5':'elements','data-4':'urls','data-7':'elements','data-6':'elements','entity-xdtri':'named-character-references','attr-link-hreflang':'semantics','htmlaudioelement-1':'index','media-17':'index','concept-dnd-ro':'dnd','attr-tdth-height_index':'index-of-terms','concept-dnd-rw':'dnd','details-9':'interactive-elements','function-194':'browsers','attr-button-type-submit_index':'index-of-terms','strong-6':'text-level-semantics','strong-7':'text-level-semantics','strong-4':'text-level-semantics','strong-5':'text-level-semantics','strong-2':'text-level-semantics','strong-3':'text-level-semantics','strong-0':'content-models','strong-1':'text-level-semantics','function-191':'browsers','phrasing-content-298':'index','phrasing-content-299':'index','strong-8':'text-level-semantics','strong-9':'text-level-semantics','table-52':'indx','table-53':'index','table-50':'index','table-51':'index','sizes':'semantics','texttrack-14':'video','texttrack-15':'video','texttrack-16':'video','texttrack-10':'video','texttrack-11':'video','texttrack-12':'video','texttrack-13':'video','the-document-s-address-1':'dom','the-document-s-address-0':'urls','the-document-s-address-3':'dom','the-document-s-address-2':'dom','formaction-24':'number-state','nav-4':'sections','async':'scripting-1','entity-weierp':'named-character-references','entity-Bfr':'named-character-references','entity-plustwo':'named-character-references','htmlfieldsetelement-0':'index','attr-link-rel':'semantics','function-198':'browsers','phrasing-content-122':'the-map-element','phrasing-content-123':'the-map-element','phrasing-content-120':'the-map-element','phrasing-content-121':'the-map-element','phrasing-content-126':'the-map-element','phrasing-content-127':'the-map-element','phrasing-content-124':'the-map-element','phrasing-content-125':'the-map-element','phrasing-content-128':'tabulr-data','phrasing-content-129':'forms','attr-datafld':'obsolete','entity-simdot':'named-character-references','bgsound_index':'index-of-terms','col-12':'index','the-summary-element_index':'index-of-terms','event-media-error_index':'index-of-terms','alternate-7':'links','value-3':'index','value-2':'obsolete','value-1':'the-iframe-element','html-elements-29':'content-models','value-7':'states-of-the-type-attribute','value-6':'the-input-element','value-5':'forms','value-4':'forms','html-elements-22':'content-models','html-elements-23':'content-models','value-9':'states-of-the-type-attribute','value-8':'states-of-the-type-attribute','wbr-1':'text-level-semantics','wbr-0':'content-models','wbr-3':'text-level-semantics','wbr-2':'text-level-semantics','text-track-readiness-state_index':'index-of-terms','htmlmodelement-3':'index','the-small-element':'text-level-semantics','syntax-comments':'syntax','a-9':'content-models','a-8':'content-models','form-associated-element-10':'the-button-element','form-associated-elemet-11':'the-button-element','form-associated-element-16':'association-of-controls-and-forms','form-associated-element-17':'association-of-controls-and-forms','form-associated-element-14':'the-button-element','form-associated-element-15':'the-button-element','a-1':'introduction','a-0':'introduction','a-3':'urls','a-2':'urls','a-5':'content-models','a-4':'dom','a-7':'content-models','a-6':'content-models','name-16':'the-map-element','name-17':'the-map-element','name-14':'obsolete','name-15':'index','name-12':'index','name-13':'the-iframe-element','attr-input-type-reset-keyword':'the-input-element','name-11':'the-iframe-element','the-required-attribute':'common-input-element-attributes','name-18':'the-map-element','name-19':'index','entity-yopf':'named-character-references','entity-CHcy':'named-character-references','concept-appcache-manifest-fallback-0':'offline','event-appcache-downloading':'offline','entity-scnE':'named-character-references','entity-percnt':'named-character-references','concept-appcache-maniest-fallback-1':'offline','entity-TildeTilde':'named-character-references','h2':'introduction','h3':'content-models','h1':'introduction','h6':'content-models','h4':'content-models','h5':'content-models','link-20':'semantics','attr-input-type-button-keyword_index':'index-of-terms','link-21':'semantics','attr-tdth-rowspan_index':'index-of-terms','link-22':'semantics','entity-diamondsuit':'named-character-references','input-28':'content-models','pagetransitionevent':'history','home-subtree':'infrastructure','li-14':'interactive-elements','entity-cent':'named-character-references','entity-loplus':'named-character-references','li-15':'interactive-elements','link-26':'links','input-8':'index','li-17':'syntax','barprop':'browsers','form-owner-17':'association-of-controls-and-forms','form-owner-16':'association-of-controls-and-forms','form-owner-15':'association-of-controls-and-forms','form-owner-14':'association-of-controls-and-forms','form-owner-13':'the-button-element','form-owner-12':'the-button-element','form-wner-11':'the-button-element','form-owner-10':'the-button-element','hr':'introduction','del-29':'index','the-drag-data-item-type-string_index':'index-of-terms','form-owner-19':'association-of-controls-and-forms','form-owner-18':'association-of-controls-and-forms','section-17':'index','section-16':'index','section-15':'syntax','section-14':'links','section-13':'links','need-a-date-0':'text-level-semantics','section-11':'grouping-content','section-10':'sections','attr-iframe-align_index':'index-of-terms','link-type-search_index':'index-of-terms','entity-ascr':'named-character-references','section-18':'index','command-forwarddelete_index':'index-of-terms','have_metadata':'video','entity-CounterClockwiseContourIntegral':'named-character-references','entity-curlywedge':'named-character-references','htmlelement-175':'index','attr-col-char_index':'index-of-terms','html-21':'syntax','html-20':'syntax','dom-function-call-0':'webappapis','html-22':'obsolete','html-25':'index','html-24':'index','html-27':'index','html26':'index','phrasing-content-71':'text-level-semantics','phrasing-content-70':'text-level-semantics','phrasing-content-73':'text-level-semantics','phrasing-content-72':'text-level-semantics','phrasing-content-75':'text-level-semantics','phrasing-content-74':'text-level-semantics','phrasing-content-77':'text-level-semantics','phrasing-content-76':'text-level-semantics','phrasing-content-79':'text-level-semantics','phrasing-content-78':'text-level-semantics','entity-Qopf':'named-character-references','case-sensitive-4':'states-of-the-type-attribute','case-sensitive-5':'the-button-element','case-sensitive-6':'editing','case-sensitive-7':'index','case-sensitive-0':'infrastructure','case-sensitive-1':'urls','case-sensitive-2':'grouping-content','case-sensitive-3':'tabular-data','entity-bumpe':'named-character-references','dom-location-search_index':'index-of-terms','entity-lessdot':'named-character-references','entity-nexists':'named-character-references','textarea-48':'index','entity-upuparrows':'named-charactr-references','cdata-rcdata-restrictions':'syntax','entity-upharpoonright':'named-character-references','textarea-40':'index','textarea-41':'index','textarea-42':'index','entity-propto':'named-character-references','textarea-44':'index','textarea-45':'index','textarea-46':'index','textarea-47':'index','html-documents-11':'apis-in-html-documents','text-track-cue-display-state-0':'video','html-documents-13':'apis-in-html-documents','html-documents-12':'apis-in-html-documents','html-documents-15':'semantics','html-documents-14':'semantics','html-documents-17':'scripting-1','html-documents-16':'semantics','html-documents-19':'scripting-1','html-documents-18':'scripting-1','command-facet-hiddenstate-1':'commands','command-facet-hiddenstate-0':'commands','command-facet-hiddenstate-2':'commands','entity-YIcy':'named-character-references','valid-mime-type_index':'index-of-terms','entity-Ofr':'named-character-references','htmllabelelement':'forms','start-tags':'syntax','content-categories':'content-models','texttraccue-2':'video','texttrackcue-3':'video','texttrackcue-0':'video','texttrackcue-1':'video','concept-select-option-list':'the-button-element','texttrackcue-4':'video','texttrackcue-5':'video','refsRFC1557':'references','attr-meter-high':'the-button-element','h2-11':'index','the-history-interface':'history','the-legend-element_index':'index-of-terms','class-8':'text-level-semantics','refsRFC1554':'references','type-68':'states-of-the-type-attribute','type-69':'states-of-the-type-attribute','htmlfieldsetelement':'forms','refsATAG':'references','class-0':'elements','class-1':'elements','class-2':'elements','class-3':'elements','class-4':'grouping-content','class-5':'text-level-semantics','class-6':'text-level-semantics','class-7':'text-level-semantics','object-6':'content-models','object-7':'content-models','object-4':'urls','object-5':'content-models','spellcheck':'elements','object-3':'urls','entity-spadesuit':'named-character-references','object-1':'index','h2-10':'index','entity-cfr':'named-character-referenes','hierarchical-url':'urls','text-track-cue-identifier_index':'index-of-terms','object-8':'content-models','object-9':'content-models','attr-label-for':'forms','attr-fs-enctype-urlencoded':'association-of-controls-and-forms','scope-4':'tabular-data','scope-5':'tabular-data','scope-6':'tabular-data','scope-7':'obsolete','seamless-0':'the-iframe-element','scope-1':'tabular-data','scope-2':'tabular-data','scope-3':'tabular-data','entity-DownLeftVectorBar':'named-character-references','fieldset':'index','activation':'editing','h5-8':'index','h5-9':'index','case-sensitivity-and-string-comparison':'infrastructure','namespaces':'urls','the-xhtml-syntax':'the-xhtml-syntax','phrasing-content-302':'index','button-18':'index','entity-hslash':'named-character-references','refsWEBLINK':'references','aside-12':'index','entity-wedge':'named-character-references','entity-ufr':'named-character-references','entity-backepsilon':'named-character-references','a-graphical-representation-of-some-of-the-surrounding-text':'embeddd-content-1','entity-Pcy':'named-character-references','htmllinkelement-1':'index','attr-map-name_index':'index-of-terms','aside-11':'index','an-iframe-srcdoc-document-3':'semantics','an-iframe-srcdoc-document-2':'semantics','an-iframe-srcdoc-document-1':'semantics','an-iframe-srcdoc-document-0':'urls','attr-dim-height_index':'index-of-terms','syntax-end-tag-7':'syntax','entity-iecy':'named-character-references','index-terms_top':'index-of-terms','entity-seArr':'named-character-references','browsing-context-12':'browsers','browsing-context-13':'browsers','browsing-context-10':'links','browsing-context-11':'browsers','browsing-context-16':'browsers','browsing-context-17':'browsers','browsing-context-14':'browsers','browsing-context-15':'browsers','browsing-context-18':'browsers','browsing-context-19':'browsers','attr-embed-name':'obsolete','text-track-cue-order_index':'index-of-terms','listing_index':'index-of-terms','invalid_access_err_index':'index-of-terms','attr-input-type-button-keyword':'the-input-elemnt','flow-content-197':'index','valid-mime-type-with-no-parameters':'infrastructure','article-30':'index','article-31':'index','valid-list-of-integers-0':'the-map-element','valid-list-of-integers-1':'index','attr-progress-max_index':'index-of-terms','htmlelement-170':'index','entity-nsqsube':'named-character-references','bdi-10':'index','global-attributes-115':'index','entity-andand':'named-character-references','hierarchical-url_index':'index-of-terms','entity-ngeqslant':'named-character-references','global-attributes-124':'index','global-attributes-125':'index','global-attributes-126':'index','global-attributes-127':'index','global-attributes-120':'index','global-attributes-121':'index','global-attributes-122':'index','global-attributes-123':'index','live-0':'urls','global-attributes-128':'index','global-attributes-129':'index','attr-link-href':'semantics','entity-laemptyv':'named-character-references','ins-8':'content-models','ins-9':'content-models','ins-6':'content-models','ins-7':'content-models','ins4':'content-models','ins-5':'content-models','ins-2':'content-models','ins-3':'content-models','ins-0':'index','ins-1':'content-models','loop':'video','entity-tritime':'named-character-references','entity-lmoustache':'named-character-references','aside-8':'links','attr-style':'index','entity-isinE':'named-character-references','entity-Cdot':'named-character-references','unordered-set-of-unique-space-separated-tokens_index':'index-of-terms','attr-object-align':'obsolete','entity-rationals':'named-character-references','html-mime-type':'infrastructure','title-49':'history','entity-isins':'named-character-references','ascii-case-insensitive-24':'syntax','attr-media-preload-metadata_index':'index-of-terms','htmlelement-116':'index','entity-smid':'named-character-references','attr-object-vspace_index':'index-of-terms','type':'semantics','text-track-showing':'video','text-track-34':'video','text-track-35':'index','attr-input-type-reset':'content-models','text-track-31':'video','text-track-32':'video','text-track-3':'video','formaction':'the-input-element','toolbar':'index','entity-bigoplus':'named-character-references','maximum-allowed-value-length-2':'the-button-element','attr-area-alt_index':'index-of-terms','entity-neArr':'named-character-references','ix-handler-onloadedmetadata':'index','ix-handler-window-onblur':'index','text-html':'iana','entity-Gammad':'named-character-references','the-img-element':'embedded-content-1','entity-csupe':'named-character-references','entity-Ecirc':'named-character-references','exceptions':'urls','global-attributes-113':'index','textarea-33':'association-of-controls-and-forms','size-2':'states-of-the-type-attribute','defer':'scripting-1','size-0':'the-input-element','size-1':'the-input-element','size-6':'states-of-the-type-attribute','size-7':'states-of-the-type-attribute','size-4':'states-of-the-type-attribute','list-8':'states-of-the-type-attribute','help-0':'links','attr-meta-http-equiv-refresh':'semantics','size-8':'states-of-the-type-attribute','size-9':'states-of-the-type-atribute','textarea-34':'syntax','global-attributes-112':'index','entity-mfr':'named-character-references','entity-LeftArrowRightArrow':'named-character-references','td-19':'tabular-data','text-track-disabled-2':'video','text-track-disabled-0':'video','text-track-disabled-1':'video','syntax-attributes':'syntax','external-resource-link-8':'links','anonymous-command_index':'index-of-terms','command-facet-checkedstate':'commands','external-resource-link-9':'links','attr-p-align':'obsolete','entity-subseteq':'named-character-references','the-title-attribute_index':'index-of-terms','the-tbody-element_index':'index-of-terms','text-track-kind':'video','concept-dnd-p':'dnd','flow-content-15':'sections','flow-content-14':'sections','plugin-0':'infrastructure','flow-content-16':'sections','flow-content-11':'semantics','flow-content-10':'semantics','flow-content-13':'scripting-1','flow-content-12':'scripting-1','entity-epsilon':'named-character-references','title-48':'common-input-element-attributes','flow-content-19':sections','flow-content-18':'sections','the-details-element':'interactive-elements','attr-form-accept-charset_index':'index-of-terms','entity-ngt':'named-character-references','attr-media-src_index':'index-of-terms','entity-varsupsetneq':'named-character-references','attr-fs-novalidate_index':'index-of-terms','attr-tbody-valign':'obsolete','srclang-1':'index','refsCSSRUBY':'references','entity-Iopf':'named-character-references','refsWHATWGWIKI':'references','entity-xcap':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements_5_index':'index-of-terms','inline-documentation-for-external-scripts_index':'index-of-terms','attr-meter-value':'the-button-element','concept-option-value_index':'index-of-terms','captions':'index','attributes-0':'syntax','attributes-1':'index','windowtimers-0':'timers','attr-table-width':'obsolete','browsing-context-nested-through_index':'index-of-terms','entity-vcy':'named-character-references','entity-LeftArrow':'named-character-references','form-submission-18':'index','wees':'common-microsyntaxes','entity-simg':'named-character-references','entity-sime':'named-character-references','htmltablesectionelement_index':'index-of-terms','entity-scnap':'named-character-references','entity-siml':'named-character-references','rcdata-elements-3':'syntax','rcdata-elements-2':'syntax','rcdata-elements-1':'syntax','rcdata-elements-0':'syntax','entity-icirc':'named-character-references','attr-fieldset-disabled':'forms','table-36':'obsolete','concept-fs-action-0':'association-of-controls-and-forms','entity-planckh':'named-character-references','heading-content-10':'index','command-insertorderedlist':'dnd','refsARIAIMPL':'references','table-37':'obsolete','select-52':'index','hyperlink-57':'index','attr-object-type':'the-iframe-element','attr-track-kind-captions_index':'index-of-terms','syntax-end-tag-12':'syntax','entity-nsucceq':'named-character-references','attr-ol-type':'grouping-content','phrasing-content-269':'index','htmlhrelement':'grouping-content','formnovalidate-3':'states-of-the-ype-attribute','content':'semantics','command-insertparagraph':'dnd','htmltextareaelement':'the-button-element','entity-dotminus':'named-character-references','entity-GreaterGreater':'named-character-references','default-media':'semantics','refsIANAPERMHEADERS':'references','attr-link-urn':'obsolete','html-elements':'infrastructure','option-4':'urls','option-5':'content-models','option-6':'common-input-element-attributes','option-7':'common-input-element-attributes','option-0':'index','option-1':'urls','option-2':'urls','option-3':'urls','entity-infin':'named-character-references','option-8':'common-input-element-attributes','option-9':'the-button-element','an-iframe-srcdoc-document-4':'index','entity-lotimes':'named-character-references','ix-handler-ondrop':'index','entity-cupcap':'named-character-references','attr-media-preload-none-state':'video','submitting-element-directionality':'association-of-controls-and-forms','prefetch':'links','maxlength-8':'states-of-the-type-attribute','maxlength-9':'states-ofthe-type-attribute','maxlength-6':'states-of-the-type-attribute','maxlength-7':'states-of-the-type-attribute','maxlength-4':'states-of-the-type-attribute','maxlength-5':'states-of-the-type-attribute','maxlength-2':'the-input-element','maxlength-3':'states-of-the-type-attribute','maxlength-0':'the-input-element','maxlength-1':'the-input-element','dom-appcache-uncached_index':'index-of-terms','code-8':'index','entity-orarr':'named-character-references','entity-gtrdot':'named-character-references','url-decomposition-idl-attributes-4':'history','attr-fs-formtarget':'association-of-controls-and-forms','url-decomposition-idl-attributes-2':'the-map-element','url-decomposition-idl-attributes-3':'history','url-decomposition-idl-attributes-0':'urls','url-decomposition-idl-attributes-1':'text-level-semantics','the-input-element':'the-input-element','phrasing-content-149':'the-button-element','valid-global-date-and-time-string':'common-microsyntaxes','htmldlistelement-1':'index','entity-acute':'named-character-referencs','the-title-element_index':'index-of-terms','phrasing-content-140':'the-button-element','phrasing-content-141':'the-button-element','phrasing-content-142':'the-button-element','phrasing-content-143':'the-button-element','phrasing-content-144':'the-button-element','phrasing-content-145':'the-button-element','phrasing-content-146':'the-button-element','phrasing-content-147':'the-button-element','the-section-element_index':'index-of-terms','file-upload-state_index':'index-of-terms','attr-input-type-submit':'content-models','entity-prime':'named-character-references','the-dt-element_index':'index-of-terms','entity-hbar':'named-character-references','circle-0':'index','event-drag_index':'index-of-terms','attr-media-controls':'video','htmlmetaelement':'semantics','entity-boxvl':'named-character-references','dom-location-hash':'history','event-dragstart_index':'index-of-terms','entity-omid':'named-character-references','entity-div':'named-character-references','attr-fe-autofocus':'association-of-controls-and-fors','event-handler-content-attributes-11':'index','event-handler-content-attributes-12':'index','entity-prec':'named-character-references','form-associated-element-30':'index','phrasing-content-263':'index','event-handler-content-attributes-16':'index','event-handler-content-attributes-17':'index','entity-dArr':'named-character-references','event-handler-content-attributes-19':'index','entity-die':'named-character-references','form-submission-12':'index','link-28':'links','form-28':'association-of-controls-and-forms','form-29':'association-of-controls-and-forms','form-26':'association-of-controls-and-forms','form-27':'association-of-controls-and-forms','form-24':'association-of-controls-and-forms','form-25':'association-of-controls-and-forms','colspan-0':'tabular-data','form-23':'association-of-controls-and-forms','form-20':'forms','attr-ol-type-state-lower-alpha':'grouping-content','phrasing-content-262':'index','entity-pound':'named-character-references','entity-plusacir':'named-character-references','tbod-8':'tabular-data','tbody-9':'tabular-data','link-29':'links','attr-input-type-0':'index','tbody-0':'tabular-data','tbody-1':'tabular-data','tbody-2':'tabular-data','tbody-3':'tabular-data','tbody-4':'tabular-data','tbody-5':'tabular-data','tbody-6':'tabular-data','tbody-7':'tabular-data','entity-Yopf':'named-character-references','attr-button-value':'the-button-element','entity-nsce':'named-character-references','inuse_attribute_err':'urls','attr-object-declare':'obsolete','dom-media-have_metadata-0':'video','domhtmlimplementation-0':'dom','attr-col-width_index':'index-of-terms','form-submission-17':'index','nav-17':'index','entity-RightVectorBar':'named-character-references','concept-fs-novalidate_index':'index-of-terms','entity-THORN':'named-character-references','entity-iscr':'named-character-references','attr-iframe-vspace':'obsolete','hr-15':'index','entity-mapstodown':'named-character-references','entity-Sfr':'named-character-references','usemap-6':'the-iframe-element','svg_index':'index-of-terms','atr-hyperlink-rel_index':'index-of-terms','hr-14':'obsolete','dom':'dom','audio-2':'content-models','audio-3':'content-models','audio-0':'content-models','audio-1':'content-models','audio-6':'video','audio-7':'video','audio-4':'content-models','audio-5':'video','audio-8':'video','audio-9':'video','attr-table-datapagesize_index':'index-of-terms','noscript-5':'semantics','noscript-4':'semantics','noscript-7':'scripting-1','noscript-6':'semantics','noscript-1':'content-models','noscript-0':'content-models','noscript-3':'content-models','noscript-2':'content-models','entity-nesim':'named-character-references','noscript-9':'scripting-1','noscript-8':'scripting-1','syntax':'syntax','phrasing-content-99':'text-level-semantics','phrasing-content-98':'text-level-semantics','phrasing-content-93':'text-level-semantics','concept-fe-disabled-0':'content-models','phrasing-content-91':'text-level-semantics','phrasing-content-90':'text-level-semantics','phrasing-content-97':'text-level-semantics','phrasing-content-96':'textlevel-semantics','phrasing-content-95':'text-level-semantics','phrasing-content-94':'text-level-semantics','entity-nwArr':'named-character-references','outline_index':'index-of-terms','entity-Iacute':'named-character-references','min-34':'number-state','entity-Updownarrow':'named-character-references','concept-command-4':'commands','concept-command-2':'content-models','concept-command-3':'grouping-content','concept-command-0':'content-models','concept-command-1':'content-models','attr-hr-align':'obsolete','the-directionality-1':'elements','the-directionality-0':'elements','the-directionality-3':'elements','the-directionality-2':'elements','the-directionality-5':'elements','the-directionality-4':'elements','the-directionality-7':'elements','the-directionality-6':'elements','the-directionality-9':'the-button-element','the-directionality-8':'elements','accept-5':'states-of-the-type-attribute','src-22':'index','alt-47':'states-of-the-type-attribute','entity-Afr':'named-character-references','entity-GJcy':'namedcharacter-references','accept-3':'states-of-the-type-attribute','event-media-canplay':'video','joint-session-history-2':'history','hr-10':'obsolete','alt-41':'states-of-the-type-attribute','entity-CapitalDifferentialD':'named-character-references','joint-session-history-3':'history','attr-tdth-charoff_index':'index-of-terms','alt-42':'states-of-the-type-attribute','accept-0':'the-input-element','entity-bkarow':'named-character-references','the-col-element':'tabular-data','date-state_index':'index-of-terms','hr-13':'obsolete','type-46':'content-models','type-47':'content-models','type-44':'content-models','type-45':'content-models','type-42':'content-models','type-43':'content-models','type-40':'content-models','type-41':'content-models','body-35':'obsolete','type-48':'content-models','type-49':'content-models','entity-circledast':'named-character-references','html-namespace-0_index':'index-of-terms','body-34':'obsolete','syntax-tag-name_index':'index-of-terms','entity-Esim':'named-character-references','entty-bcong':'named-character-references','dnd_index':'index-of-terms','entity-nLt':'named-character-references','texttrackcue':'video','entity-thksim':'named-character-references','refsRFC5724':'references','entity-boxur':'named-character-references','entity-xoplus':'named-character-references','attr-body-marginright_index':'index-of-terms','the-wbr-element_index':'index-of-terms','entity-quatint':'named-character-references','flow-content-260':'index','body-39':'obsolete','body-38':'obsolete','entity-boxul':'named-character-references','entity-boxuR':'named-character-references','details-16':'index','details-14':'index','urls':'urls','details-15':'index','raw-text-elements_index':'index-of-terms','auxiliary-browsing-context-1':'browsers','auxiliary-browsing-context-0':'browsers','the-figcaption-element_index':'index-of-terms','attr-input-maxlength':'common-input-element-attributes','concept-meta-extensions_index':'index-of-terms','entity-ropar':'named-character-references','height':'the-canvas-element','the-ead-element_index':'index-of-terms','form-associated-element-13':'the-button-element','attr-input-type-url-keyword':'the-input-element','entity-longleftarrow':'named-character-references','min-36':'common-input-element-attributes','min-37':'index','time-8':'text-level-semantics','time-9':'text-level-semantics','min-32':'number-state','min-33':'number-state','min-30':'number-state','min-31':'number-state','time-2':'content-models','time-3':'sections','time-0':'index','time-1':'content-models','time-6':'text-level-semantics','time-7':'text-level-semantics','time-4':'text-level-semantics','time-5':'text-level-semantics','url-decomposition-idl-attributes_index':'index-of-terms','valid-date-or-time-string-in-content_index':'index-of-terms','character-encoding-declaration':'semantics','entity-gnap':'named-character-references','entity-Square':'named-character-references','attr-command-type_index':'index-of-terms','entity-nvlArr':'named-character-references','date-state':'states-of-the-type-attribute','global-attrbutes-142':'index','attr-div-align':'obsolete','global-attributes-140':'index','best-practices-for-authors-using-media-elements':'video','global-attributes-146':'index','global-attributes-147':'index','global-attributes-144':'index','global-attributes-145':'index','global-attributes-148':'index','global-attributes-149':'index','attr-input-type-datetime-keyword_index':'index-of-terms','h6-1':'content-models','h6-0':'content-models','h6-3':'sections','h6-2':'sections','h6-5':'sections','h6-4':'sections','h6-7':'sections','h6-6':'sections','the-source-element':'video','h6-8':'sections','entity-DownLeftVector':'named-character-references','browsing-context-name':'browsers','htmlhtmlelement-1':'index','state-object-0':'history','state-object-1':'history','state-object-2':'history','video-33':'index','video-32':'index','video-31':'index','state-object-3':'history','video-35':'index','video-34':'index','state-object-4':'history','attr-form-accept-charset':'forms','state-object-5':'history','rt-5':'text-level-semanics','rt-4':'text-level-semantics','rt-7':'text-level-semantics','rt-6':'text-level-semantics','rt-1':'text-level-semantics','rt-0':'content-models','rt-3':'text-level-semantics','rt-2':'text-level-semantics','entity-triminus':'named-character-references','rt-9':'syntax','rt-8':'text-level-semantics','attr-link-charset':'obsolete','entity-minus':'named-character-references','entity-bnequiv':'named-character-references','entity-Uopf':'named-character-references','dom-location-pathname-0':'history','syntax-comments-10':'syntax','syntax-comments-11':'syntax','syntax-comments-12':'syntax','syntax-comments-13':'syntax','min-39':'the-button-element','entity-rlm':'named-character-references','entity-checkmark':'named-character-references','table-descriptions-techniques':'tabular-data','htmlelement-54':'text-level-semantics','entity-submult':'named-character-references','entity-circ':'named-character-references','entity-RightAngleBracket':'named-character-references','entity-chi':'named-character-references','attr-utton-type-submit':'the-button-element','entity-Zeta':'named-character-references','param-10':'index','entity-xrarr':'named-character-references','attr-track-kind-keyword-descriptions':'video','contextmenu':'elements','mutabletexttrack':'video','attr-base-href_index':'index-of-terms','syntax-start-tag':'syntax','entity-lhard':'named-character-references','datetime-10':'index','xml:lang':'introduction','entity-Gcedil':'named-character-references','attr-input-type-image-keyword':'the-input-element','attr-command-icon':'interactive-elements','valid-url-3':'offline','attr-ol-type-state-decimal':'grouping-content','hidden-13':'editing','hidden-12':'editing','hidden-11':'editing','hidden-10':'editing','htmltimeelement':'text-level-semantics','entity-perp':'named-character-references','attribute-text':'elements','application-x-www-form-urlencoded-3':'index','media-resource_index':'index-of-terms','htmlpreelement-0':'index','entity-iogon':'named-character-references','entity-curarr':'named-character-references','atr-command-checked_index':'index-of-terms','attr-menu-type_index':'index-of-terms','event-dragover':'dnd','htmlquoteelement_index':'index-of-terms','selected-1':'the-button-element','entity-squf':'named-character-references','attr-textarea-readonly_index':'index-of-terms','attr-param-value_index':'index-of-terms','background':'introduction','htmlobjectelement':'the-iframe-element','security-document':'dom','attr-th-scope-auto_index':'index-of-terms','optgroup-16':'index','quota_exceeded_err_index':'index-of-terms','entity-gnsim':'named-character-references','entity-larrfs':'named-character-references','custom-data-attribute_index':'index-of-terms','entity-Map':'named-character-references','session-history-1':'history','session-history-0':'browsers','domstringmap-0':'urls','session-history-2':'history','session-history-5':'history','session-history-4':'history','session-history-7':'history','session-history-6':'history','list-9':'states-of-the-type-attribute','syntax-text-8':'syntax','entity-cups':'named-charcter-references','drag-data-store_index':'index-of-terms','attr-textarea-placeholder_index':'index-of-terms','multiple-16':'states-of-the-type-attribute','application-x-www-form-urlencoded':'forms','attr-media-preload-metadata':'video','text-track-kind-4':'video','entity-bsolb':'named-character-references','text-track-kind-0':'video','text-track-kind-1':'video','text-track-kind-2':'video','text-track-kind-3':'video','dom-appcache-checking-0':'offline','manifest-2':'semantics','manifest-3':'index','manifest-0':'semantics','manifest-1':'semantics','poster-0':'video','poster-1':'index','text-track-cue-writing-direction-0':'video','phrasing-content':'content-models','htmlelement-172':'index','attr-object-classid':'obsolete','entity-scap':'named-character-references','dimension-attributes-3':'the-iframe-element','attr-meter-min':'the-button-element','obsolete-permitted-doctype-string_index':'index-of-terms','dimension-attributes-2':'the-iframe-element','dom-link-disabled-0':'semantics','sectioning-content-24':'idex','sectioning-content-23':'index','sectioning-content-22':'index','sectioning-content-21':'index','sectioning-content-20':'text-level-semantics','attr-command-disabled':'interactive-elements','entity-quot':'named-character-references','entity-Lang':'named-character-references','headings-and-sections-2':'sections','headings-and-sections-0':'content-models','headings-and-sections-1':'sections','dom-texttrack-kind-descriptions_index':'index-of-terms','entity-Dot':'named-character-references','entity-vzigzag':'named-character-references','list-30':'index','htmlscriptelement-0':'index','alt-62':'number-state','alt-63':'index','alt-60':'number-state','alt-61':'number-state','concept-option-label_index':'index-of-terms','concept-id-28':'index','concept-id-29':'index','concept-id-24':'obsolete','concept-id-25':'obsolete','concept-id-26':'index','concept-id-27':'index','optimum-1':'the-button-element','optimum-0':'the-button-element','reflecting-content-attributes-in-idl-attributes':'urls','optimum-2':'the-buttonelement','menu-23':'index','menu-22':'index','menu-21':'obsolete','menu-20':'syntax','menu-27':'index','menu-26':'index','menu-25':'index','menu-24':'index','entity-Darr':'named-character-references','attr-param-type':'obsolete','accesskey-3':'editing','embedded-content_index':'index-of-terms','entity-Rcedil':'named-character-references','accesskey-2':'editing','reload-override-flag-0':'dom','attr-input-type-time':'content-models','form':'index','the-param-element_index':'index-of-terms','htmlulistelement_index':'index-of-terms','entity-andv':'named-character-references','entity-acy':'named-character-references','htmlelement-179':'index','entity-andd':'named-character-references','entity-roplus':'named-character-references','text-track-cue-display-state_index':'index-of-terms','textarea':'index','attr-param-type_index':'index-of-terms','entity-nsubseteq':'named-character-references','ins-29':'index','htmlelement-178':'index','drag-data-store-default-feedback-0':'dnd','accesskey-0':'commands','secondary-browing-context-0':'links','entity-gjcy':'named-character-references','syntax-tag-omission-4':'syntax','attr-iframe-srcdoc_index':'index-of-terms','ins-28':'index','concept-appcache-manifest-fallback_index':'index-of-terms','entity-xodot':'named-character-references','the-select-element_index':'index-of-terms','rank_index':'index-of-terms','toolbar-state-1':'content-models','toolbar-state-0':'content-models','toolbar-state-3':'interactive-elements','toolbar-state-2':'interactive-elements','entity-LeftDownVectorBar':'named-character-references','dom-media-have_current_data-0':'video','entity-nVDash':'named-character-references','entity-boxtimes':'named-character-references','entity-tfr':'named-character-references','concept-date_index':'index-of-terms','entity-lbarr':'named-character-references','the-rt-element_index':'index-of-terms','entity-dot':'named-character-references','attr-spellcheck':'editing','link-type-help':'links','event-handler-content-attributes-38':'index','event-handler-content-attributes-39':'ndex','event-handler-content-attributes-32':'index','event-handler-content-attributes-33':'index','event-handler-content-attributes-30':'index','event-handler-content-attributes-31':'index','event-handler-content-attributes-36':'index','event-handler-content-attributes-37':'index','attr-a-charset':'obsolete','event-handler-content-attributes-35':'index','form-48':'the-input-element','form-49':'the-button-element','name-58':'urls','name-59':'the-button-element','phrasing-content-162':'index','phrasing-content-163':'index','phrasing-content-160':'index','phrasing-content-161':'index','form-40':'the-iframe-element','form-41':'the-iframe-element','form-42':'forms','form-43':'forms','form-44':'forms','name-57':'the-iframe-element','form-46':'forms','form-47':'the-input-element','concept-datetime':'common-microsyntaxes','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','attr-img-border':'obsolete','embed-7':'content-models','embed-6':'content-models','embed-5':'content-models',embed-4':'content-models','embed-3':'content-models','embed-2':'dom','embed-1':'urls','embed-0':'urls','text-track-cue-start-time-0':'video','text-track-cue-start-time-1':'video','text-track-cue-start-time-2':'video','text-track-hidden':'video','embed-9':'the-iframe-element','embed-8':'the-iframe-element','entity-nisd':'named-character-references','attr-textarea-placeholder':'the-button-element','content-models_index':'index-of-terms','track-9':'video','track-8':'video','function-188':'browsers','function-189':'browsers','entity-af':'named-character-references','entity-acE':'named-character-references','value-40':'the-button-element','local-dates-and-times':'common-microsyntaxes','value-42':'the-button-element','value-43':'the-button-element','track-5':'video','track-4':'video','track-7':'video','track-6':'video','entity-ap':'named-character-references','entity-yacute':'named-character-references','entity-glj':'named-character-references','htmlcollection_index':'index-of-terms','attr-input-src_index':'indexof-terms','have_future_data':'video','htmlselectelement':'the-button-element','entity-ovbar':'named-character-references','script-35':'obsolete','disabled-5':'index','disabled-4':'the-button-element','disabled-7':'the-button-element','disabled-6':'the-button-element','disabled-1':'association-of-controls-and-forms','disabled-0':'forms','disabled-3':'the-button-element','disabled-2':'index','disabled-9':'introduction','disabled-8':'index','attr-object-hspace_index':'index-of-terms','kbd-9':'text-level-semantics','kbd-8':'text-level-semantics','width-34':'number-state','kbd-3':'grouping-content','kbd-2':'grouping-content','kbd-1':'content-models','kbd-0':'content-models','kbd-7':'text-level-semantics','kbd-6':'text-level-semantics','kbd-5':'text-level-semantics','kbd-4':'text-level-semantics','attr-tbody-align_index':'index-of-terms','placeholder-label-option':'the-button-element','div':'introduction','dom-texttrack-kind-chapters_index':'index-of-terms','dir':'obsolete','command-unselect_index':'index-of-term','width-35':'index','text-node-8':'content-models','text-node-9':'content-models','text-node-6':'content-models','text-node-7':'content-models','text-node-4':'content-models','text-node-5':'content-models','text-node-2':'content-models','text-node-3':'content-models','text-node-0':'elements','text-node-1':'content-models','pattern-21':'number-state','noembed':'obsolete','entity-ngeqq':'named-character-references','flow-content-230':'index','entity-bump':'named-character-references','datatransferitems':'dnd','concept-http-equiv-extensions_index':'index-of-terms','entity-rang':'named-character-references','progress-0':'index','attr-meter-optimum':'the-button-element','progress-2':'elements','progress-3':'content-models','progress-4':'content-models','progress-5':'content-models','progress-6':'forms','progress-7':'forms','progress-8':'the-button-element','attr-param-value':'the-iframe-element','entity-intercal':'named-character-references','command-selectall':'dnd','concept-dnd-ro_index':'index-of-terms','indx-terms_V':'index-of-terms','entity-LongLeftRightArrow':'named-character-references','category-listed-11':'index','entity-uuarr':'named-character-references','entity-Alpha':'named-character-references','entity-udhar':'named-character-references','entity-planck':'named-character-references','data_clone_err_index':'index-of-terms','ready-for-editing-host-commands':'dnd','type-20':'index','set-of-space-separated-tokens':'common-microsyntaxes','type-22':'the-iframe-element','type-23':'obsolete','type-24':'index','type-25':'video','type-26':'video','type-27':'video','type-28':'index','type-29':'content-models','the-pre-element_index':'index-of-terms','dom-location-port-0':'history','ignore_index':'index-of-terms','command-insertunorderedlist_index':'index-of-terms','entity-ssmile':'named-character-references','bookmark-1':'links','bookmark-0':'links','required-33':'index','entity-clubsuit':'named-character-references','entity-measuredangle':'named-character-references','attr-object-standby':'obsolete','attr-mod-atetime':'edits','entity-pluscir':'named-character-references','event-appcache-cached_index':'index-of-terms','stylesheet':'semantics','category-listed-14':'index','attr-col-span_index':'index-of-terms','dom-location-search':'history','entity-barwedge':'named-character-references','flow-content-249':'index','xml-namespace-4':'syntax','the-pattern-attribute':'common-input-element-attributes','xml-namespace-1':'elements','xml-namespace-0':'elements','xml-namespace-3':'syntax','xml-namespace-2':'syntax','attr-input-type-tel-1':'the-input-element','attr-input-type-tel-0':'content-models','attr-input-type-tel-3':'states-of-the-type-attribute','attr-input-type-tel-2':'the-input-element','category-listed-15':'index','attr-area-shape-default':'the-map-element','flow-content-247':'index','flow-content-246':'index','entity-cscr':'named-character-references','htmlparamelement-1':'index','htmlparamelement-0':'index','textarea-38':'index','entity-circledcirc':'named-character-references','windowmodal_index':'index-of-tems','attr-hyperlink-media_index':'index-of-terms','attr-link-media':'semantics','multiple-20':'number-state','multiple-21':'number-state','multiple-22':'number-state','multiple-23':'number-state','multiple-24':'number-state','multiple-25':'number-state','multiple-26':'number-state','multiple-27':'number-state','xml-compatible':'infrastructure','multiple-29':'common-input-element-attributes','htmltablecolelement_index':'index-of-terms','attr-fs-novalidate':'association-of-controls-and-forms','attr-optgroup-label':'the-button-element','entity-sup1':'named-character-references','entity-VerticalBar':'named-character-references','entity-sup3':'named-character-references','entity-sup2':'named-character-references','min-10':'states-of-the-type-attribute','min-11':'states-of-the-type-attribute','min-12':'states-of-the-type-attribute','min-13':'states-of-the-type-attribute','min-14':'states-of-the-type-attribute','min-15':'states-of-the-type-attribute','min-16':'states-of-the-type-attribute','min-17':'states-of-the-ype-attribute','min-18':'states-of-the-type-attribute','min-19':'states-of-the-type-attribute','charset':'semantics','flow-content-175':'index','auxiliary-browsing-context':'browsers','attr-body-vlink_index':'index-of-terms','flow-content-174':'index','htmlelement-249':'index','network_idle':'video','htmlelement-247':'index','htmlelement-246':'index','autofocus':'the-input-element','htmlelement-244':'index','htmlelement-243':'index','entity-rcy':'named-character-references','htmlelement-241':'index','flow-content-172':'index','map':'content-models','entity-NotHumpEqual':'named-character-references','entity-supe':'named-character-references','max':'forms','entity-esim':'named-character-references','datetime-2':'text-level-semantics','datetime-3':'text-level-semantics','datetime-0':'text-level-semantics','datetime-1':'text-level-semantics','datetime-6':'edits','datetime-7':'edits','datetime-4':'text-level-semantics','datetime-5':'index','global-attributes-160':'index','global-attributes-161':'index','datetime8':'edits','datetime-9':'index','global-attributes-164':'index','entity-bowtie':'named-character-references','global-attributes-166':'index','global-attributes-167':'index','outline':'sections','entity-supE':'named-character-references','attr-mod-cite_index':'index-of-terms','attr-table-cellpadding_index':'index-of-terms','attr-tbody-valign_index':'index-of-terms','concept-ltr-2':'elements','concept-ltr-1':'elements','attr-iframe-sandbox':'the-iframe-element','q':'index','xml-namespace_index':'index-of-terms','event-handler-content-attributes-58':'index','flow-content-178':'index','event-handler-content-attributes-59':'index','form-64':'index','form-65':'index','entity-jfr':'named-character-references','entity-ogon':'named-character-references','tbody-12':'tabular-data','tbody-13':'syntax','tbody-10':'tabular-data','tbody-11':'tabular-data','tbody-16':'syntax','tbody-17':'syntax','tbody-14':'syntax','tbody-15':'syntax','attr-img-lowsrc':'obsolete','tbody-18':'syntax','tbody-19':'syntax','entity-rangle':'namd-character-references','form-68':'index','checked-25':'index','form-submission-19':'index','attr-input-type-submit-2':'association-of-controls-and-forms','attr-input-type-submit-1':'the-input-element','htmlquoteelement':'grouping-content','user-prompts':'timers','form-submission-11':'index','form-submission-10':'index','form-submission-13':'index','entity-eDot':'named-character-references','form-submission-15':'index','form-submission-14':'index','entity-Barv':'named-character-references','form-submission-16':'index','event-handler-content-attributes-52':'index','listing':'obsolete','event-handler-content-attributes-53':'index','entity-rtri':'named-character-references','phrasing-content-188':'index','entity-Imacr':'named-character-references','category-listed':'forms','phrasing-content-189':'index','dom-outerhtml_index':'index-of-terms','entity-blank':'named-character-references','entity-qfr':'named-character-references','embedded-content-9':'the-iframe-element','embedded-content-8':'embedded-content-1','mbedded-content-7':'embedded-content-1','embedded-content-6':'embedded-content-1','embedded-content-5':'content-models','embedded-content-4':'content-models','embedded-content-3':'content-models','embedded-content-2':'content-models','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','video-19':'video','video-18':'video','entity-REG':'named-character-references','phrasing-content-185':'index','video-11':'content-models','video-10':'content-models','video-13':'the-iframe-element','video-12':'the-iframe-element','video-15':'video','video-14':'the-iframe-element','video-17':'video','video-16':'video','entity-ntilde':'named-character-references','phrasing-content-187':'index','phrasing-content-180':'index','manifests':'offline','the-mark-element_index':'index-of-terms','phrasing-content-182':'index','i-12':'content-models','edits-and-paragraphs':'edits','syntax-tag-omission':'syntax','input-139':'index','entity-uacute':'named-character-references','entity-shchcy':'named-character-reerences','htmlsourceelement-0':'index','htmlsourceelement-1':'index','htmlhtmlelement':'semantics','htmlkeygenelement-0':'index','htmlkeygenelement-1':'index','function-99':'elements','function-98':'elements','sectioning-root':'sections','function-91':'elements','function-90':'elements','function-93':'elements','function-92':'elements','function-95':'elements','function-94':'elements','function-97':'elements','function-96':'elements','media_err_aborted':'video','valid-date-string-in-content-with-optional-time_index':'index-of-terms','htmllinkelement':'semantics','navigatorstorageutils_index':'index-of-terms','attr-fe-name-charset_index':'index-of-terms','valid-mime-type-with-no-parameters_index':'index-of-terms','ix-handler-window-onbeforeunload':'index','language':'obsolete','entity-copy':'named-character-references','nofollow':'links','valid-list-of-integers':'common-microsyntaxes','entity-lbbrk':'named-character-references','entity-Mcy':'named-character-references','entity-larrhk':'named-character-refereces','attr-ol-type_index':'index-of-terms','entity-DoubleLongRightArrow':'named-character-references','current-entry-4':'index','current-entry-5':'index','text-track-not-loaded-1':'video','text-track-not-loaded-0':'video','current-entry-0':'history','current-entry-1':'history','current-entry-2':'history','current-entry-3':'history','entity-Iota':'named-character-references','entity-gE':'named-character-references','value-41':'index','entity-rArr':'named-character-references','dom-appcache-checking_index':'index-of-terms','elements-0':'syntax','elements-1':'index','entity-lvnE':'named-character-references','formatblock-candidate-8':'sections','formatblock-candidate-9':'grouping-content','event-handlers_index':'index-of-terms','formatblock-candidate-4':'sections','formatblock-candidate-5':'sections','formatblock-candidate-6':'sections','formatblock-candidate-7':'sections','formatblock-candidate-0':'sections','formatblock-candidate-1':'sections','formatblock-candidate-2':'sections','formatblock-candidate-3':'sctions','paragraph-2':'content-models','paragraph-3':'content-models','paragraph-0':'introduction','paragraph-1':'content-models','paragraph-6':'grouping-content','paragraph-7':'text-level-semantics','paragraph-4':'content-models','paragraph-5':'grouping-content','entity-LessTilde':'named-character-references','paragraph-8':'text-level-semantics','paragraph-9':'edits','command-facet-label_index':'index-of-terms','the-q-element':'text-level-semantics','nav-18':'index','refsRFC1345':'references','nav-15':'index','nav-14':'index','entity-bfr':'named-character-references','nav-16':'index','nav-11':'links','nav-10':'links','nav-13':'syntax','nav-12':'links','attr-input-min_index':'index-of-terms','entity-nvHarr':'named-character-references','attr-tr-bgcolor_index':'index-of-terms','htmlelement-231':'index','entity-yucy':'named-character-references','accept-7':'states-of-the-type-attribute','accept-6':'states-of-the-type-attribute','alt-46':'states-of-the-type-attribute','accept-4':'states-of-the-type-attribute',alt-40':'states-of-the-type-attribute','accept-2':'states-of-the-type-attribute','accept-1':'the-input-element','alt-43':'states-of-the-type-attribute','time-21':'index','alt-48':'states-of-the-type-attribute','alt-49':'states-of-the-type-attribute','accept-9':'states-of-the-type-attribute','accept-8':'states-of-the-type-attribute','entity-Cconint':'named-character-references','entity-djcy':'named-character-references','htmliframeelement_index':'index-of-terms','htmlelement-236':'index','dom-navigator-registerprotocolhandler':'timers','htmltablecaptionelement':'tabular-data','embedding-custom-non-visible-data-with-the-data-attributes_index':'index-of-terms','valid-time-string-2':'common-microsyntaxes','valid-time-string-3':'states-of-the-type-attribute','valid-time-string-0':'common-microsyntaxes','valid-time-string-1':'common-microsyntaxes','valid-time-string-4':'states-of-the-type-attribute','valid-time-string-5':'states-of-the-type-attribute','entity-rcedil':'named-character-references','attr-script-langage_index':'index-of-terms','htmlelement-237':'index','attr-fs-enctype-formdata_index':'index-of-terms','entity-lesssim':'named-character-references','entity-NotRightTriangleBar':'named-character-references','dom-appcache-obsolete-0':'offline','draggable-1':'dnd','draggable-0':'dnd','draggable-3':'dnd','draggable-2':'dnd','event-media-emptied_index':'index-of-terms','event-pagehide':'history','htmlcollection-34':'the-button-element','attr-fe-maxlength_index':'index-of-terms','type_mismatch_err':'urls','drag-data-store-mode_index':'index-of-terms','ascii-case-insensitive-10':'scripting-1','track':'index','entity-roarr':'named-character-references','htmlcollection-35':'the-button-element','text-track-cue-horizontal-writing-direction_index':'index-of-terms','entity-tbrk':'named-character-references','text-track-not-loaded_index':'index-of-terms','have_nothing-0':'video','ascii-case-insensitive-14':'number-state','entity-because':'named-character-references','text-track-cue-order-1':'video','text-track-cue-orde-0':'video','general-guidelines':'embedded-content-1','flow-content-190':'index','attr-input-type-tel':'content-models','entity-block':'named-character-references','attr-textarea-dirname_index':'index-of-terms','browsing-context-name_index':'index-of-terms','attr-input-dirname':'common-input-element-attributes','attr-input-checked':'the-input-element','htmlcollection-37':'the-button-element','xhtml_index':'index-of-terms','entity-ffilig':'named-character-references','entity-backsim':'named-character-references','entity-Mellintrf':'named-character-references','htmldocument':'dom','syntax_err':'urls','current-entry_index':'index-of-terms','the-dirname-attribute':'common-input-element-attributes','usemap-10':'index','dl-3':'grouping-content','dl-2':'grouping-content','dl-1':'grouping-content','dl-0':'grouping-content','dl-7':'grouping-content','dl-6':'grouping-content','dl-5':'grouping-content','dl-4':'grouping-content','dl-9':'grouping-content','dl-8':'grouping-content','entity-prap':'named-character-referencs','attributes-common-to-form-controls':'association-of-controls-and-forms','step-13':'states-of-the-type-attribute','step-12':'states-of-the-type-attribute','step-11':'states-of-the-type-attribute','step-10':'states-of-the-type-attribute','step-17':'states-of-the-type-attribute','step-16':'states-of-the-type-attribute','step-15':'states-of-the-type-attribute','step-14':'states-of-the-type-attribute','event-popstate_index':'index-of-terms','entity-HorizontalLine':'named-character-references','step-19':'states-of-the-type-attribute','step-18':'states-of-the-type-attribute','form-62':'association-of-controls-and-forms','form-63':'index','form-60':'the-button-element','form-61':'the-button-element','form-66':'index','form-67':'index','formmethod-8':'states-of-the-type-attribute','formmethod-9':'states-of-the-type-attribute','formmethod-6':'states-of-the-type-attribute','formmethod-7':'states-of-the-type-attribute','formmethod-4':'states-of-the-type-attribute','formmethod-5':'states-of-the-type-attribute','formethod-2':'states-of-the-type-attribute','formmethod-3':'states-of-the-type-attribute','formmethod-0':'the-input-element','formmethod-1':'the-input-element','entity-uuml':'named-character-references','i-19':'text-level-semantics','i-18':'text-level-semantics','i-15':'text-level-semantics','i-14':'text-level-semantics','i-17':'text-level-semantics','i-16':'text-level-semantics','i-11':'content-models','i-10':'introduction','i-13':'text-level-semantics','summary':'content-models','mark-2':'text-level-semantics','mark-3':'text-level-semantics','mark-0':'content-models','mark-1':'text-level-semantics','mark-6':'text-level-semantics','mark-7':'text-level-semantics','mark-4':'text-level-semantics','mark-5':'text-level-semantics','entity-rarrsim':'named-character-references','entity-downdownarrows':'named-character-references','mark-8':'text-level-semantics','mark-9':'text-level-semantics','metadata-content-10':'semantics','metadata-content-11':'semantics','metadata-content-12':'semantics','metadata-content-13':'scipting-1','metadata-content-14':'scripting-1','metadata-content-15':'scripting-1','metadata-content-16':'interactive-elements','attr-option-selected':'the-button-element','metadata-content-18':'index','svg-namespace':'urls','input-11':'index','entity-sccue':'named-character-references','entity-PrecedesSlantEqual':'named-character-references','infrastructure':'infrastructure','set-of-space-separated-tokens-1':'common-microsyntaxes','ascii-case-insensitive-5':'elements','attr-link-methods':'obsolete','user-interaction':'introduction','attr-input-type-url-0':'content-models','ascii-case-insensitive-11':'the-iframe-element','texttrackcuelist-2':'video','ascii-case-insensitive-13':'forms','ascii-case-insensitive-12':'forms','ascii-case-insensitive-15':'number-state','attr-input-type-url-3':'states-of-the-type-attribute','ascii-case-insensitive-17':'links','inter-element-whitespace-5':'content-models','ascii-case-insensitive-19':'links','ascii-case-insensitive-18':'links','entity-gl':'named-character-references',attr-input-type-url-2':'the-input-element','pubdate-1':'text-level-semantics','attr-script-language':'obsolete','label':'index','svg-4':'index','entity-gt':'named-character-references','texttrackcuelist-1':'video','entity-Emacr':'named-character-references','svg-5':'index','ul-16':'obsolete','ix-handler-window-ononline':'index','input-19':'content-models','svg-6':'index','ul-17':'obsolete','ascii-case-insensitive-1':'common-microsyntaxes','ascii-case-insensitive-0':'infrastructure','ascii-case-insensitive-3':'common-microsyntaxes','ascii-case-insensitive-2':'common-microsyntaxes','attr-input-type-url-1':'the-input-element','ascii-case-insensitive-4':'elements','ascii-case-insensitive-7':'semantics','ascii-case-insensitive-6':'semantics','ascii-case-insensitive-9':'semantics','ascii-case-insensitive-8':'semantics','syntax-charref-4':'syntax','syntax-charref-5':'syntax','svg-0':'the-map-element','svg-1':'content-models','svg-2':'content-models','svg-3':'content-models','entity-kappa':'named-character-referencs','security-0':'association-of-controls-and-forms','syntax-charref-0':'semantics','syntax-charref-1':'syntax','wai-aria':'content-models','entity-Nfr':'named-character-references','dates':'common-microsyntaxes','ul-19':'index','htmlformcontrolscollection_index':'index-of-terms','entity-kscr':'named-character-references','content-categories-0':'elements','entity-Superset':'named-character-references','insert-an-element-into-a-document':'infrastructure','entity-capcup':'named-character-references','creator-browsing-context-4':'browsers','the-datalist-element_index':'index-of-terms','creator-browsing-context-1':'browsers','creator-browsing-context-0':'browsers','creator-browsing-context-3':'browsers','creator-browsing-context-2':'browsers','colspan':'tabular-data','div-19':'obsolete','div-18':'obsolete','div-17':'syntax','div-16':'dnd','div-15':'history','div-14':'links','div-13':'links','div-12':'grouping-content','div-11':'grouping-content','div-10':'grouping-content','entity-bernou':'named-character-refereces','textarea-28':'the-button-element','textarea-29':'the-button-element','textarea-26':'the-button-element','textarea-27':'the-button-element','textarea-24':'the-button-element','textarea-25':'the-button-element','textarea-22':'forms','textarea-23':'forms','textarea-20':'forms','textarea-21':'forms','entity-varnothing':'named-character-references','attr-q-cite_index':'index-of-terms','htmlbaseelement':'semantics','entity-jukcy':'named-character-references','entity-gbreve':'named-character-references','entity-hearts':'named-character-references','h1-21':'index','h1-20':'obsolete','entity-ngE':'named-character-references','h1-22':'index','text-track-list-of-cues':'video','mutabletexttrack_index':'index-of-terms','attr-track-default_index':'index-of-terms','entity-gesdotol':'named-character-references','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','refsTIS620':'references','entity-nge':'named-character-references','entity-uwangle':'named-character-references','time-rnges':'video','time-state_index':'index-of-terms','attr-dir-ltr-state_index':'index-of-terms','attr-area-shape-keyword-default':'the-map-element','media-element-11':'video','top-level-browsing-context-3':'browsers','top-level-browsing-context-2':'browsers','xml-documents-8':'apis-in-html-documents','text-track-loaded-0':'video','top-level-browsing-context-6':'history','top-level-browsing-context-5':'browsers','top-level-browsing-context-4':'browsers','xml-documents-2':'elements','xml-documents-3':'elements','xml-documents-0':'dom','xml-documents-1':'dom','xml-documents-6':'elements','xml-documents-7':'apis-in-html-documents','xml-documents-4':'elements','xml-documents-5':'elements','text-track-cue-display-state':'video','dom-media-have_current_data_index':'index-of-terms','home-subtree_index':'index-of-terms','syntax-ambiguous-ampersand_index':'index-of-terms','entity-npreceq':'named-character-references','entity-NotSquareSupersetEqual':'named-character-references','meta_index':'index-of-terms','the-h1-h2-h-h4-h5-and-h6-elements_4_index':'index-of-terms','entity-xharr':'named-character-references','placeholder-20':'number-state','placeholder-21':'number-state','htmlbodyelement':'sections','placeholder-23':'number-state','placeholder-24':'common-input-element-attributes','placeholder-25':'common-input-element-attributes','placeholder-26':'common-input-element-attributes','entity-CupCap':'named-character-references','placeholder-28':'the-button-element','placeholder-29':'the-button-element','object-2':'index','entity-Lambda':'named-character-references','ready-for-editing-host-commands-8':'dnd','ready-for-editing-host-commands-9':'dnd','entity-upsih':'named-character-references','entity-sigmav':'named-character-references','ready-for-editing-host-commands-0':'dnd','ready-for-editing-host-commands-1':'dnd','ready-for-editing-host-commands-2':'dnd','samp':'content-models','ready-for-editing-host-commands-4':'dnd','ready-for-editing-host-commands-5':'dnd','ready-for-editing-host-commands-6':'dnd','ready-for-editin-host-commands-7':'dnd','flow-content-258':'index','entity-pertenk':'named-character-references','the-map-element':'the-map-element','the-progress-element':'the-button-element','entity-szlig':'named-character-references','flow-content-229':'index','flow-content-228':'index','flow-content-227':'index','flow-content-226':'index','flow-content-225':'index','flow-content-224':'index','flow-content-223':'index','entity-Pscr':'named-character-references','flow-content-221':'index','flow-content-220':'index','rp-9':'syntax','rp-8':'syntax','rel-alternate_index':'index-of-terms','h2-9':'index','h2-8':'syntax','h2-5':'sections','rp-0':'text-level-semantics','h2-7':'sections','h2-6':'sections','h2-1':'content-models','h2-0':'content-models','h2-3':'sections','h2-2':'content-models','phrasing-content-148':'the-button-element','entity-dtdot':'named-character-references','entity-mdash':'named-character-references','the-source-element_index':'index-of-terms','design-notes':'introduction','entity-lrcorner':'named-characte-references','small-11':'index','htmlvideoelement-1':'index','entity-odiv':'named-character-references','dom-appcache-obsolete_index':'index-of-terms','small-10':'index','small-13':'index','entity-utdot':'named-character-references','entity-gneq':'named-character-references','small-12':'index','compliance-with-other-specifications':'introduction','location-4':'history','location-5':'history','location-6':'history','location-0':'dom','location-1':'browsers','the-thead-element':'tabular-data','location-3':'history','event-hashchange':'history','the-p-element':'grouping-content','entity-spades':'named-character-references','html-elements-3':'elements','html-elements-2':'elements','html-elements-1':'dom','html-elements-0':'infrastructure','html-elements-7':'elements','html-elements-6':'elements','html-elements-5':'elements','html-elements-4':'elements','html-elements-9':'elements','html-elements-8':'elements','entity-nsupseteq':'named-character-references','audience':'introduction','concept-date':'common-microsntaxes','attr-dataformatas':'obsolete','entity-supplus':'named-character-references','concept-option-disabled-1':'the-button-element','concept-option-disabled-0':'the-button-element','concept-option-disabled-2':'the-button-element','entity-precnapprox':'named-character-references','entity-supsetneq':'named-character-references','entity-precapprox':'named-character-references','external-resource-link':'links','attr-base-target':'semantics','phrasing-content-184':'index','requirements-relating-to-bidirectional-algorithm-formatting-characters':'content-models','attributes-common-to-ins-and-del-elements':'edits','entity-lfr':'named-character-references','enumerated-attribute-12':'association-of-controls-and-forms','max-8':'states-of-the-type-attribute','max-9':'states-of-the-type-attribute','enumerated-attribute-13':'association-of-controls-and-forms','max-4':'states-of-the-type-attribute','max-5':'states-of-the-type-attribute','max-6':'states-of-the-type-attribute','max-7':'states-of-the-type-attribute','max-0:'the-input-element','max-1':'the-input-element','max-2':'the-input-element','max-3':'states-of-the-type-attribute','entity-Sscr':'named-character-references','enumerated-attribute-11':'the-button-element','the-embed-element_index':'index-of-terms','enumerated-attribute-16':'editing','list-of-the-descendant-browsing-contexts-0':'browsers','enumerated-attribute-17':'editing','willful-violation_index':'index-of-terms','enumerated-attribute-14':'interactive-elements','enumerated-attribute-15':'interactive-elements','invalid_state_err-3':'apis-in-html-documents','invalid_state_err-2':'apis-in-html-documents','invalid_state_err-1':'apis-in-html-documents','invalid_state_err-0':'apis-in-html-documents','invalid_state_err-7':'video','invalid_state_err-6':'apis-in-html-documents','invalid_state_err-5':'apis-in-html-documents','dom-media-network_empty':'video','ix-handler-onmouseup':'index','invalid_state_err-9':'common-input-element-attributes','invalid_state_err-8':'common-input-element-attributes','keygen-10':'foms','keygen-11':'forms','dom-document-open-1':'dom','dom-document-open-0':'dom','keygen-14':'syntax','keygen-15':'index','keygen-16':'index','keygen-17':'index','keygen-18':'index','keygen-19':'index','syntax-newlines_index':'index-of-terms','title-on-style':'semantics','htmlformelement_index':'index-of-terms','action-4':'index','action-1':'forms','action-0':'forms','action-3':'association-of-controls-and-forms','action-2':'association-of-controls-and-forms','entity-rhov':'named-character-references','phrasing-content-268':'index','parent-browsing-context':'browsers','references':'references','mark':'content-models','current-entry-of-the-joint-session-history_index':'index-of-terms','entity-YUcy':'named-character-references','multiple-1':'the-input-element','htmltablesectionelement':'tabular-data','multiple-3':'states-of-the-type-attribute','multiple-2':'the-input-element','multiple-5':'states-of-the-type-attribute','multiple-4':'states-of-the-type-attribute','multiple-7':'states-of-the-type-attribute','muliple-6':'states-of-the-type-attribute','multiple-9':'states-of-the-type-attribute','multiple-8':'states-of-the-type-attribute','attr-source-type':'video','styling':'semantics','phrasing-content-181':'index','obsolete-permitted-doctype-string-2':'syntax','obsolete-permitted-doctype-string-1':'syntax','attr-textarea-readonly':'the-button-element','the-code-element':'text-level-semantics','entity-bumpE':'named-character-references','loop-3':'video','loop-2':'video','loop-1':'video','loop-0':'video','function-73':'elements','function-72':'elements','function-71':'elements','function-70':'elements','alt-3':'embedded-content-1','alt-2':'embedded-content-1','alt-1':'content-models','alt-0':'content-models','function-79':'elements','function-78':'elements','alt-9':'embedded-content-1','alt-8':'embedded-content-1','media-element-attributes-0':'video','media-element-attributes-1':'video','syntax-text':'syntax','attr-command-title':'interactive-elements','entity-dharr':'named-character-references','ratechange':'index''phrasing-content-183':'index','function-186':'browsers','embed':'infrastructure','entity-SHCHcy':'named-character-references','entity-dharl':'named-character-references','h1-25':'index','session-history-entry_index':'index-of-terms','h1-24':'index','function-187':'browsers','h1-26':'index','stylesheet-3':'links','attr-table-frame_index':'index-of-terms','entity-PlusMinus':'named-character-references','attr-ol-type-state-decimal_index':'index-of-terms','an-image-not-intended-for-the-user':'embedded-content-1','prev-0':'links','prev-1':'links','command-facet-type-1':'content-models','command-facet-type-0':'content-models','command-facet-type-3':'commands','command-facet-type-2':'content-models','entity-nldr':'named-character-references','command-facet-action':'commands','entity-aelig':'named-character-references','parent-browsing-context-9':'browsers','attr-dir-ltr_index':'index-of-terms','entity-Larr':'named-character-references','browsing-context-container-2':'browsers','fallback-content':'content-models',u':'obsolete','the-style-element_index':'index-of-terms','entity-sscr':'named-character-references','attr-tdth-axis':'obsolete','the-em-element':'text-level-semantics','entity-equals':'named-character-references','attr-input-autocomplete-default-state_index':'index-of-terms','browsers':'browsers','entity-Xfr':'named-character-references','input-98':'number-state','input-99':'number-state','input-96':'number-state','input-97':'number-state','input-94':'number-state','input-95':'number-state','input-92':'number-state','input-93':'number-state','input-90':'states-of-the-type-attribute','input-91':'number-state','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','htmlobjectelement_index':'index-of-terms','phrasing-content-203':'index','attr-keygen-challenge_index':'index-of-terms','nohref':'obsolete','colgroup-8':'tabular-data','colgroup-9':'tabular-data','list-19':'number-state','list-18':'number-state','the-session-history-of-browsing-contexts':'history','entity-midcir':'named-chaacter-references','colgroup-2':'tabular-data','list-14':'states-of-the-type-attribute','list-17':'number-state','list-16':'number-state','list-11':'states-of-the-type-attribute','list-10':'states-of-the-type-attribute','list-13':'states-of-the-type-attribute','list-12':'states-of-the-type-attribute','event-media-volumechange_index':'index-of-terms','concept-submit-button-1':'number-state','entity-trisb':'named-character-references','refsRFC3676':'references','styling_index':'index-of-terms','valid-browsing-context-name_index':'index-of-terms','entity-lsim':'named-character-references','source-12':'index','entity-ycirc':'named-character-references','pattern-8':'states-of-the-type-attribute','pattern-9':'states-of-the-type-attribute','source-13':'index','pattern-4':'states-of-the-type-attribute','pattern-5':'states-of-the-type-attribute','pattern-6':'states-of-the-type-attribute','pattern-7':'states-of-the-type-attribute','pattern-0':'the-input-element','pattern-1':'the-input-element','pattern-2':'states-of-te-type-attribute','pattern-3':'states-of-the-type-attribute','source-11':'index','plugins':'infrastructure','classes_index':'index-of-terms','attr-meta-http-equiv-content-type-0':'semantics','attr-meta-http-equiv-content-type-1':'semantics','attr-meta-http-equiv-content-type-2':'semantics','attr-meta-http-equiv-content-type-3':'semantics','attr-meta-http-equiv-content-type-4':'semantics','attr-meta-http-equiv-content-type-5':'semantics','attr-meta-http-equiv-content-type-6':'semantics','attr-meta-http-equiv-content-type-7':'semantics','attr-meta-http-equiv-content-type-8':'semantics','attr-meta-http-equiv-content-type-9':'semantics','phrasing-content-216':'index','terminology-0':'urls','phrasing-content-210':'index','em-7':'text-level-semantics','phrasing-content-212':'index','phrasing-content-213':'index','xml-documents-9':'apis-in-html-documents','entity-nequiv':'named-character-references','entity-sqsupseteq':'named-character-references','flow-content-1':'elements','flow-content-0':'content-models','flowcontent-3':'elements','flow-content-2':'elements','flow-content-5':'content-models','flow-content-4':'elements','flow-content-7':'content-models','flow-content-6':'content-models','flow-content-9':'semantics','flow-content-8':'content-models','step-37':'index','step-36':'association-of-controls-and-forms','step-31':'number-state','step-30':'number-state','step-33':'common-input-element-attributes','step-32':'common-input-element-attributes','entity-reg':'named-character-references','attr-meter-high_index':'index-of-terms','entity-opar':'named-character-references','sectioning-root-14':'index','sectioning-root-15':'index','sectioning-root-16':'index','sectioning-root-17':'index','sectioning-root-10':'interactive-elements','sectioning-root-11':'index','sectioning-root-12':'index','sectioning-root-13':'index','strong-14':'index','dom-mediaerror-media_err_aborted-0':'video','search':'links','entity-loz':'named-character-references','strong-10':'text-level-semantics','strong-11':'text-level-semantics','strong-12:'index','strong-13':'index','nofollow-0':'links','event-media-ratechange_index':'index-of-terms','controls-11':'index','controls-10':'index','ins-18':'edits','ins-19':'edits','entity-bsolhsub':'named-character-references','ins-10':'content-models','ins-11':'edits','ins-12':'edits','ins-13':'edits','ins-14':'edits','ins-15':'edits','ins-16':'edits','ins-17':'edits','doctype-legacy-string-0':'syntax','doctype-legacy-string-1':'syntax','ascii-case-insensitive-36':'index','ascii-case-insensitive-35':'index','ascii-case-insensitive-34':'index','ascii-case-insensitive-33':'index','ascii-case-insensitive-32':'iana','ascii-case-insensitive-31':'obsolete','ascii-case-insensitive-30':'obsolete','entity-sim':'named-character-references','entity-infintie':'named-character-references','attr-tdth-char':'obsolete','url-1':'urls','url-0':'infrastructure','url-3':'urls','url-2':'urls','url-5':'urls','url-4':'urls','url-7':'dom','url-6':'urls','url-9':'semantics','url-8':'semantics','entity-eg':'named-character-references',tfoot-28':'index','entity-ijlig':'named-character-references','syntax-start-tag-8':'syntax','syntax-start-tag-9':'syntax','named-character-references_index':'index-of-terms','syntax-start-tag-0':'introduction','syntax-start-tag-1':'syntax','syntax-start-tag-2':'syntax','syntax-start-tag-3':'syntax','attr-col-span':'tabular-data','syntax-start-tag-5':'syntax','syntax-start-tag-6':'syntax','syntax-start-tag-7':'syntax','none':'index','attr-ol-type-keyword-lower-roman_index':'index-of-terms','entity-amacr':'named-character-references','paragraph':'content-models','del':'index','dom-innerhtml':'apis-in-html-documents','attr-input-vspace_index':'index-of-terms','attr-dir-auto_index':'index-of-terms','entity-loang':'named-character-references','entity-SquareUnion':'named-character-references','style-13':'content-models','style-12':'content-models','style-11':'elements','style-10':'introduction','style-17':'semantics','style-16':'semantics','style-15':'semantics','style-14':'content-models','style-19':'semantics',style-18':'semantics','contenteditable-1':'editing','contenteditable-0':'elements','contenteditable-3':'acknowledgements','contenteditable-2':'editing','drag-data-store-bitmap_index':'index-of-terms','ol-21':'index','ol-20':'index','ol-23':'index','ol-22':'index','not_found_err_index':'index-of-terms','valid-url':'urls','attr-input-type-color-1':'the-input-element','attr-input-type-color-0':'the-input-element','attr-fe-name_index':'index-of-terms','enabling-and-disabling-form-controls':'association-of-controls-and-forms','placeholder-22':'number-state','autocomplete-11':'states-of-the-type-attribute','autocomplete-10':'states-of-the-type-attribute','autocomplete-13':'states-of-the-type-attribute','autocomplete-12':'states-of-the-type-attribute','autocomplete-15':'states-of-the-type-attribute','autocomplete-14':'states-of-the-type-attribute','autocomplete-17':'states-of-the-type-attribute','autocomplete-16':'states-of-the-type-attribute','autocomplete-19':'number-state','autocomplete-18':'number-state','entiy-NotGreaterLess':'named-character-references','entity-NotGreaterEqual':'named-character-references','menus_index':'index-of-terms','attr-media-controls_index':'index-of-terms','entity-nsim':'named-character-references','alt-54':'number-state','refsXPATH10':'references','entity-nap':'named-character-references','entity-succcurlyeq':'named-character-references','entity-Hacek':'named-character-references','playing':'index','the-lang-and-xml:lang-attributes':'elements','function-146':'browsers','ix-handler-window-onpageshow':'index','htmlmapelement_index':'index-of-terms','function-147':'browsers','body-26':'syntax','body-27':'syntax','function-142':'browsers','srclang-0':'video','styling-processing-model-2':'links','styling-processing-model-1':'semantics','styling-processing-model-0':'semantics','attr-area-shape-rect_index':'index-of-terms','function-140':'browsers','function-141':'browsers','joint-session-history_index':'index-of-terms','concept-input-value-default-range_index':'index-of-terms','entity-FilleSmallSquare':'named-character-references','details-20':'index','popstate-0':'index','interactive-content-8':'the-iframe-element','interactive-content-9':'video','interactive-content-6':'the-iframe-element','interactive-content-7':'the-iframe-element','interactive-content-4':'text-level-semantics','interactive-content-5':'embedded-content-1','interactive-content-2':'content-models','interactive-content-3':'text-level-semantics','interactive-content-0':'content-models','interactive-content-1':'introduction','p-30':'index','entity-Breve':'named-character-references','command-insertlinebreak_index':'index-of-terms','seeking':'video','event-media-pause':'video','doctype-legacy-string_index':'index-of-terms','interactive-content_index':'index-of-terms','function-148':'browsers','noreferrer-1':'links','noreferrer-0':'links','newlines':'syntax','entity-OverBar':'named-character-references','function-149':'browsers','entity-micro':'named-character-references','attr-dl-compact_index':'index-of-terms','ready-for-editig-host-commands-3':'dnd','entity-Iscr':'named-character-references','width-39':'index','telephone-state_index':'index-of-terms','entity-auml':'named-character-references','progress-18':'index','effective-script-origin_index':'index-of-terms','entity-nwarhk':'named-character-references','ix-handler-onerror':'index','attr-table-datapagesize':'obsolete','the-document-s-current-address-1':'dom','the-document-s-current-address-0':'dom','the-document-s-current-address-3':'index','the-document-s-current-address-2':'history','noscript-42':'index','refsRFC2119':'references','entity-ulcorner':'named-character-references','concept-datetime-local-0':'states-of-the-type-attribute','del-19':'edits','del-18':'edits','del-15':'edits','del-14':'edits','del-17':'edits','del-16':'edits','del-11':'text-level-semantics','del-10':'content-models','del-13':'edits','del-12':'edits','width-30':'number-state','width-31':'number-state','entity-Vvdash':'named-character-references','width-32':'number-state','flow-content-205':'index','low-content-204':'index','entity-rHar':'named-character-references','width-33':'number-state','flow-content-201':'index','attr-embed-align':'obsolete','flow-content-203':'index','flow-content-202':'index','timeranges-2':'video','timeranges-3':'video','timeranges-0':'video','timeranges-1':'video','timeranges-6':'video','flow-content-208':'index','timeranges-4':'video','timeranges-5':'video','br-13':'index','br-12':'index','br-11':'index','br-10':'index','htmlelement-207':'index','width-36':'index','htmlelement-205':'index','htmlelement-204':'index','noscript-40':'index','htmlelement-209':'index','width-37':'index','entity-boxplus':'named-character-references','high-5':'index','high-4':'the-button-element','charset1024':'semantics','high-1':'the-button-element','high-0':'the-button-element','high-3':'the-button-element','high-2':'the-button-element','htmliframeelement-1':'index','htmliframeelement-0':'index','entity-NotCupCap':'named-character-references','entity-timesd':'named-character-references','entity-jercy':'named-character-references','entity-Element':'named-character-references','entity-mapsto':'named-character-references','menu-18':'interactive-elements','attr-input-type-number-0':'the-input-element','attr-input-type-number-1':'the-input-element','attr-input-type-number-2':'number-state','syntax-tag-omission-1':'syntax','attr-media-preload-metadata-state':'video','input-151':'index','entity-phi':'named-character-references','attr-media-preload-auto_index':'index-of-terms','global-attributes-71':'the-map-element','htmldocument-5':'dom','htmldocument-4':'dom','htmldocument-7':'dom','htmldocument-6':'dom','htmldocument-1':'introduction','htmldocument-0':'introduction','htmldocument-3':'dom','htmldocument-2':'dom','formtarget-21':'number-state','global-attributes-77':'tabular-data','formtarget-23':'number-state','formtarget-22':'number-state','htmldocument-9':'dom','htmldocument-8':'dom','formtarget-27':'the-button-element','formtarget-26':'the-button-element','htmlmediaelement-2':'index','title-55':'inde','timed-text-tracks':'video','entity-OverBracket':'named-character-references','htmlmediaelement-3':'index','video-2':'index','htmlmediaelement-0':'video','entity-Jcirc':'named-character-references','menu-11':'interactive-elements','application-name-0':'semantics','htmlelement-22':'sections','htmldatalistelement-1':'index','htmlelement-23':'sections','htmldatalistelement-0':'index','attr-object-border':'obsolete','htmlelement-20':'sections','command-facet-icon-0':'commands','htmlelement-21':'sections','valid-time-string_index':'index-of-terms','attr-area-shape-rect-1':'the-map-element','attr-area-shape-rect-0':'the-map-element','hreflang-2':'text-level-semantics','hreflang-3':'the-map-element','hreflang-0':'index','hreflang-1':'text-level-semantics','hreflang-6':'links','hreflang-7':'links','hreflang-4':'the-map-element','hreflang-5':'links','text-content':'content-models','hreflang-8':'index','hreflang-9':'index','attr-input-step':'common-input-element-attributes','entity-succapprox':'named-character-refeences','b':'introduction','attr-fs-method-get_index':'index-of-terms','entity-nRightarrow':'named-character-references','attr-embed-src':'the-iframe-element','ix-handler-onload':'index','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','accesskey-4':'editing','syntax_err-8':'timers','h2-4':'sections','syntax_err-6':'apis-in-html-documents','syntax_err-7':'apis-in-html-documents','syntax_err-4':'apis-in-html-documents','syntax_err-5':'apis-in-html-documents','syntax_err-2':'urls','syntax_err-3':'urls','syntax_err-0':'urls','syntax_err-1':'urls','attr-tr-char':'obsolete','entity-Wedge':'named-character-references','rp-2':'text-level-semantics','syntax_index':'index-of-terms','accesskey-1':'editing','event-media-seeked_index':'index-of-terms','attr-ol-type-state-upper-alpha_index':'index-of-terms','entity-rarrpl':'named-character-references','rp-5':'text-level-semantics','target-14':'the-map-element','target-15':'the-map-element','target-12':'text-level-semantics','target-13':'text-level-seantics','target-10':'index','target-11':'introduction','bdi-5':'text-level-semantics','bdi-4':'text-level-semantics','bdi-7':'index','attr-script-charset':'scripting-1','bdi-1':'content-models','bdi-0':'elements','bdi-3':'content-models','bdi-2':'content-models','range-state':'number-state','rp-6':'text-level-semantics','bdi-9':'index','bdi-8':'index','rp-1':'text-level-semantics','hspace':'the-iframe-element','attr-img-longdesc_index':'index-of-terms','embedding-custom-non-visible-data-with-the-data-attributes':'elements','section-20':'index','htmllinkelement_index':'index-of-terms','function-55':'elements','function-54':'elements','function-57':'elements','function-56':'elements','function-51':'dom','function-50':'dom','function-53':'dom','function-52':'dom','attr-input-type-week-keyword':'the-input-element','function-59':'elements','function-58':'elements','resource-metadata-management_index':'index-of-terms','maximum-allowed-value-length':'association-of-controls-and-forms','the-dfn-element_index':'inde-of-terms','attr-meta-http-equiv-refresh-0':'semantics','attr-meta-http-equiv-refresh-1':'semantics','entity-larrlp':'named-character-references','refsCHARMOD':'references','target-5':'index','attr-dir-rtl-state':'elements','rp-3':'text-level-semantics','command-facet-hint-0':'commands','datatransfer':'dnd','htmltimeelement-0':'index','attr-style-title':'semantics','entity-doublebarwedge':'named-character-references','htmltimeelement-1':'index','entity-Ascr':'named-character-references','attr-input-type-checkbox':'content-models','entity-xfr':'named-character-references','htmlheadelement_index':'index-of-terms','browsing-context_index':'index-of-terms','entity-gimel':'named-character-references','events-0':'index','s-5':'obsolete','entity-urcrop':'named-character-references','window-38':'index','entity-Icy':'named-character-references','window-31':'index','window-30':'index','window-33':'index','window-32':'index','window-35':'index','window-34':'index','window-37':'index','window-36':'index','attr-tdth-cha_index':'index-of-terms','phrasing-content-168':'index','entity-atilde':'named-character-references','rp-4':'text-level-semantics','the-abbr-element':'text-level-semantics','entity-wedgeq':'named-character-references','attr-style-scoped':'semantics','the-h1-h2-h3-h4-h5-and-h6-elements_2_index':'index-of-terms','the-autocomplete-attribute':'common-input-element-attributes','text-track-cue-2':'video','text-track-cue-3':'video','rp-7':'syntax','media-resource-4':'video','restrictions-for-contents-of-script-elements':'scripting-1','refsXHR':'references','text-track-cue-1':'video','entity-ldrdhar':'named-character-references','entity-cuwed':'named-character-references','structure-of-this-specification':'introduction','text-track-cue-6':'video','text-track-cue-7':'video','media-resource-0':'video','text-track-kind_index':'index-of-terms','media-resource-1':'video','concept-dnd-p_index':'index-of-terms','span-25':'index','rt-15':'index','rt-14':'index','rt-11':'syntax','rt-10':'syntax','rt-13':'index','rt-12':'synax','entity-subseteqq':'named-character-references','phrasing-content-28':'text-level-semantics','attr-dfn-title_index':'index-of-terms','phrasing-content-29':'text-level-semantics','user-interface':'video','link-70':'index','entity-Rfr':'named-character-references','entity-zwj':'named-character-references','s-4':'text-level-semantics','entity-nsqsupe':'named-character-references','entity-NotExists':'named-character-references','attr-a-coords_index':'index-of-terms','phrasing-content-22':'scripting-1','embedded-content':'content-models','collections-5':'urls','collections-4':'urls','interfaces':'index','boolean-attribute-29':'index','collections-1':'urls','collections-0':'urls','collections-3':'urls','collections-2':'urls','interactive-content-18':'the-button-element','interactive-content-19':'interactive-elements','interactive-content-10':'video','interactive-content-11':'forms','interactive-content-12':'forms','interactive-content-13':'the-input-element','interactive-content-14':'the-button-element','inteactive-content-15':'the-button-element','interactive-content-16':'the-button-element','interactive-content-17':'the-button-element','the-dd-element_index':'index-of-terms','the-link-is-an-alternative-stylesheet_index':'index-of-terms','entity-radic':'named-character-references','htmlcollection-38':'commands','entity-gacute':'named-character-references','document.write':'apis-in-html-documents','attr-input-checked_index':'index-of-terms','phrasing-content-186':'index','title-18':'embedded-content-1','title-19':'embedded-content-1','entity-Fscr':'named-character-references','title-10':'text-level-semantics','title-11':'text-level-semantics','title-12':'text-level-semantics','domsettabletokenlist':'urls','title-14':'text-level-semantics','title-15':'text-level-semantics','title-16':'embedded-content-1','title-17':'embedded-content-1','param':'index','entity-nlsim':'named-character-references','entity-NotSucceedsTilde':'named-character-references','entity-parsim':'named-character-references','phrasing-content-28':'index','phrasing-content-239':'index','entity-lrarr':'named-character-references','phrasing-content-232':'index','phrasing-content-233':'index','phrasing-content-230':'index','phrasing-content-231':'index','phrasing-content-236':'index','col-10':'index','phrasing-content-234':'index','phrasing-content-235':'index','concept-select-option-list-1':'the-button-element','concept-select-option-list-0':'content-models','concept-select-option-list-3':'the-button-element','concept-select-option-list-2':'the-button-element','concept-select-option-list-5':'the-button-element','concept-select-option-list-4':'the-button-element','concept-select-option-list-7':'the-button-element','concept-select-option-list-6':'the-button-element','valid-month-string-0':'common-microsyntaxes','valid-month-string-1':'states-of-the-type-attribute','valid-month-string-2':'states-of-the-type-attribute','valid-month-string-3':'states-of-the-type-attribute','valid-e-mail-address-list_index':'index-of-terms','fieldset-15':'forms','fieldset14':'forms','fieldset-17':'forms','fieldset-16':'forms','fieldset-11':'forms','fieldset-10':'forms','fieldset-13':'forms','fieldset-12':'forms','fieldset-19':'association-of-controls-and-forms','flow-content-53':'grouping-content','pingback-0':'links','pingback-1':'links','the-constraint-validation-api':'association-of-controls-and-forms','entity-tcaron':'named-character-references','entity-osol':'named-character-references','ix-handler-ondurationchange':'index','entity-vBar':'named-character-references','param-3':'the-iframe-element','param-2':'the-iframe-element','param-1':'the-iframe-element','param-0':'content-models','attr-textarea-wrap-hard-state':'the-button-element','param-6':'obsolete','param-5':'obsolete','param-4':'syntax','param-9':'index','param-8':'obsolete','entity-DotDot':'named-character-references','event-popstate':'history','needs-a-date':'text-level-semantics','function-124':'sections','function-125':'sections','function-126':'sections','function-127':'sections','function-120':'sections''function-121':'sections','function-122':'sections','function-123':'sections','value-22':'number-state','value-23':'number-state','value-20':'number-state','value-21':'number-state','function-128':'video','function-129':'video','value-24':'number-state','value-25':'number-state','multicol':'obsolete','index-terms_J':'index-of-terms','entity-ofcir':'named-character-references','entity-nhArr':'named-character-references','entity-sol':'named-character-references','entity-mapstoup':'named-character-references','entity-rAarr':'named-character-references','valid-e-mail-address_index':'index-of-terms','entity-Equilibrium':'named-character-references','ix-handler-onmouseover':'index','s-2':'text-level-semantics','text-track-list-of-cues-5':'video','text-track-list-of-cues-4':'video','text-track-list-of-cues-1':'video','text-track-list-of-cues-0':'video','text-track-list-of-cues-3':'video','text-track-list-of-cues-2':'video','entity-fopf':'named-character-references','attr-track-kind-keyword-descriptions_index':'indx-of-terms','entity-Qscr':'named-character-references','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','entity-ThinSpace':'named-character-references','style-39':'index','attr-input-type-email':'content-models','attr-input-type_index':'index-of-terms','entity-notni':'named-character-references','entity-RightArrowBar':'named-character-references','style-31':'webappapis','style-30':'scripting-1','style-33':'syntax','style-32':'syntax','style-35':'index','style-34':'index','style-37':'index','style-36':'index','media-data-6':'video','media-data-7':'video','media-data-4':'video','media-data-5':'video','media-data-2':'video','media-data-3':'video','media-data-0':'video','media-data-1':'video','svg-namespace-0':'the-map-element','svg-namespace-1':'the-map-element','media-data-8':'video','media-data-9':'video','var-1':'text-level-semantics','var-0':'content-models','var-3':'text-level-semantics','var-2':'text-level-semantics','var-5':'text-level-semantics','ar-4':'text-level-semantics','var-7':'index','var-6':'obsolete','var-9':'index','var-8':'index','alternate':'links','volumechange':'elements','entity-Hfr':'named-character-references','entity-NotEqual':'named-character-references','entity-brvbar':'named-character-references','refsWIN31J':'references','entity-LeftRightVector':'named-character-references','attr-form-name-0':'introduction','drag-data-store-default-feedback':'dnd','attr-form-name':'forms','big':'obsolete','attr-input-max_index':'index-of-terms','entity-incare':'named-character-references','index-terms_T':'index-of-terms','entity-LJcy':'named-character-references','entity-triangleleft':'named-character-references','attr-embed-hspace_index':'index-of-terms','entity-ncy':'named-character-references','command-inserttext':'dnd','attr-fs-formtarget_index':'index-of-terms','srcdoc-5':'index','valid-local-date-and-time-string':'common-microsyntaxes','form-submission_index':'index-of-terms','dom-media-network_idle':'video','root-element-of-a-document-obect':'infrastructure','xlink-namespace_index':'index-of-terms','entity-rightleftharpoons':'named-character-references','entity-gtreqqless':'named-character-references','entity-veeeq':'named-character-references','fieldset-30':'index','text-track-hidden-0':'video','valid-floating-point-number':'common-microsyntaxes','entity-lsqb':'named-character-references','refsECMA357':'references','examples':'tabular-data','attr-legend-align_index':'index-of-terms','refsCSSATTR':'references','attr-input-type-keywords':'the-input-element','entity-preceq':'named-character-references','link-type-prev_index':'index-of-terms','opening-the-input-stream':'apis-in-html-documents','entity-approxeq':'named-character-references','media-data_index':'index-of-terms','dom-mediaerror-media_err_network_index':'index-of-terms','entity-caps':'named-character-references','noframes':'obsolete','window-46':'index','refsCSSCOLOR':'references','entity-IJlig':'named-character-references','entity-cupdot':'named-character-references','the-drag-daa-item-kind_index':'index-of-terms','entity-straightepsilon':'named-character-references','entity-NotVerticalBar':'named-character-references','attr-script-async_index':'index-of-terms','entity-sqsubseteq':'named-character-references','dom-media-have_metadata':'video','li-23':'index','htmlelement-193':'index','htmlelement-192':'index','sub-10':'index','htmlelement-190':'index','entity-rsquo':'named-character-references','valid-browsing-context-name':'browsers','htmlelement-195':'index','htmlelement-194':'index','htmlelement-199':'index','entity-thickapprox':'named-character-references','entity-comp':'named-character-references','li-22':'index','refsRFC1842':'references','event-handler-content-attributes-63':'index','entity-hfr':'named-character-references','concept-week-0':'states-of-the-type-attribute','entity-nshortmid':'named-character-references','entity-nvinfin':'named-character-references','valid-non-negative-integer-14':'links','entity-niv':'named-character-references','htmlelement-229':'index','htmllistelement-0':'index','li-25':'index','entity-gsim':'named-character-references','htmlelement-225':'index','htmlelement-224':'index','htmlelement-227':'index','htmlelement-226':'index','normal-elements-4':'syntax','concept-meta-extensions':'semantics','htmlelement-223':'index','htmlelement-222':'index','event-handler-content-attributes-69':'index','flow-content-149':'index','attr-input-type-date':'content-models','entity-nis':'named-character-references','valid-non-negative-integer-10':'the-button-element','valid-non-negative-integer-11':'the-button-element','mathml-namespace_index':'index-of-terms','li-24':'index','valid-non-negative-integer-12':'the-button-element','valid-non-negative-integer-13':'association-of-controls-and-forms','registercontenthandler':'timers','entity-Prime':'named-character-references','option-47':'index','entity-xopf':'named-character-references','the-iframe-element':'the-iframe-element','entity-Rang':'named-character-references','entity-imacr':'named-character-references','entityprcue':'named-character-references','copy-0':'dnd','current-entry-of-the-joint-session-history':'history','entity-Cap':'named-character-references','attr-textarea-wrap-soft-state-0':'the-button-element','attr-textarea-wrap-soft-state-1':'the-button-element','attr-ol-type-state-lower-roman':'grouping-content','flow-content-144':'index','multiple-40':'index','attr-hyperlink-target':'links','entity-SucceedsTilde':'named-character-references','attr-iframe-marginheight_index':'index-of-terms','entity-topf':'named-character-references','command':'index','wbr-7':'index','signed-integers':'common-microsyntaxes','refsCSSOM':'references','syntax-attributes_index':'index-of-terms','entity-realpart':'named-character-references','entity-vltri':'named-character-references','the-constraint-validation-api_index':'index-of-terms','entity-cudarrr':'named-character-references','text-track-list-of-cues_index':'index-of-terms','valid-e-mail-address':'states-of-the-type-attribute','attr-meta-http-equiv_index':'index-of-terms','acept-24':'index','entity-cudarrl':'named-character-references','accept-22':'number-state','accept-23':'number-state','accept-20':'number-state','accept-21':'number-state','attr-script-event_index':'index-of-terms','refsGBK':'references','entity-UnderBar':'named-character-references','global-attributes-203':'index','global-attributes-202':'index','attr-fae-form_index':'index-of-terms','area-58':'index','area-59':'index','area-54':'index','area-55':'index','area-56':'index','area-57':'index','area-50':'syntax','area-51':'obsolete','area-52':'obsolete','area-53':'index','global-attributes-24':'grouping-content','global-attributes-25':'grouping-content','global-attributes-26':'grouping-content','global-attributes-27':'grouping-content','global-attributes-20':'grouping-content','global-attributes-21':'grouping-content','global-attributes-22':'grouping-content','global-attributes-23':'grouping-content','global-attributes-28':'grouping-content','global-attributes-29':'grouping-content','ix-handler-onfocus':'index''attr-input-max':'common-input-element-attributes','refsMEDIAFRAG':'references','entity-gneqq':'named-character-references','reload-override-buffer_index':'index-of-terms','attr-embed-type_index':'index-of-terms','entity-DiacriticalDot':'named-character-references','head-9':'semantics','head-8':'semantics','entity-ltdot':'named-character-references','head-3':'introduction','head-2':'introduction','head-1':'introduction','head-0':'introduction','head-7':'semantics','head-6':'semantics','head-5':'content-models','head-4':'dom','set-of-space-separated-tokens_index':'index-of-terms','entity-NotLeftTriangleEqual':'named-character-references','entity-RoundImplies':'named-character-references','formatblock-candidate-13':'index','xml-mime-type-1':'iana','xml-mime-type-0':'introduction','date-and-time-state':'states-of-the-type-attribute','not_found_err':'urls','normal-elements_index':'index-of-terms','concept-datetime-local':'common-microsyntaxes','navigator-5':'timers','navigator-4':'timers','navigator-3':'timers''syntax-references':'common-microsyntaxes','navigator-1':'timers','navigator-0':'browsers','attr-iframe-longdesc_index':'index-of-terms','valid-week-string':'common-microsyntaxes','th-26':'syntax','th-27':'obsolete','th-24':'syntax','th-25':'syntax','th-22':'tabular-data','th-23':'syntax','th-20':'tabular-data','th-21':'tabular-data','entity-nvrtrie':'named-character-references','th-29':'obsolete','attr-input-type-image-2':'the-input-element','attr-input-type-image-1':'the-input-element','attr-input-type-image-0':'the-map-element','entity-cupbrcap':'named-character-references','entity-lrhar':'named-character-references','child-browsing-context-9':'browsers','child-browsing-context-8':'browsers','child-browsing-context-5':'browsers','child-browsing-context-4':'browsers','child-browsing-context-7':'browsers','texttrack':'video','child-browsing-context-1':'browsers','child-browsing-context-0':'infrastructure','child-browsing-context-3':'browsers','child-browsing-context-2':'browsers','window-19':'timers','windw-18':'webappapis','window-17':'webappapis','window-16':'offline','window-15':'browsers','window-14':'browsers','window-13':'browsers','window-12':'browsers','window-11':'browsers','window-10':'browsers','pre-11':'text-level-semantics','pre-10':'text-level-semantics','pre-13':'syntax','pre-12':'syntax','entity-Hopf':'named-character-references','pre-14':'syntax','pre-17':'index','pre-16':'obsolete','pre-19':'index','pre-18':'index','entity-dcaron':'named-character-references','entity-Colon':'named-character-references','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','represented-by-the-collection_index':'index-of-terms','function-39':'dom','function-38':'dom','ascii-compatible-character-encoding-2':'forms','function-36':'dom','ascii-compatible-character-encoding-0':'semantics','ascii-compatible-character-encoding-1':'semantics','function-33':'dom','function-32':'dom','function-31':'dom','function-30':'dom','body':'introduction','entity-LeftTriangle':'named-character-referencs','attr-fs-target':'association-of-controls-and-forms','entity-longrightarrow':'named-character-references','challenge-0':'index','window-28':'index','img-42':'index','concept-dnd-rw_index':'index-of-terms','entity-RightDownVector':'named-character-references','q-15':'text-level-semantics','q-14':'text-level-semantics','q-17':'index','q-16':'index','q-11':'text-level-semantics','q-10':'text-level-semantics','q-13':'text-level-semantics','q-12':'text-level-semantics','list-15':'number-state','entity-Atilde':'named-character-references','q-19':'index','q-18':'index','htmldivelement':'grouping-content','entity-DownBreve':'named-character-references','formatblock-candidate_index':'index-of-terms','meta-application-name_index':'index-of-terms','entity-DownRightVector':'named-character-references','attr-textarea-cols_index':'index-of-terms','dom-location-port_index':'index-of-terms','phrasing-content-286':'index','invalid_state_err-4':'apis-in-html-documents','p-6':'elements','attr-fs-formaction':'association-ofcontrols-and-forms','link-51':'links','link-50':'links','link-53':'links','link-52':'links','link-55':'obsolete','link-54':'syntax','link-57':'obsolete','link-56':'obsolete','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','link-58':'obsolete','dom-media-network_idle_index':'index-of-terms','entity-subedot':'named-character-references','entity-lmidot':'named-character-references','entity-Tstrok':'named-character-references','refsCSS':'references','seamless':'the-iframe-element','concept-rtl-1':'elements','concept-rtl-0':'elements','valid-media-query-3':'links','entity-risingdotseq':'named-character-references','htmlmediaelement_index':'index-of-terms','htmloptionscollection-3':'the-button-element','htmloptionscollection-2':'urls','htmloptionscollection-1':'urls','htmloptionscollection-0':'urls','optgroup-5':'the-button-element','htmloptionscollection-4':'the-button-element','the-body-element-5':'sections','keygen-12':'the-button-element','attr-textarea-maxlength_index':'index-of-terms','keygen13':'the-button-element','title-33':'obsolete','s-6':'index','case-sensitive_index':'index-of-terms','valid-mime-type-10':'index','entity-cwint':'named-character-references','the-canvas-element':'the-canvas-element','boolean-attribute_index':'index-of-terms','dd-10':'syntax','valid-date-string_index':'index-of-terms','title-38':'content-models','title-39':'content-models','title-36':'dom','title-37':'dom','title-34':'introduction','title-35':'introduction','title-32':'links','attr-textarea-wrap-hard':'the-button-element','title-30':'links','title-31':'links','event-appcache-checking':'offline','category-reset-6':'index','entity-Dashv':'named-character-references','entity-boxHU':'named-character-references','entity-lagran':'named-character-references','the-aside-element_index':'index-of-terms','figure-22':'index','figure-20':'index','figure-21':'index','entity-boxHd':'named-character-references','entity-abreve':'named-character-references','phrasing-content-250':'index','phrasing-content-251':'index','phrasig-content-252':'index','phrasing-content-253':'index','phrasing-content-254':'index','phrasing-content-255':'index','phrasing-content-256':'index','phrasing-content-257':'index','phrasing-content-258':'index','phrasing-content-259':'index','htmlbodyelement-0':'index','entity-boxHu':'named-character-references','textarea-9':'index','entity-toea':'named-character-references','textarea-7':'index','textarea-6':'index','textarea-5':'index','textarea-4':'index','metadata-content-19':'index','textarea-2':'index','textarea-1':'index','entity-numero':'named-character-references','entity-rtrie':'named-character-references','session-history-10':'index','entity-euro':'named-character-references','entity-rtrif':'named-character-references','entity-kjcy':'named-character-references','dragevent_index':'index-of-terms','formenctype-18':'number-state','formenctype-19':'number-state','formenctype-12':'states-of-the-type-attribute','formenctype-13':'states-of-the-type-attribute','formenctype-10':'states-of-the-type-attribute''formenctype-11':'states-of-the-type-attribute','formenctype-16':'number-state','formenctype-17':'number-state','formenctype-14':'number-state','formenctype-15':'number-state','entity-ii':'named-character-references','entity-solbar':'named-character-references','entity-in':'named-character-references','entity-swnwar':'named-character-references','entity-ic':'named-character-references','meter':'index','function-102':'elements','function-103':'elements','function-100':'elements','function-101':'elements','function-106':'elements','function-107':'elements','function-104':'elements','function-105':'elements','attr-input-type-hidden-keyword':'the-input-element','function-108':'sections','function-109':'sections','entity-it':'named-character-references','p-16':'grouping-content','p-17':'edits','p-14':'grouping-content','p-15':'grouping-content','p-12':'content-models','p-13':'sections','p-10':'content-models','p-11':'content-models','p-18':'edits','p-19':'edits','entity-leftrightsquigarrow':'named-character-refeences','entity-isin':'named-character-references','application-xhtml-xml_index':'index-of-terms','fallback-content_index':'index-of-terms','refsISO8601':'references','dfn-2':'grouping-content','dfn-3':'grouping-content','dfn-0':'content-models','dfn-1':'grouping-content','dfn-6':'text-level-semantics','dfn-7':'text-level-semantics','dfn-4':'text-level-semantics','dfn-5':'text-level-semantics','list-state-3':'content-models','list-state-2':'content-models','list-state-1':'content-models','list-state-0':'content-models','list-state-4':'interactive-elements','the-noscript-element_index':'index-of-terms','entity-gescc':'named-character-references','attr-input-type-checkbox-keyword':'the-input-element','entity-Iogon':'named-character-references','htmlelement-174':'index','entity-xnis':'named-character-references','entity-Hstrok':'named-character-references','data-protocol_index':'index-of-terms','htmlelement-177':'index','attr-input-type-range':'content-models','htmlelement-176':'index','entity-psi':'named-charater-references','entity-fork':'named-character-references','hyperlink-annotation-0':'links','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','constraints':'association-of-controls-and-forms','the-fieldset-element_index':'index-of-terms','entity-YAcy':'named-character-references','attr-input-multiple':'common-input-element-attributes','entity-Fopf':'named-character-references','entity-Kscr':'named-character-references','dragstart':'dnd','browsing-context-29':'browsers','browsing-context-28':'browsers','category-submit-9':'index','category-submit-8':'index','category-submit-7':'the-button-element','category-submit-6':'the-button-element','category-submit-5':'the-button-element','category-submit-4':'the-button-element','category-submit-3':'the-input-element','category-submit-2':'the-input-element','category-submit-1':'forms','category-submit-0':'the-iframe-element','text-track-cue-vertical-growing-right-writing-direction':'video','dom-link-disabled':'semantis','entity-Zcaron':'named-character-references','attr-body-text_index':'index-of-terms','rel':'semantics','namespace_err_index':'index-of-terms','flow-content-37':'sections','entity-SquareSupersetEqual':'named-character-references','math':'the-map-element','entity-lharul':'named-character-references','multiple-0':'the-input-element','flow-content-36':'sections','command-delete_index':'index-of-terms','command-facet-disabledstate':'commands','entity-upsi':'named-character-references','concept-rtl_index':'index-of-terms','entity-nsup':'named-character-references','attr-dataformatas_index':'index-of-terms','entity-npar':'named-character-references','attr-details-open':'interactive-elements','the-title-attribute':'elements','entity-LeftDoubleBracket':'named-character-references','entity-vsubnE':'named-character-references','entity-nsub':'named-character-references','entity-rightarrowtail':'named-character-references','dom-location-protocol-0':'history','entity-ubrcy':'named-character-references','formmethod-32''index','event-dragstart':'dnd','formmethod-30':'association-of-controls-and-forms','formmethod-31':'index','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','entity-Because':'named-character-references','entity-frac45':'named-character-references','attr-area-alt':'the-map-element','blockquote-14':'index','media-resource-specific-text-track_index':'index-of-terms','represented-by-the-collection':'urls','command-selectall_index':'index-of-terms','text-html-sandboxed_index':'index-of-terms','obsolete-permitted-doctype':'syntax','attr-title':'index','text-html-8':'iana','attr-fe-name-isindex_index':'index-of-terms','media-element-29':'video','attr-hyperlink-target-0':'index','entity-awint':'named-character-references','entity-eogon':'named-character-references','entity-Rcaron':'named-character-references','entity-langd':'named-character-references','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','entity-ast':'named-character-referenes','entity-sext':'named-character-references','entity-erarr':'named-character-references','entity-imath':'named-character-references','entity-ncup':'named-character-references','entity-supsetneqq':'named-character-references','link-type-sidebar_index':'index-of-terms','metadata-0':'index','loop-4':'index','attr-menu-type':'interactive-elements','htmlinputelement_index':'index-of-terms','entity-frown':'named-character-references','object-34':'obsolete','alt-7':'embedded-content-1','attr-input-value':'the-input-element','e-mail-state':'states-of-the-type-attribute','alt-6':'embedded-content-1','plaintext':'obsolete','alt-5':'embedded-content-1','attr-contenteditable_index':'index-of-terms','alt-4':'embedded-content-1','table-aria-strong':'content-models','entity-ograve':'named-character-references','function-77':'elements','entity-Zscr':'named-character-references','blockquote-10':'index','function-76':'elements','entity-Proportional':'named-character-references','attr-object-vspace':'obsolete','text-track-sowing_index':'index-of-terms','function-75':'elements','min':'forms','html-mime-type_index':'index-of-terms','entity-vDash':'named-character-references','function-74':'elements','fieldset-29':'index','ix-handler-onsuspend':'index','attr-datasrc':'obsolete','attr-meta-charset':'semantics','blockquote-11':'index','concept-facet_index':'index-of-terms','htmlmeterelement_index':'index-of-terms','inter-element-whitespace_index':'index-of-terms','command-facet-disabledstate-0':'commands','ix-handler-onratechange':'index','attr-ol-start_index':'index-of-terms','entity-nrtri':'named-character-references','attr-tdth-width':'obsolete','blockquote-12':'index','entity-QUOT':'named-character-references','entity-fpartint':'named-character-references','entity-phiv':'named-character-references','refsJSURL':'references','text-state-and-search-state_index':'index-of-terms','entity-Nacute':'named-character-references','dom-mediaerror-media_err_src_not_supported-0':'video','entity-gesdoto':'named-character-references','embed-2':'index','entity-Bopf':'named-character-references','event-media-progress_index':'index-of-terms','attr-col-align':'obsolete','attr-fs-formnovalidate':'association-of-controls-and-forms','entity-fllig':'named-character-references','entity-uogon':'named-character-references','entity-ocy':'named-character-references','browsing-context-nested-through-1':'browsers','browsing-context-nested-through-0':'browsers','entity-lbrke':'named-character-references','browsing-context-nested-through-2':'browsers','function_index':'index-of-terms','the-html-element-3':'elements','the-html-element-2':'dom','the-html-element-1':'dom','the-html-element-0':'semantics','controls':'content-models','the-html-element-4':'elements','character-encoding-declaration-1':'semantics','character-encoding-declaration-0':'semantics','character-encoding-declaration-3':'semantics','character-encoding-declaration-2':'semantics','character-encoding-declaration-5':'syntax','character-encoding-declaration-4':'semantics','entity-DownTee':'named-chaacter-references','character-encoding-declaration-6':'iana','character-encoding-declaration-8':'index','entity-sqsup':'named-character-references','entity-DownRightTeeVector':'named-character-references','entity-sqsub':'named-character-references','mathml':'the-map-element','attr-hx-align':'obsolete','the-figcaption-element':'grouping-content','the-sub-and-sup-elements_index':'index-of-terms','recommended-reading':'introduction','entity-uarr':'named-character-references','refsUTF8DET':'references','address-8':'sections','address-9':'syntax','address-6':'sections','address-7':'sections','address-4':'sections','address-5':'sections','address-2':'sections','address-3':'sections','address-0':'content-models','address-1':'sections','input-161':'index','input-160':'index','password-state':'states-of-the-type-attribute','command-api-0':'elements','attr-script-src_index':'index-of-terms','entity-OpenCurlyQuote':'named-character-references','the-head-element-2':'dom','the-head-element-0':'semantics','the-head-elemen-1':'dom','attr-track-kind-keyword-metadata_index':'index-of-terms','attr-button-type-button':'the-button-element','entity-rarrtl':'named-character-references','attr-video-poster':'video','pattern':'the-input-element','normal-elements':'syntax','entity-LeftUpDownVector':'named-character-references','attr-tbody-charoff':'obsolete','embed-29':'index','valid-browsing-context-name-or-keyword-1':'association-of-controls-and-forms','valid-browsing-context-name-or-keyword-0':'semantics','valid-browsing-context-name-or-keyword-3':'index','valid-browsing-context-name-or-keyword-2':'links','embed-22':'index','embed-23':'index','embed-20':'index','embed-21':'index','fallback-content-3':'the-canvas-element','fallback-content-2':'the-canvas-element','fallback-content-1':'the-iframe-element','fallback-content-0':'embedded-content-1','entity-nspar':'named-character-references','fallback-content-6':'the-canvas-element','fallback-content-5':'the-canvas-element','fallback-content-4':'the-canvas-element','attr-head-profile':'bsolete','input-149':'index','entity-larrpl':'named-character-references','dom-location-host_index':'index-of-terms','entity-SupersetEqual':'named-character-references','datetime-local-0':'states-of-the-type-attribute','source-0':'content-models','source-1':'video','source-2':'video','source-3':'video','source-4':'video','source-5':'video','source-6':'video','source-7':'video','source-8':'video','source-9':'video','autocomplete-1':'common-input-element-attributes','attr-meta-scheme':'obsolete','attributes':'elements','entity-Epsilon':'named-character-references','ix-handler-onmousedown':'index','entity-jcirc':'named-character-references','entity-circlearrowright':'named-character-references','required-18':'number-state','required-19':'number-state','required-14':'states-of-the-type-attribute','required-15':'number-state','required-16':'number-state','required-17':'number-state','required-10':'states-of-the-type-attribute','required-11':'states-of-the-type-attribute','required-12':'states-of-the-type-attribue','required-13':'states-of-the-type-attribute','pre-9':'text-level-semantics','pre-8':'grouping-content','entity-hyphen':'named-character-references','pre-1':'grouping-content','pre-0':'content-models','attr-input-type-file-1':'the-input-element','attr-input-type-file-0':'the-input-element','pre-5':'grouping-content','pre-4':'grouping-content','pre-7':'grouping-content','pre-6':'grouping-content','embed-25':'index','ordinal-value_index':'index-of-terms','entity-bne':'named-character-references','event-media-seeked':'video','function-11':'dom','function-10':'dom','function-13':'dom','function-12':'dom','function-15':'dom','function-14':'dom','function-17':'dom','function-16':'dom','function-19':'dom','function-18':'dom','beforeunloadevent_index':'index-of-terms','the-time-element_index':'index-of-terms','entity-rcub':'named-character-references','entity-bigstar':'named-character-references','attr-tr-valign':'obsolete','playing-the-media-resource':'video','defining-term':'text-level-semantics','the-link-is-a-alternative-stylesheet':'links','value':'grouping-content','vspace':'the-iframe-element','entity-NotEqualTilde':'named-character-references','input-30':'content-models','input-31':'content-models','input-32':'content-models','input-33':'content-models','input-34':'content-models','attr-area-shape-poly-0':'the-map-element','input-36':'content-models','input-37':'content-models','input-38':'content-models','input-39':'content-models','link-31':'links','x_charset_-0':'association-of-controls-and-forms','link-37':'links','link-36':'links','link-35':'links','link-34':'links','the-head-element-0_index':'index-of-terms','concept-appcache-manifest-network_index':'index-of-terms','attr-option-disabled_index':'index-of-terms','entity-ifr':'named-character-references','acronym_index':'index-of-terms','autocomplete-29':'index','auto':'elements','entity-iff':'named-character-references','command-createlink':'dnd','htmldlistelement':'grouping-content','entity-bottom':'named-character-references','hgroup-21':'syntax','hgoup-20':'sections','hgroup-23':'index','a-38':'links','hgroup-25':'index','hgroup-24':'index','hgroup-27':'index','hgroup-26':'index','flow-content-186':'index','entity-diamond':'named-character-references','flow-content-184':'index','flow-content-185':'index','flow-content-182':'index','flow-content-183':'index','flow-content-180':'index','flow-content-181':'index','type_mismatch_err_index':'index-of-terms','valid-global-date-and-time-string-0':'common-microsyntaxes','concept-events-trusted':'infrastructure','flow-content-189':'index','entity-bigtriangledown':'named-character-references','center':'obsolete','entity-bprime':'named-character-references','a-33':'links','entity-xcup':'named-character-references','a-32':'links','ix-handler-ondragenter':'index','a-48':'links','iframe-46':'obsolete','td-22':'syntax','td-23':'syntax','td-20':'tabular-data','title-57':'semantics','title-50':'history','title-51':'history','title-52':'syntax','td-25':'obsolete','global-attributes':'elements','td-28':'obsolete','td-29:'obsolete','title-58':'semantics','title-59':'semantics','dl-17':'index','dl-16':'index','dl-15':'index','dl-14':'obsolete','dl-13':'syntax','dl-12':'text-level-semantics','dl-11':'grouping-content','dl-10':'grouping-content','nextid':'obsolete','compatibility-caseless_index':'index-of-terms','dl-19':'index','dl-18':'index','header-12':'links','header-13':'syntax','header-10':'sections','header-11':'sections','header-16':'index','header-17':'index','header-14':'index','header-15':'index','entity-Gscr':'named-character-references','entity-lltri':'named-character-references','attr-colgroup-span_index':'index-of-terms','phrasing-content-278':'index','phrasing-content-279':'index','phrasing-content-276':'index','phrasing-content-277':'index','phrasing-content-274':'index','entity-boxVH':'named-character-references','phrasing-content-272':'index','phrasing-content-273':'index','phrasing-content-270':'index','phrasing-content-271':'index','attr-area-shape-poly':'the-map-element','prefix-match-1':'offline','prefi-match-0':'offline','readonly-42':'index','the-fieldset-element':'forms','entity-Abreve':'named-character-references','value-0':'index','entity-minusdu':'named-character-references','htmlelement-219':'index','attr-xml-lang':'elements','entity-nedot':'named-character-references','entity-lEg':'named-character-references','entity-cupcup':'named-character-references','dom-media-network_idle-0':'video','select-38':'the-button-element','hashchange':'index','dom-navigator-registercontenthandler':'timers','formenctype-30':'association-of-controls-and-forms','enumerated-attribute-10':'the-button-element','formenctype-32':'index','entity-ReverseElement':'named-character-references','soft':'index','entity-udblac':'named-character-references','function-168':'browsers','function-169':'browsers','appcacheevents':'offline','ix-handler-onkeyup':'index','category-reset-1':'the-input-element','category-reset-0':'the-input-element','category-reset-3':'the-button-element','category-reset-2':'the-button-element','category-reset5':'the-button-element','category-reset-4':'the-button-element','function-166':'browsers','function-167':'browsers','form-76':'index','attr-body-link':'obsolete','entity-vBarv':'named-character-references','entity-or':'named-character-references','dom-opener_index':'index-of-terms','attr-textarea-wrap':'the-button-element','invalid_state_err-13':'offline','invalid_state_err-12':'offline','invalid_state_err-11':'common-input-element-attributes','invalid_state_err-10':'common-input-element-attributes','a-42':'links','refsHTMLDIFF':'references','cite-20':'index','entity-oS':'named-character-references','event-appcache-error':'offline','entity-Itilde':'named-character-references','htmlheadingelement_index':'index-of-terms','entity-LeftUpVectorBar':'named-character-references','refsWIN949':'references','attr-table-cellpadding':'obsolete','entity-DownArrowUpArrow':'named-character-references','entity-longleftrightarrow':'named-character-references','external-0':'links','external-1':'links','attr-ul-compact':'obsoete','attr-input-type-password-0':'the-input-element','attr-input-type-password-1':'the-input-element','a-40':'links','mime-type':'infrastructure','create-a-drag-data-store':'dnd','valid-integer-8':'index','valid-integer-7':'index','valid-integer-6':'index','valid-integer-5':'editing','valid-integer-4':'grouping-content','valid-integer-3':'grouping-content','valid-integer-2':'common-microsyntaxes','valid-integer-1':'common-microsyntaxes','valid-integer-0':'common-microsyntaxes','form-72':'index','loading-the-media-resource':'video','entity-supnE':'named-character-references','application-xhtml-xml':'iana','entity-LeftVector':'named-character-references','a-type-that-the-user-agent-knows-it-cannot-render_index':'index-of-terms','entity-NotSuperset':'named-character-references','root-element_index':'index-of-terms','entity-LongRightArrow':'named-character-references','entity-Ufr':'named-character-references','entity-DScy':'named-character-references','hashchangeevent-0':'index','attr-fe-name':'association-of-ontrols-and-forms','event-drop':'dnd','address-12':'index','dragenter-0':'index','entity-solb':'named-character-references','entity-excl':'named-character-references','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'the-input-element','entity-rarrb':'named-character-references','select-7':'content-models','select-6':'content-models','select-5':'urls','select-4':'index','entity-ccirc':'named-character-references','select-2':'index','select-1':'index','select-0':'index','tbody-29':'index','editing':'editing','select-9':'content-models','select-8':'content-models','entity-Longrightarrow':'named-character-references','output-18':'index','output-19':'index','output-12':'the-button-element','output-13':'the-button-element','output-10':'forms','output-11':'the-button-element','output-16':'index','output-17':'index','output-14':'index','output-15':'index','formmethod-14':'number-state','formmethod-15':'number-state','formmethod-16':'number-state','formmethod-17':'number-state',formmethod-10':'states-of-the-type-attribute','formmethod-11':'states-of-the-type-attribute','formmethod-12':'states-of-the-type-attribute','formmethod-13':'states-of-the-type-attribute','normal-elements-3':'syntax','normal-elements-2':'syntax','normal-elements-1':'syntax','normal-elements-0':'syntax','formmethod-18':'number-state','formmethod-19':'number-state','attr-hyperlink-usemap_index':'index-of-terms','disowned-its-opener':'browsers','entity-frac23':'named-character-references','dom-texttrack-kind-captions':'video','entity-frac25':'named-character-references','entity-ggg':'named-character-references','mime-types':'video','function-155':'browsers','function-154':'browsers','entity-rcaron':'named-character-references','named-character-references':'named-character-references','function-157':'browsers','function-156':'browsers','entity-ndash':'named-character-references','em-4':'text-level-semantics','dirname-21':'number-state','dirname-20':'number-state','dirname-23':'number-state','dirname-22':'number-tate','dirname-25':'index','dirname-24':'common-input-element-attributes','dirname-27':'the-button-element','dirname-26':'the-button-element','htmltablecolelement-1':'index','htmltablecolelement-0':'tabular-data','htmltablecolelement-3':'index','htmltablecolelement-2':'index','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','htmlmodelement-0':'edits','htmlmodelement-1':'edits','htmlmodelement-2':'edits','phrasing-content-166':'index','htmlmodelement-4':'index','htmlmodelement-5':'index','htmlmodelement-6':'index','text-html-1':'infrastructure','text-html-0':'introduction','text-html-3':'apis-in-html-documents','text-html-2':'elements','text-html-5':'the-iframe-element','text-html-4':'the-iframe-element','text-html-7':'iana','text-html-6':'the-xhtml-syntax','invalid_character_err-5':'webappapis','invalid_character_err-4':'webappapis','global-attributes_index':'index-of-terms','invalid_character_err-1':'urls','invalid_character_err-0':'urls','invalidcharacter_err-3':'urls','invalid_character_err-2':'urls','htmlelement-157':'index','htmlelement-156':'index','htmlelement-155':'index','htmlelement-154':'index','htmlelement-153':'index','htmlelement-152':'index','htmlelement-151':'index','htmlelement-150':'index','html-18':'syntax','entity-cylcty':'named-character-references','entity-leftleftarrows':'named-character-references','htmlelement-159':'index','htmlelement-158':'index','attr-xml-lang-2':'elements','attr-xml-lang-3':'elements','attr-xml-lang-0':'elements','attr-xml-lang-1':'elements','attr-xml-lang-4':'text-level-semantics','entity-blacktriangledown':'named-character-references','browsing-context-names':'browsers','entity-phone':'named-character-references','caption-19':'index','tr-1':'tabular-data','tr-0':'tabular-data','tr-3':'tabular-data','tr-2':'tabular-data','tr-5':'tabular-data','tr-4':'tabular-data','tr-7':'tabular-data','tr-6':'tabular-data','tr-9':'tabular-data','tr-8':'tabular-data','toolbar-state_index':'index-of-terms','entity-becaus''named-character-references','entity-nbsp':'named-character-references','area-65':'index','concept-meta-extensions-2':'obsolete','concept-meta-extensions-1':'semantics','concept-meta-extensions-0':'infrastructure','attr-embed-align_index':'index-of-terms','charset-9':'index','entity-MinusPlus':'named-character-references','entity-oacute':'named-character-references','external-resource-link-0':'semantics','external-resource-link-1':'semantics','external-resource-link-2':'semantics','external-resource-link-3':'links','external-resource-link-4':'links','external-resource-link-5':'links','external-resource-link-6':'links','external-resource-link-7':'links','list-1':'the-input-element','list-0':'the-input-element','list-3':'states-of-the-type-attribute','list-2':'the-input-element','list-5':'states-of-the-type-attribute','list-4':'states-of-the-type-attribute','list-7':'states-of-the-type-attribute','list-6':'states-of-the-type-attribute','media-7':'index','default-1':'video','default-0':'video','default-3':'indx','dom-style-disabled':'semantics','event-dragleave_index':'index-of-terms','attr-media-src':'video','phrasing-content-167':'index','entity-ImaginaryI':'named-character-references','attr-iframe-hspace_index':'index-of-terms','event-media-stalled_index':'index-of-terms','the-s-element':'text-level-semantics','type-21':'the-iframe-element','htmltitleelement_index':'index-of-terms','attr-html-version_index':'index-of-terms','event-handlers-1':'sections','event-handlers-0':'elements','event-handlers-3':'sections','event-handlers-2':'sections','event-handlers-5':'webappapis','event-handlers-4':'sections','event-handlers-7':'webappapis','event-handlers-6':'webappapis','concept-month-0':'states-of-the-type-attribute','htmldlistelement-0':'index','attr-input-usemap':'obsolete','the-textarea-element_index':'index-of-terms','input-120':'common-input-element-attributes','attr-blockquote-cite_index':'index-of-terms','writing':'syntax','input-122':'the-button-element','usemap-2':'embedded-content-1','usemap-3':'embedde-content-1','usemap-0':'content-models','usemap-1':'embedded-content-1','the-cite-element':'text-level-semantics','usemap-7':'the-map-element','usemap-4':'the-iframe-element','usemap-5':'the-iframe-element','usemap-8':'index','selected':'common-input-element-attributes','target-17':'index','entity-UnderBrace':'named-character-references','non-conforming-features':'obsolete','area-10':'the-map-element','area-11':'the-map-element','area-12':'the-map-element','area-13':'the-map-element','area-14':'the-map-element','area-15':'the-map-element','area-16':'the-map-element','area-17':'the-map-element','area-18':'the-map-element','area-19':'links','dom-feature-strings':'urls','navigatoronline-0':'timers','entity-utilde':'named-character-references','entity-otimesas':'named-character-references','valid-non-empty-url-potentially-surrounded-by-spaces_index':'index-of-terms','entity-nLl':'named-character-references','global-attributes-68':'video','global-attributes-69':'video','global-attributes-60':'edits','global-attrbutes-61':'embedded-content-1','global-attributes-62':'the-iframe-element','global-attributes-63':'the-iframe-element','global-attributes-64':'the-iframe-element','global-attributes-65':'the-iframe-element','global-attributes-66':'video','global-attributes-67':'video','input-147':'index','input-146':'index','input-145':'index','input-144':'index','input-143':'index','input-142':'index','input-141':'index','input-140':'index','entity-DownLeftRightVector':'named-character-references','tt':'obsolete','entity-Ycy':'named-character-references','input-148':'index','entity-Uarr':'named-character-references','drag-data-store-elements-list':'dnd','htmlpreelement-1':'index','dropzone-0':'dnd','password-state_index':'index-of-terms','hidden-state_index':'index-of-terms','entity-divideontimes':'named-character-references','caption-17':'index','boolean-attribute-13':'the-button-element','boolean-attribute-12':'common-input-element-attributes','boolean-attribute-11':'common-input-element-attributes','boolean-attribute-10:'common-input-element-attributes','boolean-attribute-17':'the-button-element','boolean-attribute-16':'the-button-element','boolean-attribute-15':'the-button-element','boolean-attribute-14':'the-button-element','attr-fs-action':'association-of-controls-and-forms','boolean-attribute-19':'the-button-element','boolean-attribute-18':'the-button-element','attr-body-alink':'obsolete','concept-datetime-digit-5':'common-microsyntaxes','concept-datetime-digit-4':'common-microsyntaxes','concept-datetime-digit-7':'common-microsyntaxes','concept-datetime-digit-6':'common-microsyntaxes','concept-datetime-digit-1':'common-microsyntaxes','concept-datetime-digit-0':'common-microsyntaxes','concept-datetime-digit-3':'common-microsyntaxes','concept-datetime-digit-2':'common-microsyntaxes','seamless-2':'index','concept-datetime-digit-9':'common-microsyntaxes','concept-datetime-digit-8':'common-microsyntaxes','entity-vartriangleright':'named-character-references','the-object-element_index':'index-of-terms','entity-roang':'namedcharacter-references','pattern-28':'index','pattern-27':'common-input-element-attributes','pattern-26':'common-input-element-attributes','pattern-25':'common-input-element-attributes','pattern-24':'number-state','pattern-23':'number-state','pattern-22':'number-state','attr-input-type-search':'content-models','pattern-20':'number-state','object-58':'index','object-59':'index','entity-VeryThinSpace':'named-character-references','mq':'common-microsyntaxes','attr-source-type_index':'index-of-terms','object-50':'index','object-51':'index','object-52':'index','object-53':'index','object-54':'index','object-55':'index','object-56':'index','object-57':'index','text-cache-manifest_index':'index-of-terms','required-32':'the-button-element','entity-isinsv':'named-character-references','required-30':'index','required-31':'content-models','current-entry-of-the-joint-session-history-0':'history','window-51':'index','window-50':'index','phrasing-content-165':'index','entity-mumap':'named-character-references','htmlhrelemet_index':'index-of-terms','entity-Sub':'named-character-references','iframe-49':'obsolete','entity-searrow':'named-character-references','entity-uhblk':'named-character-references','entity-rdquor':'named-character-references','hierarchy_request_err-3':'tabular-data','hierarchy_request_err-2':'tabular-data','hierarchy_request_err-1':'dom','hierarchy_request_err-0':'urls','hierarchy_request_err-5':'the-button-element','hierarchy_request_err-4':'tabular-data','formatblock-candidate-23':'index','formatblock-candidate-22':'index','formatblock-candidate-21':'index','formatblock-candidate-20':'index','description':'semantics','formatblock-candidate-25':'index','formatblock-candidate-24':'index','refsDOMPARSER':'references','unknown-images':'embedded-content-1','entity-divide':'named-character-references','meta-description_index':'index-of-terms','entity-rect':'named-character-references','entity-lesseqgtr':'named-character-references','meta-description':'semantics','valid-simple-color':'common-microsyntaxes','link15':'semantics','link-14':'semantics','link-17':'semantics','link-16':'semantics','link-11':'semantics','link-10':'semantics','link-13':'semantics','link-12':'semantics','entity-telrec':'named-character-references','entity-bemptyv':'named-character-references','link-19':'semantics','link-18':'semantics','input-16':'content-models','input-17':'content-models','input-14':'elements','input-15':'content-models','input-12':'index','input-13':'infrastructure','input-10':'index','colgroup-3':'tabular-data','htmldetailselement_index':'index-of-terms','colgroup-0':'tabular-data','input-18':'content-models','reload-override-flag':'dom','scripting-1':'scripting-1','scripting-0':'infrastructure','attr-script-for':'obsolete','img':'index','colgroup-6':'tabular-data','colgroup-7':'tabular-data','refsABOUT':'references','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','colgroup-4':'tabular-data','attr-input-type-text-keyword_index':'index-of-terms','validation_err_index':'index-of-terms','colgroup-5':'tablar-data','registerprotocolhandler':'timers','entity-DoubleLeftArrow':'named-character-references','entity-filig':'named-character-references','the-bdi-element':'text-level-semantics','param-7':'obsolete','attr-area-coords_index':'index-of-terms','refsMATHML':'references','entity-fscr':'named-character-references','attr-hr-width_index':'index-of-terms','boolean-attribute-32':'index','command-facet-id-0':'commands','attr-base-href':'semantics','a-63':'obsolete','command-undo_index':'index-of-terms','the-blockquote-element':'grouping-content','flow-content-48':'grouping-content','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'the-input-element','attr-fe-disabled_index':'index-of-terms','flow-content-49':'grouping-content','entity-boxDR':'named-character-references','entity-boxDL':'named-character-references','syntax-elements-2':'syntax','text-track-cue-text_index':'index-of-terms','htmlstyleelement-2':'index','client-identification':'timers','attr-input-type-color-keyword':'the-input-eleent','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','entity-rsaquo':'named-character-references','entity-boxDr':'named-character-references','syntax-elements-1':'syntax','entity-boxDl':'named-character-references','concept-submit-button-8':'association-of-controls-and-forms','concept-submit-button-9':'association-of-controls-and-forms','title-8':'semantics','entity-lvertneqq':'named-character-references','the-li-element_index':'index-of-terms','concept-submit-button-2':'the-button-element','concept-submit-button-3':'association-of-controls-and-forms','concept-submit-button-0':'number-state','title-9':'grouping-content','concept-submit-button-6':'association-of-controls-and-forms','concept-submit-button-7':'association-of-controls-and-forms','concept-submit-button-4':'association-of-controls-and-forms','concept-submit-button-5':'association-of-controls-and-forms','entity-nvrArr':'named-character-references','entity-kcedil':'named-character-references','source-10':'syntax','entity-Sqr':'named-character-references','source-16':'index','source-14':'index','source-15':'index','pragma-directives':'semantics','scoped':'content-models','entity-angmsd':'named-character-references','entity-sect':'named-character-references','cite-4':'content-models','cite-5':'grouping-content','cite-6':'grouping-content','cite-7':'text-level-semantics','cite-0':'grouping-content','cite-1':'index','cite-2':'elements','cite-3':'content-models','entity-CircleDot':'named-character-references','cite-8':'text-level-semantics','cite-9':'text-level-semantics','text-track-loaded':'video','ix-handler-onseeking':'index','entity-NotPrecedesSlantEqual':'named-character-references','usemap-11':'index','entity-primes':'named-character-references','entity-Nopf':'named-character-references','body-24':'links','body-25':'links','function-144':'browsers','function-145':'browsers','body-20':'sections','body-21':'sections','body-22':'sections','body-23':'sections','body-28':'syntax','body-29':'syntax','rank':'sections','network-stats':'video','width-38':'index','entity-mu':'named-character-references','the-footer-element':'sections','progress-19':'offline','entity-mp':'named-character-references','blockquote-8':'grouping-content','blockquote-9':'syntax','blockquote-6':'grouping-content','blockquote-7':'grouping-content','blockquote-4':'grouping-content','blockquote-5':'grouping-content','blockquote-2':'grouping-content','blockquote-3':'grouping-content','blockquote-0':'sections','blockquote-1':'sections','entity-trianglerighteq':'named-character-references','session-history_index':'index-of-terms','html-elements_index':'index-of-terms','refsMFREL':'references','entity-ltquest':'named-character-references','refsBECSS':'references','legend-12':'index','entity-uscr':'named-character-references','legend-13':'index','htmlcollection-4':'urls','htmlcollection-5':'urls','htmlcollection-6':'urls','htmlcollection-7':'urls','htmlcollection-0':'urls','htmlcollection-1':'urls','htmlcollection-2':'urls','htmlcollection-3':'urls','form-submission-5''index','dom-media-have_nothing':'video','legend-11':'index','htmlcollection-8':'dom','htmlcollection-9':'dom','entity-subplus':'named-character-references','htmlheadelement-1':'index','htmlheadelement-0':'dom','htmlheadelement-2':'index','entity-NestedLessLess':'named-character-references','entity-jscr':'named-character-references','entity-tscy':'named-character-references','entity-tscr':'named-character-references','entity-phmmat':'named-character-references','classes':'elements','the-multiple-attribute':'common-input-element-attributes','attr-img-longdesc':'obsolete','formnovalidate-33':'index','syntax-ambiguous-ampersand':'syntax','entity-para':'named-character-references','entity-NotCongruent':'named-character-references','entity-lAtail':'named-character-references','entity-part':'named-character-references','attr-ol-type-keyword-upper-alpha':'grouping-content','entity-PrecedesEqual':'named-character-references','entity-iocy':'named-character-references','event-drag':'dnd','entity-kcy':'named-characterreferences','attr-select-size_index':'index-of-terms','script-content-restrictions':'scripting-1','hr-11':'obsolete','the-title-element':'dom','entity-swarhk':'named-character-references','entity-mcomma':'named-character-references','metadata-content-22':'index','entity-tcy':'named-character-references','entity-gtlPar':'named-character-references','ol-8':'grouping-content','ol-9':'grouping-content','ol-6':'grouping-content','ol-7':'grouping-content','ol-4':'grouping-content','ol-5':'grouping-content','ol-2':'content-models','ol-3':'content-models','ol-0':'elements','ol-1':'content-models','the-h1-h2-h3-h4-h5-and-h6-elements_3_index':'index-of-terms','flow-content-209':'index','the-mark-element':'text-level-semantics','phrasing-content-214':'index','global-attributes-201':'index','global-attributes-200':'index','entity-ldquor':'named-character-references','phrasing-content-215':'index','dt-13':'index','pre-3':'grouping-content','section':'introduction','menu-8':'grouping-content','menu-9':'grouping-content',phrasing-content-217':'index','entity-geq':'named-character-references','entity-ges':'named-character-references','menu-0':'content-models','menu-1':'content-models','menu-2':'content-models','menu-3':'content-models','menu-4':'content-models','menu-5':'content-models','menu-6':'content-models','menu-7':'content-models','accept-charset':'forms','colors':'common-microsyntaxes','radio':'index','attr-th-scope-colgroup-0':'tabular-data','valid-date-string-2':'common-microsyntaxes','entity-gel':'named-character-references','valid-date-string-1':'common-microsyntaxes','htmloptionscollection':'urls','img-40':'iana','img-41':'index','entity-nprcue':'named-character-references','valid-date-string-0':'common-microsyntaxes','img-44':'index','img-45':'index','img-46':'index','img-47':'index','img-48':'index','img-49':'index','formatblock-candidate-26':'index','htmlallcollection-1':'urls','htmlallcollection-2':'urls','htmlstyleelement':'semantics','htmlallcollection-3':'urls','the-sub-and-sup-elements':'text-level-semanics','have_nothing':'video','attr-dropzone-link':'dnd','htmlbaseelement-0':'index','htmlbaseelement-1':'index','ix-handler-onkeypress':'index','htmlelement-171':'index','em-14':'index','htmlelement-173':'index','entity-Gfr':'named-character-references','em-11':'obsolete','em-10':'text-level-semantics','em-13':'index','em-12':'index','hyperlink-annotation-1':'links','attr-iframe-srcdoc':'the-iframe-element','hyperlink-annotation-3':'links','hyperlink-annotation-2':'links','hyperlink-annotation-4':'links','the-a-element_index':'index-of-terms','entity-angrt':'named-character-references','the-placeholder-attribute':'common-input-element-attributes','entity-sqsube':'named-character-references','event-handler-content-attributes-76':'index','no_data_allowed_err':'urls','attr-label-for_index':'index-of-terms','fieldset-32':'index','fieldset-31':'index','entity-Amacr':'named-character-references','event-handler-content-attributes-75':'index','attr-tdth-headers':'tabular-data','event-handler-content-attributes-72':'ndex','entity-leftthreetimes':'named-character-references','attr-fs-formnovalidate_index':'index-of-terms','event-handler-content-attributes-73':'index','active-document':'browsers','entity-frasl':'named-character-references','entity-centerdot':'named-character-references','kind-2':'index','kind-1':'video','kind-0':'video','entity-circeq':'named-character-references','entity-Ffr':'named-character-references','step-35':'common-input-element-attributes','step-34':'common-input-element-attributes','flow-content-159':'index','refsORIGIN':'references','flow-content-158':'index','wrong_document_err':'urls','entity-ulcorn':'named-character-references','meta-8':'semantics','meta-9':'semantics','meta-6':'semantics','meta-7':'semantics','meta-4':'content-models','meta-5':'semantics','meta-2':'index','meta-3':'content-models','meta-0':'index','meta-1':'index','table-42':'obsolete','windows':'browsers','opener-browsing-context_index':'index-of-terms','entity-Dstrok':'named-character-references','entity-ldrushar':'namedcharacter-references','attr-tdth-charoff':'obsolete','htmllielement_index':'index-of-terms','refsCP51932':'references','abbr-8':'text-level-semantics','abbr-9':'text-level-semantics','abbr-4':'text-level-semantics','abbr-5':'text-level-semantics','abbr-6':'text-level-semantics','abbr-7':'text-level-semantics','abbr-0':'content-models','abbr-1':'content-models','document.open':'dom','abbr-3':'text-level-semantics','a-39':'links','maxlength':'forms','a-37':'links','a-36':'links','a-35':'links','a-34':'links','mediaerror':'video','concept-section':'sections','a-31':'links','a-30':'links','attr-meter-low':'the-button-element','attr-area-shape-rect':'the-map-element','entity-DownArrowBar':'named-character-references','url_mismatch_err_index':'index-of-terms','entity-trianglelefteq':'named-character-references','entity-sqsupset':'named-character-references','the-ins-element_index':'index-of-terms','syntax-errors':'introduction','syntax-cdata-0':'syntax','entity-nearhk':'named-character-references','legend':'forms,'entity-SquareSuperset':'named-character-references','attr-keygen-challenge':'the-button-element','area-39':'links','strong-15':'index','area-32':'links','area-33':'links','area-30':'links','area-31':'links','area-36':'links','area-37':'links','area-34':'links','area-35':'links','attr-track-kind-chapters_index':'index-of-terms','category-reset':'forms','attr-dropzone-link_index':'index-of-terms','metadata-content':'content-models','htmllegendelement-0':'index','collections_index':'index-of-terms','input-129':'obsolete','input-128':'obsolete','htmllegendelement-1':'index','input-125':'association-of-controls-and-forms','input-124':'association-of-controls-and-forms','input-127':'syntax','input-126':'association-of-controls-and-forms','input-121':'the-button-element','attr-th-scope-col':'tabular-data','input-123':'association-of-controls-and-forms','n':'tabular-data','global-attributes-46':'text-level-semantics','global-attributes-47':'text-level-semantics','global-attributes-44':'text-level-semantics','globl-attributes-45':'text-level-semantics','global-attributes-42':'text-level-semantics','global-attributes-43':'text-level-semantics','global-attributes-40':'text-level-semantics','global-attributes-41':'text-level-semantics','entity-Nu':'named-character-references','attr-source-media_index':'index-of-terms','attr-fs-method-get':'association-of-controls-and-forms','global-attributes-48':'text-level-semantics','global-attributes-49':'text-level-semantics','entity-Zopf':'named-character-references','attr-iframe-frameborder':'obsolete','entity-emacr':'named-character-references','syntax-attribute-name-2':'syntax','syntax-attribute-name-3':'syntax','syntax-attribute-name-0':'introduction','syntax-attribute-name-1':'syntax','entity-Rscr':'named-character-references','syntax-attribute-name-4':'syntax','attr-fs-formmethod':'association-of-controls-and-forms','entity-Sum':'named-character-references','attr-iframe-src_index':'index-of-terms','rel-22':'links','rel-23':'obsolete','rel-20':'links','rel-21':'links','xml-mme-type':'infrastructure','event-appcache-progress_index':'index-of-terms','rel-24':'index','rel-25':'index','attr-img-hspace':'obsolete','type-89':'content-models','ix-handler-window-onpopstate':'index','the-body-element-0_index':'index-of-terms','boolean-attribute-39':'index','boolean-attribute-38':'index','html-elements-20':'content-models','entity-hArr':'named-character-references','boolean-attribute-31':'index','boolean-attribute-30':'index','boolean-attribute-33':'index','entity-Ntilde':'named-character-references','boolean-attribute-35':'index','boolean-attribute-34':'index','boolean-attribute-37':'index','boolean-attribute-36':'index','th-40':'index','th-41':'index','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','html-12':'syntax','max-18':'states-of-the-type-attribute','max-19':'states-of-the-type-attribute','max-16':'states-of-the-type-attribute','max-17':'states-of-the-type-attribute','max-14':'states-of-the-type-attribute','max-15':'states-of-the-type-attribute','max-12:'states-of-the-type-attribute','max-13':'states-of-the-type-attribute','max-10':'states-of-the-type-attribute','max-11':'states-of-the-type-attribute','htmlkeygenelement':'the-button-element','entity-larrtl':'named-character-references','button-31':'index','button-30':'index','button-33':'index','button-32':'index','button-35':'index','button-34':'index','the-bdi-element_index':'index-of-terms','button-36':'index','h4-4':'index','attr-area-shape-circle_index':'index-of-terms','entity-Xopf':'named-character-references','object-38':'obsolete','object-39':'obsolete','object-36':'obsolete','object-37':'obsolete','entity-succneqq':'named-character-references','object-35':'obsolete','object-32':'obsolete','object-33':'obsolete','object-30':'obsolete','object-31':'obsolete','attr-iframe-seamless_index':'index-of-terms','entity-mscr':'named-character-references','attr-input-type-time-keyword':'the-input-element','attr-col-charoff':'obsolete','entity-Ncedil':'named-character-references','entity-nvle':'named-charactr-references','entity-efr':'named-character-references','entity-Topf':'named-character-references','entity-nvlt':'named-character-references','category-label':'forms','htmllabelelement-0':'index','htmllabelelement-1':'index','scriptingLanguages':'scripting-1','attr-hr-align_index':'index-of-terms','htmloptionelement_index':'index-of-terms','html-elements-21':'content-models','attr-input-usemap_index':'index-of-terms','attr-input-autocomplete_index':'index-of-terms','entity-exist':'named-character-references','sectioning-root_index':'index-of-terms','emptied':'index','isindex-0_index':'index-of-terms','entity-VerticalSeparator':'named-character-references','dom-media-have_metadata_index':'index-of-terms','network_err':'urls','refsUNICODE':'references','entity-mnplus':'named-character-references','entity-rangd':'named-character-references','entity-range':'named-character-references','entity-ThickSpace':'named-character-references','entity-real':'named-character-references','input-78':'states-of-the-type-attriute','input-79':'states-of-the-type-attribute','attr-object-type_index':'index-of-terms','input-74':'states-of-the-type-attribute','input-75':'states-of-the-type-attribute','input-76':'states-of-the-type-attribute','input-77':'states-of-the-type-attribute','input-70':'states-of-the-type-attribute','input-71':'states-of-the-type-attribute','input-72':'states-of-the-type-attribute','input-73':'states-of-the-type-attribute','entity-eparsl':'named-character-references','the-style-attribute_index':'index-of-terms','entity-InvisibleTimes':'named-character-references','srclang':'video','the-ins-element':'edits','attr-embed-type':'the-iframe-element','attr-id':'index','attr-datasrc_index':'index-of-terms','refsRFC4281':'references','index_size_err-3':'video','index_size_err-2':'video','index_size_err-1':'video','index_size_err-0':'video','index_size_err-7':'tabular-data','index_size_err-6':'tabular-data','index_size_err-5':'tabular-data','index_size_err-4':'tabular-data','value-46':'index','ix-handler-window-onresie':'index','index_size_err-9':'tabular-data','index_size_err-8':'tabular-data','htmltablecellelement_index':'index-of-terms','x-this-0':'introduction','datalist-7':'common-input-element-attributes','track-1':'index','event-dragenter':'dnd','attr-a-urn':'obsolete','dom-media-have_enough_data_index':'index-of-terms','entity-leftrightarrows':'named-character-references','entity-Cup':'named-character-references','attr-datafld_index':'index-of-terms','colgroup-18':'index','colgroup-19':'index','colgroup-10':'tabular-data','colgroup-11':'syntax','colgroup-12':'syntax','colgroup-13':'syntax','colgroup-14':'syntax','colgroup-15':'syntax','colgroup-16':'index','colgroup-17':'index','category-label-11':'index','refsATOM':'references','noscript-39':'index','noscript-38':'scripting-1','noscript-37':'scripting-1','noscript-36':'scripting-1','noscript-35':'scripting-1','noscript-34':'scripting-1','noscript-33':'scripting-1','noscript-32':'scripting-1','noscript-31':'scripting-1','noscript-30':'scripting-1','function-5':'om','function-4':'dom','function-7':'dom','function-6':'dom','function-1':'dom','function-0':'dom','function-3':'dom','function-2':'dom','function-9':'dom','function-8':'dom','tfoot-24':'obsolete','event-media-playing_index':'index-of-terms','tfoot-23':'obsolete','entity-hellip':'named-character-references','tfoot-0':'tabular-data','tfoot-1':'tabular-data','tfoot-2':'tabular-data','tfoot-3':'tabular-data','tfoot-4':'tabular-data','tfoot-5':'tabular-data','tfoot-6':'tabular-data','tfoot-7':'tabular-data','tfoot-8':'tabular-data','tfoot-9':'tabular-data','index_size_err':'urls','entity-smashp':'named-character-references','the-draggable-attribute_index':'index-of-terms','namespace_err':'urls','cite-18':'text-level-semantics','cite-19':'text-level-semantics','cite-16':'index','cite-17':'index','event-media-play':'video','cite-15':'index','cite-12':'text-level-semantics','cite-13':'text-level-semantics','cite-10':'text-level-semantics','cite-11':'text-level-semantics','entity-uplus':'named-character-references''ismap-0':'embedded-content-1','ismap-1':'index','entity-sqcaps':'named-character-references','refsSVG':'references','attr-command-type-state-radio-0':'interactive-elements','attr-command-type-state-radio-1':'interactive-elements','attr-command-type-state-radio-2':'interactive-elements','track-0':'index','attr-form-autocomplete-on-state_index':'index-of-terms','entity-DoubleVerticalBar':'named-character-references','attr-input-hspace_index':'index-of-terms','the-iframe-element_index':'index-of-terms','concept-week_index':'index-of-terms','dynamic-markup-insertion_index':'index-of-terms','mime-type-19':'obsolete','mime-type-18':'dnd','attr-dropzone':'index','width-18':'states-of-the-type-attribute','width-19':'states-of-the-type-attribute','width-16':'states-of-the-type-attribute','width-17':'states-of-the-type-attribute','width-14':'states-of-the-type-attribute','width-15':'states-of-the-type-attribute','width-12':'the-input-element','width-13':'states-of-the-type-attribute','width-10':'the-input-element','idth-11':'the-input-element','transparent-0':'content-models','htmlelement-165':'index','usemap-12':'index','lang-4':'elements','mime-type-14':'timers','entity-longmapsto':'named-character-references','the-ready-states':'video','entity-Uuml':'named-character-references','readonly':'content-models','lang-6':'grouping-content','lang-1':'elements','htmlelement-161':'index','entity-Uacute':'named-character-references','lang-0':'elements','event-media-waiting_index':'index-of-terms','maximum-allowed-value-length_index':'index-of-terms','lang-3':'elements','entity-rscr':'named-character-references','htmltabledatacellelement-0':'index','lang-2':'elements','foreign-elements':'syntax','dom-style-disabled_index':'index-of-terms','webappapis':'webappapis','attr-meter-value_index':'index-of-terms','entity-swarr':'named-character-references','mime-type-16':'dnd','meta-keywords':'semantics','event-handler-content-attributes-80':'index','entity-eacute':'named-character-references','entity-Lopf':'named-character-references,'entity-lsquo':'named-character-references','attr-input-type-checkbox-keyword_index':'index-of-terms','entity-Yfr':'named-character-references','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'links','entity-digamma':'named-character-references','focus':'editing','category-listed_index':'index-of-terms','entity-loarr':'named-character-references','noframes_index':'index-of-terms','attr-area-shape-poly_index':'index-of-terms','entity-rpargt':'named-character-references','htmltitleelement-1':'index','dom-navigator-registerprotocolhandler_index':'index-of-terms','syntax-start-tag-4':'syntax','attr-input-alt_index':'index-of-terms','global-attributes-195':'index','global-attributes-194':'index','global-attributes-197':'index','global-attributes-196':'index','global-attributes-191':'index','global-attributes-190':'index','global-attributes-193':'index','global-attributes-192':'index','global-attributes-199':'index','global-attributes-198':'index','entity-iuml':'named-character-reerences','entity-tau':'named-character-references','entity-ddagger':'named-character-references','entity-RightTriangleBar':'named-character-references','editing_index':'index-of-terms','applicationcache_index':'index-of-terms','autocomplete-0':'common-input-element-attributes','attr-body-marginleft':'obsolete','metadata':'index','text-html_index':'index-of-terms','htmlmapelement-0':'index','htmlmapelement-1':'index','entity-triangleright':'named-character-references','entity-Jsercy':'named-character-references','attr-hyperlink-href':'links','entity-fltns':'named-character-references','the-html-syntax-2':'scripting-1','obsolete':'obsolete','attr-embed-name_index':'index-of-terms','number-state':'number-state','the-body-element-0':'sections','phrasing-content-169':'index','the-body-element-1':'dom','entity-blacktriangle':'named-character-references','the-body-element-2':'dom','label-10':'forms','label-11':'forms','label-12':'forms','media-element-32':'video','label-14':'forms','label-15':'forms','label-16':'frms','label-17':'forms','label-18':'forms','img-23':'the-map-element','img-20':'embedded-content-1','img-21':'embedded-content-1','img-26':'number-state','img-27':'webappapis','global-dates-and-times':'common-microsyntaxes','img-25':'the-map-element','entity-rfloor':'named-character-references','b-14':'links','b-15':'dnd','b-16':'obsolete','b-17':'index','b-10':'text-level-semantics','b-11':'text-level-semantics','b-12':'text-level-semantics','b-13':'text-level-semantics','b-18':'index','entity-parsl':'named-character-references','entity-Rarr':'named-character-references','entity-setmn':'named-character-references','entity-angmsdah':'named-character-references','htmlelement-118':'index','entity-forall':'named-character-references','entity-angmsdab':'named-character-references','htmlelement-112':'interactive-elements','resource-metadata-management':'dom','htmlelement-110':'interactive-elements','entity-angmsdaf':'named-character-references','entity-angmsdag':'named-character-references','entity-angmsdad':'naed-character-references','entity-angmsdae':'named-character-references','link-type-license':'links','text-node_index':'index-of-terms','href-29':'index','attr-input-type-number-keyword_index':'index-of-terms','valid-hash-name-reference-0':'the-map-element','attr-li-value_index':'index-of-terms','syntax-tag-name':'syntax','event-drop_index':'index-of-terms','text-track-loading-1':'video','style-default-media':'semantics','plugin-7':'index','an-entry-with-persisted-user-state':'history','attr-background_index':'index-of-terms','htmlcollection-18':'dom','htmlcollection-19':'dom','htmlcollection-16':'dom','htmlcollection-17':'dom','htmlcollection-14':'dom','htmlcollection-15':'dom','htmlcollection-12':'dom','htmlcollection-13':'dom','htmlcollection-10':'dom','htmlcollection-11':'dom','entity-gamma':'named-character-references','entity-eDDot':'named-character-references','entity-intcal':'named-character-references','event-pageshow_index':'index-of-terms','prev':'links','entity-sube':'named-character-references',entity-nvgt':'named-character-references','entity-Cedilla':'named-character-references','entity-lesseqqgtr':'named-character-references','attr-input-readonly':'common-input-element-attributes','entity-ltlarr':'named-character-references','obsolete-permitted-doctype_index':'index-of-terms','attr-input-type-month':'content-models','a-15':'text-level-semantics','a-14':'text-level-semantics','a-17':'text-level-semantics','a-16':'text-level-semantics','a-11':'content-models','a-10':'content-models','a-13':'text-level-semantics','a-12':'semantics','window-3':'sections','window-2':'sections','window-1':'sections','window-0':'elements','a-19':'text-level-semantics','a-18':'text-level-semantics','window-5':'sections','window-4':'sections','entity-gcy':'named-character-references','numbers':'common-microsyntaxes','syntax-attribute-value':'syntax','figure':'content-models','entity-Rsh':'named-character-references','hreflang':'semantics','text-track-not-loaded':'video','live_index':'index-of-terms','command-superscript:'dnd','link-type-prefetch_index':'index-of-terms','formenctype':'the-input-element','attr-img-align_index':'index-of-terms','list-of-text-tracks-1':'video','list-of-text-tracks-0':'video','list-of-text-tracks-3':'video','list-of-text-tracks-2':'video','list-of-text-tracks-4':'video','entity-lpar':'named-character-references','x_charset_':'states-of-the-type-attribute','the-option-element':'the-button-element','xml:base':'elements','entity-Leftrightarrow':'named-character-references','attr-a-rev':'obsolete','htmlareaelement':'the-map-element','figcaption':'grouping-content','global-attributes-103':'index','head-28':'syntax','head-29':'syntax','entity-profsurf':'named-character-references','global-attributes-100':'interactive-elements','entity-LT':'named-character-references','head-22':'scripting-1','head-23':'scripting-1','head-20':'scripting-1','head-21':'scripting-1','head-26':'syntax','head-27':'syntax','head-24':'scripting-1','head-25':'scripting-1','input-103':'number-state','input-102':'number-state',input-101':'number-state','input-100':'number-state','input-107':'number-state','input-106':'number-state','input-105':'number-state','input-104':'number-state','input-109':'number-state','input-108':'number-state','attr-input-autocomplete-on-state-0':'common-input-element-attributes','entity-Ll':'named-character-references','the-span-element':'text-level-semantics','entity-Lt':'named-character-references','iframe-62':'index','iframe-63':'index','iframe-60':'index','iframe-61':'index','iframe-66':'index','iframe-67':'index','iframe-64':'index','iframe-65':'index','name-44':'the-button-element','li-8':'grouping-content','li-9':'grouping-content','entity-scirc':'named-character-references','li-2':'grouping-content','li-3':'grouping-content','li-0':'introduction','li-1':'content-models','li-6':'grouping-content','li-7':'grouping-content','li-4':'grouping-content','li-5':'grouping-content','script-2':'index','script-3':'introduction','script-0':'index','text-track-cue-pause-on-exit-flag':'video','script-6':'intoduction','attr-dir-rtl-state-0':'elements','script-4':'introduction','script-5':'introduction','a-quick-introduction-to-html':'introduction','script-8':'dom','script-9':'elements','attr-optgroup-disabled_index':'index-of-terms','ix-handler-onabort':'index','name-47':'syntax','div-7':'sections','div-6':'sections','div-5':'content-models','div-4':'content-models','div-3':'content-models','div-2':'introduction','div-1':'introduction','div-0':'introduction','div-9':'grouping-content','div-8':'grouping-content','closing-the-input-stream':'apis-in-html-documents','text-track-showing-by-default_index':'index-of-terms','attr-button-value_index':'index-of-terms','seeking-0':'index','max-38':'the-button-element','max-39':'the-button-element','text-track-cue-order':'video','max-30':'number-state','max-31':'number-state','max-32':'number-state','max-33':'common-input-element-attributes','max-34':'common-input-element-attributes','this-0':'introduction','max-36':'the-button-element','max-37':'the-button-element','butto-17':'index','button-16':'index','button-15':'obsolete','button-14':'obsolete','disabled-28':'interactive-elements','name':'semantics','button-11':'the-button-element','button-10':'forms','disabled-24':'index','disabled-25':'index','disabled-26':'index','disabled-27':'index','disabled-20':'the-button-element','disabled-21':'association-of-controls-and-forms','disabled-22':'syntax','entity-lrm':'named-character-references','autocomplete-5':'the-input-element','autocomplete-4':'the-input-element','object-16':'the-iframe-element','autocomplete-6':'states-of-the-type-attribute','object-10':'content-models','object-11':'content-models','object-12':'content-models','object-13':'the-iframe-element','entity-Integral':'named-character-references','other-metadata-names':'semantics','object-18':'the-iframe-element','object-19':'the-iframe-element','boolean-attribute-9':'the-input-element','boolean-attribute-8':'video','boolean-attribute-7':'video','boolean-attribute-6':'video','boolean-attribute-5':'the-iframe-element,'boolean-attribute-4':'embedded-content-1','boolean-attribute-3':'text-level-semantics','boolean-attribute-2':'grouping-content','boolean-attribute-1':'scripting-1','boolean-attribute-0':'semantics','index-of-terms':'index-of-terms','entity-vartriangleleft':'named-character-references','attr-command-radiogroup':'interactive-elements','entity-lates':'named-character-references','auto-0':'text-level-semantics','auto-1':'index','valid-url-4':'offline','function-151':'browsers','entity-oint':'named-character-references','the-meter-element_index':'index-of-terms','htmlunknownelement':'elements','entity-NotSubsetEqual':'named-character-references','entity-harrcir':'named-character-references','transparent-19':'index','entity-fnof':'named-character-references','transparent-12':'the-map-element','transparent-13':'index','transparent-10':'video','transparent-11':'the-canvas-element','transparent-16':'index','entity-Downarrow':'named-character-references','function-150':'browsers','transparent-15':'index','entity-bnt':'named-character-references','entity-vellip':'named-character-references','seeked':'index','text-track-cue-10':'video','text-track-cue-11':'video','text-track-cue-12':'video','text-track-cue-13':'video','text-track-cue-14':'video','text-track-cue-15':'video','text-track-cue-16':'video','url-11':'the-iframe-element','url-10':'semantics','url-13':'forms','url-12':'video','function-153':'browsers','url-14':'commands','url-17':'history','url-16':'history','entity-nsube':'named-character-references','entity-varsubsetneqq':'named-character-references','attr-hr-width':'obsolete','html-elements-18':'elements','the-div-element':'grouping-content','input-52':'forms','input-53':'forms','input-50':'forms','input-51':'forms','input-56':'forms','input-57':'forms','input-54':'forms','input-55':'forms','entity-nvsim':'named-character-references','obsolete-permitted-doctype-string-0':'syntax','input-58':'forms','input-59':'forms','entity-Uarrocir':'named-character-references','child-browsing-context-6':'browsers','entityUring':'named-character-references','text-track-cue-size_index':'index-of-terms','obsolete-0':'offline','entity-race':'named-character-references','event-handler-content-attributes-2':'sections','event-handler-content-attributes-3':'sections','event-handler-content-attributes-0':'introduction','event-handler-content-attributes-1':'elements','event-handler-content-attributes-6':'webappapis','event-handler-content-attributes-7':'webappapis','event-handler-content-attributes-4':'sections','event-handler-content-attributes-5':'webappapis','event-handler-content-attributes-8':'index','event-handler-content-attributes-9':'index','entity-ncongdot':'named-character-references','rules-for-updating-the-text-track-rendering_index':'index-of-terms','text-track-cue-vertical-growing-right-writing-direction_index':'index-of-terms','syntax-attribute-name_index':'index-of-terms','doctype-legacy-string':'syntax','error-codes':'video','entity-rightrightarrows':'named-character-references','entity-zscr':'named-character-refereces','datatransferitems-3':'dnd','datatransferitems-2':'dnd','datatransferitems-1':'dnd','datatransferitems-0':'dnd','ix-handler-onvolumechange':'index','the-figure-element':'grouping-content','entity-lstrok':'named-character-references','attr-track-kind-chapters':'video','matches-the-environment_index':'index-of-terms','entity-Uparrow':'named-character-references','valid-non-empty-url-potentially-surrounded-by-spaces':'urls','entity-curvearrowright':'named-character-references','pageshow-0':'index','radionodelist-0':'urls','pre':'elements','entity-realine':'named-character-references','dates-and-times':'common-microsyntaxes','refsRFC5280':'references','attr-command-disabled_index':'index-of-terms','isindex-0':'obsolete','noscript-11':'scripting-1','noscript-10':'scripting-1','noscript-13':'scripting-1','noscript-12':'scripting-1','noscript-15':'scripting-1','noscript-14':'scripting-1','noscript-17':'scripting-1','noscript-16':'scripting-1','noscript-19':'scripting-1','noscript-18':'scripting-1','any':'link','flow-content-128':'the-button-element','flow-content-129':'the-button-element','entity-GreaterEqual':'named-character-references','entity-wreath':'named-character-references','entity-wcirc':'named-character-references','flow-content-120':'forms','flow-content-121':'forms','flow-content-122':'forms','flow-content-123':'forms','flow-content-124':'the-input-element','flow-content-125':'the-button-element','flow-content-126':'the-button-element','attr-th-scope-row':'tabular-data','attr-input-type-range-1':'the-input-element','attr-input-type-range-0':'the-input-element','entity-gscr':'named-character-references','function-158':'browsers','link-type-tag_index':'index-of-terms','concept-month':'common-microsyntaxes','command-facet-accesskey-1':'commands','command-facet-accesskey-0':'commands','multiple':'the-input-element','text-track-mode_index':'index-of-terms','event-pageshow':'history','entity-supsup':'named-character-references','entity-ltrif':'named-character-references','entity-ltrie':'named-character-rferences','icon':'interactive-elements','entity-tilde':'named-character-references','form-owner-3':'forms','form-owner-2':'forms','form-owner-1':'forms','form-owner-0':'the-iframe-element','form-owner-7':'common-input-element-attributes','form-owner-6':'number-state','form-owner-5':'number-state','form-owner-4':'the-input-element','form-owner-9':'the-button-element','form-owner-8':'the-button-element','ix-handler-ontimeupdate':'index','rel-sidebar-hyperlink_index':'index-of-terms','event-media-abort_index':'index-of-terms','cdata-sections':'syntax','attr-iframe-name_index':'index-of-terms','spacer':'obsolete','attr-area-shape-default-0':'the-map-element','image-map_index':'index-of-terms','entity-congdot':'named-character-references','cite-14':'index','entity-Kfr':'named-character-references','reload-override-flag_index':'index-of-terms','entity-Tfr':'named-character-references','the-min-and-max-attributes':'common-input-element-attributes','navigatorcontentutils':'timers','entity-gtcc':'named-character-refrences','nobr':'obsolete','attr-iframe-align':'obsolete','max-35':'index','the-text-tracks-are-ready-1':'video','the-text-tracks-are-ready-0':'video','entity-eqslantgtr':'named-character-references','entity-triangleq':'named-character-references','text-track-cue-vertical-growing-left-writing-direction_index':'index-of-terms','entity-cupor':'named-character-references','ix-handler-window-onhashchange':'index','attr-canvas-height_index':'index-of-terms','dt-9':'syntax','progress-10':'the-button-element','concept-time':'common-microsyntaxes','dt-8':'syntax','concept-section_index':'index-of-terms','the-dragevent-interface':'dnd','dt-3':'grouping-content','dt-2':'grouping-content','dt-1':'grouping-content','dt-0':'grouping-content','dt-7':'grouping-content','dt-6':'grouping-content','dt-5':'grouping-content','dt-4':'grouping-content','entity-Lscr':'named-character-references','the-var-element':'text-level-semantics','alt-36':'index','entity-plusb':'named-character-references','link-type-author_index':'index-of-erms','simple-color_index':'index-of-terms','entity-pluse':'named-character-references','basefont':'obsolete','dom-mediaerror-media_err_decode-0':'video','the-summary-element':'interactive-elements','refsGREGORIAN':'references','the-header-element':'sections','the-dropzone-attribute':'dnd','entity-vnsub':'named-character-references','entity-RightDownTeeVector':'named-character-references','entity-larrb':'named-character-references','rcdata-elements_index':'index-of-terms','entity-vnsup':'named-character-references','dom-appcache-updateready':'offline','entity-num':'named-character-references','entity-quaternions':'named-character-references','entity-gopf':'named-character-references','srcdoc':'the-iframe-element','formenctype-0':'the-input-element','formenctype-1':'the-input-element','formenctype-2':'states-of-the-type-attribute','formenctype-3':'states-of-the-type-attribute','formenctype-4':'states-of-the-type-attribute','formenctype-5':'states-of-the-type-attribute','formenctype-6':'states-of-the-type-attibute','formenctype-7':'states-of-the-type-attribute','formenctype-8':'states-of-the-type-attribute','formenctype-9':'states-of-the-type-attribute','entity-macr':'named-character-references','entity-bigcap':'named-character-references','command-insertparagraph_index':'index-of-terms','entity-ensp':'named-character-references','cols-1':'the-button-element','entity-Nscr':'named-character-references','img-35':'obsolete','entity-nltri':'named-character-references','attr-ul-type_index':'index-of-terms','attr-input-type-datetime':'content-models','poly':'index','datalist-11':'common-input-element-attributes','event-media-loadedmetadata_index':'index-of-terms','datalist-10':'common-input-element-attributes','entity-nLtv':'named-character-references','valid-browsing-context-name-2':'browsers','event-appcache-updateready_index':'index-of-terms','label-36':'interactive-elements','label-37':'interactive-elements','attr-iframe-name':'the-iframe-element','label-35':'index','label-32':'index','application-name':'semantic','entity-harrw':'named-character-references','label-31':'the-button-element','label-38':'index','label-39':'interactive-elements','making-entire-documents-editable':'editing','label-5':'content-models','attr-textarea-wrap_index':'index-of-terms','attr-media-loop':'video','entity-hamilt':'named-character-references','htmlelement-135':'index','entity-verbar':'named-character-references','htmlelement-99':'the-button-element','htmlelement-98':'the-button-element','htmlelement-131':'index','htmlelement-130':'index','htmlelement-133':'index','htmlelement-132':'index','htmlelement-93':'forms','htmlelement-92':'forms','htmlelement-91':'forms','htmlelement-90':'forms','htmlelement-97':'the-button-element','htmlelement-96':'the-button-element','htmlelement-95':'the-input-element','htmlelement-94':'the-input-element','prefix-match':'infrastructure','content-0':'semantics','content-3':'semantics','content-2':'semantics','content-5':'index','content-4':'semantics','entity-LessSlantEqual':'named-character-references','etity-aopf':'named-character-references','concept-input-type-file-selected-0':'common-input-element-attributes','entity-dollar':'named-character-references','head-39':'index','text-track-cue-end-time':'video','attr-textarea-rows_index':'index-of-terms','rel-icon_index':'index-of-terms','head-38':'index','dom-media-have_future_data_index':'index-of-terms','entity-Backslash':'named-character-references','htmltextareaelement-1':'index','htmltextareaelement-0':'index','entity-swarrow':'named-character-references','mime-type-11':'links','some-sample-manifests':'offline','the-br-element_index':'index-of-terms','mime-type-10':'the-input-element','concept-select-option-list_index':'index-of-terms','entity-KHcy':'named-character-references','mime-type-13':'offline','rp-11':'index','mime-type-12':'offline','rp-10':'syntax','mime-type-15':'dnd','htmlfieldsetelement_index':'index-of-terms','domstring_size_err':'urls','html':'introduction','mime-type-17':'dnd','the-dt-element':'grouping-content','events':'webappapis','atr-abbr-title_index':'index-of-terms','the-window-object':'browsers','entity-rmoustache':'named-character-references','progress-13':'index','navigatorcontentutils_index':'index-of-terms','attr-textarea-dirname':'the-button-element','maxlength-10':'states-of-the-type-attribute','maxlength-11':'states-of-the-type-attribute','maxlength-12':'states-of-the-type-attribute','maxlength-13':'states-of-the-type-attribute','maxlength-14':'states-of-the-type-attribute','htmlcollection-31':'tabular-data','htmlcollection-32':'forms','htmlcollection-33':'forms','maxlength-18':'number-state','maxlength-19':'number-state','html-namespace-4':'the-map-element','entity-scaron':'named-character-references','html-namespace-2':'content-models','html-namespace-3':'apis-in-html-documents','html-namespace-0':'urls','html-namespace-1':'elements','entity-gap':'named-character-references','entity-backcong':'named-character-references','entity-oplus':'named-character-references','meter-17':'index','refsRFC2046':'references','the-sub-and-up-elements_1_index':'index-of-terms','meter-16':'index','critical-subresources_index':'index-of-terms','input-133':'obsolete','entity-cuepr':'named-character-references','form-associated-element-31':'index','drag-data-store-elements-list_index':'index-of-terms','attr-input-type-week-keyword_index':'index-of-terms','entity-bdquo':'named-character-references','entity-ClockwiseContourIntegral':'named-character-references','entity-LeftUpVector':'named-character-references','meter-10':'the-button-element','entity-zcy':'named-character-references','entity-leftarrow':'named-character-references','subtitles':'index','dom-mediaerror-media_err_aborted':'video','hashchangeevent_index':'index-of-terms','entity-nsubseteqq':'named-character-references','span-20':'tabular-data','span-21':'tabular-data','span-22':'index','span-23':'tabular-data','span-24':'tabular-data','input-83':'states-of-the-type-attribute','the-del-element':'edits','concept-appcache-manifest-explicit_index':'index-of-terms','attr-track-kind_index':'idex-of-terms','valid-url-potentially-surrounded-by-spaces_index':'index-of-terms','refsWEBWORKERS':'references','command-insertorderedlist_index':'index-of-terms','wbr':'content-models','ready-for-editing-host-commands_index':'index-of-terms','entity-apid':'named-character-references','isindex':'association-of-controls-and-forms','iframe-40':'browsers','iframe-41':'browsers','global-attributes-88':'the-button-element','global-attributes-89':'the-button-element','coords':'the-map-element','iframe-45':'obsolete','entity-vArr':'named-character-references','entity-Rrightarrow':'named-character-references','global-attributes-82':'tabular-data','global-attributes-83':'forms','global-attributes-80':'tabular-data','global-attributes-81':'tabular-data','global-attributes-86':'forms','content-models-0':'elements','global-attributes-84':'forms','global-attributes-85':'forms','attr-input-type-text-4':'states-of-the-type-attribute','attr-input-type-text-5':'association-of-controls-and-forms','attr-input-type-text-6':'obolete','attr-input-type-text-0':'content-models','attr-input-type-text-1':'the-input-element','attr-input-type-text-2':'the-input-element','attr-input-type-text-3':'the-input-element','syntax-elements':'syntax','embedded-content-27':'index','url-18':'history','attr-input-readonly_index':'index-of-terms','windowbase64-0':'webappapis','attr-table-summary':'obsolete','entity-gtreqless':'named-character-references','attr-contextmenu_index':'index-of-terms','concept-appcache-manifest-network':'offline','htmltabledatacellelement-1':'index','valid-local-date-and-time-string-0':'states-of-the-type-attribute','valid-local-date-and-time-string-1':'states-of-the-type-attribute','text-track-cue-identifier':'video','entity-SquareIntersection':'named-character-references','entity-DoubleLongLeftRightArrow':'named-character-references','ordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','attr-tabindex-0':'index','image-map-8':'index','attr-object-code':'obsolete','ol':'elements','entity-zfr':'named-characer-references','entity-nLeftrightarrow':'named-character-references','dom-trees':'infrastructure','entity-blacksquare':'named-character-references','entity-Lstrok':'named-character-references','readonly-28':'number-state','readonly-29':'number-state','readonly-22':'states-of-the-type-attribute','readonly-23':'states-of-the-type-attribute','readonly-20':'states-of-the-type-attribute','readonly-21':'states-of-the-type-attribute','readonly-26':'states-of-the-type-attribute','readonly-27':'states-of-the-type-attribute','readonly-24':'states-of-the-type-attribute','readonly-25':'states-of-the-type-attribute','htmltabledatacellelement_index':'index-of-terms','refsWEBIDL':'references','attr-link-type':'semantics','a-82':'index','inline-documentation-for-external-scripts':'scripting-1','height-29':'number-state','height-28':'number-state','hard':'index','htmlimageelement':'embedded-content-1','href-9':'text-level-semantics','height-21':'states-of-the-type-attribute','height-20':'states-of-the-type-attribute','heigh-23':'states-of-the-type-attribute','height-22':'states-of-the-type-attribute','height-25':'number-state','href-3':'semantics','height-27':'number-state','height-26':'number-state','refsWEBSTORAGE':'references','htmlmodelement_index':'index-of-terms','ended':'index','entity-star':'named-character-references','media-resource-36':'video','media-resource-37':'video','media-resource-34':'video','media-resource-35':'video','media-resource-32':'video','media-resource-33':'video','media-resource-30':'video','media-resource-31':'video','select-26':'the-button-element','select-27':'the-button-element','select-24':'the-button-element','select-25':'the-button-element','select-22':'the-button-element','select-23':'the-button-element','media-resource-38':'video','media-resource-39':'video','entity-Ecy':'named-character-references','interactive-content-29':'index','popstateevent':'history','entity-vfr':'named-character-references','interactive-content-28':'index','entity-between':'named-character-references','attr-iframescrolling':'obsolete','link-type-noreferrer':'links','entity-operp':'named-character-references','entity-ssetmn':'named-character-references','video-30':'index','valid-non-negative-integer-15':'index','entity-nang':'named-character-references','active-document-8':'offline','entity-int':'named-character-references','interactive-content-24':'index','active-document-2':'browsers','active-document-3':'browsers','active-document-0':'dom','active-document-1':'browsers','active-document-6':'browsers','active-document-7':'history','active-document-4':'browsers','active-document-5':'browsers','attr-a-coords':'obsolete','entity-lbrkslu':'named-character-references','valid-non-negative-integer-16':'index','concept-id':'elements','html-14':'syntax','entity-lbrksld':'named-character-references','html-15':'syntax','html-16':'syntax','attr-track-label':'video','html-17':'syntax','phrasing-content-40':'text-level-semantics','entity-NegativeMediumSpace':'named-character-references','flow-content-207':'index','html-11':'syntx','the-drag-data-item-kind-0':'dnd','the-drag-data-item-kind-1':'dnd','the-drag-data-item-kind-2':'dnd','the-drag-data-item-kind-3':'dnd','the-drag-data-item-kind-4':'dnd','the-drag-data-item-kind-5':'dnd','html-13':'syntax','concept-appcache-manifest-explicit-0':'offline','concept-appcache-manifest-explicit-1':'offline','concept-appcache-manifest-explicit-2':'offline','concept-appcache-manifest-explicit-3':'offline','tr-20':'syntax','tr-21':'syntax','tr-22':'syntax','tr-23':'syntax','dom-outerhtml':'apis-in-html-documents','tr-25':'syntax','tr-26':'obsolete','tr-27':'obsolete','tr-28':'obsolete','tr-29':'obsolete','size-18':'number-state','size-19':'number-state','concept-time_index':'index-of-terms','size-10':'states-of-the-type-attribute','size-11':'states-of-the-type-attribute','size-12':'states-of-the-type-attribute','size-13':'states-of-the-type-attribute','size-14':'number-state','size-15':'number-state','size-16':'number-state','size-17':'number-state','browsing-context-container':'browsers','refsRC1922':'references','flow-content-33':'sections','flow-content-32':'sections','htmlformelement-9':'the-button-element','alt':'embedded-content-1','flow-content-31':'sections','htmlelement-203':'index','flow-content-30':'sections','entity-oscr':'named-character-references','flow-content-108':'the-map-element','flow-content-109':'the-map-element','flow-content-106':'the-map-element','flow-content-107':'the-map-element','flow-content-104':'video','flow-content-105':'the-canvas-element','flow-content-102':'video','flow-content-103':'video','flow-content-100':'the-iframe-element','flow-content-101':'video','htmlelement-200':'index','flow-content-35':'sections','flow-content-34':'sections','the-ruby-element':'text-level-semantics','entity-starf':'named-character-references','entity-SuchThat':'named-character-references','application-cache-api':'offline','entity-searhk':'named-character-references','entity-image':'named-character-references','nobr_index':'index-of-terms','entity-ang':'named-character-references','ntity-Fouriertrf':'named-character-references','htmlelement-208':'index','html-8':'sections','html-9':'sections','html-6':'semantics','html-7':'sections','html-4':'semantics','html-5':'semantics','list':'content-models','html-3':'semantics','html-0':'introduction','html-1':'dom','windowbase64_index':'index-of-terms','range-state_index':'index-of-terms','entity-zdot':'named-character-references','tel':'forms','entity-barvee':'named-character-references','entity-wp':'named-character-references','attr-meta-charset_index':'index-of-terms','entity-duhar':'named-character-references','placeholder-label-option_index':'index-of-terms','entity-iota':'named-character-references','sub':'content-models','concept-fs-target':'association-of-controls-and-forms','media-resource-specific-text-track':'video','entity-emptyset':'named-character-references','global-attributes-168':'index','attr-time-pubdate':'text-level-semantics','sup':'content-models','row':'index','entity-supmult':'named-character-references','entity-dbkarow:'named-character-references','entity-lescc':'named-character-references','event-handler-content-attributes-15':'index','button-23':'index','parent-browsing-context_index':'index-of-terms','valid-non-negative-integer-18':'index','attr-script-defer':'scripting-1','button-24':'index','entity-leqq':'named-character-references','body-42':'obsolete','body-43':'obsolete','body-40':'obsolete','hyperlink-23':'links','body-46':'index','body-47':'index','body-44':'index','body-45':'index','body-48':'index','attr-ol-compact':'obsolete','entity-lfisht':'named-character-references','attr-tbody-align':'obsolete','entity-Otimes':'named-character-references','entity-Tscr':'named-character-references','entity-varkappa':'named-character-references','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','h6-11':'obsolete','h6-10':'syntax','h6-13':'index','h6-12':'index','entity-lessgtr':'named-character-references','html-elements-35':'editing','h6-17':'index','h6-16':'index','the-track-elemnt':'video','entity-NJcy':'named-character-references','entity-lsaquo':'named-character-references','input-154':'index','entity-Igrave':'named-character-references','the-q-element_index':'index-of-terms','rel-up':'links','entity-supdot':'named-character-references','ix-handler-onshow':'index','td-18':'tabular-data','base-18':'index','base-19':'index','base-14':'syntax','the-i-element':'text-level-semantics','base-16':'index','the-embed-element':'the-iframe-element','base-10':'semantics','base-11':'the-iframe-element','base-12':'association-of-controls-and-forms','base-13':'association-of-controls-and-forms','attr-menu-compact_index':'index-of-terms','telephone-state':'states-of-the-type-attribute','entity-nearrow':'named-character-references','entity-elsdot':'named-character-references','refsCSSUI':'references','entity-RightTriangleEqual':'named-character-references','nested-browsing-context-9':'browsers','nested-browsing-context-8':'browsers','syntax-text_index':'index-of-terms','entity-Efr':'named-charactr-references','nested-browsing-context-1':'the-iframe-element','nested-browsing-context-0':'the-iframe-element','nested-browsing-context-3':'the-iframe-element','nested-browsing-context-2':'the-iframe-element','nested-browsing-context-5':'the-iframe-element','nested-browsing-context-4':'the-iframe-element','nested-browsing-context-7':'browsers','nested-browsing-context-6':'the-iframe-element','entity-nshortparallel':'named-character-references','entity-simeq':'named-character-references','text-track-cue-pause-on-exit-flag_index':'index-of-terms','entity-Lleftarrow':'named-character-references','writing-cache-manifests':'offline','attr-tdth-rowspan':'tabular-data','entity-rightharpoondown':'named-character-references','ruby-12':'index','the-thead-element_index':'index-of-terms','ruby-7':'text-level-semantics','entity-icy':'named-character-references','input-155':'index','attr-mod-cite':'edits','strike_index':'index-of-terms','command-facet-checkedstate_index':'index-of-terms','entity-Lacute':'named-characterreferences','htmlelement-75':'the-map-element','htmlelement-74':'the-map-element','htmlelement-77':'tabular-data','htmlelement-76':'tabular-data','htmlelement-71':'video','htmlelement-70':'video','htmlelement-73':'the-canvas-element','htmlelement-72':'video','entity-cemptyv':'named-character-references','entity-caron':'named-character-references','htmlelement-79':'tabular-data','htmlelement-78':'tabular-data','global-attributes-162':'index','attr-input-list_index':'index-of-terms','footer':'content-models','category-reset-11':'index','category-reset-10':'index','attributes-for-form-submission-4':'association-of-controls-and-forms','attributes-for-form-submission-5':'association-of-controls-and-forms','attributes-for-form-submission-2':'number-state','attributes-for-form-submission-3':'the-button-element','attributes-for-form-submission-0':'forms','attributes-for-form-submission-1':'number-state','entity-Verbar':'named-character-references','attr-link-rev_index':'index-of-terms','sectioning-content_index':'idex-of-terms','category-label-18':'index','command-superscript_index':'index-of-terms','formtarget-29':'association-of-controls-and-forms','readonly-15':'the-input-element','formtarget-28':'the-button-element','htmlmodelement':'edits','readonly-14':'the-input-element','fieldset-22':'obsolete','entity-xwedge':'named-character-references','disabled':'semantics','category-label-14':'index','fieldset-23':'index','category-label-15':'index','readonly-19':'states-of-the-type-attribute','attr-input-type-datetime-local-0':'the-input-element','attr-input-type-datetime-local-1':'the-input-element','edits-and-lists':'edits','flow-content-88':'text-level-semantics','media-resource-44':'video','href-18':'the-map-element','href-19':'links','s-9':'index','s-8':'index','href-14':'embedded-content-1','flow-content-83':'text-level-semantics','flow-content-80':'text-level-semantics','href-17':'the-map-element','s-3':'text-level-semantics','flow-content-87':'text-level-semantics','flow-content-84':'text-level-semantics','flow-ontent-85':'text-level-semantics','fieldset-28':'index','valid-date-or-time-string-in-content':'common-microsyntaxes','styling-processing-model':'semantics','formtarget-20':'number-state','attr-style-title_index':'index-of-terms','entity-pitchfork':'named-character-references','global-attributes-165':'index','category-label-13':'index','event-handler-content-attributes-81':'index','attr-param-valuetype':'obsolete','the-nav-element':'sections','entity-ugrave':'named-character-references','entity-Dfr':'named-character-references','formtarget-25':'number-state','formtarget-24':'number-state','valid-e-mail-address-0':'states-of-the-type-attribute','valid-e-mail-address-1':'states-of-the-type-attribute','a-59':'obsolete','a-58':'syntax','entity-mid':'named-character-references','a-51':'links','a-50':'links','a-53':'links','a-52':'links','a-55':'links','a-54':'links','a-57':'dnd','a-56':'links','dir-9':'elements','dir-8':'elements','attr-body-marginbottom_index':'index-of-terms','dir-3':'elements','dir-2':'elemens','dir-1':'elements','dir-0':'dom','dir-7':'elements','dir-6':'elements','dir-5':'elements','dir-4':'elements','entity-SHcy':'named-character-references','entity-LessEqualGreater':'named-character-references','attr-body-vlink':'obsolete','htmltableheadercellelement-1':'index','htmltableheadercellelement-0':'index','the-select-element':'the-button-element','entity-Product':'named-character-references','attr-option-name':'obsolete','attr-blockquote-cite':'grouping-content','form-owner_index':'index-of-terms','html-documents-1':'dom','html-documents-0':'urls','html-documents-3':'dom','html-documents-2':'dom','html-documents-5':'elements','html-documents-4':'elements','html-documents-7':'elements','html-documents-6':'elements','html-documents-9':'apis-in-html-documents','html-documents-8':'elements','hyperlink-45':'links','hyperlink-44':'links','hyperlink-43':'links','hyperlink-42':'links','hyperlink-41':'links','hyperlink-40':'links','attr-input-type-color-keyword_index':'index-of-terms','attr-contenteditable0':'index','attr-fe-autofocus_index':'index-of-terms','entity-blk12':'named-character-references','attr-lang':'elements','entity-blk14':'named-character-references','attr-input-type-submit-keyword_index':'index-of-terms','foreign-elements-3':'syntax','foreign-elements-2':'syntax','foreign-elements-1':'syntax','foreign-elements-0':'syntax','foreign-elements-7':'syntax','foreign-elements-6':'syntax','foreign-elements-5':'syntax','foreign-elements-4':'syntax','foreign-elements-9':'syntax','foreign-elements-8':'syntax','attr-button-type_index':'index-of-terms','attr-track-kind-subtitles_index':'index-of-terms','child-browsing-context_index':'index-of-terms','syntax-start-tag_index':'index-of-terms','attr-tdth-headers_index':'index-of-terms','transparent-20':'index','entity-Pr':'named-character-references','xml:lang-0':'elements','iframe-26':'the-iframe-element','iframe-27':'the-iframe-element','iframe-24':'the-iframe-element','iframe-25':'the-iframe-element','iframe-22':'the-iframe-element','month-state':'state-of-the-type-attribute','iframe-20':'the-iframe-element','iframe-21':'the-iframe-element','entity-notinva':'named-character-references','entity-notinvb':'named-character-references','entity-notinvc':'named-character-references','valid-integer_index':'index-of-terms','iframe-28':'the-iframe-element','iframe-29':'the-iframe-element','event-media-loadstart_index':'index-of-terms','event-handler-content-attributes-48':'index','defer-4':'scripting-1','defer-5':'scripting-1','defer-6':'index','defer-0':'scripting-1','defer-1':'scripting-1','implementing-the-server-side-processing-for-a-form':'forms','defer-3':'scripting-1','entity-sharp':'named-character-references','attr-a-name':'obsolete','tag-2':'links','tag-0':'links','tag-1':'links','entity-dfr':'named-character-references','script':'scripting-1','entity-prnE':'named-character-references','void-elements-0':'syntax','menus-intro':'interactive-elements','entity-LeftDownVector':'named-character-references','table-23':'tabular-data','i-0':'introduction','table-2':'tabular-data','table-20':'tabular-data','i-5':'introduction','table-26':'tabular-data','table-25':'tabular-data','i-6':'introduction','i-9':'introduction','i-8':'introduction','table-29':'syntax','table-28':'syntax','entity-Subset':'named-character-references','dragevent':'dnd','option':'index','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','command-facet-disabledstate_index':'index-of-terms','entity-precnsim':'named-character-references','list-state':'interactive-elements','attr-tdth-axis_index':'index-of-terms','attr-img-lowsrc_index':'index-of-terms','kind':'video','navigatorcontentutils-0':'timers','dndevents':'dnd','div-23':'index','kbd-16':'index','readonly-3':'content-models','readonly-2':'content-models','readonly-1':'content-models','readonly-0':'content-models','readonly-7':'content-models','readonly-6':'content-models','readonly-5':'content-models','readonly-4':'content-models','readonl-9':'content-models','readonly-8':'content-models','entity-rarrlp':'named-character-references','entity-orderof':'named-character-references','entity-iprod':'named-character-references','attr-contextmenu-0':'index','readonly-40':'content-models','readonly-41':'the-button-element','ordinal-value':'grouping-content','entity-els':'named-character-references','attr-area-shape-keyword-rect':'the-map-element','draggable':'elements','valid-url-potentially-surrounded-by-spaces':'urls','xlink-namespace-1':'syntax','drag-data-store':'dnd','entity-rfisht':'named-character-references','img-28':'syntax','ordered-set-of-unique-space-separated-tokens_index':'index-of-terms','height-8':'video','label-13':'forms','ordered-set-of-unique-space-separated-tokens-1':'editing','ordered-set-of-unique-space-separated-tokens-0':'forms','ordered-set-of-unique-space-separated-tokens-3':'index','ordered-set-of-unique-space-separated-tokens-2':'index','height-2':'embedded-content-1','height-3':'embedded-content-1','height-0':'the-canvaselement','height-1':'index','height-6':'the-iframe-element','height-7':'the-iframe-element','height-4':'embedded-content-1','height-5':'the-iframe-element','media-resource-18':'video','media-resource-19':'video','media-resource-14':'video','media-resource-15':'video','media-resource-16':'video','media-resource-17':'video','optgroup-1':'urls','media-resource-11':'video','media-resource-12':'video','optgroup-2':'content-models','img-22':'the-map-element','attributes-for-form-submission':'association-of-controls-and-forms','entity-nsucc':'named-character-references','label-19':'common-input-element-attributes','attr-media-preload-auto-state_index':'index-of-terms','simple-dialogs':'timers','xml-documents-21':'the-iframe-element','xml-documents-20':'the-iframe-element','event-media-canplaythrough':'video','valid-non-empty-url_index':'index-of-terms','img-24':'the-map-element','entity-agrave':'named-character-references','attr-option-disabled':'the-button-element','entity-parallel':'named-character-references','elect-57':'index','textarea-8':'index','select-56':'index','entity-RightTriangle':'named-character-references','entity-puncsp':'named-character-references','entity-sdotb':'named-character-references','select-54':'index','entity-sdote':'named-character-references','entity-conint':'named-character-references','autofocus-12':'index','autofocus-11':'index','autofocus-10':'association-of-controls-and-forms','keytype':'the-button-element','autofocus-15':'index','autofocus-14':'index','htmloutputelement-0':'index','interactive-elements':'interactive-elements','syntax-doctype-0':'urls','entity-Gamma':'named-character-references','entity-lsime':'named-character-references','htmloutputelement-1':'index','domsettabletokenlist-2':'elements','domsettabletokenlist-3':'semantics','domsettabletokenlist-0':'urls','domsettabletokenlist-1':'urls','domsettabletokenlist-6':'the-button-element','tfoot-18':'syntax','domsettabletokenlist-4':'the-iframe-element','domsettabletokenlist-5':'tabular-data','tfoot-19':'syntax','attr-inpu-type-tel-keyword':'the-input-element','event-media-canplaythrough_index':'index-of-terms','value-12':'states-of-the-type-attribute','size-30':'the-button-element','size-31':'index','output-4':'content-models','htmlbuttonelement-1':'index','pingback':'links','the-label-element':'forms','script-21':'scripting-1','script-20':'scripting-1','script-23':'scripting-1','script-22':'scripting-1','script-25':'scripting-1','script-24':'scripting-1','script-27':'scripting-1','script-26':'scripting-1','script-29':'the-iframe-element','script-28':'scripting-1','attr-object-codebase_index':'index-of-terms','tfoot-11':'tabular-data','output-5':'content-models','controls-9':'index','entity-nabla':'named-character-references','entity-oline':'named-character-references','audio_index':'index-of-terms','center_index':'index-of-terms','tfoot-14':'tabular-data','htmltrackelement-1':'index','htmltrackelement-0':'index','tfoot-15':'syntax','attr-hyperlink-rel':'links','var-10':'index','ascii-case-insensitive-28':'syntax','data-2':index','headers':'tabular-data','entity-Pfr':'named-character-references','command-insertimage':'dnd','flow-content-164':'index','flow-content-165':'index','entity-Mscr':'named-character-references','flow-content-167':'index','flow-content-160':'index','flow-content-161':'index','flow-content-162':'index','flow-content-163':'index','state-object':'history','attr-input-type-submit-keyword':'the-input-element','flow-content-169':'index','htmloutputelement':'the-button-element','checked-19':'number-state','checked-18':'number-state','checked-15':'number-state','checked-14':'states-of-the-type-attribute','checked-17':'number-state','checked-16':'number-state','checked-11':'states-of-the-type-attribute','checked-10':'states-of-the-type-attribute','checked-13':'states-of-the-type-attribute','checked-12':'states-of-the-type-attribute','event-media-ended':'video','entity-Otilde':'named-character-references','entity-rfr':'named-character-references','meta-29':'scripting-1','meta-28':'scripting-1','ascii-case-insensiive-23':'dnd','map-17':'index','license':'links','meta-21':'semantics','meta-20':'semantics','meta-23':'semantics','meta-22':'semantics','meta-25':'semantics','meta-24':'semantics','meta-27':'scripting-1','meta-26':'semantics','htmlareaelement_index':'index-of-terms','table-aria-weak':'content-models','context':'index','event-handler-content-attributes_index':'index-of-terms','entity-vangrt':'named-character-references','text-track-cue_index':'index-of-terms','ix-handler-window-onbeforeprint':'index','htmlelement-113':'index','alternate-8':'links','alternate-9':'links','textarea-0':'index','entity-angmsdac':'named-character-references','alternate-2':'links','alternate-3':'links','alternate-0':'links','alternate-1':'links','alternate-6':'links','htmlelement-111':'interactive-elements','alternate-4':'links','alternate-5':'links','entity-angmsdaa':'named-character-references','entity-zcaron':'named-character-references','htmlelement-117':'index','entity-yfr':'named-character-references','target-16':'index','enity-TildeFullEqual':'named-character-references','htmlelement-115':'index','entity-nharr':'named-character-references','htmlelement-114':'index','the-kbd-element_index':'index-of-terms','the-colgroup-element':'tabular-data','form-control-dirname-attribute_index':'index-of-terms','legend-8':'obsolete','legend-9':'obsolete','legend-4':'forms','legend-5':'association-of-controls-and-forms','legend-6':'commands','legend-7':'obsolete','legend-0':'forms','legend-1':'forms','legend-2':'forms','legend-3':'forms','attr-object-codebase':'obsolete','the-b-element_index':'index-of-terms','entity-rightthreetimes':'named-character-references','phrasing-content-303':'index','phrasing-content-300':'index','phrasing-content-301':'index','entity-COPY':'named-character-references','bdi-6':'text-level-semantics','attr-embed-vspace_index':'index-of-terms','entity-lesg':'named-character-references','entity-Hcirc':'named-character-references','concept-button-2':'number-state','concept-button-3':'number-state','concept-button-0':'umber-state','concept-button-1':'number-state','concept-button-4':'the-button-element','entity-npart':'named-character-references','need-a-date':'text-level-semantics','syntax-comments-9':'syntax','entity-ccedil':'named-character-references','valid-floating-point-number-12':'index','valid-floating-point-number-13':'index','valid-floating-point-number-10':'the-button-element','entity-alefsym':'named-character-references','valid-floating-point-number-16':'index','valid-floating-point-number-17':'index','valid-floating-point-number-14':'index','valid-floating-point-number-15':'index','media-resource-13':'video','video_index':'index-of-terms','attr-hyperlink-target_index':'index-of-terms','entity-curlyvee':'named-character-references','event-appcache-checking_index':'index-of-terms','entity-raquo':'named-character-references','syntax-end-tag-11':'syntax','syntax-end-tag-10':'syntax','syntax-end-tag-13':'syntax','dom-function-call':'webappapis','syntax-end-tag-15':'syntax','syntax-end-tag-14':'syntax','syntax-en-tag-17':'syntax','syntax-end-tag-16':'syntax','syntax-end-tag-19':'syntax','syntax-end-tag-18':'syntax','ancestor-browsing-context':'browsers','html-documents_index':'index-of-terms','attr-command-type-state-command-0':'interactive-elements','attr-command-type-state-command-1':'interactive-elements','media-element-9':'video','media-element-8':'video','media-element-7':'video','media-element-6':'video','media-element-5':'video','media-element-4':'video','media-element-3':'video','media-element-2':'video','media-element-1':'video','media-element-0':'elements','phrasing-content-294':'index','entity-Egrave':'named-character-references','entity-topfork':'named-character-references','phrasing-content-295':'index','global-attributes-141':'index','domhtmlimplementation':'dom','phrasing-content-296':'index','phrasing-content-297':'index','attr-object-name':'the-iframe-element','phrasing-content-290':'index','phrasing-content-291':'index','attr-object-classid_index':'index-of-terms','entity-Bernoullis':'named-characer-references','phrasing-content-292':'index','src-29':'video','src-28':'index','src-27':'video','src-26':'index','src-25':'the-iframe-element','src-24':'the-iframe-element','src-23':'the-iframe-element','attr-dropzone-move':'dnd','src-21':'the-iframe-element','src-20':'the-iframe-element','dom-location-protocol':'history','the-caption-element_index':'index-of-terms','xml-documents_index':'index-of-terms','valid-browsing-context-name-or-keyword_index':'index-of-terms','text-track-label':'video','compatibility-caseless':'infrastructure','entity-dotsquare':'named-character-references','entity-simgE':'named-character-references','u-0':'obsolete','entity-kopf':'named-character-references','navigator':'timers','text-track-loading-0':'video','the-ul-element':'grouping-content','entity-iiota':'named-character-references','td-36':'index','entity-lcedil':'named-character-references','event-media-abort':'video','attr-option-value':'the-button-element','refsRFC4648':'references','htmlelement-59':'text-level-semantics''htmlelement-58':'text-level-semantics','htmlelement-57':'text-level-semantics','htmlelement-56':'text-level-semantics','htmlelement-55':'text-level-semantics','attr-track-kind-descriptions-0':'video','htmlelement-53':'text-level-semantics','htmlelement-52':'text-level-semantics','htmlelement-51':'text-level-semantics','htmlelement-50':'text-level-semantics','embedded-content-17':'video','embedded-content-16':'video','embedded-content-15':'video','embedded-content-14':'the-iframe-element','embedded-content-13':'the-iframe-element','embedded-content-12':'the-iframe-element','embedded-content-11':'the-iframe-element','embedded-content-10':'the-iframe-element','embedded-content-19':'the-canvas-element','embedded-content-18':'video','image-map':'the-map-element','del-28':'index','entity-smte':'named-character-references','attr-meta-http-equiv-refresh_index':'index-of-terms','entity-cirE':'named-character-references','ignore':'infrastructure','td-38':'index','attr-dir':'index','video-5':'index','entity-iiiint':'amed-character-references','attr-table-border':'obsolete','attr-link-sizes_index':'index-of-terms','blockquote-15':'index','attr-source-media':'video','attr-ul-compact_index':'index-of-terms','attr-track-kind-keyword-captions':'video','event-appcache-error_index':'index-of-terms','entity-lsquor':'named-character-references','flow-content-64':'grouping-content','flow-content-65':'grouping-content','flow-content-66':'grouping-content','flow-content-67':'text-level-semantics','flow-content-60':'grouping-content','flow-content-61':'grouping-content','flow-content-62':'grouping-content','flow-content-63':'grouping-content','blockquote-13':'index','flow-content-68':'text-level-semantics','flow-content-69':'text-level-semantics','entity-comma':'named-character-references','entity-RightTee':'named-character-references','entity-subE':'named-character-references','valid-non-empty-url-potentially-surrounded-by-spaces-16':'index','syntax-charref-3':'syntax','entity-acirc':'named-character-references','command-inserttex_index':'index-of-terms','entity-Vee':'named-character-references','entity-ucirc':'named-character-references','entity-nexist':'named-character-references','the-directionality':'elements','the-list-attribute':'common-input-element-attributes','attr-command-title_index':'index-of-terms','entity-rceil':'named-character-references','low-0':'the-button-element','low-1':'the-button-element','low-2':'the-button-element','low-3':'the-button-element','low-4':'the-button-element','low-5':'index','rel-3':'semantics','rel-2':'semantics','rel-1':'semantics','rel-0':'semantics','rel-7':'links','rel-6':'links','rel-5':'links','rel-4':'semantics','texttrackcuelist_index':'index-of-terms','rel-9':'index','rel-8':'index','refsPOLYGLOT':'references','attr-button-type-button_index':'index-of-terms','td-9':'tabular-data','td-8':'tabular-data','entity-Iuml':'named-character-references','entity-eopf':'named-character-references','td-3':'content-models','td-2':'content-models','td-1':'index','td-0':'index','td-7':'tabular-data','d-6':'tabular-data','td-5':'sections','td-4':'sections','canvas_index':'index-of-terms','valid-month-string_index':'index-of-terms','entity-curlyeqprec':'named-character-references','htmlfieldsetelement-1':'index','abbr-2':'text-level-semantics','usemap-9':'index','text-content_index':'index-of-terms','link-type-stylesheet_index':'index-of-terms','entity-cap':'named-character-references','ix-handler-oncontextmenu':'index','attr-input-type-range-keyword':'the-input-element','rows':'the-button-element','entity-uHar':'named-character-references','entity-ShortUpArrow':'named-character-references','entity-LeftVectorBar':'named-character-references','global-attributes-133':'index','entity-rightarrow':'named-character-references','track-3':'index','sections':'sections','time-20':'index','time-22':'forms','entity-blk34':'named-character-references','global-attributes-130':'index','entity-DoubleContourIntegral':'named-character-references','tr-11':'tabular-data','text-track-cue-end-time-2':'video','text-track-cue-en-time-1':'video','text-track-cue-end-time-0':'video','tr-13':'tabular-data','checkbox-0':'index','entity-zacute':'named-character-references','refsMAILTO':'references','tr-12':'tabular-data','valid-url-6':'offline','interactive-content-35':'index','inter-element-whitespace-4':'content-models','reload-override-buffer':'dom','ul-10':'grouping-content','ul-11':'edits','inter-element-whitespace-0':'content-models','inter-element-whitespace-1':'content-models','inter-element-whitespace-2':'content-models','inter-element-whitespace-3':'content-models','refsCSSFONTS':'references','entity-DoubleUpArrow':'named-character-references','ul-18':'index','valid-url-5':'offline','inter-element-whitespace-8':'embedded-content-1','inter-element-whitespace-9':'embedded-content-1','htmlcommandelement-1':'index','htmlcommandelement-0':'index','entity-UpTee':'named-character-references','error-0':'offline','error-1':'offline','dom-location-hash_index':'index-of-terms','head-40':'index','week-number-of-the-last-day_index':'index-f-terms','audio-25':'index','audio-24':'index','audio-27':'index','audio-26':'index','audio-21':'index','audio-20':'index','audio-23':'index','audio-22':'index','refsISO885911':'references','attr-col-char':'obsolete','head-41':'index','attr-th-scope-auto':'tabular-data','attr-lang-0':'index','entity-UnionPlus':'named-character-references','attr-colgroup-span':'tabular-data','mediaevents':'video','attr-input-value_index':'index-of-terms','entity-zeetrf':'named-character-references','ancestor-browsing-context_index':'index-of-terms','entity-lnsim':'named-character-references','entity-ominus':'named-character-references','head-43':'index','source-default-media':'video','stylesheet-2':'links','stylesheet-1':'links','stylesheet-0':'links','concept-rel-extensions_index':'index-of-terms','stylesheet-4':'links','entity-LessFullEqual':'named-character-references','event-media-volumechange':'video','common-microsyntaxes':'common-microsyntaxes','headings-and-sections_index':'index-of-terms','open-1':'index','entity-yiy':'named-character-references','open-0':'interactive-elements','attr-fs-target-0':'index','entity-eng':'named-character-references','noscript-26':'scripting-1','attr-base-target_index':'index-of-terms','open-2':'apis-in-html-documents','dom-texttrack-kind-chapters':'video','entity-LeftTee':'named-character-references','html-elements-28':'content-models','noscript-21':'scripting-1','attr-th-scope-rowgroup-0':'tabular-data','attr-input-type-datetime-local-keyword_index':'index-of-terms','keygen-9':'forms','tfoot':'tabular-data','name-29':'forms','name-28':'forms','name-27':'forms','name-26':'forms','name-25':'forms','name-24':'urls','name-23':'urls','name-22':'index','name-21':'association-of-controls-and-forms','name-20':'forms','footer-18':'index','syntax-newlines':'syntax','drag-data-store-hot-spot-coordinate-0':'dnd','attr-iframe-seamless':'the-iframe-element','footer-19':'index','entity-olt':'named-character-references','html-vs-xhtml':'introduction','window-9':'browsers','attr-th-scope-row_index':'inde-of-terms','entity-supseteqq':'named-character-references','window-8':'browsers','wbr-4':'syntax','defining-term-1':'text-level-semantics','multipart-form-data':'index','window-39':'index','htmlelement-122':'index','defining-term-0':'text-level-semantics','htmltableheadercellelement':'tabular-data','html-elements-26':'content-models','entity-cross':'named-character-references','html-elements-27':'content-models','next-2':'links','next-0':'links','next-1':'links','html-elements-24':'content-models','html-elements-25':'content-models','dt-15':'index','htmlelement-123':'index','dt-14':'index','entity-odash':'named-character-references','popstateevent-0':'index','window-7':'browsers','attr-track-kind-metadata_index':'index-of-terms','window-6':'the-iframe-element','author-2':'links','author-3':'links','author-0':'links','author-1':'links','entity-duarr':'named-character-references','footer-16':'index','entity-sacute':'named-character-references','attr-lang_index':'index-of-terms','entity-TripleDot':'named-charater-references','number-of-days-in-month-month-of-year-year-0':'common-microsyntaxes','global-attributes-175':'index','htmlelement-120':'index','the-hgroup-element':'sections','command-redo_index':'index-of-terms','bdo':'content-models','dom-texttrack-kind-subtitles_index':'index-of-terms','bdi':'elements','entity-Acy':'named-character-references','entity-OElig':'named-character-references','waiting':'index','entity-gtrapprox':'named-character-references','dt-12':'index','network_empty-0':'video','network_empty-1':'video','network_empty-2':'video','network_empty-3':'video','entity-npre':'named-character-references','iframe':'index','iframe-content-model':'the-iframe-element','phrasing-content-23':'sections','phrasing-content-20':'scripting-1','phrasing-content-21':'scripting-1','phrasing-content-26':'grouping-content','phrasing-content-27':'text-level-semantics','phrasing-content-24':'grouping-content','phrasing-content-25':'grouping-content','entity-ContourIntegral':'named-character-references','entity-wfr:'named-character-references','entity-ccaron':'named-character-references','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','refsSCSU':'references','form-associated-element-12':'the-button-element','rules-for-updating-the-text-track-rendering-0':'video','htmlimageelement-1':'index','htmlimageelement-0':'index','link-type-next':'links','pubdate-2':'text-level-semantics','dom-tree-accessors-1':'elements','dom-tree-accessors-0':'dom','entity-sqcap':'named-character-references','attr-select-multiple_index':'index-of-terms','command-facet-icon':'commands','refsEUCJP':'references','datalist-20':'index','entity-NotLeftTriangle':'named-character-references','entity-Bumpeq':'named-character-references','attr-a-shape':'obsolete','attr-hr-color_index':'index-of-terms','form-associated-element-18':'association-of-controls-and-forms','entity-Fcy':'named-character-references','form-associated-element-19':'association-of-controls-and-forms','entity-NotSupersetEqual':'named-character-refeences','the-html-syntax-9':'iana','ix-handler-onselect':'index','checked-5':'states-of-the-type-attribute','checked-4':'states-of-the-type-attribute','checked-7':'states-of-the-type-attribute','checked-6':'states-of-the-type-attribute','checked-1':'the-input-element','checked-0':'the-input-element','checked-3':'states-of-the-type-attribute','checked-2':'the-input-element','flow-content-142':'index','flow-content-143':'index','flow-content-140':'interactive-elements','navigatorid':'timers','checked-9':'states-of-the-type-attribute','checked-8':'states-of-the-type-attribute','attr-input-type-image':'content-models','flow-content-145':'index','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','htmllielement':'grouping-content','x-this_index':'index-of-terms','the-html-syntax-8':'obsolete','applicationcache':'offline','type-95':'interactive-elements','type-94':'interactive-elements','type-97':'index','type-96':'index','type-91':'interactive-elements','type-90':'content-modes','type-93':'interactive-elements','type-92':'interactive-elements','type-99':'text-level-semantics','type-98':'text-level-semantics','name-10':'index','entity-upharpoonleft':'named-character-references','attr-meta-http-equiv-content-type':'semantics','htmlquoteelement-4':'index','htmlquoteelement-2':'index','htmlquoteelement-3':'index','htmlquoteelement-0':'grouping-content','htmlquoteelement-1':'text-level-semantics','p-4':'introduction','p-5':'introduction','attr-style-media':'semantics','p-7':'content-models','p-0':'introduction','p-1':'introduction','p-2':'introduction','p-3':'introduction','p-8':'content-models','p-9':'content-models','dom-document-open_index':'index-of-terms','tag':'links','attr-fe-maxlength-0':'common-input-element-attributes','attr-fe-maxlength-1':'the-button-element','attr-fe-maxlength-2':'association-of-controls-and-forms','entity-TRADE':'named-character-references','htmlformelement-14':'index','pubdate-4':'index','htmlformelement-11':'the-button-element','htmlformelement-10':'te-button-element','htmlformelement-13':'index','htmlformelement-12':'the-button-element','attr-ol-type-keyword-decimal_index':'index-of-terms','attr-input-type-radio-1':'the-input-element','attr-input-type-radio-0':'content-models','attr-input-type-radio-3':'number-state','attr-input-type-radio-2':'the-input-element','command-facet-type_index':'index-of-terms','browsing-context-23':'browsers','browsing-context-22':'browsers','browsing-context-21':'browsers','browsing-context-20':'browsers','browsing-context-27':'browsers','browsing-context-26':'browsers','browsing-context-25':'browsers','browsing-context-24':'browsers','media-element-26':'video','media-element-27':'video','media-element-24':'video','media-element-25':'video','media-element-22':'video','media-element-23':'video','media-element-20':'video','media-element-21':'video','media-element-28':'video','enctype':'forms','option-18':'the-button-element','option-19':'the-button-element','option-16':'the-button-element','option-17':'the-button-element','otion-14':'the-button-element','option-15':'the-button-element','option-12':'the-button-element','option-13':'the-button-element','option-10':'the-button-element','option-11':'the-button-element','attr-hx-align_index':'index-of-terms','entity-gvertneqq':'named-character-references','url_index':'index-of-terms','video-3':'index','entity-zhcy':'named-character-references','hyperlink-annotation_index':'index-of-terms','global-attributes-119':'index','global-attributes-118':'index','html-19':'syntax','concept-fs-novalidate':'association-of-controls-and-forms','entity-emsp13':'named-character-references','global-attributes-114':'index','global-attributes-117':'index','global-attributes-116':'index','global-attributes-111':'index','global-attributes-110':'index','kbd':'introduction','entity-emsp14':'named-character-references','selected-3':'index','a-type-that-the-user-agent-knows-it-cannot-render-0':'video','valid-floating-point-number-0':'common-microsyntaxes','valid-floating-point-number-1':'common-microsyntaxe','valid-floating-point-number-2':'number-state','valid-floating-point-number-3':'number-state','valid-floating-point-number-4':'number-state','valid-floating-point-number-5':'number-state','valid-floating-point-number-6':'number-state','valid-floating-point-number-7':'number-state','attr-input-type-file-keyword':'the-input-element','valid-floating-point-number-9':'the-button-element','the-base-element':'semantics','entity-nsc':'named-character-references','foreign-elements_index':'index-of-terms','selected-0':'the-button-element','concept-ltr':'elements','attr-dir-auto-state-0':'elements','entity-nopf':'named-character-references','svg-namespace_index':'index-of-terms','ix-handler-window-onpagehide':'index','grouping-content':'grouping-content','entity-ShortRightArrow':'named-character-references','have_current_data-0':'video','ix-handler-onblur':'index','function-212':'webappapis','function-210':'webappapis','function-211':'webappapis','linkTypes':'links','attr-select-required_index':'index-of-terms','paghide-0':'index','em-15':'index','attr-command-label':'interactive-elements','entity-rrarr':'named-character-references','small-9':'text-level-semantics','small-8':'text-level-semantics','text-track-cue-active-flag':'video','small-1':'content-models','small-0':'content-models','small-3':'text-level-semantics','small-2':'text-level-semantics','small-5':'text-level-semantics','small-4':'text-level-semantics','small-7':'text-level-semantics','small-6':'text-level-semantics','src-49':'the-input-element','src-48':'the-input-element','src-41':'video','src-40':'video','src-43':'video','src-42':'video','src-45':'index','src-44':'video','src-47':'the-input-element','src-46':'index','mediaerror-1':'video','mediaerror-0':'video','attr-track-kind-keyword-chapters':'video','entity-LessLess':'named-character-references','entity-nsubset':'named-character-references','mutabletexttrack-1':'video','mutabletexttrack-0':'video','mutabletexttrack-3':'video','mutabletexttrack-2':'video','attr-input-type-month-keyword_index':'inde-of-terms','attr-dir-ltr-state-0':'elements','the-base-element_index':'index-of-terms','htmlelement-39':'text-level-semantics','htmlelement-38':'grouping-content','htmlelement-31':'grouping-content','htmlelement-30':'grouping-content','htmlelement-33':'grouping-content','htmlelement-32':'grouping-content','htmlelement-35':'grouping-content','htmlelement-34':'grouping-content','htmlelement-37':'grouping-content','htmlelement-36':'grouping-content','embedded-content-31':'index','embedded-content-30':'index','embedded-content-33':'index','embedded-content-32':'index','rb_index':'index-of-terms','concept-appcache-manifest-network-1':'offline','concept-appcache-manifest-network-0':'offline','entity-Zcy':'named-character-references','html-namespace-6':'iana','attr-body-marginwidth_index':'index-of-terms','footnotes':'links','attr-textarea-wrap-soft_index':'index-of-terms','entity-fcy':'named-character-references','aside-13':'index','entity-setminus':'named-character-references','entity-Aopf':'named-character-refeences','valid-date-or-time-string_index':'index-of-terms','title-6':'semantics','title-7':'semantics','title-4':'elements','title-5':'elements','title-2':'elements','title-3':'elements','title-0':'elements','title-1':'elements','flow-content-46':'grouping-content','flow-content-47':'grouping-content','flow-content-44':'grouping-content','flow-content-45':'grouping-content','flow-content-42':'grouping-content','flow-content-43':'grouping-content','flow-content-40':'grouping-content','flow-content-41':'grouping-content','entity-clubs':'named-character-references','pubdate':'sections','attr-fs-enctype-formdata':'association-of-controls-and-forms','htmlelement-3':'dom','htmlelement-2':'urls','htmlelement-1':'urls','htmlelement-0':'urls','htmlelement-7':'semantics','htmlelement-6':'elements','htmlelement-5':'elements','htmlelement-4':'elements','htmlelement-9':'semantics','htmlelement-8':'semantics','entity-lnap':'named-character-references','attr-form-name_index':'index-of-terms','formnovalidate-32':'associatio-of-controls-and-forms','enumerated-attribute':'common-microsyntaxes','formnovalidate-30':'the-button-element','formnovalidate-31':'association-of-controls-and-forms','attr-input-step_index':'index-of-terms','formnovalidate-34':'index','reversed':'grouping-content','space-separated-tokens':'common-microsyntaxes','entity-Leftarrow':'named-character-references','name-9':'the-iframe-element','name-4':'semantics','name-5':'semantics','name-6':'semantics','name-7':'semantics','name-0':'semantics','name-1':'semantics','name-2':'semantics','name-3':'semantics','attr-select-multiple':'the-button-element','entity-gtquest':'named-character-references','xml-documents':'dom','entity-Gopf':'named-character-references','entity-ForAll':'named-character-references','radio-button-group-2':'number-state','radio-button-group-1':'number-state','radio-button-group-0':'number-state','enumerated-attribute-0':'elements','enumerated-attribute-1':'semantics','enumerated-attribute-2':'video','enumerated-attribute-3':'video','enumeratd-attribute-4':'the-map-element','enumerated-attribute-5':'tabular-data','enumerated-attribute-6':'forms','enumerated-attribute-7':'the-input-element','enumerated-attribute-8':'common-input-element-attributes','enumerated-attribute-9':'the-button-element','entity-bigvee':'named-character-references','entity-order':'named-character-references','entity-nrtrie':'named-character-references','invalid_character_err':'urls','flow-content-148':'index','entity-PartialD':'named-character-references','network_err_index':'index-of-terms','entity-HumpDownHump':'named-character-references','media-resource-50':'index','attr-command-type-state-radio':'interactive-elements','entity-Copf':'named-character-references','configuring-a-form-to-communicate-with-a-server':'forms','entity-DownRightVectorBar':'named-character-references','command-subscript_index':'index-of-terms','class':'infrastructure','meter-2':'index','obsolete-permitted-doctype-string':'syntax','valid-non-empty-url-potentially-surrounded-by-spaces-8':'video','lng-5':'elements','transparent-1':'scripting-1','lang-7':'text-level-semantics','transparent-3':'text-level-semantics','transparent-4':'edits','transparent-5':'edits','transparent-6':'the-iframe-element','transparent-7':'video','transparent-8':'video','transparent-9':'video','lang-8':'text-level-semantics','section-12':'grouping-content','entity-boxUR':'named-character-references','canplaythrough':'index','meter-5':'content-models','entity-GreaterLess':'named-character-references','attr-xml-lang_index':'index-of-terms','entity-check':'named-character-references','sizes-1':'links','attr-tdth-width_index':'index-of-terms','chapters':'index','htmlembedelement_index':'index-of-terms','meta-generator_index':'index-of-terms','attr-fs-enctype_index':'index-of-terms','html-documents':'dom','entity-vrtri':'named-character-references','entity-boxUL':'named-character-references','entity-boxUr':'named-character-references','entity-egrave':'named-character-references','entity-questeq':'named-character-references','the-comand_index':'index-of-terms','sectioning-content':'content-models','dom-location-port':'history','entity-Ograve':'named-character-references','section-19':'index','entity-lsimg':'named-character-references','entity-boxUl':'named-character-references','embed-28':'index','entity-nprec':'named-character-references','entity-Union':'named-character-references','async-6':'index','dialogs-implemented-using-separate-documents':'timers','phrasing-content-117':'video','phrasing-content-116':'video','phrasing-content-115':'the-iframe-element','phrasing-content-114':'the-iframe-element','phrasing-content-113':'the-iframe-element','phrasing-content-112':'the-iframe-element','phrasing-content-111':'embedded-content-1','phrasing-content-110':'edits','attr-ol-type-state-upper-alpha':'grouping-content','entity-kfr':'named-character-references','concept-button_index':'index-of-terms','phrasing-content-119':'the-map-element','phrasing-content-118':'the-canvas-element','media-resource-51':'index','refsEUCKR':'references','texthtml-sandboxed-7':'iana','entity-NonBreakingSpace':'named-character-references','html-elements-17':'elements','html-elements-16':'elements','html-elements-15':'elements','html-elements-14':'elements','html-elements-13':'elements','html-elements-12':'elements','html-elements-11':'elements','html-elements-10':'elements','entity-downarrow':'named-character-references','html-elements-19':'elements','script-7':'infrastructure','charset-2':'semantics','charset-3':'semantics','charset-0':'semantics','charset-1':'semantics','charset-6':'semantics','charset-7':'semantics','charset-4':'semantics','charset-5':'semantics','charset-8':'semantics','entity-RightVector':'named-character-references','entity-gla':'named-character-references','x-this':'introduction','attr-table-summary_index':'index-of-terms','entity-aring':'named-character-references','mathml-namespace-0':'the-map-element','mathml-namespace-1':'syntax','entity-emptyv':'named-character-references','command-bold_index':'index-of-terms','form-17':'forms','form-6':'forms','form-15':'forms','form-14':'forms','form-13':'forms','form-12':'forms','form-11':'semantics','form-10':'content-models','entity-rdldhar':'named-character-references','concept-rtl':'elements','form-19':'forms','form-18':'forms','entity-supsub':'named-character-references','formnovalidate':'the-input-element','blink_index':'index-of-terms','flow-content-141':'index','entity-Oopf':'named-character-references','attr-br-clear_index':'index-of-terms','entity-Succeeds':'named-character-references','entity-angzarr':'named-character-references','dom-location-host':'history','the-datalist-element':'the-button-element','datalist-19':'index','datalist-18':'the-button-element','htmloutputelement_index':'index-of-terms','attr-table-bgcolor':'obsolete','the-datatransferitem-interface':'dnd','flow-content-146':'index','valid-browsing-context-name-0':'the-iframe-element','valid-browsing-context-name-1':'the-iframe-element','datalist-13':'the-button-element','datalist-12':'common-input-element-attributes','datalit-15':'the-button-element','datalist-14':'the-button-element','datalist-17':'the-button-element','datalist-16':'the-button-element','entity-rarrfs':'named-character-references','commands':'commands','entity-Scy':'named-character-references','command-forwarddelete':'dnd','creator-browsing-context_index':'index-of-terms','entity-Iukcy':'named-character-references','date-and-time-state_index':'index-of-terms','flow-content-147':'index','search-2':'links','search-1':'links','search-0':'links','placeholder-5':'states-of-the-type-attribute','placeholder-4':'states-of-the-type-attribute','placeholder-7':'states-of-the-type-attribute','placeholder-6':'states-of-the-type-attribute','placeholder-1':'the-input-element','placeholder-0':'the-input-element','placeholder-3':'states-of-the-type-attribute','placeholder-2':'states-of-the-type-attribute','form-owner-20':'association-of-controls-and-forms','placeholder-9':'states-of-the-type-attribute','placeholder-8':'states-of-the-type-attribute','attr-canvas-width':'the-canas-element','htmlelement_index':'index-of-terms','entity-rmoust':'named-character-references','htmlbuttonelement_index':'index-of-terms','abort_err':'urls','table':'introduction','entity-NotSucceedsSlantEqual':'named-character-references','entity-lneqq':'named-character-references','entity-sstarf':'named-character-references','raw-text-elements-0':'syntax','raw-text-elements-1':'syntax','raw-text-elements-2':'syntax','raw-text-elements-3':'syntax','attr-legend-align':'obsolete','entity-Sacute':'named-character-references','height-40':'index','html-23':'index','refsWEBSOCKET':'references','phrasing-content-48':'text-level-semantics','phrasing-content-49':'text-level-semantics','phrasing-content-44':'text-level-semantics','phrasing-content-45':'text-level-semantics','phrasing-content-46':'text-level-semantics','phrasing-content-47':'text-level-semantics','html-10':'the-iframe-element','phrasing-content-41':'text-level-semantics','phrasing-content-42':'text-level-semantics','phrasing-content-43':'text-level-seantics','attr-fs-method-get-0':'association-of-controls-and-forms','entity-Jukcy':'named-character-references','align':'the-iframe-element','entity-Ccaron':'named-character-references','concept-option-disabled_index':'index-of-terms','entity-cularr':'named-character-references','entity-iinfin':'named-character-references','select-48':'index','attr-tdth-bgcolor':'obsolete','valid-lowercase-simple-color':'common-microsyntaxes','htmlimageelement_index':'index-of-terms','entity-cir':'named-character-references','min-6':'states-of-the-type-attribute','min-7':'states-of-the-type-attribute','min-4':'states-of-the-type-attribute','min-5':'states-of-the-type-attribute','min-2':'the-input-element','min-3':'states-of-the-type-attribute','min-0':'the-input-element','min-1':'the-input-element','htmlelement-214':'index','entity-ofr':'named-character-references','hr-17':'index','min-8':'states-of-the-type-attribute','min-9':'states-of-the-type-attribute','the-tbody-element':'tabular-data','link-type-search':'links','hr-16:'index','named-access-on-the-window-object':'browsers','attr-tr-charoff_index':'index-of-terms','entity-HumpEqual':'named-character-references','text-track-model':'video','htmlelement-218':'index','navigator_index':'index-of-terms','entity-hscr':'named-character-references','type-79':'interactive-elements','type-78':'index','type-77':'the-button-element','type-76':'the-button-element','type-75':'the-button-element','hr-12':'obsolete','type-73':'index','type-72':'syntax','type-71':'association-of-controls-and-forms','type-70':'number-state','kbd-15':'obsolete','entity-ccaps':'named-character-references','attr-tdth-height':'obsolete','object':'index','dom-appcache-uncached-0':'offline','syntax_err_index':'index-of-terms','entity-npolint':'named-character-references','attr-input-type-date-1':'the-input-element','entity-NestedGreaterGreater':'named-character-references','attr-input-type-date-0':'the-input-element','case-sensitive-8':'index','case-sensitive-9':'index','refsWCAG':'references','entity-vert':'name-character-references','autofocusing-a-form-control':'association-of-controls-and-forms','syntax-end-tag':'syntax','entity-top':'named-character-references','entity-Scirc':'named-character-references','entity-leftrightarrow':'named-character-references','week-state_index':'index-of-terms','attr-object-archive_index':'index-of-terms','htmloptgroupelement-1':'index','htmloptgroupelement-0':'index','the-text-tracks-are-ready':'video','transparent-2':'scripting-1','syntax-comments-8':'syntax','title-13':'text-level-semantics','syntax-comments-2':'the-iframe-element','syntax-comments-3':'syntax','syntax-comments-0':'the-iframe-element','syntax-comments-1':'the-iframe-element','syntax-comments-6':'syntax','syntax-comments-7':'syntax','syntax-comments-4':'syntax','syntax-comments-5':'syntax','meter-23':'index','button-13':'obsolete','button-12':'the-button-element','option-34':'the-button-element','option-35':'syntax','option-36':'syntax','option-37':'syntax','option-30':'the-button-element','option-31':'the-butto-element','option-32':'the-button-element','option-33':'the-button-element','concept-fs-method-1':'association-of-controls-and-forms','option-38':'obsolete','option-39':'obsolete','meter-24':'index','math-5':'index','math-4':'index','math-3':'index','math-2':'content-models','math-1':'content-models','math-0':'content-models','how-to-read-this-specification':'introduction','global-attributes-139':'index','global-attributes-138':'index','html-documents-10':'apis-in-html-documents','htmlelement-103':'the-button-element','global-attributes-132':'index','global-attributes-131':'index','entity-nGt':'named-character-references','global-attributes-137':'index','global-attributes-136':'index','global-attributes-135':'index','global-attributes-134':'index','refsUAAG':'references','button-19':'index','disabled-23':'index','dragstart-2':'dnd','dragstart-3':'index','dragstart-0':'dnd','dragstart-1':'dnd','object-14':'the-iframe-element','attr-object-codetype':'obsolete','the-dir-attribute':'elements','object-15':'the-irame-element','select-41':'interactive-elements','autocomplete-7':'states-of-the-type-attribute','entity-Mopf':'named-character-references','keygen-8':'forms','object-17':'the-iframe-element','keygen-2':'index','keygen-3':'content-models','keygen-0':'index','keygen-1':'index','keygen-6':'content-models','keygen-7':'forms','keygen-4':'content-models','keygen-5':'content-models','meta-author':'semantics','entity-Oscr':'named-character-references','autocomplete-3':'the-input-element','entity-NotReverseElement':'named-character-references','acronym':'obsolete','entity-circleddash':'named-character-references','autocomplete-2':'index','common-input-element-apis':'common-input-element-attributes','entity-Wopf':'named-character-references','footer-2':'sections','footer-3':'sections','footer-0':'content-models','footer-1':'content-models','footer-6':'sections','footer-7':'sections','footer-4':'sections','footer-5':'sections','ready-for-editing-host-commands-12':'dnd','ready-for-editing-host-commands-13':'dnd','footr-8':'sections','footer-9':'sections','ready-for-editing-host-commands-14':'dnd','autocomplete-9':'states-of-the-type-attribute','entity-DownArrow':'named-character-references','autocomplete-8':'states-of-the-type-attribute','valid-hash-name-reference':'common-microsyntaxes','entity-Icirc':'named-character-references','entity-nbump':'named-character-references','user-interaction-1':'elements','user-interaction-0':'dom','attr-ol-type-keyword-lower-alpha_index':'index-of-terms','htmlelement-107':'the-button-element','entity-nbumpe':'named-character-references','text-track-29':'video','text-track-28':'video','select-44':'obsolete','text-track-23':'video','text-track-22':'video','text-track-21':'video','text-track-20':'video','text-track-27':'video','text-track-26':'video','text-track-25':'video','text-track-24':'video','time-state':'states-of-the-type-attribute','document-level-focus-apis':'editing','inter-element-whitespace-6':'content-models','the-b-element':'text-level-semantics','content-models':'content-mdels','global-attributes-101':'interactive-elements','media-data':'video','media-data-10':'video','entity-caret':'named-character-references','font_index':'index-of-terms','var':'content-models','entity-Rarrtl':'named-character-references','inter-element-whitespace-7':'semantics','entity-robrk':'named-character-references','htmlelement-13':'semantics','htmlelement-12':'semantics','htmlelement-11':'semantics','htmlelement-10':'semantics','htmlelement-17':'sections','htmlelement-16':'sections','htmlelement-15':'scripting-1','htmlelement-14':'scripting-1','refsXSLT10':'references','htmlelement-19':'sections','htmlelement-18':'sections','meter-3':'content-models','concept-select-option-list-9':'the-button-element','meter-1':'index','meter-0':'index','meter-7':'forms','meter-6':'forms','sizes-0':'semantics','meter-4':'content-models','meter-9':'the-button-element','meter-8':'the-button-element','entity-OverParenthesis':'named-character-references','th-7':'tabular-data','th-6':'tabular-data','th-5':'tabular-data''th-4':'tabular-data','th-3':'tabular-data','th-2':'index','th-1':'index','th-0':'index','attr-textarea-maxlength':'the-button-element','the-html-syntax-10':'iana','th-9':'tabular-data','th-8':'tabular-data','src-63':'number-state','src-62':'number-state','src-61':'states-of-the-type-attribute','src-60':'states-of-the-type-attribute','src-67':'number-state','src-66':'number-state','src-65':'number-state','src-64':'number-state','async-4':'scripting-1','async-5':'scripting-1','src-69':'number-state','src-68':'number-state','async-0':'scripting-1','async-1':'scripting-1','async-2':'scripting-1','async-3':'scripting-1','xmp_index':'index-of-terms','flow-content-28':'sections','flow-content-29':'sections','entity-rthree':'named-character-references','flow-content-20':'sections','flow-content-21':'sections','flow-content-22':'sections','flow-content-23':'sections','flow-content-24':'sections','flow-content-25':'sections','flow-content-26':'sections','flow-content-27':'sections','attr-body-margintop_index':'indexof-terms','have_current_data':'video','abbr-16':'index','abbr-17':'index','abbr-14':'index','abbr-15':'index','abbr-12':'obsolete','abbr-13':'index','abbr-10':'text-level-semantics','abbr-11':'text-level-semantics','meter-22':'index','rel-icon':'links','meter-20':'index','meter-21':'index','multipart-form-data-0':'index','formnovalidate-18':'number-state','formnovalidate-19':'number-state','formtarget-31':'index','formnovalidate-10':'states-of-the-type-attribute','formnovalidate-11':'states-of-the-type-attribute','formnovalidate-12':'states-of-the-type-attribute','formnovalidate-13':'states-of-the-type-attribute','formnovalidate-14':'number-state','formnovalidate-15':'number-state','formnovalidate-16':'number-state','formnovalidate-17':'number-state','category-label-16':'index','the-optgroup-element':'the-button-element','attr-canvas-height':'the-canvas-element','current-entry':'history','text-track-language':'video','entity-Eta':'named-character-references','category-label-17':'index','the-xml:base-attribue-xml-only_index':'index-of-terms','event-popstate-0':'history' }; +var fragment_links = { 'refsRFC1557':'references','attr-meter-high':'the-button-element','entity-UpArrowBar':'named-character-references','refsRFC1554':'references','ix-handler-ondrag':'index','dom-opener':'browsers','entity-uopf':'named-character-references','attr-label-for':'forms','entity-brvbar':'named-character-references','entity-topbot':'named-character-references','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','entity-becaus':'named-character-references','entity-ufr':'named-character-references','htmlfieldsetelement':'forms','entity-angsph':'named-character-references','conformance-requirements-for-authors':'introduction','entity-circledcirc':'named-character-references','attr-input-vspace':'obsolete','the-root-element':'semantics','command-facet-type':'commands','entity-spadesuit':'named-character-references','entity-eopf':'named-character-references','hierarchical-url':'urls','valid-non-negative-integer':'common-microsyntaxes','attr-fs-enctypeurlencoded':'association-of-controls-and-forms','entity-MinusPlus':'named-character-references','entity-oacute':'named-character-references','ix-handler-window-onafterprint':'index','ix-handler-onchange':'index','entity-DownLeftVectorBar':'named-character-references','entity-udblac':'named-character-references','entity-downharpoonleft':'named-character-references','refsRFC1922':'references','activation':'editing','the-br-element':'text-level-semantics','case-sensitivity-and-string-comparison':'infrastructure','ix-handler-onreset':'index','namespaces':'urls','command-redo':'dnd','attr-meter-value':'the-button-element','dom-style-disabled':'semantics','entity-epar':'named-character-references','attr-media-src':'video','refsWEBLINK':'references','entity-frac45':'named-character-references','concept-facet':'commands','hierarchy_request_err':'urls','critical-subresources':'infrastructure','attr-script-async':'scripting-1','the-s-element':'text-level-semantics','entity-Pcy':'named-character-references','refsXSLT1':'references','ix-handler-ondblclick':'index','math':'the-map-element','refsIANAPERMHEADERS':'references','entity-Cfr':'named-character-references','entity-tcaron':'named-character-references','attr-br-clear':'obsolete','entity-ncedil':'named-character-references','entity-iecy':'named-character-references','entity-gtrdot':'named-character-references','attr-input-usemap':'obsolete','entity-amalg':'named-character-references','entity-NotLessLess':'named-character-references','entity-notinE':'named-character-references','entity-seArr':'named-character-references','the-maxlength-attribute':'common-input-element-attributes','entity-models':'named-character-references','entity-pound':'named-character-references','entity-DownTeeArrow':'named-character-references','attr-iframe-vspace':'obsolete','the-cite-element':'text-level-semantics','attr-button-type':'the-button-element','entity-boxvr':'named-character-references','attr-input-type-button-keyword':'the-input-element','entity-Updownarrow':'named-character-refernces','entity-UnderBrace':'named-character-references','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'the-button-element','entity-nleqslant':'named-character-references','concept-fe-disabled':'association-of-controls-and-forms','entity-RightUpDownVector':'named-character-references','entity-Sopf':'named-character-references','entity-ngeqslant':'named-character-references','dom-feature-strings':'urls','entity-darr':'named-character-references','entity-subE':'named-character-references','entity-otimesas':'named-character-references','root-element':'infrastructure','entity-Oacute':'named-character-references','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','entity-laemptyv':'named-character-references','the-wbr-element':'text-level-semantics','htmltitleelement':'semantics','entity-nGtv':'named-character-references','entity-ncong':'named-character-references','entity-lharu':'named-character-rferences','entity-rceil':'named-character-references','entity-imagpart':'named-character-references','entity-rlm':'named-character-references','entity-expectation':'named-character-references','entity-RightAngleBracket':'named-character-references','entity-tritime':'named-character-references','entity-DownLeftRightVector':'named-character-references','entity-lhard':'named-character-references','text-track-api':'video','entity-Uarr':'named-character-references','character-references':'syntax','drag-data-store-elements-list':'dnd','entity-napprox':'named-character-references','entity-lAarr':'named-character-references','entity-naturals':'named-character-references','entity-isinE':'named-character-references','command-bold':'dnd','command-delete':'dnd','entity-copy':'named-character-references','entity-Tcaron':'named-character-references','entity-NotSucceedsEqual':'named-character-references','syntax-start-tag':'syntax','html-mime-type':'infrastructure','entity-isins':'named-character-references','entity-copf''named-character-references','entity-prurel':'named-character-references','entity-lesges':'named-character-references','entity-Barwed':'named-character-references','entity-mdash':'named-character-references','entity-bernou':'named-character-references','entity-leftharpoonup':'named-character-references','entity-smid':'named-character-references','attr-fs-action':'association-of-controls-and-forms','browsing-the-web':'history','text-track-showing':'video','entity-larr':'named-character-references','entity-lg':'named-character-references','entity-le':'named-character-references','entity-hksearow':'named-character-references','refsDOMRANGE':'references','entity-ll':'named-character-references','the-datatransferitems-interface':'dnd','ix-handler-window-onunload':'index','entity-lt':'named-character-references','entity-vartriangleright':'named-character-references','entity-subsetneq':'named-character-references','entity-neArr':'named-character-references','entity-roang':'named-character-references','entity-lE':'amed-character-references','ix-handler-onloadedmetadata':'index','entity-rAarr':'named-character-references','ix-handler-window-onblur':'index','entity-Gammad':'named-character-references','the-img-element':'embedded-content-1','mq':'common-microsyntaxes','entity-Ecirc':'named-character-references','entity-supset':'named-character-references','exceptions':'urls','entity-bumpeq':'named-character-references','entity-Kcy':'named-character-references','scripting':'webappapis','entity-Not':'named-character-references','entity-copysr':'named-character-references','valid-browsing-context-name-or-keyword':'browsers','entity-isinsv':'named-character-references','entity-lesdot':'named-character-references','entity-prcue':'named-character-references','attr-meta-http-equiv-refresh':'semantics','the-dfn-element':'text-level-semantics','entity-nwarr':'named-character-references','entity-nsime':'named-character-references','entity-ring':'named-character-references','entity-forkv':'named-character-references','entity-thereore':'named-character-references','entity-mumap':'named-character-references','entity-mfr':'named-character-references','entity-hardcy':'named-character-references','entity-LeftArrowRightArrow':'named-character-references','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','entity-searrow':'named-character-references','syntax-attributes':'syntax','entity-uhblk':'named-character-references','entity-rdquor':'named-character-references','command-facet-checkedstate':'commands','refsRFC3279':'references','entity-yen':'named-character-references','entity-mcy':'named-character-references','absolute-url':'urls','htmltrackelement':'video','attr-p-align':'obsolete','entity-Idot':'named-character-references','concept-datetime-digit':'common-microsyntaxes','edits-and-paragraphs':'edits','entity-cedil':'named-character-references','text-track-kind':'video','concept-dnd-p':'dnd','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','entity-frac34':'named-charcter-references','unknown-images':'embedded-content-1','entity-divide':'named-character-references','entity-epsilon':'named-character-references','attr-pre-width':'obsolete','entity-ofcir':'named-character-references','the-details-element':'interactive-elements','entity-Vbar':'named-character-references','entity-rect':'named-character-references','entity-larrhk':'named-character-references','entity-lesseqgtr':'named-character-references','entity-olarr':'named-character-references','timers':'timers','meta-description':'semantics','valid-simple-color':'common-microsyntaxes','quota_exceeded_err':'urls','the-div-element':'grouping-content','entity-because':'named-character-references','entity-larrsim':'named-character-references','entity-hybull':'named-character-references','entity-Dcy':'named-character-references','entity-Iopf':'named-character-references','entity-sfr':'named-character-references','use-div-for-wrappers':'sections','entity-utri':'named-character-references','refsWHATWGWIKI':'references','entitybemptyv':'named-character-references','media-element-attributes':'video','element-level-focus-apis':'editing','entity-uuml':'named-character-references','entity-intprod':'named-character-references','entity-olcross':'named-character-references','htmlmenuelement':'interactive-elements','entity-boxvl':'named-character-references','ix-handler-onseeked':'index','reload-override-flag':'dom','attributes-0':'syntax','attributes-1':'index','scripting-1':'scripting-1','scripting-0':'infrastructure','entity-boxvR':'named-character-references','attr-input-alt':'number-state','entity-hslash':'named-character-references','entity-LeftAngleBracket':'named-character-references','entity-urcorn':'named-character-references','entity-sol':'named-character-references','entity-vcy':'named-character-references','writing':'syntax','edits':'edits','relaxing-the-same-origin-restriction':'origin-0','entity-LeftArrow':'named-character-references','entity-afr':'named-character-references','history-0':'history','history-1':'introduction,'weeks':'common-microsyntaxes','entity-boxvL':'named-character-references','entity-pscr':'named-character-references','entity-DoubleLeftArrow':'named-character-references','entity-filig':'named-character-references','the-bdi-element':'text-level-semantics','entity-simlE':'named-character-references','entity-sime':'named-character-references','valid-date-string-in-content-with-optional-time':'common-microsyntaxes','entity-uparrow':'named-character-references','entity-boxhd':'named-character-references','entity-siml':'named-character-references','entity-Vdashl':'named-character-references','refsMATHML':'references','entity-ImaginaryI':'named-character-references','attr-textarea-cols':'the-button-element','entity-backepsilon':'named-character-references','entity-icirc':'named-character-references','blink':'obsolete','entity-boxhu':'named-character-references','attr-fieldset-disabled':'forms','htmldetailselement':'interactive-elements','event-media-progress':'video','entity-imped':'named-character-references',entity-rppolint':'named-character-references','entity-lHar':'named-character-references','the-u-element':'text-level-semantics','entity-nleqq':'named-character-references','entity-rmoust':'named-character-references','domtokenlist-0':'urls','attr-base-href':'semantics','entity-planckh':'named-character-references','command-insertorderedlist':'dnd','entity-boxhU':'named-character-references','command-unlink':'dnd','the-blockquote-element':'grouping-content','a-graphical-representation-of-some-of-the-surrounding-text':'embedded-content-1','attr-object-type':'the-iframe-element','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'the-input-element','dom-texttrack-kind-metadata':'video','refsCHARMOD':'references','entity-blacklozenge':'named-character-references','entity-boxDR':'named-character-references','entity-vscr':'named-character-references','entity-boxDL':'named-character-references','entity-supdsub':'named-character-references','entity-DDotrahd':'named-character-references','entity-MeiumSpace':'named-character-references','client-identification':'timers','attr-input-type-color-keyword':'the-input-element','concept-command':'commands','attr-ol-type':'grouping-content','attr-fs-method-post-keyword':'association-of-controls-and-forms','entity-Im':'named-character-references','htmlhrelement':'grouping-content','entity-rsaquo':'named-character-references','entity-boxDr':'named-character-references','entity-boxDl':'named-character-references','entity-acute':'named-character-references','entity-Zdot':'named-character-references','entity-lvertneqq':'named-character-references','standard-metadata-names':'semantics','command-insertparagraph':'dnd','attr-meta-http-equiv-default-style':'semantics','htmltextareaelement':'the-button-element','entity-par':'named-character-references','entity-dotminus':'named-character-references','entity-Hscr':'named-character-references','entity-nvrArr':'named-character-references','default-media':'semantics','entity-supedot':'named-character-references','entity-Sqrt:'named-character-references','entity-Lmidot':'named-character-references','refsHTTP':'references','entity-maltese':'named-character-references','entity-rdca':'named-character-references','attr-ol-type-keyword-decimal':'grouping-content','entity-udarr':'named-character-references','no_modification_allowed_err':'urls','texttrackcuelist':'video','entity-midast':'named-character-references','refsRFC2388':'references','refsPPUTF8':'references','entity-bigtriangleup':'named-character-references','entity-sect':'named-character-references','entity-NotGreaterGreater':'named-character-references','entity-lmoust':'named-character-references','valid-e-mail-address-list':'states-of-the-type-attribute','entity-lotimes':'named-character-references','r1':'tabular-data','r2':'tabular-data','entity-late':'named-character-references','ix-handler-ondrop':'index','entity-NotTildeTilde':'named-character-references','entity-CircleDot':'named-character-references','attr-media-preload-none-state':'video','text-track-loaded':'video,'submitting-element-directionality':'association-of-controls-and-forms','attr-iframe-longdesc':'obsolete','ix-handler-onseeking':'index','entity-NotPrecedesSlantEqual':'named-character-references','entity-les':'named-character-references','entity-primes':'named-character-references','entity-ZHcy':'named-character-references','attr-dir-auto':'elements','the-drag-data-item-kind':'dnd','entity-Nopf':'named-character-references','refsRFC4329':'references','entity-lsim':'named-character-references','entity-orarr':'named-character-references','entity-Upsilon':'named-character-references','entity-bigotimes':'named-character-references','rank':'sections','network-states':'video','the-input-element':'the-input-element','entity-mu':'named-character-references','the-footer-element':'sections','entity-curvearrowleft':'named-character-references','entity-NotGreaterSlantEqual':'named-character-references','entity-wr':'named-character-references','navigator':'timers','entity-Yacute':'named-character-references','link-typ-help':'links','entity-trianglerighteq':'named-character-references','entity-xcap':'named-character-references','entity-cwconint':'named-character-references','attr-embed-vspace':'obsolete','set-of-comma-separated-tokens':'common-microsyntaxes','entity-prime':'named-character-references','entity-ltquest':'named-character-references','entity-uharr':'named-character-references','refsBECSS':'references','entity-Bcy':'named-character-references','link-type-author':'links','attr-media-controls':'video','htmlmetaelement':'semantics','attr-script-charset':'scripting-1','htmlcollection-0':'urls','entity-trie':'named-character-references','dom-location-hash':'history','dom-media-have_nothing':'video','entity-div':'named-character-references','entity-subplus':'named-character-references','attr-fe-autofocus':'association-of-controls-and-forms','entity-prec':'named-character-references','entity-pre':'named-character-references','entity-dArr':'named-character-references','entity-die':'named-character-references','entityjscr':'named-character-references','entity-lArr':'named-character-references','entity-rarrbfs':'named-character-references','in-a-document':'infrastructure','entity-Ucirc':'named-character-references','entity-trpezium':'named-character-references','table-example-1':'tabular-data','entity-phmmat':'named-character-references','doctype-legacy-string':'syntax','dynamic-markup-insertion':'apis-in-html-documents','classes':'elements','entity-ngeq':'named-character-references','the-multiple-attribute':'common-input-element-attributes','entity-lobrk':'named-character-references','entity-rightsquigarrow':'named-character-references','entity-plusacir':'named-character-references','attr-img-longdesc':'obsolete','domhtmlimplementation':'dom','syntax-ambiguous-ampersand':'syntax','entity-nscr':'named-character-references','entity-para':'named-character-references','entity-Ocirc':'named-character-references','top-level-browsing-context':'browsers','entity-NotCongruent':'named-character-references','simple-color':'common-icrosyntaxes','event-appcache-progress':'offline','entity-lAtail':'named-character-references','entity-part':'named-character-references','entity-bbrk':'named-character-references','attr-ol-type-keyword-upper-alpha':'grouping-content','entity-PrecedesEqual':'named-character-references','link-type-nofollow':'links','event-drag':'dnd','entity-colon':'named-character-references','entity-kcy':'named-character-references','entity-Ugrave':'named-character-references','inuse_attribute_err':'urls','attr-object-declare':'obsolete','refsWIN31J':'references','entity-boxvh':'named-character-references','entity-Mfr':'named-character-references','the-title-element':'dom','entity-RightVectorBar':'named-character-references','entity-THORN':'named-character-references','entity-nrightarrow':'named-character-references','entity-iscr':'named-character-references','entity-mapstodown':'named-character-references','entity-CircleTimes':'named-character-references','entity-LeftUpTeeVector':'named-character-references','entity-backsmeq':'named-character-references','entity-mcomma':'named-character-references','entity-tcy':'named-character-references','radio-button-state':'number-state','entity-lcub':'named-character-references','dom-texttrack-kind-subtitles':'video','entity-vsupnE':'named-character-references','entity-niv':'named-character-references','entity-succneqq':'named-character-references','entity-nis':'named-character-references','htmlmapelement':'the-map-element','dom':'dom','the-mark-element':'text-level-semantics','entity-gesles':'named-character-references','entity-smte':'named-character-references','entity-epsi':'named-character-references','entity-RightTeeArrow':'named-character-references','entity-NotElement':'named-character-references','entity-Jscr':'named-character-references','entity-sqsupe':'named-character-references','concept-fs-target':'association-of-controls-and-forms','entity-bsol':'named-character-references','not_found_err':'urls','concept-datetime-local':'common-microsyntaxes','entity-ncaron':'named-charater-references','syntax':'syntax','colors':'common-microsyntaxes','outerhtml':'apis-in-html-documents','entity-gel':'named-character-references','entity-Ecaron':'named-character-references','entity-bcy':'named-character-references','refsPROGRESS':'references','entity-smeparsl':'named-character-references','htmloptionscollection':'urls','entity-curarrm':'named-character-references','entity-nprcue':'named-character-references','entity-complement':'named-character-references','radionodelist':'urls','entity-RightArrowBar':'named-character-references','entity-thkap':'named-character-references','entity-Iacute':'named-character-references','domtokenlist':'urls','entity-disin':'named-character-references','entity-llhard':'named-character-references','preferred-mime-name':'infrastructure','entity-Rightarrow':'named-character-references','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','attr-fs-enctype':'association-of-controls-and-forms','entity-tcedil':'named-character-references','attr-textaea-wrap-hard':'the-button-element','entity-Exists':'named-character-references','custom-handlers':'timers','mathml-namespace':'urls','entity-LessEqualGreater':'named-character-references','entity-Vcy':'named-character-references','entity-ldquo':'named-character-references','attr-dropzone-link':'dnd','entity-ldrdhar':'named-character-references','entity-scnE':'named-character-references','entity-Afr':'named-character-references','entity-GJcy':'named-character-references','entity-ccupssm':'named-character-references','entity-CloseCurlyQuote':'named-character-references','event-media-canplay':'video','ix-handler-onkeypress':'index','entity-map':'named-character-references','entity-CapitalDifferentialD':'named-character-references','entity-Kcedil':'named-character-references','entity-Gfr':'named-character-references','entity-apacir':'named-character-references','refsFILEAPI':'references','entity-sup':'named-character-references','attr-iframe-srcdoc':'the-iframe-element','entity-lopar':'named-character-reference','entity-YAcy':'named-character-references','entity-egs':'named-character-references','entity-bkarow':'named-character-references','the-col-element':'tabular-data','entity-sum':'named-character-references','the-placeholder-attribute':'common-input-element-attributes','entity-ultri':'named-character-references','kinds-of-content':'content-models','entity-sub':'named-character-references','the-td-element':'tabular-data','entity-ctdot':'named-character-references','accessing-other-browsing-contexts':'browsers','creator-browsing-context':'browsers','event-dragstart':'dnd','event-media-waiting':'video','entity-jcy':'named-character-references','entity-Sigma':'named-character-references','entity-Gcirc':'named-character-references','entity-Amacr':'named-character-references','attr-tdth-headers':'tabular-data','entity-Eopf':'named-character-references','entity-leftthreetimes':'named-character-references','ix-handler-onwaiting':'index','entity-vDash':'named-character-references','attr-textarea-wrap-soft-state':'thebutton-element','active-document':'browsers','article-example':'sections','entity-nLt':'named-character-references','entity-centerdot':'named-character-references','texttrackcue':'video','hidden-state':'states-of-the-type-attribute','entity-njcy':'named-character-references','entity-thksim':'named-character-references','entity-circeq':'named-character-references','entity-spades':'named-character-references','refsRFC5724':'references','entity-OpenCurlyDoubleQuote':'named-character-references','attr-li-value':'grouping-content','attr-command-type-keyword-checkbox':'interactive-elements','attribute-text':'elements','navigatoronline':'offline','refsORIGIN':'references','entity-boxur':'named-character-references','attr-button-type-button':'the-button-element','system-state-and-capabilities:-the-navigator-object':'timers','concept-option-value':'the-button-element','entity-Rarrtl':'named-character-references','entity-quatint':'named-character-references','entity-imof':'named-character-references','attr-head-profie':'obsolete','entity-Xi':'named-character-references','entity-nge':'named-character-references','entity-succeq':'named-character-references','entity-Dstrok':'named-character-references','entity-ncap':'named-character-references','entity-ldrushar':'named-character-references','attr-tdth-charoff':'obsolete','form-associated-element':'forms','entity-boxul':'named-character-references','entity-boxuR':'named-character-references','refsCP51932':'references','entity-andand':'named-character-references','entity-cacute':'named-character-references','refsRFC4648':'references','entity-Acirc':'named-character-references','entity-eqvparsl':'named-character-references','entity-aleph':'named-character-references','media-elements':'video','attr-tr-align':'obsolete','entity-dHar':'named-character-references','entity-sqsupset':'named-character-references','urls':'urls','entity-diamond':'named-character-references','mediaerror':'video','concept-section':'sections','entity-boxuL':'named-character-references','entity-ocy':'namd-character-references','attr-input-maxlength':'common-input-element-attributes','entity-lrarr':'named-character-references','refsRFC3023':'references','attr-area-shape-rect':'the-map-element','radio-button-group':'number-state','attr-input-min':'common-input-element-attributes','e-mail-state':'states-of-the-type-attribute','entity-orslope':'named-character-references','htmlheadelement':'semantics','refsRFC5322':'references','attr-input-type-url-keyword':'the-input-element','entity-odblac':'named-character-references','entity-longleftarrow':'named-character-references','refsRFC2397':'references','entity-Hfr':'named-character-references','htmlembedelement':'the-iframe-element','entity-longleftrightarrow':'named-character-references','entity-realine':'named-character-references','entity-Poincareplane':'named-character-references','syntax-errors':'introduction','htmlmediaelement':'video','entity-DoubleRightTee':'named-character-references','about:legacy-compat':'urls','entity-nLl':'named-character-references',refsRFC3629':'references','character-encoding-declaration':'semantics','entity-SquareSuperset':'named-character-references','attr-keygen-challenge':'the-button-element','dom-texttrack-kind-captions':'video','entity-gbreve':'named-character-references','entity-Square':'named-character-references','entity-NegativeThinSpace':'named-character-references','entity-angst':'named-character-references','entity-epsiv':'named-character-references','date-state':'states-of-the-type-attribute','link-type-tag':'links','attr-div-align':'obsolete','best-practices-for-authors-using-media-elements':'video','datatransferitem':'dnd','entity-male':'named-character-references','entity-nbsp':'named-character-references','attr-ol-type-keyword-upper-roman':'grouping-content','entity-odsold':'named-character-references','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','elemnt-definitions':'elements','entity-NotVerticalBar':'named-character-references','entity-Nu':'named-character-references','attr-fs-method-get':'association-of-controls-and-forms','entity-VDash':'named-character-references','entity-frac18':'named-character-references','entity-Zopf':'named-character-references','attr-hyperlink-media':'links','concept-appcache-manifest-explicit':'offline','entity-permil':'named-character-references','link-type-prev':'links','entity-Sup':'named-character-references','attr-fae-form':'association-of-controls-and-forms','attr-form-accept-charset':'forms','event-appcache-cached':'offline','attr-fs-formmethod':'association-of-controls-and-forms','entity-Sum':'named-character-references','entity-AElig':'named-character-references','entity-triminus':'named-character-references','entity-Sub':'named-character-references','ix-handler-oncanplay':'index','xml-mime-type':'infrastructure','hashchangeevent':'history','htmlbrelement':'text-level-semantics','attr-img-hspace':'obsolete','entity-bguplus':'named-character-references','entity-minus':'named-character-references','entity-cularr':'named-character-references','entity-Uopf':'named-character-references','ix-handler-window-onpopstate':'index','entity-RightTriangleBar':'named-character-references','entity-downarrow':'named-character-references','entity-hArr':'named-character-references','big':'obsolete','entity-Ntilde':'named-character-references','table-descriptions-techniques':'tabular-data','entity-rx':'named-character-references','a-link-or-button-containing-nothing-but-the-image':'embedded-content-1','entity-submult':'named-character-references','entity-RightDownVectorBar':'named-character-references','entity-circ':'named-character-references','entity-chi':'named-character-references','entity-angmsd':'named-character-references','attr-fe-maxlength':'association-of-controls-and-forms','entity-Zeta':'named-character-references','ix-handler-onplay':'index','entity-xrarr':'named-character-references','htmlkeygenelement':'the-button-element',attr-track-kind-keyword-descriptions':'video','entity-lmoustache':'named-character-references','entity-larrtl':'named-character-references','the-body-element':'dom','entity-nspar':'named-character-references','heading-content':'content-models','entity-rightharpoonup':'named-character-references','mutabletexttrack':'video','entity-SucceedsEqual':'named-character-references','attr-html-manifest':'semantics','htmliframeelement':'the-iframe-element','entity-lozf':'named-character-references','the-output-element':'the-button-element','entity-Gcedil':'named-character-references','ix-handler-onemptied':'index','attr-input-type-image-keyword':'the-input-element','entity-NotRightTriangle':'named-character-references','attr-datasrc':'obsolete','about:srcdoc':'urls','entity-rbrkslu':'named-character-references','attr-ol-type-state-decimal':'grouping-content','entity-rbrksld':'named-character-references','entity-mscr':'named-character-references','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'the-input-elment','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','entity-perp':'named-character-references','the-address-element':'sections','entity-Ocy':'named-character-references','entity-nvle':'named-character-references','entity-efr':'named-character-references','attr-tbody-align':'obsolete','entity-Topf':'named-character-references','entity-thinsp':'named-character-references','validation_err':'urls','ix-handler-onmouseout':'index','entity-nvlt':'named-character-references','category-label':'forms','collections':'urls','week-state':'states-of-the-type-attribute','unordered-set-of-unique-space-separated-tokens':'common-microsyntaxes','entity-veebar':'named-character-references','scriptingLanguages':'scripting-1','entity-curarr':'named-character-references','ix-handler-onprogress':'index','entity-acy':'named-character-references','event-dragover':'dnd','refsHTMLALTTECHS':'references','drag-data-store-mode':'dnd','entity-frac12':'named-character-references','entity-frac13':'named-character-refrences','entity-frac14':'named-character-references','entity-frac15':'named-character-references','entity-frac16':'named-character-references','valid-date-string-with-optional-time':'common-microsyntaxes','entity-exist':'named-character-references','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'the-iframe-element','ix-handler-window-onscroll':'index','security-document':'dom','entity-Ucy':'named-character-references','entity-intlarhk':'named-character-references','entity-Hat':'named-character-references','entity-Cdot':'named-character-references','entity-lessapprox':'named-character-references','entity-gnsim':'named-character-references','entity-larrfs':'named-character-references','entity-wscr':'named-character-references','entity-VerticalSeparator':'named-character-references','network_err':'urls','entity-ordf':'named-character-references','entity-rangd':'named-character-references','entity-eqcirc':'named-character-references','security':'dom','entity-ThickSpace':'named-haracter-references','entity-cirE':'named-character-references','entity-Map':'named-character-references','entity-ltimes':'named-character-references','domstringmap-0':'urls','entity-NotLess':'named-character-references','entity-slarr':'named-character-references','entity-cups':'named-character-references','entity-eparsl':'named-character-references','entity-updownarrow':'named-character-references','entity-InvisibleTimes':'named-character-references','paragraphs':'content-models','entity-nsupseteqq':'named-character-references','attr-object-align':'obsolete','entity-nparallel':'named-character-references','the-ins-element':'edits','attr-embed-type':'the-iframe-element','manually-releasing-the-storage-mutex':'timers','entity-NotSquareSubsetEqual':'named-character-references','entity-lessgtr':'named-character-references','comments':'syntax','entity-esim':'named-character-references','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','nested-browsing-context':'browsers','entity-subE':'named-character-references','entity-esdot':'named-character-references','phrasing-content':'content-models','dnd':'dnd','entity-scap':'named-character-references','attr-meter-min':'the-button-element','tag-clouds':'links','entity-CircleMinus':'named-character-references','entity-isinv':'named-character-references','event-media-seeking':'video','attr-command-disabled':'interactive-elements','strike':'obsolete','entity-quot':'named-character-references','entity-Lang':'named-character-references','entity-approx':'named-character-references','event-dragenter':'dnd','entity-Dot':'named-character-references','months':'common-microsyntaxes','entity-omega':'named-character-references','entity-RightArrow':'named-character-references','attr-script-type':'scripting-1','entity-VerticalLine':'named-character-references','creator-document':'browsers','entity-sim':'named-character-references','entity-Cup':'named-character-references','htmltableelement':'tabular-data','entity-simne':'named-character-references','entty-lsaquo':'named-character-references','entity-rsqb':'named-character-references','attr-tdth-char':'obsolete','entity-infintie':'named-character-references','browsing-context-names':'browsers','reflecting-content-attributes-in-idl-attributes':'urls','attr-tdth-height':'obsolete','refsATOM':'references','entity-Darr':'named-character-references','attr-param-type':'obsolete','entity-multimap':'named-character-references','attr-track-srclang':'video','attr-button-type-submit':'the-button-element','entity-Rcedil':'named-character-references','remove-an-element-from-a-document':'infrastructure','the-drag-data-item-type-string':'dnd','the-readonly-attribute':'common-input-element-attributes','htmlscriptelement':'scripting-1','unquoted':'syntax','entity-varphi':'named-character-references','entity-Or':'named-character-references','entity-RightUpVectorBar':'named-character-references','entity-hellip':'named-character-references','entity-ucy':'named-character-references','entity-boxV':'named-character-references','ntity-curlyeqsucc':'named-character-references','entity-bnequiv':'named-character-references','entity-lsqb':'named-character-references','attr-area-nohref':'obsolete','entity-Dagger':'named-character-references','index_size_err':'urls','entity-andv':'named-character-references','attr-fs-formenctype':'association-of-controls-and-forms','introduction-5':'editing','entity-subne':'named-character-references','cdata-sections':'syntax','entity-ee':'named-character-references','event-media-play':'video','command-facet-hiddenstate':'commands','entity-boxv':'named-character-references','entity-eg':'named-character-references','entity-DoubleDownArrow':'named-character-references','entity-sqsubset':'named-character-references','entity-nsubseteq':'named-character-references','entity-subnE':'named-character-references','entity-yscr':'named-character-references','refsSVG':'references','entity-infin':'named-character-references','the-button-element':'the-button-element','entity-boxh':'named-character-references','valid-dae-or-time-string':'common-microsyntaxes','entity-DoubleVerticalBar':'named-character-references','entity-gjcy':'named-character-references','entity-PrecedesSlantEqual':'named-character-references','entity-plussim':'named-character-references','ix-handler-onended':'index','attr-media-preload-auto':'video','attr-media-preload-metadata':'video','entity-hamilt':'named-character-references','entity-mDDot':'named-character-references','ix-handler-window-onstorage':'index','entity-DiacriticalAcute':'named-character-references','text-track-loading':'video','entity-sc':'named-character-references','entity-NotTildeFullEqual':'named-character-references','assigning-keyboard-shortcuts':'editing','command-insertunorderedlist':'dnd','entity-ETH':'named-character-references','entity-Kopf':'named-character-references','the-directionality':'elements','attr-script-event':'obsolete','entity-Sfr':'named-character-references','entity-longmapsto':'named-character-references','attr-select-size':'the-button-element','entity-boxtims':'named-character-references','entity-Uuml':'named-character-references','entity-ClockwiseContourIntegral':'named-character-references','entity-zcy':'named-character-references','dom-mediaerror-media_err_aborted':'video','text-track-cue-text':'video','the-location-interface':'history','entity-Uacute':'named-character-references','entity-Dcaron':'named-character-references','attr-q-cite':'text-level-semantics','willful-violation':'introduction','entity-rscr':'named-character-references','meta-generator':'semantics','attr-spellcheck':'editing','local-date-and-time-state':'states-of-the-type-attribute','entity-harr':'named-character-references','webappapis':'webappapis','entity-nvltrie':'named-character-references','entity-eqslantless':'named-character-references','attr-a-charset':'obsolete','entity-swarr':'named-character-references','data-protocol':'infrastructure','meta-keywords':'semantics','entity-eacute':'named-character-references','entity-Lopf':'named-character-references','concept-datetime':'common-icrosyntaxes','html-namespace':'infrastructure','entity-utrif':'named-character-references','entity-lsquo':'named-character-references','entity-ges':'named-character-references','entity-bigoplus':'named-character-references','a-group-of-images-that-form-a-single-larger-picture-with-links':'embedded-content-1','entity-Yfr':'named-character-references','navigating-nested-browsing-contexts-in-the-dom':'browsers','link-type-sidebar':'links','entity-csub':'named-character-references','attr-meta-content':'semantics','bgsound':'obsolete','command-italic':'dnd','entity-digamma':'named-character-references','text-track-hidden':'video','entity-Fouriertrf':'named-character-references','attr-caption-align':'obsolete','entity-nisd':'named-character-references','entity-LeftRightArrow':'named-character-references','attr-textarea-placeholder':'the-button-element','entity-Vopf':'named-character-references','entity-UnderParenthesis':'named-character-references','entity-zwnj':'named-character-references','entity-lceil':'namedcharacter-references','sequential-link-types':'links','attr-time-pubdate':'text-level-semantics','entity-twoheadleftarrow':'named-character-references','attr-body-margintop':'obsolete','entity-ac':'named-character-references','entity-coprod':'named-character-references','entity-af':'named-character-references','entity-acE':'named-character-references','local-dates-and-times':'common-microsyntaxes','ix-handler-window-onresize':'index','entity-ap':'named-character-references','entity-compfn':'named-character-references','entity-yacute':'named-character-references','attr-col-align':'obsolete','entity-prnsim':'named-character-references','entity-Efr':'named-character-references','htmlselectelement':'the-button-element','entity-ovbar':'named-character-references','valid-media-query':'common-microsyntaxes','entity-iuml':'named-character-references','entity-NestedLessLess':'named-character-references','beforeunloadevent':'history','entity-ddagger':'named-character-references','entity-gtcc':'named-character-referenes','entity-twoheadrightarrow':'named-character-references','entity-lcy':'named-character-references','entity-rsh':'named-character-references','xml-namespace':'urls','command-undo':'dnd','entity-drbkarow':'named-character-references','placeholder-label-option':'the-button-element','entity-triangleright':'named-character-references','entity-LongLeftArrow':'named-character-references','timeranges':'video','entity-hercon':'named-character-references','attr-hyperlink-href':'links','entity-Cacute':'named-character-references','entity-DownLeftVector':'named-character-references','attr-dataformatas':'obsolete','input-type-attr-summary':'the-input-element','obsolete':'obsolete','number-state':'number-state','entity-Dopf':'named-character-references','event-media-playing':'video','noembed':'obsolete','entity-blacktriangle':'named-character-references','secondary-browsing-contexts':'browsers','attr-iframe-allowtransparency':'obsolete','entity-ngeqq':'named-character-references','entity-SHcy':'named-character-referenes','text-track-failed-to-load':'video','dom-media-have_current_data':'video','entity-RightUpTeeVector':'named-character-references','entity-egrave':'named-character-references','text-html-sandboxed':'iana','entity-bump':'named-character-references','global-dates-and-times':'common-microsyntaxes','entity-agrave':'named-character-references','entity-bNot':'named-character-references','the-pre-element':'grouping-content','refsRFC1345':'references','concept-submit-button':'forms','command-unselect':'dnd','entity-csupe':'named-character-references','entity-Mellintrf':'named-character-references','entity-Popf':'named-character-references','entity-jsercy':'named-character-references','entity-grave':'named-character-references','htmldocument':'dom','entity-NotDoubleVerticalBar':'named-character-references','entity-tosa':'named-character-references','concept-button':'forms','attr-param-value':'the-iframe-element','refsECMA262':'references','entity-setmn':'named-character-references','entity-angmsdah':'named-charactr-references','entity-intercal':'named-character-references','command-selectall':'dnd','entity-forall':'named-character-references','entity-angmsdab':'named-character-references','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','entity-angmsdaa':'named-character-references','entity-angmsdaf':'named-character-references','entity-angmsdag':'named-character-references','entity-angmsdad':'named-character-references','entity-angmsdae':'named-character-references','entity-Tcedil':'named-character-references','link-type-license':'links','entity-LongLeftRightArrow':'named-character-references','entity-nsupE':'named-character-references','attr-command-type-keyword-radio':'interactive-elements','entity-udhar':'named-character-references','sectioning-content':'content-models','entity-planck':'named-character-references','entity-thetav':'named-character-references','entity-Egrave':'named-character-references','isindex-0':'obsolete','syntax-tag-name':'syntax','entity-ccaron':'named-character-eferences','attr-track-kind-subtitles':'video','entity-gesl':'named-character-references','set-of-space-separated-tokens':'common-microsyntaxes','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'elements','style-default-media':'semantics','attr-hr-size':'obsolete','an-entry-with-persisted-user-state':'history','htmlparagraphelement':'grouping-content','not_supported_err':'urls','functionstringcallback':'dnd','entity-awconint':'named-character-references','entity-csup':'named-character-references','entity-amp':'named-character-references','form-control-dirname-attribute':'association-of-controls-and-forms','entity-racute':'named-character-references','entity-ssmile':'named-character-references','entity-mlcp':'named-character-references','charset512':'semantics','refsRFC2483':'references','entity-measuredangle':'named-character-references','entity-gamma':'named-character-references','security_err':'urls','event-dragleave':'dnd','entity-DownLeftTeeVector':'named-character-references','etity-intcal':'named-character-references','attr-mod-datetime':'edits','entity-pluscir':'named-character-references','dom-media-have_metadata':'video','attr-input-type-range-keyword':'the-input-element','entity-minusb':'named-character-references','live':'infrastructure','entity-kfr':'named-character-references','entity-minusd':'named-character-references','scope':'introduction','entity-vprop':'named-character-references','entity-swArr':'named-character-references','entity-sube':'named-character-references','entity-shchcy':'named-character-references','attr-body-bgcolor':'obsolete','entity-Scaron':'named-character-references','entity-nvgt':'named-character-references','entity-Ropf':'named-character-references','entity-Cedilla':'named-character-references','entity-lesseqqgtr':'named-character-references','attr-input-readonly':'common-input-element-attributes','ix-handler-onstalled':'index','entity-nleftrightarrow':'named-character-references','attr-area-shape-keyword-circle':'the-map-element','entity-jopf':'nmed-character-references','entity-nsucc':'named-character-references','entity-gtrless':'named-character-references','refsWEBWORKERS':'references','entity-oslash':'named-character-references','entity-cscr':'named-character-references','attr-ol-type-keyword-lower-roman':'grouping-content','entity-LessGreater':'named-character-references','attr-tabindex':'editing','entity-prap':'named-character-references','entity-varpropto':'named-character-references','entity-TripleDot':'named-character-references','printing':'timers','attr-link-media':'semantics','entity-gcy':'named-character-references','entity-ecaron':'named-character-references','entity-Delta':'named-character-references','syntax-attribute-value':'syntax','entity-ocir':'named-character-references','xml-compatible':'infrastructure','entity-ecolon':'named-character-references','entity-scE':'named-character-references','entity-Rsh':'named-character-references','entity-period':'named-character-references','entity-sqsup':'named-character-references','htmlbuttnelement':'the-button-element','attr-fs-novalidate':'association-of-controls-and-forms','entity-lcaron':'named-character-references','entity-Gdot':'named-character-references','attr-input-type-reset-keyword':'the-input-element','entity-emsp14':'named-character-references','attr-optgroup-label':'the-button-element','entity-sup1':'named-character-references','entity-VerticalBar':'named-character-references','entity-sup3':'named-character-references','entity-Ycy':'named-character-references','refsPOLYGLOT':'references','entity-KJcy':'named-character-references','context-menus':'interactive-elements','entity-Hstrok':'named-character-references','the-param-element':'the-iframe-element','charset':'semantics','entity-SmallCircle':'named-character-references','entity-phone':'named-character-references','auxiliary-browsing-context':'browsers','entity-nvge':'named-character-references','entity-lpar':'named-character-references','xhtml':'the-xhtml-syntax','history-traversal':'history','entity-leftrightarrows':'named-caracter-references','the-option-element':'the-button-element','common-idioms-without-dedicated-elements':'links','entity-supe':'named-character-references','attr-script-src':'scripting-1','htmlareaelement':'the-map-element','entity-Xopf':'named-character-references','refsRFC3987':'references','refsCOOKIES':'references','entity-Zcy':'named-character-references','entity-profsurf':'named-character-references','entity-suphsol':'named-character-references','entity-LT':'named-character-references','attr-hyperlink-type':'links','entity-ljcy':'named-character-references','entity-bowtie':'named-character-references','entity-real':'named-character-references','appcacheevents':'offline','entity-sqsub':'named-character-references','entity-preceq':'named-character-references','outline':'sections','attr-select-multiple':'the-button-element','entity-supE':'named-character-references','attr-iframe-sandbox':'the-iframe-element','dom-location-pathname':'history','the-span-element':'text-level-semantics','entity-Lt':'named-chracter-references','definitions':'association-of-controls-and-forms','entity-rarr':'named-character-references','the-form-element':'forms','entity-GreaterLess':'named-character-references','entity-NotTilde':'named-character-references','effective-script-origin':'origin-0','entity-scirc':'named-character-references','entity-lsime':'named-character-references','entity-dwangle':'named-character-references','entity-lsimg':'named-character-references','entity-NotSubset':'named-character-references','the-keygen-element':'the-button-element','attr-media-preload-auto-state':'video','text-track-cue-pause-on-exit-flag':'video','entity-ndash':'named-character-references','entity-RightVector':'named-character-references','a-quick-introduction-to-html':'introduction','entity-ntilde':'named-character-references','entity-Vdash':'named-character-references','ix-handler-onabort':'index','entity-capbrcup':'named-character-references','htmlquoteelement':'grouping-content','attr-input-autocomplete':'common-input-element-attribtes','command-facet-id':'commands','user-prompts':'timers','entity-eDot':'named-character-references','entity-hstrok':'named-character-references','authors-using-xhtml':'iana','entity-Barv':'named-character-references','entity-rharul':'named-character-references','forms':'forms','closing-the-input-stream':'apis-in-html-documents','window':'browsers','entity-half':'named-character-references','listing':'obsolete','attr-th-scope':'tabular-data','text-track-cue-order':'video','refsRFC1842':'references','attr-object-data':'the-iframe-element','ix-handler-onmousemove':'index','recommended-reading':'introduction','conversations':'links','entity-HumpEqual':'named-character-references','entity-pr':'named-character-references','entity-qscr':'named-character-references','entity-pm':'named-character-references','attr-body-alink':'obsolete','entity-pi':'named-character-references','entity-rarrhk':'named-character-references','entity-rtri':'named-character-references','entity-Imacr':'named-character-references','categor-listed':'forms','refsUTF8DET':'references','attr-media-muted':'video','attr-hyperlink-usemap':'the-map-element','entity-blank':'named-character-references','entity-qfr':'named-character-references','entity-nvDash':'named-character-references','entity-Bfr':'named-character-references','attr-table-align':'obsolete','embedded-content-1':'embedded-content-1','embedded-content-0':'content-models','entity-REG':'named-character-references','entity-wfr':'named-character-references','entity-Tau':'named-character-references','entity-dashv':'named-character-references','attr-track-default':'video','other-metadata-names':'semantics','the-required-attribute':'common-input-element-attributes','entity-nbumpe':'named-character-references','entity-empty':'named-character-references','entity-orv':'named-character-references','entity-subseteq':'named-character-references','entity-robrk':'named-character-references','entity-UpEquilibrium':'named-character-references','manifests':'offline','entity-ord':'named-character-referenes','attr-body-marginwidth':'obsolete','entity-Gcy':'named-character-references','entity-seswar':'named-character-references','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'dnd','entity-CenterDot':'named-character-references','entity-cdot':'named-character-references','entity-nvinfin':'named-character-references','entity-Ncaron':'named-character-references','entity-demptyv':'named-character-references','entity-oint':'named-character-references','attr-dl-compact':'obsolete','htmlhtmlelement':'semantics','htmlunknownelement':'elements','entity-NotSubsetEqual':'named-character-references','entity-nfr':'named-character-references','entity-xvee':'named-character-references','sectioning-root':'sections','the-size-attribute':'common-input-element-attributes','the-kbd-element':'text-level-semantics','entity-Downarrow':'named-character-references','xmp':'obsolete','entity-bnot':'named-character-references','entity-aogon':'named-character-references','entity-ngtr:'named-character-references','htmllinkelement':'semantics','heading-content-0':'content-models','entity-ubreve':'named-character-references','entity-prsim':'named-character-references','ix-handler-window-onbeforeunload':'index','entity-LeftDownTeeVector':'named-character-references','entity-blacktriangleright':'named-character-references','text-html':'iana','attr-dir-ltr':'elements','entity-quaternions':'named-character-references','entity-cirfnint':'named-character-references','entity-sfrown':'named-character-references','valid-list-of-integers':'common-microsyntaxes','entity-nsube':'named-character-references','entity-UpDownArrow':'named-character-references','entity-lbbrk':'named-character-references','entity-Mcy':'named-character-references','attr-hr-width':'obsolete','the-style-attribute':'elements','image-maps':'the-map-element','origin':'origin-0','the-document-s-current-address':'dom','entity-DoubleLongRightArrow':'named-character-references','entity-frac35':'named-character-references','entity-Uarocir':'named-character-references','entity-erarr':'named-character-references','entity-Iota':'named-character-references','entity-suplarr':'named-character-references','entity-leftharpoondown':'named-character-references','entity-Uring':'named-character-references','entity-rArr':'named-character-references','entity-frac38':'named-character-references','elements-0':'syntax','elements-1':'index','entity-wedbar':'named-character-references','entity-dtri':'named-character-references','entity-cupcap':'named-character-references','entity-xcirc':'named-character-references','entity-ncongdot':'named-character-references','entity-dlcrop':'named-character-references','entity-plusmn':'named-character-references','entity-LessTilde':'named-character-references','attr-ol-type-state-lower-alpha':'grouping-content','refsCSSOMVIEW':'references','error-codes':'video','the-q-element':'text-level-semantics','entity-rightrightarrows':'named-character-references','event-media-emptied':'video','entity-bfr':'named-character-refereces','entity-xlarr':'named-character-references','entity-boxdr':'named-character-references','entity-boxdl':'named-character-references','entity-CloseCurlyDoubleQuote':'named-character-references','syntax-charref':'syntax','ix-handler-onvolumechange':'index','entity-nvHarr':'named-character-references','attr-input-type-radio-keyword':'the-input-element','the-figure-element':'grouping-content','entity-equiv':'named-character-references','semantics':'semantics','entity-yucy':'named-character-references','entity-lstrok':'named-character-references','attr-tbody-valign':'obsolete','attr-track-kind-chapters':'video','entity-lhblk':'named-character-references','entity-Uparrow':'named-character-references','concept-time':'common-microsyntaxes','valid-non-empty-url-potentially-surrounded-by-spaces':'urls','entity-boxdR':'named-character-references','entity-Cconint':'named-character-references','entity-boxdL':'named-character-references','entity-curvearrowright':'named-character-references','syntax-cdata':'syntax','dm-navigator-registerprotocolhandler':'timers','htmltablecaptionelement':'tabular-data','entity-bull':'named-character-references','common-input-element-attributes':'common-input-element-attributes','entity-varsigma':'named-character-references','refsRFC2237':'references','entity-Qfr':'named-character-references','entity-race':'named-character-references','dates-and-times':'common-microsyntaxes','entity-Cross':'named-character-references','refsRFC5280':'references','entity-blk34':'named-character-references','entity-rdsh':'named-character-references','optional-tags':'syntax','entity-xutri':'named-character-references','entity-Wfr':'named-character-references','entity-LeftDoubleBracket':'named-character-references','attr-link-sizes':'links','refsGRAPHICS':'references','the-document-s-address':'dom','attr-link-methods':'obsolete','entity-lesssim':'named-character-references','entity-NotRightTriangleBar':'named-character-references','entity-xmap':'named-character-references','entity-wreath':'named-character-refrences','entity-wcirc':'named-character-references','refsWCAG':'references','entity-colone':'named-character-references','entity-strns':'named-character-references','attr-th-scope-row':'tabular-data','entity-Mu':'named-character-references','event-pagehide':'history','entity-lozenge':'named-character-references','entity-gscr':'named-character-references','type_mismatch_err':'urls','entity-Euml':'named-character-references','refsRFC1468':'references','attr-form-autocomplete':'forms','entity-bsolb':'named-character-references','entity-gg':'named-character-references','attr-body-marginleft':'obsolete','event-pageshow':'history','entity-ge':'named-character-references','entity-tbrk':'named-character-references','entity-rtimes':'named-character-references','entity-ltrif':'named-character-references','entity-ltrie':'named-character-references','entity-uml':'named-character-references','the-var-element':'text-level-semantics','element-content-categories':'index','entity-yuml':'named-character-references','attr-fe-isabled':'association-of-controls-and-forms','entity-ufisht':'named-character-references','general-guidelines':'embedded-content-1','entity-veeeq':'named-character-references','entity-NoBreak':'named-character-references','the-bdo-element':'text-level-semantics','entity-Gamma':'named-character-references','entity-lbarr':'named-character-references','the-article-element':'sections','entity-succ':'named-character-references','ix-handler-ontimeupdate':'index','entity-block':'named-character-references','entity-yacy':'named-character-references','apis-in-html-documents':'apis-in-html-documents','entity-lowast':'named-character-references','attr-input-dirname':'common-input-element-attributes','attr-input-checked':'the-input-element','entity-lambda':'named-character-references','entity-ddarr':'named-character-references','refsHPAAIG':'references','spacer':'obsolete','the-aside-element':'sections','entity-Yscr':'named-character-references','entity-vsubne':'named-character-references','dom-mediaerror-media_err_srcnot_supported':'video','attr-contenteditable':'editing','entity-backsim':'named-character-references','htmlheadingelement':'sections','xml':'infrastructure','syntax_err':'urls','entity-supsub':'named-character-references','the-dirname-attribute':'common-input-element-attributes','entity-andd':'named-character-references','entity-nwArr':'named-character-references','entity-Kfr':'named-character-references','entity-Tfr':'named-character-references','the-min-and-max-attributes':'common-input-element-attributes','category-submit':'forms','entity-vsubnE':'named-character-references','attr-area-shape-default':'the-map-element','navigatorcontentutils':'timers','attributes-common-to-form-controls':'association-of-controls-and-forms','image-map':'the-map-element','attr-output-for':'the-button-element','htmllegendelement':'forms','entity-HorizontalLine':'named-character-references','entity-rcy':'named-character-references','entity-edot':'named-character-references','refsRFC3986':'references','entity-roplus':'named-chracter-references','htmlspanelement':'text-level-semantics','nobr':'obsolete','entity-oelig':'named-character-references','entity-varr':'named-character-references','entity-xwedge':'named-character-references','entity-uHar':'named-character-references','entity-Eogon':'named-character-references','obsolete-but-conforming-features':'obsolete','refsGREGORIAN':'references','entity-eqslantgtr':'named-character-references','entity-triangleq':'named-character-references','entity-drcrop':'named-character-references','entity-fallingdotseq':'named-character-references','entity-nleftarrow':'named-character-references','entity-cupor':'named-character-references','attr-tdth-bgcolor':'obsolete','entity-rarrsim':'named-character-references','entity-downdownarrows':'named-character-references','entity-Xscr':'named-character-references','entity-gE':'named-character-references','command-insertlinebreak':'dnd','entity-bbrktbrk':'named-character-references','svg-namespace':'urls','attr-map-name':'the-map-element','entity-rcedi':'named-character-references','attributes-common-to-td-and-th-elements':'tabular-data','entity-djcy':'named-character-references','document.writeln':'apis-in-html-documents','entity-imagline':'named-character-references','rules-for-updating-the-text-track-rendering':'video','command-subscript':'dnd','entity-lvnE':'named-character-references','entity-Lscr':'named-character-references','attr-source-src':'video','entity-ngE':'named-character-references','text-track':'video','entity-LeftDownVectorBar':'named-character-references','entity-plusb':'named-character-references','entity-gl':'named-character-references','entity-daleth':'named-character-references','attr-script-language':'obsolete','entity-pluse':'named-character-references','basefont':'obsolete','entity-gt':'named-character-references','entity-Vert':'named-character-references','entity-Emacr':'named-character-references','entity-ShortLeftArrow':'named-character-references','refsXMLBASE':'references','the-summary-element':'interactive-elements','text-rack-cue':'video','the-header-element':'sections','the-dropzone-attribute':'dnd','entity-vnsub':'named-character-references','attr-option-selected':'the-button-element','infrastructure':'infrastructure','entity-RightDownTeeVector':'named-character-references','form-submission':'association-of-controls-and-forms','an-overridden-reload':'dom','entity-bigodot':'named-character-references','the-th-element':'tabular-data','svg-0':'the-map-element','entity-larrb':'named-character-references','entity-vnsup':'named-character-references','dom-appcache-updateready':'offline','security-0':'association-of-controls-and-forms','entity-lap':'named-character-references','joint-session-history':'history','entity-Nfr':'named-character-references','entity-lat':'named-character-references','attr-media-preload':'video','dates':'common-microsyntaxes','entity-qint':'named-character-references','entity-kscr':'named-character-references','entity-macr':'named-character-references','entity-capdot':'named-character-references','entitybigcap':'named-character-references','entity-Superset':'named-character-references','entity-kappa':'named-character-references','attr-menu-compact':'obsolete','entity-nhpar':'named-character-references','entity-num':'named-character-references','insert-an-element-into-a-document':'infrastructure','valid-non-empty-url':'urls','entity-emsp':'named-character-references','entity-IEcy':'named-character-references','entity-iogon':'named-character-references','entity-nltri':'named-character-references','entity-Udblac':'named-character-references','the-p-element':'grouping-content','dir':'obsolete','concept-appcache-manifest-fallback':'offline','boolean-attribute':'common-microsyntaxes','interfaces-for-url-manipulation':'urls','entity-nLtv':'named-character-references','entity-semi':'named-character-references','entity-bsime':'named-character-references','ix-handler-onblur':'index','attr-iframe-name':'the-iframe-element','entity-marker':'named-character-references','entity-harrw':'named-character-references','entit-quest':'named-character-references','the-command':'interactive-elements','tabular-data':'tabular-data','real-numbers':'common-microsyntaxes','wai-aria':'content-models','entity-ldca':'named-character-references','entity-gopf':'named-character-references','making-entire-documents-editable':'editing','htmlbaseelement':'semantics','entity-jukcy':'named-character-references','entity-dcy':'named-character-references','entity-NotRightTriangleEqual':'named-character-references','attr-media-loop':'video','text-track-list-of-cues':'video','entity-ecy':'named-character-references','the-area-element':'the-map-element','entity-gesdotol':'named-character-references','entity-ecirc':'named-character-references','link-type-bookmark':'links','concept-input-required':'common-input-element-attributes','attr-keygen-keytype':'the-button-element','entity-rightleftarrows':'named-character-references','prefix-match':'infrastructure','refsCESU8':'references','refsTIS620':'references','image-button-state':'number-state','entity-LesSlantEqual':'named-character-references','time-ranges':'video','plugin':'infrastructure','attr-area-shape-keyword-default':'the-map-element','entity-bsemi':'named-character-references','entity-asympeq':'named-character-references','attr-ol-type-state-upper-roman':'grouping-content','attr-dir-rtl':'elements','entity-xotime':'named-character-references','entity-ngt':'named-character-references','text-track-cue-writing-direction':'video','entity-boxvH':'named-character-references','entity-Backslash':'named-character-references','text-track-cue-display-state':'video','entity-xodot':'named-character-references','entity-lneq':'named-character-references','ix-handler-window-onload':'index','entity-leftarrowtail':'named-character-references','entity-npreceq':'named-character-references','some-sample-manifests':'offline','entity-NotSquareSupersetEqual':'named-character-references','entity-geqq':'named-character-references','entity-Dfr':'named-character-references','entity-exponentiale':'named-character-references','ntity-KHcy':'named-character-references','entity-Rarr':'named-character-references','dom-document-open':'apis-in-html-documents','entity-simg':'named-character-references','htmlbodyelement':'sections','entity-CupCap':'named-character-references','boolean-attributes':'common-microsyntaxes','ix-handler-window-onpageshow':'index','entity-Lambda':'named-character-references','domstring_size_err':'urls','entity-NotLessEqual':'named-character-references','entity-sigmav':'named-character-references','entity-ulcorner':'named-character-references','entity-Racute':'named-character-references','the-dt-element':'grouping-content','entity-nwnear':'named-character-references','events':'webappapis','table-descriptions':'tabular-data','links-created-by-a-and-area-elements':'links','entity-Chi':'named-character-references','entity-pertenk':'named-character-references','entity-thorn':'named-character-references','the-map-element':'the-map-element','attr-meta-scheme':'obsolete','the-progress-element':'the-button-element','entty-NotCupCap':'named-character-references','entity-scnap':'named-character-references','the-window-object':'browsers','entity-rmoustache':'named-character-references','editing-apis':'dnd','attr-textarea-dirname':'the-button-element','entity-Pscr':'named-character-references','entity-precneqq':'named-character-references','drag-data-store-item-list':'dnd','entity-succapprox':'named-character-references','entity-ogon':'named-character-references','entity-iocy':'named-character-references','entity-scaron':'named-character-references','entity-circlearrowleft':'named-character-references','the-object-element':'the-iframe-element','entity-ensp':'named-character-references','entity-gap':'named-character-references','refsUTF7':'references','entity-backcong':'named-character-references','entity-capcup':'named-character-references','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','entity-Ascr':'named-character-references','entity-dtdot':'named-character-references','entity-euml':'named-chaacter-references','refsRFC2046':'references','entity-nLeftarrow':'named-character-references','attr-command-checked':'interactive-elements','entity-jcirc':'named-character-references','attr-track-kind-keyword-subtitles':'video','entity-looparrowright':'named-character-references','entity-cuepr':'named-character-references','the-li-element':'grouping-content','design-notes':'introduction','attr-iframe-frameborder':'obsolete','entity-lrcorner':'named-character-references','attr-hyperlink-hreflang':'links','entity-odiv':'named-character-references','element-restrictions':'syntax','entity-utdot':'named-character-references','entity-LeftUpVector':'named-character-references','entity-Escr':'named-character-references','refsNPAPI':'references','compliance-with-other-specifications':'introduction','attr-dropzone-copy':'dnd','entity-leftarrow':'named-character-references','entity-micro':'named-character-references','the-thead-element':'tabular-data','event-hashchange':'history','entity-nmid':'named-character-referenes','entity-nsubseteqq':'named-character-references','entity-scsim':'named-character-references','entity-xlArr':'named-character-references','entity-gsime':'named-character-references','entity-Lsh':'named-character-references','entity-ntgl':'named-character-references','entity-gsiml':'named-character-references','the-del-element':'edits','entity-notni':'named-character-references','event-media-loadstart':'video','entity-sext':'named-character-references','entity-luruhar':'named-character-references','htmltablecolelement':'tabular-data','entity-cudarrl':'named-character-references','ix-handler-onplaying':'index','entity-Ffr':'named-character-references','browsing-context':'browsers','entity-apid':'named-character-references','restrictions-on-content-models-and-on-attribute-values':'introduction','entity-scpolint':'named-character-references','entity-nsupseteq':'named-character-references','refsWIN874':'references','entity-zfr':'named-character-references','audience':'introduction','entity-twixt':'named-charater-references','entity-Rrightarrow':'named-character-references','color-state':'number-state','entity-subsub':'named-character-references','entity-Re':'named-character-references','entity-Equal':'named-character-references','entity-easter':'named-character-references','entity-supplus':'named-character-references','entity-theta':'named-character-references','the-dl-element':'grouping-content','entity-nshortmid':'named-character-references','entity-looparrowleft':'named-character-references','rel-sidebar-hyperlink':'links','entity-bscr':'named-character-references','x-that':'introduction','entity-supsetneq':'named-character-references','entity-boxhD':'named-character-references','lists-of-integers':'common-microsyntaxes','external-resource-link':'links','refsGBK':'references','attr-base-target':'semantics','syntax-elements':'syntax','entity-UnderBar':'named-character-references','requirements-relating-to-bidirectional-algorithm-formatting-characters':'content-models','attributes-common-to-ins-and-del-element':'edits','entity-lfr':'named-character-references','text-track-cue-start-time':'video','entity-gnapprox':'named-character-references','entity-subsim':'named-character-references','entity-rharu':'named-character-references','entity-gtcir':'named-character-references','entity-malt':'named-character-references','entity-congdot':'named-character-references','attr-table-summary':'obsolete','entity-Sscr':'named-character-references','date-and-time-state':'states-of-the-type-attribute','entity-tstrok':'named-character-references','entity-rhard':'named-character-references','entity-gtreqless':'named-character-references','entity-dot':'named-character-references','entity-nwarhk':'named-character-references','entity-supne':'named-character-references','entity-els':'named-character-references','concept-appcache-manifest-network':'offline','entity-Colon':'named-character-references','htmlformcontrolscollection-0':'urls','entity-longrightarrow':'named-character-references','entity-SquareIntersection':'named-character-rferences','entity-DoubleLongLeftRightArrow':'named-character-references','entity-bigcup':'named-character-references','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','ix-handler-onmouseup':'index','attr-object-code':'obsolete','entity-HARDcy':'named-character-references','rel-alternate':'links','entity-ycy':'named-character-references','entity-softcy':'named-character-references','title-on-style':'semantics','attr-link-charset':'obsolete','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','entity-blacksquare':'named-character-references','entity-ulcrop':'named-character-references','entity-Lstrok':'named-character-references','entity-InvisibleComma':'named-character-references','dom-mediaerror-media_err_decode':'video','entity-hbar':'named-character-references','entity-UpperRightArrow':'named-character-references','entity-eDDot':'named-character-rferences','entity-Proportion':'named-character-references','entity-Therefore':'named-character-references','parent-browsing-context':'browsers','entity-RightFloor':'named-character-references','entity-chcy':'named-character-references','entity-Igrave':'named-character-references','invalid_access_err':'urls','attr-optgroup-disabled':'the-button-element','entity-profline':'named-character-references','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','entity-YUcy':'named-character-references','entity-starf':'named-character-references','attr-input-type-month-keyword':'the-input-element','entity-upsi':'named-character-references','entity-varnothing':'named-character-references','the-title-attribute':'elements','attr-source-type':'video','styling':'semantics','attr-input-autocomplete-on-state':'common-input-element-attributes','entity-lthree':'named-character-references','entity-succnsim':'named-character-references','inline-documentation-for-extrnal-scripts':'scripting-1','attr-textarea-readonly':'the-button-element','the-code-element':'text-level-semantics','entity-bumpE':'named-character-references','toolbar-state':'interactive-elements','entity-sdot':'named-character-references','entity-srarr':'named-character-references','htmlimageelement':'embedded-content-1','entity-middot':'named-character-references','attr-option-value':'the-button-element','ix-handler-onreadystatechange':'index','command-inserttext':'dnd','refsWEBSTORAGE':'references','entity-ntlg':'named-character-references','attr-img-align':'obsolete','entity-nearr':'named-character-references','attr-fs-formnovalidate':'association-of-controls-and-forms','syntax-text':'syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','entity-star':'named-character-references','entity-otilde':'named-character-references','mathml':'the-map-element','acronym':'obsolete','entity-equest':'named-character-references','entity-nsupset':'named-character-references','entity-lnapprx':'named-character-references','entity-Ecy':'named-character-references','entity-thetasym':'named-character-references','entity-SHCHcy':'named-character-references','popstateevent':'history','entity-dd':'named-character-references','entity-between':'named-character-references','attr-iframe-scrolling':'obsolete','ix-handler-window-onundo':'index','entity-notnivb':'named-character-references','entity-notnivc':'named-character-references','link-type-noreferrer':'links','entity-notniva':'named-character-references','entity-nwarrow':'named-character-references','entity-nvlArr':'named-character-references','entity-operp':'named-character-references','entity-ssetmn':'named-character-references','entity-varkappa':'named-character-references','checkbox-state':'number-state','entity-nang':'named-character-references','entity-NotNestedLessLess':'named-character-references','text-track-cue-size':'video','entity-int':'named-character-references','entity-profalar':'named-character-references','entity-shortmid':'named-chracter-references','entity-toea':'named-character-references','attr-a-coords':'obsolete','entity-lbrkslu':'named-character-references','entity-PlusMinus':'named-character-references','the-time-element':'text-level-semantics','entity-gneqq':'named-character-references','entity-NotHumpDownHump':'named-character-references','entity-urcorner':'named-character-references','concept-id':'elements','entity-lbrksld':'named-character-references','entity-nsucceq':'named-character-references','entity-Intersection':'named-character-references','entity-Bscr':'named-character-references','attr-track-label':'video','entity-xhArr':'named-character-references','an-image-not-intended-for-the-user':'embedded-content-1','entity-gtdot':'named-character-references','entity-downharpoonright':'named-character-references','entity-NegativeMediumSpace':'named-character-references','entity-hopf':'named-character-references','entity-nldr':'named-character-references','entity-llcorner':'named-character-references','command-facet-action':commands','entity-xrArr':'named-character-references','entity-aelig':'named-character-references','entity-lrhard':'named-character-references','attr-embed-align':'obsolete','entity-Larr':'named-character-references','entity-Jcy':'named-character-references','dom-outerhtml':'apis-in-html-documents','htmlolistelement':'grouping-content','entity-nVdash':'named-character-references','disowned-its-opener':'browsers','fallback-content':'content-models','refsRFC1034':'references','entity-lrtri':'named-character-references','keywords-and-enumerated-attributes':'common-microsyntaxes','entity-LeftTriangleEqual':'named-character-references','attr-body-marginheight':'obsolete','entity-bottom':'named-character-references','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','entity-equals':'named-character-references','browsing-context-container':'browsers','entity-varepsilon':'named-character-references','entity-Zfr':'named-character-references','browsers':'browsers','entity-bullet':'named-haracter-references','entity-horbar':'named-character-references','alt':'embedded-content-1','entity-searr':'named-character-references','entity-varsubsetneq':'named-character-references','entity-varrho':'named-character-references','entity-Xfr':'named-character-references','entity-doteqdot':'named-character-references','entity-oscr':'named-character-references','tt':'obsolete','entity-alpha':'named-character-references','invalid_state_err':'urls','tree-order':'infrastructure','concept-input-type-file-selected':'number-state','entity-varsupsetneq':'named-character-references','foreign-elements':'syntax','entity-Sc':'named-character-references','entity-straightphi':'named-character-references','the-ruby-element':'text-level-semantics','entity-Wcirc':'named-character-references','entity-Jukcy':'named-character-references','rb':'obsolete','command-inserthtml':'dnd','entity-SuchThat':'named-character-references','application-cache-api':'offline','entity-gne':'named-character-references','entity-jmath':'named-chracter-references','focus':'editing','entity-image':'named-character-references','attr-object-vspace':'obsolete','refsCSSATTR':'references','entity-Lcedil':'named-character-references','entity-csube':'named-character-references','the-session-history-of-browsing-contexts':'history','entity-OverBrace':'named-character-references','entity-ang':'named-character-references','attr-body-vlink':'obsolete','entity-and':'named-character-references','entity-nacute':'named-character-references','entity-fscr':'named-character-references','entity-ShortDownArrow':'named-character-references','refsRFC3676':'references','entity-gnE':'named-character-references','entity-Utilde':'named-character-references','concept-fs-method':'association-of-controls-and-forms','entity-otimes':'named-character-references','entity-vartheta':'named-character-references','entity-divonx':'named-character-references','the-link-is-an-alternative-stylesheet':'links','ascii-compatible-character-encoding':'infrastructure','entity-zdot':'named-charactr-references','entity-Gbreve':'named-character-references','entity-ycirc':'named-character-references','entity-aopf':'named-character-references','entity-Yuml':'named-character-references','entity-barvee':'named-character-references','entity-wp':'named-character-references','entity-kcedil':'named-character-references','form-submission-0':'association-of-controls-and-forms','the-meter-element':'the-button-element','entity-Eacute':'named-character-references','entity-barwed':'named-character-references','plugins':'infrastructure','entity-duhar':'named-character-references','entity-bigwedge':'named-character-references','entity-EqualTilde':'named-character-references','refsMQ':'references','entity-gtlPar':'named-character-references','entity-LeftTriangleBar':'named-character-references','ix-handler-onmousewheel':'index','timeout_err':'urls','terminology-0':'urls','media-resource-specific-text-track':'video','entity-emptyset':'named-character-references','entity-target':'named-character-references','attr-track-ind-captions':'video','attr-input-placeholder':'common-input-element-attributes','entity-scedil':'named-character-references','entity-Aring':'named-character-references','entity-midcir':'named-character-references','entity-nequiv':'named-character-references','entity-Lfr':'named-character-references','entity-blk12':'named-character-references','ix-handler-ondragover':'index','entity-integers':'named-character-references','flow-content-0':'content-models','entity-dbkarow':'named-character-references','entity-lescc':'named-character-references','entity-frasl':'named-character-references','entity-TildeTilde':'named-character-references','entity-iacute':'named-character-references','entity-searhk':'named-character-references','attr-link-urn':'obsolete','entity-dblac':'named-character-references','entity-reg':'named-character-references','entity-xnis':'named-character-references','html-elements':'infrastructure','attr-meter-low':'the-button-element','entity-ecir':'named-character-references','attr-script-defer':scripting-1','table-uda-examples':'urls','text-track-cue-end-time':'video','entity-bigcirc':'named-character-references','entity-nsimeq':'named-character-references','entity-LeftTee':'named-character-references','windowtimers':'timers','entity-leqq':'named-character-references','entity-NotLessTilde':'named-character-references','states-of-the-type-attribute':'states-of-the-type-attribute','entity-circledS':'named-character-references','entity-circledR':'named-character-references','entity-qprime':'named-character-references','url_mismatch_err':'urls','entity-triplus':'named-character-references','entity-nrtrie':'named-character-references','entity-spar':'named-character-references','attr-hr-color':'obsolete','attr-col-charoff':'obsolete','entity-lfisht':'named-character-references','entity-uacute':'named-character-references','entity-Otimes':'named-character-references','entity-Tscr':'named-character-references','attr-tdth-valign':'obsolete','entity-Omega':'named-character-references','entity-iota':'named-caracter-references','concept-option-disabled':'the-button-element','inter-element-whitespace':'content-models','entity-LeftCeiling':'named-character-references','entity-cularrp':'named-character-references','entity-duarr':'named-character-references','the-track-element':'video','attr-a-urn':'obsolete','entity-NJcy':'named-character-references','event-media-timeupdate':'video','entity-NotEqualTilde':'named-character-references','entity-wopf':'named-character-references','the-h1-h2-h3-h4-h5-and-h6-elements':'sections','entity-dash':'named-character-references','entity-el':'named-character-references','attr-ul-type':'obsolete','entity-Eta':'named-character-references','entity-smashp':'named-character-references','namespace_err':'urls','introduction-4':'webappapis','introduction-6':'dnd','introduction-0':'forms','introduction-3':'offline','introduction-2':'links','entity-ijlig':'named-character-references','entity-supdot':'named-character-references','ix-handler-onshow':'index','the-ol-element':'grouping-conten','attr-table-cellspacing':'obsolete','void-elements':'syntax','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','drag-data-store-bitmap':'dnd','entity-lgE':'named-character-references','the-i-element':'text-level-semantics','the-embed-element':'the-iframe-element','figcaption-as-alt-condition':'embedded-content-1','entity-sigma':'named-character-references','file-upload-state':'number-state','entity-amacr':'named-character-references','paragraph':'content-models','dom-innerhtml':'apis-in-html-documents','entity-nearrow':'named-character-references','entity-elsdot':'named-character-references','entity-uplus':'named-character-references','refsCSSUI':'references','entity-RightTriangleEqual':'named-character-references','history':'history','entity-lowbar':'named-character-references','entity-sopf':'named-character-references','entity-squf':'named-character-references','entity-loang':'named-character-references','entity-LeftTriangle':'named-character-references','refsRFC390':'references','entity-SquareUnion':'named-character-references','ascii-case-insensitive':'infrastructure','entity-nleq':'named-character-references','entity-ltlarr':'named-character-references','entity-nles':'named-character-references','entity-ltcc':'named-character-references','numbers':'common-microsyntaxes','entity-nshortparallel':'named-character-references','entity-simeq':'named-character-references','entity-Lleftarrow':'named-character-references','writing-cache-manifests':'offline','entity-nlE':'named-character-references','entity-cylcty':'named-character-references','attr-tdth-rowspan':'tabular-data','entity-dagger':'named-character-references','hyperlink-annotation':'links','entity-ffilig':'named-character-references','menus':'interactive-elements','creating-documents':'dom','entity-Int':'named-character-references','entity-mnplus':'named-character-references','entity-xharr':'named-character-references','attr-media-preload-metadata-state':'video','attr-mod-cite':'edits','entity-Upsi':'named-chaacter-references','enabling-and-disabling-form-controls':'association-of-controls-and-forms','entity-tprime':'named-character-references','entity-Lacute':'named-character-references','reflect':'urls','attr-iframe-hspace':'obsolete','entity-xuplus':'named-character-references','entity-PrecedesTilde':'named-character-references','entity-cemptyv':'named-character-references','entity-ltri':'named-character-references','entity-caron':'named-character-references','entity-NotGreaterEqual':'named-character-references','entity-precapprox':'named-character-references','entity-thicksim':'named-character-references','entity-nsim':'named-character-references','entity-notinvc':'named-character-references','entity-urtri':'named-character-references','entity-supseteqq':'named-character-references','entity-ldsh':'named-character-references','htmlaudioelement':'video','entity-upsilon':'named-character-references','entity-trisb':'named-character-references','refsXPATH10':'references','entity-Verbar':'named-character-reference','entity-nap':'named-character-references','entity-succcurlyeq':'named-character-references','entity-Hacek':'named-character-references','entity-qopf':'named-character-references','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'elements','entity-Zacute':'named-character-references','refsARIAIMPL':'references','entity-plusdo':'named-character-references','entity-Ouml':'named-character-references','htmlmodelement':'edits','meta-application-name':'semantics','entity-ifr':'named-character-references','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','entity-Implies':'named-character-references','the-dragevent-interface':'dnd','entity-plusdu':'named-character-references','entity-sqcaps':'named-character-references','edits-and-lists':'edits','attr-input-type-date-keyword':'the-input-element','refsCORS':'references','entity-varsupsetneqq':'named-character-references','entity-Nscr':'named-character-references','refsMIMESNIFF':'references','entity-FilledSmallSquare':'amed-character-references','valid-date-or-time-string-in-content':'common-microsyntaxes','attr-link-target':'obsolete','entity-zhcy':'named-character-references','entity-dollar':'named-character-references','interactive-content-0':'content-models','entity-EmptySmallSquare':'named-character-references','the-nav-element':'sections','entity-Breve':'named-character-references','seeking':'video','event-media-pause':'video','refsBOCU1':'references','entity-topcir':'named-character-references','entity-Agrave':'named-character-references','entity-lsh':'named-character-references','entity-iff':'named-character-references','conformance-requirements':'infrastructure','entity-OverBar':'named-character-references','entity-dotplus':'named-character-references','text-track-cue-horizontal-writing-direction':'video','entity-sscr':'named-character-references','entity-mid':'named-character-references','entity-ofr':'named-character-references','entity-Iscr':'named-character-references','entity-auml':'named-character-references,'valid-global-date-and-time-string':'common-microsyntaxes','concept-option-label':'the-button-element','entity-larrbfs':'named-character-references','entity-topf':'named-character-references','auxiliary-browsing-contexts':'browsers','entity-nlarr':'named-character-references','attr-table-datapagesize':'obsolete','attr-background':'obsolete','attr-textarea-required':'the-button-element','entity-mp':'named-character-references','entity-sbquo':'named-character-references','entity-And':'named-character-references','refsRFC2119':'references','the-tbody-element':'tabular-data','entity-sigmaf':'named-character-references','attr-tbody-char':'obsolete','entity-OverBracket':'named-character-references','entity-pfr':'named-character-references','attr-area-shape-keyword-poly':'the-map-element','named-character-references-table':'named-character-references','entity-Cayleys':'named-character-references','attr-hx-align':'obsolete','entity-ograve':'named-character-references','valid-url':'urls','entity-rsquor':'named-charcter-references','attr-input-type-password-keyword':'the-input-element','attr-param-name':'the-iframe-element','the-select-element':'the-button-element','entity-rHar':'named-character-references','entity-upsih':'named-character-references','entity-Product':'named-character-references','attr-option-name':'obsolete','attr-blockquote-cite':'grouping-content','attr-input-required':'common-input-element-attributes','entity-natural':'named-character-references','invalid_modification_err':'urls','offline':'offline','entity-boxplus':'named-character-references','charset1024':'semantics','entity-plus':'named-character-references','attr-img-src':'embedded-content-1','attr-lang':'elements','entity-blk14':'named-character-references','entity-commat':'named-character-references','matches-the-environment':'common-microsyntaxes','entity-ntriangleright':'named-character-references','attr-option-label':'the-button-element','entity-timesd':'named-character-references','entity-simrarr':'named-character-references','entity-szlg':'named-character-references','rel-up':'links','entity-Element':'named-character-references','entity-mapsto':'named-character-references','entity-backprime':'named-character-references','entity-Pr':'named-character-references','refsRFC4281':'references','entity-prnE':'named-character-references','entity-rightharpoondown':'named-character-references','entity-apos':'named-character-references','month-state':'states-of-the-type-attribute','entity-Pi':'named-character-references','entity-Ubrcy':'named-character-references','attr-object-classid':'obsolete','entity-notinva':'named-character-references','entity-notinvb':'named-character-references','entity-Jsercy':'named-character-references','entity-rdquo':'named-character-references','entity-Aacute':'named-character-references','entity-npr':'named-character-references','entity-supsup':'named-character-references','ix-handler-window-onmessage':'index','ix-handler-window-onoffline':'index','entity-ugrave':'named-character-references','entity-mopf':'named-charactr-references','entity-heartsuit':'named-character-references','entity-nsubset':'named-character-references','timed-text-tracks':'video','implementing-the-server-side-processing-for-a-form':'forms','limiting-user-input-length':'association-of-controls-and-forms','entity-sharp':'named-character-references','entity-rpar':'named-character-references','attr-a-name':'obsolete','entity-swarrow':'named-character-references','entity-uharl':'named-character-references','entity-Jcirc':'named-character-references','entity-TScy':'named-character-references','entity-NotSquareSuperset':'named-character-references','entity-dfr':'named-character-references','script':'scripting-1','introduction':'introduction','entity-frown':'named-character-references','menus-intro':'interactive-elements','entity-LeftDownVector':'named-character-references','entity-Lcaron':'named-character-references','entity-lacute':'named-character-references','concept-input-value-default-range':'number-state','button-state':'number-state','list-state':'iteractive-elements','attr-object-border':'obsolete','entity-Subset':'named-character-references','entity-DotEqual':'named-character-references','entity-rarrlp':'named-character-references','dragevent':'dnd','pragma-directives':'semantics','entity-omicron':'named-character-references','attr-body-text':'obsolete','a-purely-decorative-image-that-doesn-t-add-any-information':'embedded-content-1','transparent-content-models':'content-models','simple-dialogs':'timers','entity-nlArr':'named-character-references','attr-li-type':'obsolete','text-content':'content-models','entity-ltrPar':'named-character-references','entity-precnsim':'named-character-references','entity-uscr':'named-character-references','attr-input-step':'common-input-element-attributes','entity-Rscr':'named-character-references','dndevents':'dnd','entity-wedge':'named-character-references','entity-nabla':'named-character-references','entity-ApplyFunction':'named-character-references','entity-dfisht':'named-character-references','the-a-element':'tex-level-semantics','entity-cuesc':'named-character-references','phrasing-content-0':'content-models','entity-Ccirc':'named-character-references','htmloutputelement':'the-button-element','command-api':'commands','entity-latail':'named-character-references','htmlallcollection':'urls','entity-rfr':'named-character-references','entity-llarr':'named-character-references','entity-LeftTeeVector':'named-character-references','attr-tr-char':'obsolete','entity-Wedge':'named-character-references','entity-sacute':'named-character-references','entity-orderof':'named-character-references','entity-rarrpl':'named-character-references','entity-napos':'named-character-references','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','ordinal-value':'grouping-content','ix-handler-onkeydown':'index','syntax-doctype':'syntax','entity-coloneq':'named-character-references','html-namespace-0':'urls','entity-npart':'named-character-references','range-state':'number-state','attr-area-shape-keyword-rect':'the-map-elemet','session-history':'history','entity-tdot':'named-character-references','valid-url-potentially-surrounded-by-spaces':'urls','entity-roarr':'named-character-references','embedding-custom-non-visible-data-with-the-data-attributes':'elements','entity-nless':'named-character-references','entity-NotGreaterFullEqual':'named-character-references','entity-omid':'named-character-references','attr-table-border':'tabular-data','entity-rfisht':'named-character-references','attr-track-kind-keyword-captions':'video','entity-lsquor':'named-character-references','xlink-namespace':'urls','attr-input-type-week-keyword':'the-input-element','multicol':'obsolete','maximum-allowed-value-length':'association-of-controls-and-forms','htmlpreelement':'grouping-content','entity-oopf':'named-character-references','entity-scnsim':'named-character-references','entity-curlyeqprec':'named-character-references','entity-apE':'named-character-references','entity-larrlp':'named-character-references','the-draggable-attribute':'dnd','attr-fs-ethod':'association-of-controls-and-forms','attr-dir-rtl-state':'elements','entity-DoubleContourIntegral':'named-character-references','entity-shy':'named-character-references','entity-omacr':'named-character-references','datatransfer':'dnd','attr-dir-auto-state':'elements','attr-meta-name':'semantics','windows':'browsers','command-facet-label':'commands','entity-HilbertSpace':'named-character-references','attr-area-shape':'the-map-element','entity-nrarr':'named-character-references','attr-style-title':'semantics','entity-doublebarwedge':'named-character-references','attr-tr-bgcolor':'obsolete','attributes-for-form-submission':'association-of-controls-and-forms','entity-AMP':'named-character-references','entity-prnap':'named-character-references','refsCSSRUBY':'references','htmlvideoelement':'video','entity-Cscr':'named-character-references','entity-xfr':'named-character-references','entity-Oslash':'named-character-references','entity-lscr':'named-character-references','entity-gimel':'named-character-refereces','html-vs-xhtml':'introduction','entity-urcrop':'named-character-references','datatransferitems':'dnd','the-xhtml-syntax':'the-xhtml-syntax','entity-Omacr':'named-character-references','font':'obsolete','attr-option-disabled':'the-button-element','entity-olt':'named-character-references','entity-parallel':'named-character-references','entity-RightTriangle':'named-character-references','entity-raemptyv':'named-character-references','entity-mho':'named-character-references','entity-puncsp':'named-character-references','entity-elinters':'named-character-references','entity-sdotb':'named-character-references','entity-Vscr':'named-character-references','entity-sdote':'named-character-references','entity-conint':'named-character-references','entity-atilde':'named-character-references','interactive-elements':'interactive-elements','ix-handler-ondragstart':'index','the-abbr-element':'text-level-semantics','windowbase64':'webappapis','ix-handler-onloadeddata':'index','attr-style-scoped':'semantics','domsettabletkenlist-0':'urls','entity-tscy':'named-character-references','the-autocomplete-attribute':'common-input-element-attributes','refsXMLNS':'references','entity-DJcy':'named-character-references','refsSRGB':'references','attr-input-type-tel-keyword':'the-input-element','restrictions-for-contents-of-script-elements':'scripting-1','association-of-controls-and-forms':'association-of-controls-and-forms','entity-delta':'named-character-references','entity-iopf':'named-character-references','entity-TildeEqual':'named-character-references','entity-cuwed':'named-character-references','structure-of-this-specification':'introduction','attr-table-rules':'obsolete','refsSHIFTJIS':'references','the-label-element':'forms','entity-LeftTeeArrow':'named-character-references','entity-tscr':'named-character-references','entity-vert':'named-character-references','entity-rfloor':'named-character-references','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'association-of-controls-and-forms','entity-LowerLeftArrow':'name-character-references','entity-oline':'named-character-references','attr-track-kind-descriptions':'video','user-interface':'video','entity-sqcups':'named-character-references','entity-Rfr':'named-character-references','ix-handler-onload':'index','attr-hyperlink-rel':'links','entity-zwj':'named-character-references','entity-piv':'named-character-references','entity-nsqsupe':'named-character-references','entity-sccue':'named-character-references','entity-NotExists':'named-character-references','text-node':'infrastructure','entity-Pfr':'named-character-references','command-insertimage':'dnd','attr-ol-start':'grouping-content','entity-preccurlyeq':'named-character-references','entity-Mscr':'named-character-references','formatblock-candidate':'dnd','entity-angrtvb':'named-character-references','entity-nsupe':'named-character-references','state-object':'history','attr-input-type-submit-keyword':'the-input-element','entity-timesb':'named-character-references','entity-gla':'named-character-references','entity-ruluhr':'named-character-references','entity-harrcir':'named-character-references','embedded-content':'content-models','entity-SucceedsSlantEqual':'named-character-references','entity-glj':'named-character-references','interfaces':'index','entity-angzarr':'named-character-references','collections-0':'urls','entity-nrArr':'named-character-references','event-media-ended':'video','entity-Otilde':'named-character-references','attr-link-title':'semantics','entity-NotSucceedsSlantEqual':'named-character-references','entity-rationals':'named-character-references','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'links','text-track-disabled':'video','entity-Vvdash':'named-character-references','refsRFC2781':'references','entity-rbbrk':'named-character-references','entity-gneq':'named-character-references','entity-gacute':'named-character-references','table-aria-weak':'content-models','refsCSSFONTS':'references','entity-rlarr':'named-character-references','document.write':'apis-inhtml-documents','entity-vangrt':'named-character-references','entity-RightUpVector':'named-character-references','htmlsourceelement':'video','the-drag-data-store':'dnd','entity-Fscr':'named-character-references','entity-nGg':'named-character-references','entity-triangledown':'named-character-references','attr-html-version':'obsolete','entity-boxH':'named-character-references','domsettabletokenlist':'urls','ix-handler-window-onbeforeprint':'index','concept-dnd-ro':'dnd','entity-UpTeeArrow':'named-character-references','entity-ccups':'named-character-references','attr-input-pattern':'common-input-element-attributes','entity-angmsdac':'named-character-references','entity-nlsim':'named-character-references','entity-NotSucceedsTilde':'named-character-references','entity-Uscr':'named-character-references','entity-parsim':'named-character-references','the-accesskey-attribute':'editing','entity-zcaron':'named-character-references','entity-Uogon':'named-character-references','entity-yfr':'named-character-references''insertadjacenthtml':'apis-in-html-documents','tag-cloud':'links','entity-nharr':'named-character-references','attr-th-scope-rowgroup':'tabular-data','entity-OverParenthesis':'named-character-references','entity-rtriltri':'named-character-references','entity-Longleftarrow':'named-character-references','entity-Gg':'named-character-references','entity-hairsp':'named-character-references','xmlns-namespace':'urls','entity-Colone':'named-character-references','entity-FilledVerySmallSquare':'named-character-references','dom-appcache-downloading':'offline','entity-inodot':'named-character-references','entity-ell':'named-character-references','attr-object-codebase':'obsolete','refsSELECTORS':'references','entity-Gt':'named-character-references','entity-zigrarr':'named-character-references','htmlprogresselement':'the-button-element','entity-osol':'named-character-references','entity-rightthreetimes':'named-character-references','ix-handler-ondurationchange':'index','entity-range':'named-character-references','entityvBar':'named-character-references','attr-input-type-datetime-keyword':'the-input-element','entity-COPY':'named-character-references','attr-embed-name':'obsolete','entity-GT':'named-character-references','entity-Yopf':'named-character-references','attr-textarea-wrap-hard-state':'the-button-element','entity-nsqsube':'named-character-references','entity-lesg':'named-character-references','entity-Hcirc':'named-character-references','the-table-element':'tabular-data','entity-DotDot':'named-character-references','event-popstate':'history','entity-Star':'named-character-references','attr-button-value':'the-button-element','dom-tree-accessors':'dom','needs-a-date':'text-level-semantics','entity-lbrace':'named-character-references','attr-table-frame':'obsolete','entity-ccedil':'named-character-references','attr-input-type-datetime-local-keyword':'the-input-element','attr-media-preload-none':'video','entity-alefsym':'named-character-references','entity-lbrack':'named-character-references','entity-rangle':'named-charater-references','data_clone_err':'urls','entity-dzcy':'named-character-references','entity-ENG':'named-character-references','entity-Umacr':'named-character-references','entity-angle':'named-character-references','entity-nrarrc':'named-character-references','entity-nhArr':'named-character-references','entity-rarrap':'named-character-references','attr-table-width':'obsolete','writing-a-form-s-user-interface':'forms','entity-mapstoup':'named-character-references','entity-raquo':'named-character-references','attr-col-valign':'obsolete','entity-Equilibrium':'named-character-references','entity-leg':'named-character-references','entity-Longleftrightarrow':'named-character-references','concept-fs-enctype':'association-of-controls-and-forms','entity-prod':'named-character-references','attr-tdth-align':'obsolete','ix-handler-onmouseover':'index','ancestor-browsing-context':'browsers','entity-prop':'named-character-references','url-decomposition-idl-attributes':'urls','entity-Assign':'named-character-references','enity-NotLessGreater':'named-character-references','entity-leq':'named-character-references','attr-fs-formtarget':'association-of-controls-and-forms','attr-dir-ltr-state':'elements','entity-subdot':'named-character-references','entity-GreaterFullEqual':'named-character-references','entity-topfork':'named-character-references','entity-fopf':'named-character-references','entity-nges':'named-character-references','drag-data-store-allowed-effects-state':'dnd','entity-Qscr':'named-character-references','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'embedded-content-1','event-media-ratechange':'video','attr-object-name':'the-iframe-element','attr-area-coords':'the-map-element','entity-ThinSpace':'named-character-references','attr-track-kind-metadata':'video','entity-boxbox':'named-character-references','entity-minusdu':'named-character-references','entity-verbar':'named-character-references','entity-Bernoullis':'named-character-references','attr-ol-type-keyword-lower-alpha':'gruping-content','wrong_document_err':'urls','entity-iukcy':'named-character-references','attr-dropzone-move':'dnd','dom-location-protocol':'history','syntax-tags':'syntax','text-track-label':'video','compatibility-caseless':'infrastructure','entity-dotsquare':'named-character-references','newlines':'syntax','entity-xoplus':'named-character-references','entity-Jfr':'named-character-references','entity-simgE':'named-character-references','entity-cir':'named-character-references','entity-kopf':'named-character-references','attr-meter-optimum':'the-button-element','the-ul-element':'grouping-content','entity-NotEqual':'named-character-references','metadata-content-0':'content-models','location':'history','entity-lcedil':'named-character-references','entity-oast':'named-character-references','event-media-abort':'video','entity-mstpos':'named-character-references','concept-rel-extensions':'links','drag-data-store-default-feedback':'dnd','entity-eplus':'named-character-references','entity-NotSucceeds':'named-charactr-references','attr-form-name':'forms','entity-checkmark':'named-character-references','entity-cire':'named-character-references','entity-Auml':'named-character-references','entity-incare':'named-character-references','entity-crarr':'named-character-references','attr-command-icon':'interactive-elements','entity-equivDD':'named-character-references','dom-appcache-idle':'offline','entity-LJcy':'named-character-references','attr-fe-name-isindex':'association-of-controls-and-forms','entity-triangleleft':'named-character-references','the-caption-element':'tabular-data','case-sensitive':'infrastructure','entity-ncy':'named-character-references','entity-nsup':'named-character-references','facets':'commands','entity-VeryThinSpace':'named-character-references','entity-DiacriticalGrave':'named-character-references','entity-NotGreaterTilde':'named-character-references','ignore':'infrastructure','valid-local-date-and-time-string':'common-microsyntaxes','ix-handler-window-onerror':'index','dom-media-network_idle':'video,'root-element-of-a-document-object':'infrastructure','entity-subsup':'named-character-references','entity-ocirc':'named-character-references','entity-iiiint':'named-character-references','entity-SOFTcy':'named-character-references','entity-Rcy':'named-character-references','terminology':'infrastructure','entity-rightleftharpoons':'named-character-references','entity-gtreqqless':'named-character-references','the-title-element-0':'semantics','attr-source-media':'video','entity-pointint':'named-character-references','valid-floating-point-number':'common-microsyntaxes','entity-acd':'named-character-references','entity-ange':'named-character-references','entity-swarhk':'named-character-references','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'association-of-controls-and-forms','entity-CirclePlus':'named-character-references','ix-event-handlers':'index','entity-rotimes':'named-character-references','entity-vellip':'named-character-references','attr-input-type-keywords':'the-input-eement','list-of-text-tracks':'video','opening-the-input-stream':'apis-in-html-documents','entity-approxeq':'named-character-references','attr-track-src':'video','entity-RightTee':'named-character-references','entity-Fcy':'named-character-references','entity-bsim':'named-character-references','entity-oror':'named-character-references','entity-caps':'named-character-references','entity-acirc':'named-character-references','entity-cirmid':'named-character-references','refsCSSCOLOR':'references','entity-IJlig':'named-character-references','entity-Vee':'named-character-references','entity-vArr':'named-character-references','entity-ucirc':'named-character-references','entity-nexist':'named-character-references','entity-cupdot':'named-character-references','attr-textarea-rows':'the-button-element','entity-ddotseq':'named-character-references','entity-straightepsilon':'named-character-references','entity-Alpha':'named-character-references','the-list-attribute':'common-input-element-attributes','entity-NotTildeEqual''named-character-references','entity-lesdotor':'named-character-references','entity-lmidot':'named-character-references','entity-sqsubseteq':'named-character-references','the-noscript-element':'scripting-1','interactive-content':'content-models','dom-location-search':'history','attr-iframe-src':'the-iframe-element','entity-DoubleLongLeftArrow':'named-character-references','entity-RightDoubleBracket':'named-character-references','attr-object-standby':'obsolete','entity-beth':'named-character-references','entity-Iuml':'named-character-references','valid-browsing-context-name':'browsers','command-facet-accesskey':'commands','attr-input-type-number-keyword':'the-input-element','entity-beta':'named-character-references','attr-fs-method-get-keyword':'association-of-controls-and-forms','entity-plankv':'named-character-references','entity-hookrightarrow':'named-character-references','entity-comp':'named-character-references','entity-jfr':'named-character-references','location-of-the-media-resource':'video','attr-lik-sizes-any':'links','refsOPENSEARCH':'references','refsRFC2318':'references','refsCSS':'references','telephone-state':'states-of-the-type-attribute','anonymous-command':'commands','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'embedded-content-1','ix-handler-onpause':'index','entity-hfr':'named-character-references','refsRFC2313':'references','entity-subsetneqq':'named-character-references','entity-cap':'named-character-references','ix-handler-oncontextmenu':'index','entity-rsquo':'named-character-references','acknowledgements':'acknowledgements','attr-input-hspace':'obsolete','entity-ShortUpArrow':'named-character-references','entity-gsim':'named-character-references','entity-natur':'named-character-references','entity-bepsi':'named-character-references','entity-precnapprox':'named-character-references','entity-rightarrow':'named-character-references','entity-zeta':'named-character-references','entity-rAtail':'named-character-references','etity-NotSquareSubset':'named-character-references','ix-handler-ondragend':'index','sections':'sections','entity-DD':'named-character-references','document-metadata':'semantics','entity-rbrace':'named-character-references','refsCOMPUTABLE':'references','entity-rbrack':'named-character-references','ix-handler-onclick':'index','entity-Prime':'named-character-references','htmlulistelement':'grouping-content','entity-xopf':'named-character-references','attr-input-align':'obsolete','the-iframe-element':'the-iframe-element','atob':'webappapis','entity-Rang':'named-character-references','concept-clone':'infrastructure','entity-zacute':'named-character-references','refsMAILTO':'references','entity-yopf':'named-character-references','current-entry-of-the-joint-session-history':'history','entity-Scedil':'named-character-references','htmlparamelement':'the-iframe-element','entity-DifferentialD':'named-character-references','reload-override-buffer':'dom','attr-ol-type-state-lower-roman':'grouping-content','attr-link-rev:'obsolete','entity-vfr':'named-character-references','attr-hyperlink-target':'links','entity-dopf':'named-character-references','entity-DoubleUpArrow':'named-character-references','entity-dsol':'named-character-references','entity-SucceedsTilde':'named-character-references','entity-prE':'named-character-references','reset-button-state':'number-state','entity-UpTee':'named-character-references','entity-Ncy':'named-character-references','character-encodings':'infrastructure','attr-img-ismap':'embedded-content-1','entity-SubsetEqual':'named-character-references','ix-handler-onsubmit':'index','entity-uwangle':'named-character-references','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'embedded-content-1','refsCSSOM':'references','entity-GreaterSlantEqual':'named-character-references','intro-early-example':'introduction','entity-realpart':'named-character-references','entity-vltri':'named-character-references','entity-lfloor':'named-character-references','entity-hkswarow':'named-character-rferences','refsISO885911':'references','entity-cudarrr':'named-character-references','attr-command-type':'interactive-elements','attr-col-char':'obsolete','valid-e-mail-address':'states-of-the-type-attribute','refsIANACHARSET':'references','entity-RightArrowLeftArrow':'named-character-references','attr-th-scope-auto':'tabular-data','entity-napE':'named-character-references','attr-input-list':'common-input-element-attributes','entity-UnionPlus':'named-character-references','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','event-appcache-noupdate':'offline','elements':'elements','mediaevents':'video','entity-ldquor':'named-character-references','entity-TildeFullEqual':'named-character-references','entity-ohbar':'named-character-references','entity-gammad':'named-character-references','entity-zeetrf':'named-character-references','text-state-and-search-state':'states-of-the-type-attribute','attr-img-vspace':'obsolete','non-negative-integers':'common-microsyntaxes','entity-lnsim':'named-charater-references','text-track-mode':'video','valid-month-string':'common-microsyntaxes','entity-zopf':'named-character-references','syntax-attribute-name':'syntax','entity-ni':'named-character-references','htmloptgroupelement':'the-button-element','documents-in-the-dom':'dom','svg':'the-map-element','attr-button-type-reset':'the-button-element','the-pattern-attribute':'common-input-element-attributes','drag-data-store-hot-spot-coordinate':'dnd','source-default-media':'video','attr-input-max':'common-input-element-attributes','entity-fjlig':'named-character-references','refsMEDIAFRAG':'references','entity-dlcorn':'named-character-references','extensibility':'infrastructure','entity-DiacriticalDot':'named-character-references','entity-ZeroWidthSpace':'named-character-references','attr-embed-hspace':'obsolete','entity-ltdot':'named-character-references','entity-NotGreater':'named-character-references','entity-LessFullEqual':'named-character-references','refsWEBIDL':'references','event-media-volumechange':'video''entity-yicy':'named-character-references','entity-napid':'named-character-references','entity-NotLeftTriangleEqual':'named-character-references','headings-and-sections':'sections','entity-RoundImplies':'named-character-references','entity-eng':'named-character-references','entity-geq':'named-character-references','dom-texttrack-kind-chapters':'video','entity-nlt':'named-character-references','entity-GreaterTilde':'named-character-references','event-dragend':'dnd','concept-week':'common-microsyntaxes','entity-tint':'named-character-references','entity-rang':'named-character-references','entity-nle':'named-character-references','entity-DoubleLeftTee':'named-character-references','entity-Ccedil':'named-character-references','entity-LessLess':'named-character-references','resources':'infrastructure','entity-lang':'named-character-references','syntax-newlines':'syntax','media-resource':'video','syntax-references':'common-microsyntaxes','attr-iframe-seamless':'the-iframe-element','event-media-error':'video','entty-supmult':'named-character-references','entity-Wscr':'named-character-references','valid-week-string':'common-microsyntaxes','the-dd-element':'grouping-content','entity-NotGreaterLess':'named-character-references','entity-NegativeThickSpace':'named-character-references','entity-nRightarrow':'named-character-references','entity-xscr':'named-character-references','attr-data':'elements','entity-boxminus':'named-character-references','categories':'forms','entity-aacute':'named-character-references','entity-supsim':'named-character-references','contenteditable':'editing','event-appcache-updateready':'offline','entity-female':'named-character-references','htmltableheadercellelement':'tabular-data','entity-cross':'named-character-references','entity-cirscir':'named-character-references','entity-top':'named-character-references','entity-vsupne':'named-character-references','entity-dscy':'named-character-references','entity-fflig':'named-character-references','entity-dscr':'named-character-references','ix-handler-indow-onfocus':'index','entity-tridot':'named-character-references','entity-capand':'named-character-references','entity-lrhar':'named-character-references','entity-Icy':'named-character-references','ix-handler-onloadstart':'index','unloading-documents':'history','entity-precsim':'named-character-references','entity-ape':'named-character-references','entity-odash':'named-character-references','texttrack':'video','entity-Itilde':'named-character-references','dimension-attributes':'the-map-element','entity-upharpoonleft':'named-character-references','entity-sung':'named-character-references','attr-embed-src':'the-iframe-element','entity-bsolhsub':'named-character-references','video':'video','entity-Vfr':'named-character-references','entity-Phi':'named-character-references','attr-img-name':'obsolete','attr-body-marginbottom':'obsolete','index':'index','index-of-terms':'index-of-terms','entity-Hopf':'named-character-references','the-hgroup-element':'sections','concept-fs-novalidate':'association-of-controls-andforms','entity-dcaron':'named-character-references','events-0':'index','entity-Acy':'named-character-references','attr-ol-reversed':'grouping-content','valid-mime-type':'infrastructure','entity-sqsupseteq':'named-character-references','attr-meter-max':'the-button-element','valid-time-string':'common-microsyntaxes','attr-contextmenu':'interactive-elements','entity-wedgeq':'named-character-references','entity-gtrapprox':'named-character-references','text-track-cue-identifier':'video','entity-ratail':'named-character-references','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','entity-npre':'named-character-references','attr-fs-target':'association-of-controls-and-forms','iframe-content-model':'the-iframe-element','entity-igrave':'named-character-references','entity-DoubleDot':'named-character-references','entity-RightDownVector':'named-character-references','entity-blacktriangleleft':'named-character-references','entity-ContourIntegral':'named-character-references','even-media-durationchange':'video','entity-frac78':'named-character-references','the-head-element':'dom','a-key-part-of-the-content':'embedded-content-1','ix-handler-window-onredo':'index','entity-Atilde':'named-character-references','refsSCSU':'references','htmldivelement':'grouping-content','entity-DownBreve':'named-character-references','media-element':'video','the-constraint-validation-api':'association-of-controls-and-forms','ix-handler-onfocus':'index','entity-DownRightVector':'named-character-references','link-type-pingback':'links','refsBIDI':'references','table-http-equiv':'semantics','the-hr-element':'grouping-content','entity-gfr':'named-character-references','dom-media-network_no_source':'video','link-type-next':'links','entity-Odblac':'named-character-references','entity-ntrianglelefteq':'named-character-references','entity-origof':'named-character-references','child-browsing-context':'browsers','entity-DoubleRightArrow':'named-character-references','entity-Rho':'named-character-references','attr-f-formaction':'association-of-controls-and-forms','entity-hoarr':'named-character-references','entity-nvsim':'named-character-references','entity-NotLeftTriangle':'named-character-references','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','entity-Bumpeq':'named-character-references','attr-a-shape':'obsolete','entity-rbrke':'named-character-references','entity-there4':'named-character-references','htmlmeterelement':'the-button-element','noframes':'obsolete','entity-subedot':'named-character-references','entity-succsim':'named-character-references','entity-breve':'named-character-references','entity-NotSupersetEqual':'named-character-references','entity-SquareSubsetEqual':'named-character-references','entity-Tstrok':'named-character-references','an-iframe-srcdoc-document':'the-iframe-element','refsWIN949':'references','entity-laquo':'named-character-references','the-step-attribute':'common-input-element-attributes','entity-VerticalTilde':'named-character-references','entity-Lcy':'named-characte-references','concept-meta-extensions':'semantics','refsX690':'references','attr-tdth-axis':'obsolete','entity-risingdotseq':'named-character-references','entity-imacr':'named-character-references','entity-Cap':'named-character-references','signed-integers':'common-microsyntaxes','htmllielement':'grouping-content','refsDOMEVENTS':'references','entity-mldr':'named-character-references','entity-iiint':'named-character-references','entity-egsdot':'named-character-references','windowmodal':'timers','entity-Ll':'named-character-references','entity-bopf':'named-character-references','entity-tau':'named-character-references','entity-LeftArrowBar':'named-character-references','entity-efDot':'named-character-references','entity-Del':'named-character-references','number-of-days-in-month-month-of-year-year':'common-microsyntaxes','entity-cwint':'named-character-references','browser-state':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','entity-UpArrowDownArrow':'name-character-references','entity-UpperLeftArrow':'named-character-references','attr-style-media':'semantics','text-track-not-loaded':'video','links':'links','entity-erDot':'named-character-references','entity-boxHD':'named-character-references','event-appcache-checking':'offline','entity-lBarr':'named-character-references','entity-Dashv':'named-character-references','refsARIA':'references','entity-boxHU':'named-character-references','attr-meta-http-equiv':'semantics','entity-lagran':'named-character-references','htmldatalistelement':'the-button-element','entity-drcorn':'named-character-references','entity-bigsqcup':'named-character-references','refsUTR36':'references','the-sub-and-sup-elements':'text-level-semantics','entity-TRADE':'named-character-references','entity-Icirc':'named-character-references','entity-abreve':'named-character-references','entity-subset':'named-character-references','ix-handler-oninput':'index','dom-appcache-obsolete':'offline','entity-sqcup':'named-character-references','the-style-eement':'semantics','entity-nparsl':'named-character-references','entity-ouml':'named-character-references','entity-EmptyVerySmallSquare':'named-character-references','entity-nLeftrightarrow':'named-character-references','entity-sup2':'named-character-references','entity-boxHu':'named-character-references','entity-leftrightharpoons':'named-character-references','origin-0':'origin-0','event-appcache-obsolete':'offline','entity-Zcaron':'named-character-references','entity-SquareSupersetEqual':'named-character-references','entity-Ycirc':'named-character-references','entity-numero':'named-character-references','entity-rtrie':'named-character-references','attr-img-alt':'embedded-content-1','entity-cong':'named-character-references','entity-rtrif':'named-character-references','dom-appcache-checking':'offline','entity-ubrcy':'named-character-references','refsXML':'references','refsWIN1254':'references','entity-notin':'named-character-references','entity-cuvee':'named-character-references','entity-comma':'named-charcter-references','entity-uring':'named-character-references','refsMFREL':'references','entity-Zscr':'named-character-references','entity-gvertneqq':'named-character-references','entity-ntrianglerighteq':'named-character-references','entity-DiacriticalDoubleAcute':'named-character-references','attr-iframe-marginwidth':'obsolete','sourcing-in-band-text-tracks':'video','the-link-element':'semantics','entity-ii':'named-character-references','entity-solbar':'named-character-references','command-superscript':'dnd','applicationcache':'offline','entity-in':'named-character-references','dom-location-hostname':'history','entity-emsp13':'named-character-references','entity-swnwar':'named-character-references','entity-gesdot':'named-character-references','attr-track-kind-keyword-metadata':'video','entity-boxHd':'named-character-references','attr-tbody-charoff':'obsolete','entity-DownRightVectorBar':'named-character-references','attr-iframe-align':'obsolete','entity-nrarrw':'named-character-references','entity-OpenCurlyuote':'named-character-references','attr-input-type-hidden-keyword':'the-input-element','entity-it':'named-character-references','htmlinputelement':'the-input-element','entity-RBarr':'named-character-references','entity-smt':'named-character-references','htmloptionelement':'the-button-element','attr-input-type-file-keyword':'the-input-element','the-base-element':'semantics','entity-nsc':'named-character-references','entity-LeftRightVector':'named-character-references','entity-rhov':'named-character-references','concept-ltr':'elements','entity-nopf':'named-character-references','entity-leftrightsquigarrow':'named-character-references','entity-dstrok':'named-character-references','refsISO8601':'references','entity-uArr':'named-character-references','ix-handler-window-onpagehide':'index','entity-boxVR':'named-character-references','entity-ShortRightArrow':'named-character-references','entity-deg':'named-character-references','entity-GreaterEqual':'named-character-references','attr-select-required':'the-button-lement','entity-gescc':'named-character-references','attr-input-type-checkbox-keyword':'the-input-element','entity-Iogon':'named-character-references','entity-boxVL':'named-character-references','entity-Gscr':'named-character-references','transparent':'content-models','event-handler-content-attributes':'webappapis','linkTypes':'links','entity-DZcy':'named-character-references','entity-boxVr':'named-character-references','entity-supnE':'named-character-references','text-0':'syntax','entity-IOcy':'named-character-references','the-html-element':'dom','entity-rrarr':'named-character-references','entity-psi':'named-character-references','entity-fork':'named-character-references','concept-fs-action':'association-of-controls-and-forms','attr-progress-max':'the-button-element','text-track-cue-active-flag':'video','entity-vopf':'named-character-references','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','entity-boxVl':'named-character-references','constraints':'asociation-of-controls-and-forms','entity-LeftFloor':'named-character-references','attr-input-multiple':'common-input-element-attributes','entity-Fopf':'named-character-references','entity-Kscr':'named-character-references','entity-excl':'named-character-references','the-datatransfer-interface':'dnd','entity-NotHumpEqual':'named-character-references','entity-nsce':'named-character-references','meta':'semantics','attr-link-type':'semantics','entity-isin':'named-character-references','entity-Leftrightarrow':'named-character-references','refsPNG':'references','text-track-cue-vertical-growing-right-writing-direction':'video','dom-link-disabled':'semantics','entity-NewLine':'named-character-references','entity-ropf':'named-character-references','entity-iexcl':'named-character-references','the-hidden-attribute':'editing','entity-smile':'named-character-references','attr-a-rev':'obsolete','entity-varpi':'named-character-references','entity-angrt':'named-character-references','entity-Ncedil':'named-character-referenes','attr-input-accept':'number-state','entity-lharul':'named-character-references','entity-scy':'named-character-references','htmltablesectionelement':'tabular-data','secondary-browsing-context':'browsers','entity-utilde':'named-character-references','refsDOMCORE':'references','entity-eqcolon':'named-character-references','link-type-external':'links','ix-handler-oncuechange':'index','command-facet-disabledstate':'commands','entity-sce':'named-character-references','attr-a-methods':'obsolete','entity-gtrarr':'named-character-references','usage-summary':'text-level-semantics','security-forms':'association-of-controls-and-forms','entity-sqsube':'named-character-references','entity-Edot':'named-character-references','entity-euro':'named-character-references','entity-npar':'named-character-references','times':'common-microsyntaxes','attr-details-open':'interactive-elements','content-models':'content-models','htmltabledatacellelement':'tabular-data','entity-Precedes':'named-character-references','entity-nsub':'nmed-character-references','footnotes':'links','entity-fcy':'named-character-references','other-link-types':'links','attr-abbr-title':'text-level-semantics','entity-cent':'named-character-references','entity-rightarrowtail':'named-character-references','entity-setminus':'named-character-references','attr-script-for':'obsolete','entity-numsp':'named-character-references','refsABOUT':'references','entity-loplus':'named-character-references','entity-Aopf':'named-character-references','no_data_allowed_err':'urls','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'embedded-content-1','entity-vzigzag':'named-character-references','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','entity-Because':'named-character-references','entity-SquareSubset':'named-character-references','entity-clubs':'named-character-references','attr-area-alt':'the-map-element','represented-by-the-collection':'urls','entity-lparlt':'named-character-references','the-xml:base-attribute-xml-only':'element','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'content-models','htmlelement':'elements','entity-lnap':'named-character-references','entity-awint':'named-character-references','entity-eogon':'named-character-references','entity-Rcaron':'named-character-references','enumerated-attribute':'common-microsyntaxes','entity-subseteqq':'named-character-references','entity-langd':'named-character-references','attr-input-size':'common-input-element-attributes','attr-dim-height':'the-map-element','entity-kjcy':'named-character-references','entity-suphsub':'named-character-references','entity-xsqcup':'named-character-references','entity-ast':'named-character-references','space-separated-tokens':'common-microsyntaxes','entity-nesim':'named-character-references','entity-Leftarrow':'named-character-references','entity-imath':'named-character-references','entity-ncup':'named-character-references','htmlallcollection-0':'urls','entity-supsetneqq':'named-character-reference','entity-lltri':'named-character-references','entity-nVDash':'named-character-references','refsPINGBACK':'references','entity-gtquest':'named-character-references','xml-documents':'dom','attr-menu-type':'interactive-elements','entity-squ':'named-character-references','entity-Ubreve':'named-character-references','entity-Gopf':'named-character-references','entity-ForAll':'named-character-references','entity-rlhar':'named-character-references','attr-input-value':'the-input-element','semantics-0':'elements','list-of-the-descendant-browsing-contexts':'browsers','plaintext':'obsolete','entity-UpArrow':'named-character-references','entity-Esim':'named-character-references','entity-Psi':'named-character-references','entity-odot':'named-character-references','metadata-content':'content-models','entity-emacr':'named-character-references','table-aria-strong':'content-models','entity-dzigrarr':'named-character-references','entity-Beta':'named-character-references','entity-Proportional':'named-character-references','enity-bigvee':'named-character-references','entity-order':'named-character-references','documents':'dom','invalid_character_err':'urls','entity-ffr':'named-character-references','attr-object-hspace':'obsolete','ix-handler-onsuspend':'index','entity-PartialD':'named-character-references','entity-isindot':'named-character-references','attr-fe-name-charset':'association-of-controls-and-forms','attr-meta-charset':'semantics','entity-bcong':'named-character-references','entity-HumpDownHump':'named-character-references','entity-nvdash':'named-character-references','presentational-markup':'introduction','attr-command-type-state-radio':'interactive-elements','ix-handler-onratechange':'index','entity-Copf':'named-character-references','configuring-a-form-to-communicate-with-a-server':'forms','entity-nrtri':'named-character-references','attr-tdth-width':'obsolete','entity-andslope':'named-character-references','entity-vee':'named-character-references','authority-based-url':'urls','ix-handler-oncanplaythrough':'index','ntity-QUOT':'named-character-references','entity-squarf':'named-character-references','htmlcanvaselement':'the-canvas-element','entity-fpartint':'named-character-references','entity-TSHcy':'named-character-references','entity-phiv':'named-character-references','entity-ExponentialE':'named-character-references','refsJSURL':'references','url':'urls','obsolete-permitted-doctype-string':'syntax','entity-lurdshar':'named-character-references','entity-Nacute':'named-character-references','entity-triangle':'named-character-references','the-ready-states':'video','entity-gesdoto':'named-character-references','entity-gdot':'named-character-references','ix-handler-ondragleave':'index','entity-Bopf':'named-character-references','entity-ogt':'named-character-references','entity-boxUR':'named-character-references','entity-rpargt':'named-character-references','entity-check':'named-character-references','entity-fllig':'named-character-references','entity-uogon':'named-character-references','entity-complexes':'named-charactr-references','entity-lbrke':'named-character-references','attr-time-datetime':'text-level-semantics','the-body-element-0':'sections','entity-barwedge':'named-character-references','rcdata-elements':'syntax','entity-DownArrowBar':'named-character-references','html-documents':'dom','entity-vrtri':'named-character-references','entity-boxUL':'named-character-references','entity-supseteq':'named-character-references','entity-boxUr':'named-character-references','entity-parsl':'named-character-references','fully-active':'browsers','entity-questeq':'named-character-references','entity-zscr':'named-character-references','entity-kappav':'named-character-references','attr-dfn-title':'text-level-semantics','the-html-element-0':'semantics','dom-location-port':'history','entity-xi':'named-character-references','entity-OElig':'named-character-references','refsCSSVALUES':'references','entity-Ograve':'named-character-references','entity-DownTee':'named-character-references','refsPSL':'references','entity-eqsim':'named-charcter-references','entity-boxUl':'named-character-references','entity-nprec':'named-character-references','entity-angrtvbd':'named-character-references','comma-separated-tokens':'common-microsyntaxes','ready-for-editing-host-commands':'dnd','entity-Union':'named-character-references','entity-DownRightTeeVector':'named-character-references','dialogs-implemented-using-separate-documents':'timers','entity-lopf':'named-character-references','entity-dharr':'named-character-references','attr-track-kind':'video','ix-handler-onerror':'index','entity-Coproduct':'named-character-references','attr-ol-type-state-upper-alpha':'grouping-content','the-figcaption-element':'grouping-content','entity-smallsetminus':'named-character-references','client-side-form-validation':'forms','entity-uarr':'named-character-references','refsEUCKR':'references','entity-rarrw':'named-character-references','entity-GreaterEqualLess':'named-character-references','entity-NonBreakingSpace':'named-character-references','entity-lates':'named-charater-references','entity-Jopf':'named-character-references','entity-circledast':'named-character-references','password-state':'states-of-the-type-attribute','entity-fnof':'named-character-references','the-main-part-of-the-content':'links','entity-gEl':'named-character-references','entity-tfr':'named-character-references','entity-ic':'named-character-references','entity-rarrc':'named-character-references','entity-rarrb':'named-character-references','entity-varsubsetneqq':'named-character-references','entity-succnapprox':'named-character-references','entity-lnE':'named-character-references','entity-umacr':'named-character-references','the-head-element-0':'semantics','entity-Supset':'named-character-references','entity-oplus':'named-character-references','x-this':'introduction','entity-rarrtl':'named-character-references','entity-aring':'named-character-references','entity-emptyv':'named-character-references','entity-reals':'named-character-references','entity-square':'named-character-references','concept-month:'common-microsyntaxes','attr-video-poster':'video','entity-lne':'named-character-references','entity-popf':'named-character-references','entity-rdldhar':'named-character-references','normal-elements':'syntax','link-type-prefetch':'links','entity-LeftUpDownVector':'named-character-references','entity-LowerRightArrow':'named-character-references','entity-Laplacetrf':'named-character-references','ix-handler-window-onhashchange':'index','entity-Succeeds':'named-character-references','the-tfoot-element':'tabular-data','entity-curlywedge':'named-character-references','entity-clubsuit':'named-character-references','entity-ne':'named-character-references','the-datalist-element':'the-button-element','entity-cupbrcap':'named-character-references','entity-larrpl':'named-character-references','attr-table-bgcolor':'obsolete','the-datatransferitem-interface':'dnd','entity-diamondsuit':'named-character-references','entity-nu':'named-character-references','entity-SupersetEqual':'named-character-references','entity-rarrfs''named-character-references','commands':'commands','entity-Scy':'named-character-references','flow-content':'content-models','command-forwarddelete':'dnd','common-dom-interfaces':'urls','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','entity-Iukcy':'named-character-references','entity-dharl':'named-character-references','entity-olcir':'named-character-references','attr-body-marginright':'obsolete','entity-ordm':'named-character-references','attributes':'elements','entity-Epsilon':'named-character-references','refsBCP47':'references','entity-flat':'named-character-references','ix-handler-onmousedown':'index','bidirectional-algorithm-formatting-character-ranges':'content-models','entity-lesdoto':'named-character-references','entity-gvnE':'named-character-references','entity-circlearrowright':'named-character-references','entity-bdquo':'named-character-references','valid-date-string':'common-microsyntaxes','entity-GreaterGreter':'named-character-references','entity-ohm':'named-character-references','entity-geqslant':'named-character-references','attr-canvas-width':'the-canvas-element','concept-date':'common-microsyntaxes','entity-hyphen':'named-character-references','entity-UnderBracket':'named-character-references','entity-NotLessSlantEqual':'named-character-references','abort_err':'urls','entity-Dscr':'named-character-references','attr-img-lowsrc':'obsolete','entity-divideontimes':'named-character-references','entity-nearhk':'named-character-references','entity-itilde':'named-character-references','entity-lneqq':'named-character-references','entity-sstarf':'named-character-references','entity-bne':'named-character-references','event-media-seeked':'video','form-owner':'association-of-controls-and-forms','entity-Sacute':'named-character-references','entity-ltcir':'named-character-references','resolving-urls':'urls','refsWEBSOCKET':'references','entity-telrec':'named-character-references','entity-nesear':'named-character-refereces','refsUNIVCHARDET':'references','dom-appcache-uncached':'offline','entity-ReverseUpEquilibrium':'named-character-references','entity-trade':'named-character-references','entity-rcub':'named-character-references','entity-DiacriticalTilde':'named-character-references','entity-frac56':'named-character-references','entity-icy':'named-character-references','attr-input-src':'number-state','entity-bigstar':'named-character-references','entity-frac58':'named-character-references','attr-col-width':'obsolete','attr-tr-valign':'obsolete','attr-input-type':'the-input-element','playing-the-media-resource':'video','entity-glE':'named-character-references','defining-term':'text-level-semantics','the-textarea-element':'the-button-element','attr-dim-width':'the-map-element','entity-gcirc':'named-character-references','entity-smtes':'named-character-references','entity-Ccaron':'named-character-references','ix-handler-onscroll':'index','entity-rthree':'named-character-references','valid-integer':'common-microsyntaxes','enity-radic':'named-character-references','event-handlers':'webappapis','entity-NotNestedGreaterGreater':'named-character-references','entity-Integral':'named-character-references','text-track-readiness-state':'video','entity-leqslant':'named-character-references','entity-iinfin':'named-character-references','entity-diam':'named-character-references','attr-object-codetype':'obsolete','entity-rho':'named-character-references','dom-media-network_loading':'video','entity-Qopf':'named-character-references','nested-browsing-contexts':'browsers','entity-times':'named-character-references','entity-NotLeftTriangleBar':'named-character-references','entity-Omicron':'named-character-references','entity-pitchfork':'named-character-references','entity-subrarr':'named-character-references','entity-DoubleLeftRightArrow':'named-character-references','command-createlink':'dnd','attr-media-autoplay':'video','entity-DoubleUpDownArrow':'named-character-references','htmldlistelement':'grouping-content','attr-progress-value':'the-utton-element','entity-eth':'named-character-references','link-type-search':'links','entity-shcy':'named-character-references','named-access-on-the-window-object':'browsers','entity-NotPrecedes':'named-character-references','entity-eta':'named-character-references','entity-fltns':'named-character-references','entity-nvrtrie':'named-character-references','entity-Theta':'named-character-references','sequential-focus-navigation-and-the-tabindex-attribute':'editing','text-track-model':'video','entity-dtrif':'named-character-references','entity-tilde':'named-character-references','entity-hscr':'named-character-references','entity-Conint':'named-character-references','other-pragma-directives':'semantics','entity-thickapprox':'named-character-references','entity-khcy':'named-character-references','htmlformcontrolscollection':'urls','concept-events-trusted':'infrastructure','entity-ffllig':'named-character-references','entity-Tilde':'named-character-references','entity-ReverseEquilibrium':'named-character-reference','entity-bigtriangledown':'named-character-references','center':'obsolete','entity-bprime':'named-character-references','refsWIN1252':'references','entity-iprod':'named-character-references','entity-xcup':'named-character-references','entity-Kappa':'named-character-references','drag-data-store':'dnd','entity-mapstoleft':'named-character-references','ix-handler-ondragenter':'index','textFieldSelection':'association-of-controls-and-forms','audio':'video','entity-npolint':'named-character-references','event-media-canplaythrough':'video','entity-NestedGreaterGreater':'named-character-references','htmlcollection':'urls','attr-tdth-nowrap':'obsolete','global-attributes':'elements','the-section-element':'sections','entity-ominus':'named-character-references','link-type-stylesheet':'links','week-number-of-the-last-day':'common-microsyntaxes','attr-input-autocomplete-off-state':'common-input-element-attributes','attr-fs-enctype-text':'association-of-controls-and-forms','autofocusing-a-form-control':'association-of-ontrols-and-forms','entity-notindot':'named-character-references','entity-Diamond':'named-character-references','nextid':'obsolete','entity-nsmid':'named-character-references','syntax-end-tag':'syntax','entity-xdtri':'named-character-references','elements-in-the-dom':'elements','entity-Scirc':'named-character-references','entity-leftrightarrow':'named-character-references','attr-link-hreflang':'semantics','htmloptionscollection-0':'urls','entity-hearts':'named-character-references','raw-text-elements':'syntax','outlines':'sections','navigatorstorageutils':'timers','concept-dnd-rw':'dnd','entity-doteq':'named-character-references','entity-boxVH':'named-character-references','entity-Congruent':'named-character-references','the-text-tracks-are-ready':'video','entity-hookleftarrow':'named-character-references','attr-area-shape-poly':'the-map-element','refsDOMPARSER':'references','entity-Tab':'named-character-references','entity-curlyvee':'named-character-references','entity-ropar':'named-character-references','om-function-call':'webappapis','entity-pcy':'named-character-references','the-fieldset-element':'forms','entity-Abreve':'named-character-references','entity-kgreen':'named-character-references','innerhtml':'apis-in-html-documents','entity-cfr':'named-character-references','attr-xml-lang':'elements','entity-iiota':'named-character-references','entity-nedot':'named-character-references','entity-lEg':'named-character-references','entity-cupcup':'named-character-references','table-layout-techniques':'tabular-data','dom-navigator-registercontenthandler':'timers','entity-diams':'named-character-references','entity-ReverseElement':'named-character-references','entity-weierp':'named-character-references','entity-cup':'named-character-references','attr-command-label':'interactive-elements','entity-langle':'named-character-references','entity-ntriangleleft':'named-character-references','how-to-read-this-specification':'introduction','entity-plustwo':'named-character-references','ix-handler-onkeyup':'index','entity-LetVectorBar':'named-character-references','attr-link-rel':'semantics','entity-nGt':'named-character-references','htmlformelement':'forms','refsUAAG':'references','attr-body-link':'obsolete','entity-vBarv':'named-character-references','attr-iframe-marginheight':'obsolete','htmlanchorelement':'text-level-semantics','entity-lrm':'named-character-references','entity-or':'named-character-references','attr-textarea-wrap':'the-button-element','attr-datafld':'obsolete','entity-simdot':'named-character-references','the-dir-attribute':'elements','the-doctype':'syntax','common-microsyntaxes':'common-microsyntaxes','entity-Mopf':'named-character-references','refsHTMLDIFF':'references','attr-img-border':'obsolete','entity-oS':'named-character-references','entity-homtht':'named-character-references','event-appcache-error':'offline','meta-author':'semantics','entity-Oscr':'named-character-references','the-small-element':'text-level-semantics','entity-NotReverseElement':'named-character-references','custom-data-attribute':'lements','session-history-entry':'history','entity-LeftUpVectorBar':'named-character-references','entity-trianglelefteq':'named-character-references','common-input-element-apis':'common-input-element-attributes','entity-Wopf':'named-character-references','attr-table-cellpadding':'obsolete','entity-DownArrowUpArrow':'named-character-references','entity-sqcap':'named-character-references','command-facet-icon':'commands','refsEUCJP':'references','attr-ul-compact':'obsolete','entity-rbarr':'named-character-references','ix-handler-onselect':'index','entity-iquest':'named-character-references','navigatorid':'timers','entity-rBarr':'named-character-references','url-state':'states-of-the-type-attribute','mime-type':'infrastructure','entity-DownArrow':'named-character-references','create-a-drag-data-store':'dnd','valid-hash-name-reference':'common-microsyntaxes','attr-command-type-keyword-command':'interactive-elements','entity-Aogon':'named-character-references','entity-YIcy':'named-character-references','entity-nbmp':'named-character-references','command-facet-hint':'commands','entity-boxVh':'named-character-references','entity-percnt':'named-character-references','entity-ratio':'named-character-references','entity-curren':'named-character-references','text-track-showing-by-default':'video','loading-the-media-resource':'video','time-state':'states-of-the-type-attribute','application-xhtml-xml':'iana','entity-NegativeVeryThinSpace':'named-character-references','entity-LeftVector':'named-character-references','ix-handler-oninvalid':'index','entity-asymp':'named-character-references','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'common-microsyntaxes','entity-NotSuperset':'named-character-references','entity-RightCeiling':'named-character-references','pagetransitionevent':'history','home-subtree':'infrastructure','media-data':'video','entity-LongRightArrow':'named-character-references','entity-uuarr':'named-character-references','entity-Ufr':'named-character-refernces','entity-DScy':'named-character-references','entity-caret':'named-character-references','entity-ngsim':'named-character-references','attr-fe-name':'association-of-controls-and-forms','event-drop':'dnd','text-level-semantics':'text-level-semantics','entity-capcap':'named-character-references','barprop':'browsers','function':'webappapis','entity-solb':'named-character-references','entity-RuleDelayed':'named-character-references','serializability-of-script-execution':'introduction','attr-input-type-search-keyword':'the-input-element','dom-texttrack-kind-descriptions':'video','entity-ccirc':'named-character-references','entity-Tcy':'named-character-references','entity-loarr':'named-character-references','entity-hcirc':'named-character-references','editing':'editing','entity-ascr':'named-character-references','entity-not':'named-character-references','concept-http-equiv-extensions':'semantics','attr-textarea-maxlength':'the-button-element','entity-Longrightarrow':'named-character-references','entity-gnap':'amed-character-references','start-tags':'syntax','concept-rtl':'elements','attr-track-kind-keyword-chapters':'video','entity-Oopf':'named-character-references','dom-location-host':'history','entity-nsccue':'named-character-references','entity-RightTeeVector':'named-character-references','entity-loz':'named-character-references','entity-opar':'named-character-references','entity-timesbar':'named-character-references','entity-shortparallel':'named-character-references','attr-legend-align':'obsolete','entity-nltrie':'named-character-references','entity-escr':'named-character-references','end-tags':'syntax','entity-rnmid':'named-character-references','entity-vartriangleleft':'named-character-references','entity-frac23':'named-character-references','entity-frac25':'named-character-references','entity-ggg':'named-character-references','mime-types':'video','entity-ulcorn':'named-character-references','valid-lowercase-simple-color':'common-microsyntaxes','entity-rcaron':'named-character-references','named-characterreferences':'named-character-references','entity-ccaps':'named-character-references','ix-handler-window-ononline':'index','entity-bumpe':'named-character-references','entity-lessdot':'named-character-references','entity-NotPrecedesEqual':'named-character-references','entity-upuparrows':'named-character-references','cdata-rcdata-restrictions':'syntax','entity-upharpoonright':'named-character-references','rel-icon':'links','entity-tshcy':'named-character-references','entity-propto':'named-character-references','entity-simplus':'named-character-references','text-cache-manifest':'iana','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','text-track-cue-vertical-growing-left-writing-direction':'video','entity-phi':'named-character-references','entity-circleddash':'named-character-references','entity-Ifr':'named-character-references','grouping-content':'grouping-content','authors-using-html':'iana','syntax-tag-omission':'syntax','entity-CHcy':'named-character-references','event-appcach-downloading':'offline','the-optgroup-element':'the-button-element','attr-canvas-height':'the-canvas-element','current-entry':'history','entity-Ofr':'named-character-references','refsUNICODE':'references','text-track-language':'video','refsRFC2426':'references','refsRFC2425':'references','htmllabelelement':'forms','attr-input-autocomplete-default-state':'common-input-element-attributes','entity-CounterClockwiseContourIntegral':'named-character-references','entity-vdash':'named-character-references','entity-leftleftarrows':'named-character-references','content-categories':'content-models','entity-nexists':'named-character-references','entity-bot':'named-character-references','entity-gtrsim':'named-character-references','entity-blacktriangledown':'named-character-references','category-reset':'forms','submit-button-state':'number-state','concept-select-option-list':'the-button-element','entity-nvap':'named-character-references' }; var fragid = window.location.hash.substr(1); if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */ Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.957 retrieving revision 1.958 diff -u -d -r1.957 -r1.958 --- forms.html 13 Apr 2011 07:54:38 -0000 1.957 +++ forms.html 20 Apr 2011 12:21:10 -0000 1.958 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10 Forms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10 Forms — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,14 +335,14 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="the-input-element.html">4.10.7 The input element →</a> <ol class="toc"><li><ol><li><a href="forms.html#forms"><span class="secno">4.10 </span>Forms</a> <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><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><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><a href="forms.html#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></ol><li><a href="forms.html#categories"><span class="secno">4.10.2 </span>Categories</a><li><a href="forms.html#the-form-element" id="x4.10.3-the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a><li><a href="forms.html#the-fieldset-element" id="x4.10.4-the-fieldset-element"><span class="secno">4.10.4 </span>The <code>fieldset</code> element</a><li><a href="forms.html#the-legend-element" id="x4.10.5-th-legend-element"><span class="secno">4.10.5 </span>The <code>legend</code> element</a><li><a href="forms.html#the-label-element" id="x4.10.6-the-label-element"><span class="secno">4.10.6 </span>The <code>label</code> element</a></ol></ol></ol></div> + <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><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><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><a href="forms.html#client-side-form-validation"><span class="secno">4.10.1.4 </span>Client-side form validation</a></ol><li><a href="forms.html#categories"><span class="secno">4.10.2 </span>Categories</a><li><a href="forms.html#the-form-element"><span class="secno">4.10.3 </span>The <code>form</code> element</a><li><a href="forms.html#the-fieldset-element"><span class="secno">4.10.4 </span>The <code>fieldset</code> element</a><li><a href="forms.html#the-legend-element"><span class="secno">4.10.5 </span>The <code>legend</code> element</a><li><a hrf="forms.html#the-label-element"><span class="secno">4.10.6 </span>The <code>label</code> element</a></ol></ol></ol></div> <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>A form is a component of a Web page that has form controls, such as text fields, buttons, checkboxes, range controls, or color @@ -358,26 +355,26 @@ in any order: writing the user interface, implementing the server-side processing, and configuring the user interface to communicate with the server.<h5 id="writing-a-form-s-user-interface"><span class="secno">4.10.1.1 </span>Writing a form's user interface</h5><p><i>This section is non-normative.</i><p>For the purposes of this brief introduction, we will create a - pizza ordering form.<p>Any form starts with a <code><a href="#the-form-element" id="form-12">form</a></code> element, inside which + pizza ordering form.<p>Any form starts with a <code><a href="#the-form-element">form</a></code> element, inside which are placed the controls. Most controls are represented by the - <code><a href="the-input-element.html#the-input-element" id="input-46">input</a></code> element, which by default provides a one-line - text field. To label a control, the <code><a href="#the-label-element" id="label-9">label</a></code> element is + <code><a href="the-input-element.html#the-input-element">input</a></code> element, which by default provides a one-line + text field. To label a control, the <code><a href="#the-label-element">label</a></code> element is used; the label text and the control itself go inside the - <code><a href="#the-label-element" id="label-10">label</a></code> element. Each part of a form is considered a - <a href="content-models.html#paragraph" id="paragraph-16">paragraph</a>, and is typically separated from other parts - using <code><a href="grouping-content.html#the-p-element" id="p-21">p</a></code> elements. Putting this together, here is how + <code><a href="#the-label-element">label</a></code> element. Each part of a form is considered a + <a href="content-models.html#paragraph">paragraph</a>, and is typically separated from other parts + using <code><a href="grouping-content.html#the-p-element">p</a></code> elements. Putting this together, here is how one might ask for the customer's name:<pre><strong><form> <p><label>Customer name: <input></label></p> </form></strong></pre><p>To let the user select the size of the pizza, we can use a set of - radio buttons. Radio buttons also use the <code><a href="the-input-element.html#the-input-element" id="input-47">input</a></code> - element, this time with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-57">type</a></code> - attribute with the value <code title="attr-input-type-radio"><a href="number-state.html#radio-button-state" id="radio-0">radio</a></code>. To make the radio + radio buttons. Radio buttons also use the <code><a href="the-input-element.html#the-input-element">input</a></code> + element, this time with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> + attribute with the value <code title="attr-input-type-radio"><a href="number-state.html#radio-button-state">radio</a></code>. To make the radio buttons work as a group, they are given a common name using the - <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-25">name</a></code> attribute. To group a batch + <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute. To group a batch of controls together, such as, in this case, the radio buttons, one - can use the <code><a href="#the-fieldset-element" id="fieldset-4">fieldset</a></code> element. The title of such a group + can use the <code><a href="#the-fieldset-element">fieldset</a></code> element. The title of such a group of controls is given by the first element in the - <code><a href="#the-fieldset-element" id="fieldset-5">fieldset</a></code>, which has to be a <code><a href="#the-legend-element" id="legend">legend</a></code> + <code><a href="#the-fieldset-element">fieldset</a></code>, which has to be a <code><a href="#the-legend-element">legend</a></code> element.<pre><form> <p><label>Customer name: <input></label></p> <strong> <fieldset> @@ -387,7 +384,7 @@ <p><label> <input type=radio name=size> Large </label></p> </fieldset></strong> </form></pre><p class="note">Changes from the previous step are highlighted.<p>To pick toppings, we can use checkboxes. These use the - <code><a href="the-input-element.html#the-input-element" id="input-48">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-58">type</a></code> attribute with the value <code title="attr-input-type-checkbox"><a href="number-state.html#checkbox-state" id="checkbox">checkbox</a></code>:<pre><form> + <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 with the value <code title="attr-input-type-checkbox"><a href="number-state.html#checkbox-state">checkbox</a></code>:<pre><form> <p><label>Customer name: <input></label></p> <fieldset> <legend> Pizza Size </legend> @@ -405,8 +402,8 @@ </form></pre><p>The pizzeria for which this form is being written is always making mistakes, so it needs a way to contact the customer. For this purpose, we can use form controls specifically for telephone numbers - (<code><a href="the-input-element.html#the-input-element" id="input-49">input</a></code> elements with their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-59">type</a></code> attribute set to <code title="attr-input-type-tel"><a href="states-of-the-type-attribute.html#telephone-state" id="tel">tel</a></code>) and e-mail addresses - (<code><a href="the-input-element.html#the-input-element" id="input-50">input</a></code> elements with their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-60">type</a></code> attribute set to <code title="attr-input-type-email"><a href="states-of-the-type-attribute.html#e-mail-state" id="email">email</a></code>):<pre><form> + (<code><a href="the-input-element.html#the-input-element">input</a></code> elements with their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute set to <code title="attr-input-type-tel"><a href="states-of-the-type-attribute.html#telephone-state">tel</a></code>) and e-mail addresses + (<code><a href="the-input-element.html#the-input-element">input</a></code> elements with their <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute set to <code title="attr-input-type-email"><a href="states-of-the-type-attribute.html#e-mail-state">email</a></code>):<pre><form> <p><label>Customer name: <input></label></p> <strong> <p><label>Telephone: <input type=tel></label></p> <p><label>E-mail address: <input type=email></label></p></strong> @@ -423,11 +420,11 @@ <p><label> <input type=checkbox> Onion </label></p> <p><label> <input type=checkbox> Mushroom </label></p> </fieldset> -</form></pre><p>We can use an <code><a href="the-input-element.html#the-input-element" id="input-51">input</a></code> element with its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-61">type</a></code> attribute set to <code title="attr-input-type-time"><a href="states-of-the-type-attribute.html#time-state" id="time-22">time</a></code> to ask for a delivery +</form></pre><p>We can use an <code><a href="the-input-element.html#the-input-element">input</a></code> element with its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute set to <code title="attr-input-type-time"><a href="states-of-the-type-attribute.html#time-state">time</a></code> to ask for a delivery time. Many of these form controls have attributes to control exactly what values can be specified; in this case, three attributes of - particular interest are <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min">min</a></code>, - <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max">max</a></code>, and <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step">step</a></code>. These set the minimum time, the + particular interest are <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code>, + <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>, and <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code>. These set the minimum time, the maximum time, and the interval between allowed values (in seconds). This pizzeria only delivers between 11am and 9pm, and doesn't promise anything better than 15 minute increments, which we @@ -449,7 +446,7 @@ <p><label> <input type=checkbox> Mushroom </label></p> </fieldset> <strong> <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"></label></p></strong> -</form></pre><p>The <code><a href="the-button-element.html#the-textarea-element" id="textarea-17">textarea</a></code> element can be used to provide a +</form></pre><p>The <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element can be used to provide a free-form text field. In this instance, we are going to use it to provide a space for the customer to give delivery instructions:<pre><form> <p><label>Customer name: <input></label></p> @@ -471,7 +468,7 @@ <p><label>Preferred delivery time: <input type=time min="11:00" max="21:00" step="900"></label></p> <strong> <p><label>Delivery instructions: <textarea></textarea></label></p></strong> </form></pre><p>Finally, to make the form submittable we use the - <code><a href="the-button-element.html#the-button-element" id="button-6">button</a></code> element:<pre><form> + <code><a href="the-button-element.html#the-button-element">button</a></code> element:<pre><form> <p><label>Customer name: <input></label></p> <p><label>Telephone: <input type=tel></label></p> <p><label>E-mail address: <input type=email></label></p> @@ -494,7 +491,7 @@ </form></pre><h5 id="implementing-the-server-side-processing-for-a-form"><span class="secno">4.10.1.2 </span>Implementing the server-side processing for a form</h5><p><i>This section is non-normative.</i><p>The exact details for writing a server-side processor are out of scope for this specification. For the purposes of this introduction, we will assume that the script at <code title="">https://pizza.example.com/order.cgi</code> is configured to - accept submissions using the <code title="attr-fs-enctype-urlencoded"><a href="association-of-controls-and-forms.html#attr-fs-enctype-urlencoded" id="application-x-www-form-urlencoded">application/x-www-form-urlencoded</a></code> + accept submissions using the <code title="attr-fs-enctype-urlencoded"><a href="association-of-controls-and-forms.html#attr-fs-enctype-urlencoded">application/x-www-form-urlencoded</a></code> format, expecting the following parameters sent in an HTTP POST body:<dl><dt><code title="">custname</code></dt> <dd>Customer's name</dd> @@ -519,22 +516,22 @@ </dl><h5 id="configuring-a-form-to-communicate-with-a-server"><span class="secno">4.10.1.3 </span>Configuring a form to communicate with a server</h5><p><i>This section is non-normative.</i><p>Form submissions are exposed to servers in a variety of ways, most commonly as HTTP GET or POST requests. To specify the exact - method used, the <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method">method</a></code> - attribute is specified on the <code><a href="#the-form-element" id="form-13">form</a></code> element. This + method used, the <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method">method</a></code> + attribute is specified on the <code><a href="#the-form-element">form</a></code> element. This doesn't specify how the form data is encoded, though; to specify - that, you use the <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype">enctype</a></code> - attribute. You also have to specify the <a href="urls.html#url" id="url-13">URL</a> of the - service that will handle the submitted data, using the <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action">action</a></code> attribute.<p>For each form control you want submitted, you then have to give a + that, you use the <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code> + attribute. You also have to specify the <a href="urls.html#url">URL</a> of the + service that will handle the submitted data, using the <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code> attribute.<p>For each form control you want submitted, you then have to give a name that will be used to refer to the data in the submission. We already specified the name for the group of radio buttons; the same - attribute (<code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-26">name</a></code>) also specifies + attribute (<code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>) also specifies the submission name. Radio buttons can be distinguished from each other in the submission by giving them different values, using the - <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-4">value</a></code> attribute.<p>Multiple controls can have the same name; for example, here we + <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute.<p>Multiple controls can have the same name; for example, here we give all the checkboxes the same name, and the server distinguishes which checkbox was checked by seeing which values are submitted with that name — like the radio buttons, they are also given unique - values with the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-5">value</a></code> + values with the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute.<p>Given the settings in the previous section, this all becomes:<pre><form<strong> method="post" enctype="application/x-www-form-urlencoded" action="https://pizza.example.com/order.cgi"</strong>> @@ -567,8 +564,8 @@ still has to verify the input is valid (since hostile users can easily bypass the form validation), but it allows the user to avoid the wait incurred by having the server be the sole checker of the - user's input.<p>The simplest annotation is the <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required">required</a></code> attribute, which can be - specified on <code><a href="the-input-element.html#the-input-element" id="input-52">input</a></code> elements to indicate that the form + user's input.<p>The simplest annotation is the <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code> attribute, which can be + specified on <code><a href="the-input-element.html#the-input-element">input</a></code> elements to indicate that the form is not to be submitted until a value is given. By adding this attribute to the customer name and delivery time fields, we allow the user agent to notify the user when the user submits the form @@ -595,8 +592,8 @@ <p><label>Delivery instructions: <textarea name="comments"></textarea></label></p> <p><button>Submit order</button><p> </form></pre><p>It is also possible to limit the length of the input, using the - <code title="attr-fe-maxlength"><a href="association-of-controls-and-forms.html#attr-fe-maxlength" id="maxlength">maxlength</a></code> attribute. By - adding this to the <code><a href="the-button-element.html#the-textarea-element" id="textarea-18">textarea</a></code> element, we can limit users + <code title="attr-fe-maxlength"><a href="association-of-controls-and-forms.html#attr-fe-maxlength">maxlength</a></code> attribute. By + adding this to the <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element, we can limit users to 1000 characters, preventing them from writing huge essays to the busy delivery drivers instead of staying focused and to the point:<pre><form method="post" @@ -623,22 +620,22 @@ <p><button>Submit order</button><p> </form></pre><h4 id="categories"><span class="secno">4.10.2 </span>Categories</h4><p>Mostly for historical reasons, elements in this section fall into several overlapping (but subtly different) categories in addition to - the usual ones like <a href="content-models.html#flow-content" id="flow-content-116">flow content</a>, <a href="content-models.html#phrasing-content" id="phrasing-content-129">phrasing - content</a>, and <a href="content-models.html#interactive-content" id="interactive-content-11">interactive content</a>.<p>A number of the elements are <dfn id="form-associated-element" title="form-associated + the usual ones like <a href="content-models.html#flow-content">flow content</a>, <a href="content-models.html#phrasing-content">phrasing + content</a>, and <a href="content-models.html#interactive-content">interactive content</a>.<p>A number of the elements are <dfn id="form-associated-element" title="form-associated element">form-associated elements</dfn>, which means they can have a - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-1">form owner</a> and, to expose this, have a <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-42">form</a></code> content attribute with a matching - <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code> IDL attribute.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-7">button</a></code></li> - <li><code><a href="#the-fieldset-element" id="fieldset-6">fieldset</a></code></li> - <li><code><a href="the-input-element.html#the-input-element" id="input-53">input</a></code></li> - <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-7">keygen</a></code></li> - <li><code><a href="#the-label-element" id="label-11">label</a></code></li> - <li><code><a href="the-button-element.html#the-meter-element" id="meter-6">meter</a></code></li> - <li><code><a href="the-iframe-element.html#the-object-element" id="object-26">object</a></code></li> - <li><code><a href="the-button-element.html#the-output-element" id="output-7">output</a></code></li> - <li><code><a href="the-button-element.html#the-progress-element" id="progress-6">progress</a></code></li> - <li><code><a href="the-button-element.html#the-select-element" id="select-12">select</a></code></li> - <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-19">textarea</a></code></li> - </ul><p>The <a href="#form-associated-element" id="form-associated-element-2" title="form-associated element">form-associated + <a href="association-of-controls-and-forms.html#form-owner">form owner</a> and, to expose this, have a <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> content attribute with a matching + <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code> IDL attribute.<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-fieldset-element">fieldset</a></code></li> + <li><code><a href="the-input-element.html#the-input-element">input</a></code></li> + <li><code><a href="the-button-element.html#the-keygen-element">keygen</a></code></li> + <li><code><a href="#the-label-element">label</a></code></li> + <li><code><a href="the-button-element.html#the-meter-element">meter</a></code></li> + <li><code><a href="the-iframe-element.html#the-object-element">object</a></code></li> + <li><code><a href="the-button-element.html#the-output-element">output</a></code></li> + <li><code><a href="the-button-element.html#the-progress-element">progress</a></code></li> + <li><code><a href="the-button-element.html#the-select-element">select</a></code></li> + <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li> + </ul><p>The <a href="#form-associated-element" title="form-associated element">form-associated elements</a> fall into several subcategories:<dl><dt><dfn id="category-listed" title="category-listed">Listed elements</dfn></dt> <dd> @@ -646,33 +643,33 @@ <p>Denotes elements that are listed in the <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "form.elements" reference in the full HTML5 spec.'><var title="">form</var>.elements</a></code> and <code title="dom-fieldset-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "fieldset.elements" reference in the full HTML5 spec.'><var title="">fieldset</var>.elements</a></code> APIs.</p> - <!-- when updating this also update the category index --> - <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-8">button</a></code></li> - <li><code><a href="#the-fieldset-element" id="fieldset-7">fieldset</a></code></li> - <li><code><a href="the-input-element.html#the-input-element" id="input-54">input</a></code></li> - <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-8">keygen</a></code></li> - <li><code><a href="the-iframe-element.html#the-object-element" id="object-27">object</a></code></li> - <li><code><a href="the-button-element.html#the-output-element" id="output-8">output</a></code></li> - <li><code><a href="the-button-element.html#the-select-element" id="select-13">select</a></code></li> - <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-20">textarea</a></code></li> + + <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-fieldset-element">fieldset</a></code></li> + <li><code><a href="the-input-element.html#the-input-element">input</a></code></li> + <li><code><a href="the-button-element.html#the-keygen-element">keygen</a></code></li> + <li><code><a href="the-iframe-element.html#the-object-element">object</a></code></li> + <li><code><a href="the-button-element.html#the-output-element">output</a></code></li> + <li><code><a href="the-button-element.html#the-select-element">select</a></code></li> + <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li> </ul></dd> <dt><dfn id="category-label" title="category-label">Labelable elements</dfn></dt> <dd> - <p>Denotes elements that can be associated with <code><a href="#the-label-element" id="label-12">label</a></code> + <p>Denotes elements that can be associated with <code><a href="#the-label-element">label</a></code> elements.</p> - <!-- when updating this also update the category index --> - <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-9">button</a></code></li> - <li><code><a href="the-input-element.html#the-input-element" id="input-55">input</a></code> (if the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-62">type</a></code> attribute is <em>not</em> in the <a href="states-of-the-type-attribute.html#hidden-state" id="attr-input-type-hidden-1" title="attr-input-type-hidden">Hidden</a> state)</li> - <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-9">keygen</a></code></li> - <li><code><a href="the-button-element.html#the-meter-element" id="meter-7">meter</a></code></li> - <li><code><a href="the-button-element.html#the-output-element" id="output-9">output</a></code></li> - <li><code><a href="the-button-element.html#the-progress-element" id="progress-7">progress</a></code></li> - <li><code><a href="the-button-element.html#the-select-element" id="select-14">select</a></code></li> - <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-21">textarea</a></code></li> + + <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> (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> + <li><code><a href="the-button-element.html#the-progress-element">progress</a></code></li> + <li><code><a href="the-button-element.html#the-select-element">select</a></code></li> + <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li> </ul></dd> <dt><dfn id="category-submit" title="category-submit">Submittable elements</dfn></dt> @@ -680,68 +677,68 @@ <dd> <p>Denotes elements that can be used for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#constructing-form-data-set" title='Read about this "constructing the form data set" reference in the full HTML5 spec.'>constructing the form data - set</a> when a <code><a href="#the-form-element" id="form-14">form</a></code> element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>.</p> + set</a> when a <code><a href="#the-form-element">form</a></code> element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>.</p> - <!-- when updating this also update the category index --> - <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-10">button</a></code></li> - <li><code><a href="the-input-element.html#the-input-element" id="input-56">input</a></code></li> - <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-10">keygen</a></code></li> - <li><code><a href="the-iframe-element.html#the-object-element" id="object-28">object</a></code></li> - <li><code><a href="the-button-element.html#the-select-element" id="select-15">select</a></code></li> - <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-22">textarea</a></code></li> + + <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-button-element.html#the-keygen-element">keygen</a></code></li> + <li><code><a href="the-iframe-element.html#the-object-element">object</a></code></li> + <li><code><a href="the-button-element.html#the-select-element">select</a></code></li> + <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li> </ul></dd> <dt><dfn id="category-reset" title="category-reset">Resettable elements</dfn></dt> <dd> - <p>Denotes elements that can be affected when a <code><a href="#the-form-element" id="form-15">form</a></code> + <p>Denotes elements that can be affected when a <code><a href="#the-form-element">form</a></code> element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>.</p> - <!-- when updating this also update the category index --> - <ul class="brief category-list"><li><code><a href="the-input-element.html#the-input-element" id="input-57">input</a></code></li> - <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-11">keygen</a></code></li> - <li><code><a href="the-button-element.html#the-output-element" id="output-10">output</a></code></li> - <li><code><a href="the-button-element.html#the-select-element" id="select-16">select</a></code></li> - <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-23">textarea</a></code></li> + + <ul class="brief category-list"><li><code><a href="the-input-element.html#the-input-element">input</a></code></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-output-element">output</a></code></li> + <li><code><a href="the-button-element.html#the-select-element">select</a></code></li> + <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li> </ul></dd> - </dl><p>In addition, some <a href="#category-submit" id="category-submit-1" title="category-submit">submittable + </dl><p>In addition, some <a href="#category-submit" title="category-submit">submittable elements</a> can be, depending on their attributes, <dfn id="concept-button" title="concept-button">buttons</dfn>. The prose below defines when - an element is a button. Some buttons are specifically <dfn id="concept-submit-button" title="concept-submit-button">submit buttons</dfn>.<p class="note">The <code><a href="the-iframe-element.html#the-object-element" id="object-29">object</a></code> element is also a - <a href="#form-associated-element" id="form-associated-element-3">form-associated element</a> and can, with the use of a - suitable <a href="infrastructure.html#plugin" id="plugin-4">plugin</a>, partake in <a href="association-of-controls-and-forms.html#form-submission" id="form-submission-1">form + an element is a button. Some buttons are specifically <dfn id="concept-submit-button" title="concept-submit-button">submit buttons</dfn>.<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>.<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" id="flow-content-117">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-118">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-119">Flow content</a>, but with no <code><a href="#the-form-element" id="form-16">form</a></code> element descendants.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>, but with no <code><a href="#the-form-element">form</a></code> element descendants.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-83">Global attributes</a></dd> - <dd><code title="attr-form-accept-charset"><a href="#attr-form-accept-charset" id="accept-charset">accept-charset</a></code></dd> - <dd><code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action-0">action</a></code></dd> - <dd><code title="attr-form-autocomplete"><a href="#attr-form-autocomplete" id="autocomplete">autocomplete</a></code></dd> - <dd><code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype-0">enctype</a></code></dd> - <dd><code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method-0">method</a></code></dd> - <dd><code title="attr-form-name"><a href="#attr-form-name" id="name-20">name</a></code></dd> - <dd><code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate" id="novalidate">novalidate</a></code></dd> - <dd><code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="target-6">target</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-form-accept-charset"><a href="#attr-form-accept-charset">accept-charset</a></code></dd> + <dd><code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code></dd> + <dd><code title="attr-form-autocomplete"><a href="#attr-form-autocomplete">autocomplete</a></code></dd> + <dd><code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code></dd> + <dd><code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method">method</a></code></dd> + <dd><code title="attr-form-name"><a href="#attr-form-name">name</a></code></dd> + <dd><code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate">novalidate</a></code></dd> + <dd><code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target">target</a></code></dd> <dt>DOM interface:</dt> <dd> <pre class="idl">[OverrideBuiltins] -interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-89">HTMLElement</a> { +interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-acceptcharset" title='Read about this "acceptCharset" reference in the full HTML5 spec.'>acceptCharset</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-action" title='Read about this "action" reference in the full HTML5 spec.'>action</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.'>enctype</a>; - attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-encoding" title='Read about this "encoding" reference in the full HTML5 spec.'>encoding</a>;<!-- historical artefact --> + attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-encoding" title='Read about this "encoding" reference in the full HTML5 spec.'>encoding</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.'>method</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.'>noValidate</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>; - readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-3">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>; + readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>; readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; caller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in unsigned long index); caller <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name); @@ -751,37 +748,37 @@ boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); };</pre> </dd> - </dl><p>The <code><a href="#the-form-element" id="form-17">form</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a - collection of <a href="#form-associated-element" id="form-associated-element-4" title="form-associated element">form-associated + </dl><p>The <code><a href="#the-form-element">form</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + collection of <a href="#form-associated-element" title="form-associated element">form-associated elements</a>, some of which can represent editable values that can be submitted to a server for processing.<p>The <dfn id="attr-form-accept-charset" title="attr-form-accept-charset"><code>accept-charset</code></dfn> attribute gives the character encodings that are to be used for the - submission. If specified, the value must be an <a href="common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens" id="ordered-set-of-unique-space-separated-tokens-0">ordered set of - unique space-separated tokens</a> that are <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-12">ASCII - case-insensitive</a>, and each token must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-13">ASCII - case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-2">preferred MIME - name</a> of an <a href="infrastructure.html#ascii-compatible-character-encoding" id="ascii-compatible-character-encoding-2">ASCII-compatible character encoding</a>. + submission. If specified, the value must be an <a href="common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens">ordered set of + unique space-separated tokens</a> that are <a href="infrastructure.html#ascii-case-insensitive">ASCII + case-insensitive</a>, and each token must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII + case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name">preferred MIME + name</a> of an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character encoding</a>. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn id="attr-form-name" title="attr-form-name"><code>name</code></dfn> attribute - represents the <code><a href="#the-form-element" id="form-18">form</a></code>'s name within the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection. The value must + represents the <code><a href="#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection. The value must not be the empty string, and the value must be unique amongst the - <code><a href="#the-form-element" id="form-19">form</a></code> elements in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if + <code><a href="#the-form-element">form</a></code> elements in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if any.<p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn> - attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-6">enumerated attribute</a>. The attribute has + attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The attribute has two states. The <code title="attr-form-autocomplete-on">on</code> keyword maps to the <dfn id="attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</dfn> state, and the <code title="attr-form-autocomplete-off">off</code> keyword maps to the <dfn id="attr-form-autocomplete-off-state" title="attr-form-autocomplete-off-state">off</dfn> state. The attribute may also be omitted. The <i>missing value - default</i> is the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-0" title="attr-form-autocomplete-on-state">on</a> state. The <a href="#attr-form-autocomplete-off-state" id="attr-form-autocomplete-off-state-0" title="attr-form-autocomplete-off-state">off</a> state indicates - that by default, <code><a href="the-input-element.html#the-input-element" id="input-58">input</a></code> elements in the form will have - their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-1" title="attr-form-autocomplete-on-state">on</a> state indicates - that by default, <code><a href="the-input-element.html#the-input-element" id="input-59">input</a></code> elements in the form will have - their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.<p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action-1">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype-1">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method-1">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate" id="novalidate-0">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="target-7">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributs-for-form-submission" id="attributes-for-form-submission-0">attributes + default</i> is the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state. The <a href="#attr-form-autocomplete-off-state" title="attr-form-autocomplete-off-state">off</a> state indicates + that by default, <code><a href="the-input-element.html#the-input-element">input</a></code> elements in the form will have + their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state indicates + that by default, <code><a href="the-input-element.html#the-input-element">input</a></code> elements in the form will have + their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.<p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission">attributes for form submission</a>.<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-32">HTMLCollection</a></code> of the form controls in + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the form controls in the form (excluding image buttons for historical reasons).</p> </dd> @@ -810,19 +807,19 @@ <dd> - <p>Returns the form control in the form with the given <a href="elements.html#concept-id" id="concept-id-12" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-27">name</a></code> (excluding image buttons for + <p>Returns the form control in the form with the given <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> (excluding image buttons for historical reasons).</p> <p>Once an element has been referenced using a particular name, that name will continue being available as a way to reference that - element in this method, even if the element's actual <a href="elements.html#concept-id" id="concept-id-13" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-28">name</a></code> changes, for as long as the + element in this method, even if the element's actual <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> changes, for as long as the element remains in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p> <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p> - <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-14" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-29">name</a></code> could be found.</p> + <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> could be found.</p> </dd> @@ -863,28 +860,28 @@ </form></pre> </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" id="flow-content-120">Flow content</a>.</dd> - <dd><a href="sections.html#sectioning-root" id="sectioning-root-9">Sectioning root</a>.</dd> - <dd><a href="#category-listed" id="category-listed-2" title="category-listed">Listed</a> <a href="#form-associated-element" id="form-associated-element-5">form-associated element</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-121">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Optionally a <code><a href="#the-legend-element" id="legend-0">legend</a></code> element, followed by <a href="content-models.html#flow-content" id="flow-content-122">flow content</a>.</dd> + <dd>Optionally a <code><a href="#the-legend-element">legend</a></code> element, followed by <a href="content-models.html#flow-content">flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-84">Global attributes</a></dd> - <dd><code title="attr-fieldset-disabled"><a href="#attr-fieldset-disabled" id="disabled-0">disabled</a></code></dd> - <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-43">form</a></code></dd> - <dd><code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-30">name</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-fieldset-disabled"><a href="#attr-fieldset-disabled">disabled</a></code></dd> + <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code></dd> + <dd><code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlfieldsetelement">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-90">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlfieldsetelement">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="#htmlformelement" id="htmlformelement-1">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; + readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-4">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>; + readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>; readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; @@ -893,16 +890,16 @@ void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); };</pre> </dd> - </dl><p>The <code><a href="#the-fieldset-element" id="fieldset-8">fieldset</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a set - of form controls optionally grouped under a common name.<p>The name of the group is given by the first <code><a href="#the-legend-element" id="legend-1">legend</a></code> - element that is a child of the <code><a href="#the-fieldset-element" id="fieldset-9">fieldset</a></code> element, if + </dl><p>The <code><a href="#the-fieldset-element">fieldset</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a set + of form controls optionally grouped under a common name.<p>The name of the group is given by the first <code><a href="#the-legend-element">legend</a></code> + element that is a child of the <code><a href="#the-fieldset-element">fieldset</a></code> element, if any. The remainder of the descendants form the group.<p>The <dfn id="attr-fieldset-disabled" title="attr-fieldset-disabled"><code>disabled</code></dfn> attribute, when specified, causes all the form control descendants - of the <code><a href="#the-fieldset-element" id="fieldset-10">fieldset</a></code> element, excluding those that are - descendants of the <code><a href="#the-fieldset-element" id="fieldset-11">fieldset</a></code> element's first - <code><a href="#the-legend-element" id="legend-2">legend</a></code> element child, if any, to be <a href="association-of-controls-and-forms.html#concept-fe-disabled" id="concept-fe-disabled-1" title="concept-fe-disabled">disabled</a>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-44">form</a></code> attribute is used to - explicitly associate the <code><a href="#the-fieldset-element" id="fieldset-12">fieldset</a></code> element with its - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-2">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-31">name</a></code> + of the <code><a href="#the-fieldset-element">fieldset</a></code> element, excluding those that are + descendants of the <code><a href="#the-fieldset-element">fieldset</a></code> element's first + <code><a href="#the-legend-element">legend</a></code> element child, if any, to be <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to + explicitly associate the <code><a href="#the-fieldset-element">fieldset</a></code> element with its + <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute represents the element's name.<dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt> <dd> @@ -915,7 +912,7 @@ <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-33">HTMLCollection</a></code> of the form controls in + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the form controls in the element.</p> </dd> @@ -939,7 +936,7 @@ </div><div class="example"> - <p>You can also nest <code><a href="#the-fieldset-element" id="fieldset-13">fieldset</a></code> elements. Here is an + <p>You can also nest <code><a href="#the-fieldset-element">fieldset</a></code> elements. Here is an example expanding on the previous one that does so:</p> <pre><fieldset name="clubfields" disabled> @@ -965,68 +962,68 @@ </fieldset></pre> <p>In this example, if the outer "Use Club Card" checkbox is not - checked, everything inside the outer <code><a href="#the-fieldset-element" id="fieldset-14">fieldset</a></code>, + checked, everything inside the outer <code><a href="#the-fieldset-element">fieldset</a></code>, including the two radio buttons in the legends of the two nested - <code><a href="#the-fieldset-element" id="fieldset-15">fieldset</a></code>s, will be disabled. However, if the checkbox + <code><a href="#the-fieldset-element">fieldset</a></code>s, will be disabled. However, if the checkbox is checked, then the radio buttons will both be enabled and will - let you select which of the two inner <code><a href="#the-fieldset-element" id="fieldset-16">fieldset</a></code>s is to + let you select which of the two inner <code><a href="#the-fieldset-element">fieldset</a></code>s is to be enabled.</p> </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 can be used:</dt> - <dd>As the first child of a <code><a href="#the-fieldset-element" id="fieldset-17">fieldset</a></code> element.</dd> + <dd>As the first child of a <code><a href="#the-fieldset-element">fieldset</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-130">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-85">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmllegendelement">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-91">HTMLElement</a> { - readonly attribute <a href="#htmlformelement" id="htmlformelement-2">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; + <pre class="idl">interface <dfn id="htmllegendelement">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-legend-element" id="legend-3">legend</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption - for the rest of the contents of the <code><a href="#the-legend-element" id="legend-4">legend</a></code> element's - parent <code><a href="#the-fieldset-element" id="fieldset-18">fieldset</a></code> element.<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt> + </dl><p>The <code><a href="#the-legend-element">legend</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption + for the rest of the contents of the <code><a href="#the-legend-element">legend</a></code> element's + parent <code><a href="#the-fieldset-element">fieldset</a></code> element.<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt> <dd> - <p>Returns the element's <code><a href="#the-form-element" id="form-20">form</a></code> element, if any, or + <p>Returns the element's <code><a href="#the-form-element">form</a></code> element, if any, or null otherwise.</p> </dd> </dl><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" id="flow-content-123">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-131">Phrasing content</a>.</dd> - <dd><a href="content-models.html#interactive-content" id="interactive-content-12">Interactive content</a>.</dd> - <dd><a href="#form-associated-element" id="form-associated-element-6">Form-associated element</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> + <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd> + <dd><a href="#form-associated-element">Form-associated element</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-132">phrasing content</a> is expected.</dd> + <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-133">Phrasing content</a>, but with no descendant <a href="#category-label" id="category-label-0" title="category-label">labelable form-associated elements</a> unless it is the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#labeled-control" title='Read about this "labeled control" reference in the full HTML5 spec.'>labeled control</a>, and no descendant <code><a href="#the-label-element" id="label-13">label</a></code> elements.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>, but with no descendant <a href="#category-label" title="category-label">labelable form-associated elements</a> unless it is the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#labeled-control" title='Read about this "labeled control" reference in the full HTML5 spec.'>labeled control</a>, and no descendant <code><a href="#the-label-element">label</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-86">Global attributes</a></dd> - <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-45">form</a></code></dd> - <dd><code title="attr-label-for"><a href="#attr-label-for" id="for">for</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code></dd> + <dd><code title="attr-label-for"><a href="#attr-label-for">for</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmllabelelement">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-92">HTMLElement</a> { - readonly attribute <a href="#htmlformelement" id="htmlformelement-3">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; +<pre class="idl">interface <dfn id="htmllabelelement">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.'>htmlFor</a>; - readonly attribute <a href="elements.html#htmlelement" id="htmlelement-93">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a>; + readonly attribute <a href="elements.html#htmlelement">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-label-element" id="label-14">label</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption in a + </dl><p>The <code><a href="#the-label-element">label</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption in a user interface. The caption can be associated with a specific form - control, either using <code title="attr-label-for"><a href="#attr-label-for" id="for-0">for</a></code> attribute, or by putting the form - control inside the <code><a href="#the-label-element" id="label-15">label</a></code> element itself.<p>The <dfn id="attr-label-for" title="attr-label-for"><code>for</code></dfn> attribute + control, either using <code title="attr-label-for"><a href="#attr-label-for">for</a></code> attribute, or by putting the form + control inside the <code><a href="#the-label-element">label</a></code> element itself.<p>The <dfn id="attr-label-for" title="attr-label-for"><code>for</code></dfn> attribute may be specified to indicate a form control with which the caption is to be associated. If the attribute is specified, the attribute's - value must be the <a href="elements.html#concept-id" id="concept-id-15" title="concept-id">ID</a> of a <a href="#category-label" id="category-label-1" title="category-label">labelable + value must be the <a href="elements.html#concept-id" title="concept-id">ID</a> of a <a href="#category-label" title="category-label">labelable form-associated element</a> in the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as - the <code><a href="#the-label-element" id="label-16">label</a></code> element. <dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a></code></dt> + the <code><a href="#the-label-element">label</a></code> element. <dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a></code></dt> <dd> @@ -1034,13 +1031,13 @@ </dd> - </dl><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-46">form</a></code> attribute is used to - explicitly associate the <code><a href="#the-label-element" id="label-17">label</a></code> element with its - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-3">form owner</a>.<hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a></code></dt> + </dl><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to + explicitly associate the <code><a href="#the-label-element">label</a></code> element with its + <a href="association-of-controls-and-forms.html#form-owner">form owner</a>.<hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a></code></dt> <dd> - <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of all the <code><a href="#the-label-element" id="label-18">label</a></code> + <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of all the <code><a href="#the-label-element">label</a></code> elements that the form control is associated with.</p> </dd> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.958 retrieving revision 1.959 diff -u -d -r1.958 -r1.959 --- interactive-elements.html 13 Apr 2011 07:54:39 -0000 1.958 +++ interactive-elements.html 20 Apr 2011 12:21:13 -0000 1.959 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.11 Interactive elements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.11 Interactive elements — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,44 +335,44 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="commands.html">4.11.5 Commands →</a> <ol class="toc"><li><ol><li><a href="interactive-elements.html#interactive-elements"><span class="secno">4.11 </span>Interactive elements</a> - <ol><li><a href="interactive-elements.html#the-details-element" id="x4.11.1-the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a><li><a href="interactive-elements.html#the-summary-element" id="x4.11.2-the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a><li><a href="interactive-elements.html#the-command" id="x4.11.3-the-command-element"><span class="secno">4.11.3 </span>The <code>command</code> element</a><li><a href="interactive-elements.html#menus" id="x4.11.4-the-menu-element"><span class="secno">4.11.4 </span>The <code>menu</code> element</a> - <ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a><li><a href="interactive-elements.html#context-menus" id="x4.11.4.2-context-menus"><span class="secno">4.11.4.2 </span>Context menus</a></ol></ol></ol></ol></div> + <ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a><li><a href="interactive-elements.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a><li><a href="interactive-elements.html#the-command"><span class="secno">4.11.3 </span>The <code>command</code> element</a><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><a href="interactive-elements.html#context-menus"><span class="secno">4.11.4.3 </span>Context menus</a></ol></ol></ol></ol></div> <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" id="flow-content-133">Flow content</a>.</dd> - <dd><a href="sections.html#sectioning-root" id="sectioning-root-10">Sectioning root</a>.</dd> - <dd><a href="content-models.html#interactive-content" id="interactive-content-19">Interactive content</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-134">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>One <code><a href="#the-summary-element" id="summary-0">summary</a></code> element followed by <a href="content-models.html#flow-content" id="flow-content-135">flow content</a>.</dd> + <dd>One <code><a href="#the-summary-element">summary</a></code> element followed by <a href="content-models.html#flow-content">flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-98">Global attributes</a></dd> - <dd><code title="attr-details-open"><a href="#attr-details-open" id="open-0">open</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-details-open"><a href="#attr-details-open">open</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmldetailselement">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-109">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmldetailselement">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-details-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-details-element" id="details-6">details</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + </dl><p>The <code><a href="#the-details-element">details</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a disclosure widget from which the user can obtain additional - information or controls.<p class="note">The <code><a href="#the-details-element" id="details-7">details</a></code> element is not appropriate + information or controls.<p class="note">The <code><a href="#the-details-element">details</a></code> element is not appropriate for footnotes. Please see <a href="links.html#footnotes">the section on - footnotes</a> for details on how to mark up footnotes.<p>The <code><a href="#the-summary-element" id="summary-1">summary</a></code> element + footnotes</a> for details on how to mark up footnotes.<p>The <code><a href="#the-summary-element">summary</a></code> element child of the element, if any, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the summary or legend of the details. <p>The <dfn id="attr-details-open" title="attr-details-open"><code>open</code></dfn> - content attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-23">boolean attribute</a>. If present, + content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present, it indicates that the details are to be shown to the user. If the attribute is absent, the details are not to be shown.<div class="example"> - <p>The following example shows the <code><a href="#the-details-element" id="details-8">details</a></code> element + <p>The following example shows the <code><a href="#the-details-element">details</a></code> element being used to hide technical details in a progress report.</p> <pre><section class="progress window"> @@ -395,7 +392,7 @@ </div><div class="example"> - <p>The following shows how a <code><a href="#the-details-element" id="details-9">details</a></code> element can be + <p>The following shows how a <code><a href="#the-details-element">details</a></code> element can be used to hide some controls by default:</p> <pre><details> @@ -404,7 +401,7 @@ <p><label><input type=checkbox name=ext checked> Hide extension</label> </details></pre> - <p>One could use this in conjuction with other <code><a href="#the-details-element" id="details-10">details</a></code> + <p>One could use this in conjuction with other <code><a href="#the-details-element">details</a></code> in a list to allow the user to collapse a set of fields down to a small set of headings, with the ability to open each one.</p> @@ -417,63 +414,59 @@ </div><h4 id="the-summary-element"><span class="secno">4.11.2 </span>The <dfn><code>summary</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd>None.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>As the first child of a <code><a href="#the-details-element" id="details-11">details</a></code> element.</dd> + <dd>As the first child of a <code><a href="#the-details-element">details</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-157">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-99">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-110">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-summary-element" id="summary-2">summary</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-summary-element">summary</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a summary, caption, or legend for the rest of the contents of the - <code><a href="#the-summary-element" id="summary-3">summary</a></code> element's parent <code><a href="#the-details-element" id="details-12">details</a></code> + <code><a href="#the-summary-element">summary</a></code> element's parent <code><a href="#the-details-element">details</a></code> element.<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" id="metadata-content-16">Metadata content</a>.</dd> - <dd><a href="content-models.html#flow-content" id="flow-content-136">Flow content</a>.</dd> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-158">Phrasing content</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#metadata-content" id="metadata-content-17">metadata content</a> is expected.</dd> - <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-159">phrasing content</a> is expected.</dd> + <dd>Where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> + <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-100">Global attributes</a></dd> - <dd><code title="attr-command-type"><a href="#attr-command-type" id="type-79">type</a></code></dd> - <dd><code title="attr-command-label"><a href="#attr-command-label" id="label-36">label</a></code></dd> - <dd><code title="attr-command-icon"><a href="#attr-command-icon" id="icon">icon</a></code></dd> - <dd><code title="attr-command-disabled"><a href="#attr-command-disabled" id="disabled-28">disabled</a></code></dd> - <dd><code title="attr-command-checked"><a href="#attr-command-checked" id="checked-26">checked</a></code></dd> - <dd><code title="attr-command-radiogroup"><a href="#attr-command-radiogroup" id="radiogroup">radiogroup</a></code></dd> - <!--<dd><code title="attr-command-default">default</code></dd>--> - <dd>Also, the <code title="attr-command-title"><a href="#attr-command-title" id="title-68">title</a></code> attribute has special semantics on this element.</dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-command-type"><a href="#attr-command-type">type</a></code></dd> + <dd><code title="attr-command-label"><a href="#attr-command-label">label</a></code></dd> + <dd><code title="attr-command-icon"><a href="#attr-command-icon">icon</a></code></dd> + <dd><code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code></dd> + <dd><code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code></dd> + <dd><code title="attr-command-radiogroup"><a href="#attr-command-radiogroup">radiogroup</a></code></dd> + + <dd>Also, the <code title="attr-command-title"><a href="#attr-command-title">title</a></code> attribute has special semantics on this element.</dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-111">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;<!-- - attribute boolean <span title="dom-command-default">default</span>;--> -};</pre> + attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;};</pre> </dd> - </dl><p>The <code><a href="#the-command" id="command-3">command</a></code> element represents a command that the user + </dl><p>The <code><a href="#the-command">command</a></code> element represents a command that the user can invoke.<p>A command can be part of a context menu or toolbar, using the - <code><a href="#menus" id="menu-11">menu</a></code> element, or can be put anywhere else in the page, - to define a keyboard shortcut.</p><!-- in the future we'll also add - a command="" attribute to refer to a command, which can then be - defined anywhere --><p>The <dfn id="attr-command-type" title="attr-command-type"><code>type</code></dfn> + <code><a href="#menus">menu</a></code> element, or can be put anywhere else in the page, + to define a keyboard shortcut.<p>The <dfn id="attr-command-type" title="attr-command-type"><code>type</code></dfn> attribute indicates the kind of command: either a normal command with an associated action, or a state or option that can be toggled, - or a selection of one item from a list of items.<p>The attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-14">enumerated attribute</a> with three + or a selection of one item from a list of items.<p>The attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> with three keywords and states. The "<dfn id="attr-command-type-keyword-command" title="attr-command-type-keyword-command"><code>command</code></dfn>" - keyword maps to the <a href="#attr-command-type-state-command" id="attr-command-type-state-command-0" title="attr-command-type-state-command">Command</a> state, the + keyword maps to the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state, the "<dfn id="attr-command-type-keyword-checkbox" title="attr-command-type-keyword-checkbox"><code>checkbox</code></dfn>" - keyword maps to the <a href="#attr-command-type-state-checkbox" id="attr-command-type-state-checkbox-0" title="attr-command-type-state-checkbox">Checkbox</a> state, and + keyword maps to the <a href="#attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</a> state, and the "<dfn id="attr-command-type-keyword-radio" title="attr-command-type-keyword-radio"><code>radio</code></dfn>" - keyword maps to the <a href="#attr-command-type-state-radio" id="attr-command-type-state-radio-0" title="attr-command-type-state-radio">Radio</a> state. The - <i>missing value default</i> is the <a href="#attr-command-type-state-command" id="attr-command-type-state-command-1" title="attr-command-type-state-command">Command</a> state.<dl><dt>The <dfn id="attr-command-type-state-command" title="attr-command-type-state-command">Command</dfn> state</dt> + keyword maps to the <a href="#attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</a> state. The + <i>missing value default</i> is the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state.<dl><dt>The <dfn id="attr-command-type-state-command" title="attr-command-type-state-command">Command</dfn> state</dt> <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a normal command with an associated action.</dd> @@ -487,18 +480,16 @@ </dl><p>The <dfn id="attr-command-label" title="attr-command-label"><code>label</code></dfn> attribute gives the name of the command, as shown to the user. The - <code title="attr-command-label"><a href="#attr-command-label" id="label-37">label</a></code> attribute must be + <code title="attr-command-label"><a href="#attr-command-label">label</a></code> attribute must be specified and must have a value that is not the empty string.<p>The <dfn id="attr-command-title" title="attr-command-title"><code>title</code></dfn> attribute gives a hint describing the command, which might be shown to the user to help him.<p>The <dfn id="attr-command-icon" title="attr-command-icon"><code>icon</code></dfn> attribute gives a picture that represents the command. If the attribute is specified, the attribute's value must contain a - <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-13">valid non-empty URL potentially surrounded by - spaces</a>. </p><!-- this is affected by the base URL being changed, so users of - this should cache the image once they've fetched it once, at least - until the relative url changes again --><p>The <dfn id="attr-command-disabled" title="attr-command-disabled"><code>disabled</code></dfn> attribute - is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-24">boolean attribute</a> that, if present, indicates that - the command is not available in the current state.<p class="note">The distinction between <code title="attr-command-disabled"><a href="#attr-command-disabled" id="disabled-29">disabled</a></code> and <code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden-2">hidden</a></code> is subtle. A command would be + <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by + spaces</a>. <p>The <dfn id="attr-command-disabled" title="attr-command-disabled"><code>disabled</code></dfn> attribute + is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that, if present, indicates that + the command is not available in the current state.<p class="note">The distinction between <code title="attr-command-disabled"><a href="#attr-command-disabled">disabled</a></code> and <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> is subtle. A command would be disabled if, in the same context, it could be enabled if only certain aspects of the situation were changed. A command would be marked as hidden if, in that situation, the command will never be @@ -506,38 +497,16 @@ command "open" might be disabled if the faucet is already open, but the command "eat" would be marked hidden since the faucet could never be eaten.<p>The <dfn id="attr-command-checked" title="attr-command-checked"><code>checked</code></dfn> - attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-25">boolean attribute</a> that, if present, + attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that, if present, indicates that the command is selected. The attribute must be - omitted unless the <code title="attr-command-type"><a href="#attr-command-type" id="type-80">type</a></code> - attribute is in either the <a href="#attr-command-type-state-checkbox" id="attr-command-type-state-checkbox-1" title="attr-command-type-state-checkbox">Checkbox</a> state or - the <a href="#attr-command-type-state-radio" id="attr-command-type-state-radio-1" title="attr-command-type-state-radio">Radio</a> + omitted unless the <code title="attr-command-type"><a href="#attr-command-type">type</a></code> + attribute is in either the <a href="#attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</a> state or + the <a href="#attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</a> state.<p>The <dfn id="attr-command-radiogroup" title="attr-command-radiogroup"><code>radiogroup</code></dfn> attribute gives the name of the group of commands that will be - toggled when the command itself is toggled, for commands whose <code title="attr-command-type"><a href="#attr-command-type" id="type-81">type</a></code> attribute has the value "<code title="">radio</code>". The scope of the name is the child list of - the parent element. The attribute must be omitted unless the <code title="attr-command-type"><a href="#attr-command-type" id="type-82">type</a></code> attribute is in the <a href="#attr-command-type-state-radio" id="attr-command-type-state-radio-2" title="attr-command-type-state-radio">Radio</a> state.</p><!-- - <p>If the <code>command</code> element is used when <span - title="menu generation">generating</span> a <span>context - menu</span>, then the <dfn - title="attr-command-default"><code>default</code></dfn> attribute - indicates, if present, that the command is the one that would have - been invoked if the user had directly activated the menu's subject - instead of using its context menu. The <code - title="attr-command-default">default</code> attribute is a - <span>boolean attribute</span>. The attribute must be omitted unless - the <code title="attr-command-type">type</code> attribute is in the - <span title="attr-command-type-state-command">Command</span> - state.</p> - - <div class="example"> - - ...an example that shows an element that, if double-clicked, - invokes an action, but that also has a context menu, showing the - various <code>command</code> attributes off, and that has a default - command... - - </div> ---><p class="note"><code><a href="#the-command" id="command-4">command</a></code> elements are not rendered - unless they <a href="#menus" id="menu-12" title="menu">form part of a menu</a>.<div class="example"> + toggled when the command itself is toggled, for commands whose <code title="attr-command-type"><a href="#attr-command-type">type</a></code> attribute has the value "<code title="">radio</code>". The scope of the name is the child list of + the parent element. The attribute must be omitted unless the <code title="attr-command-type"><a href="#attr-command-type">type</a></code> attribute is in the <a href="#attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</a> state.<p class="note"><code><a href="#the-command">command</a></code> elements are not rendered + unless they <a href="#menus" title="menu">form part of a menu</a>.<div class="example"> <p>Here is an example of a toolbar with three buttons that let the user toggle between left, center, and right alignment. One could @@ -558,25 +527,25 @@ </menu></pre> </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" id="flow-content-137">Flow content</a>.</dd> - <dd>If the element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-91">type</a></code> attribute is in the <a href="#toolbar-state" id="toolbar-state-2" title="toolbar state">toolbar</a> state: <a href="content-models.html#interactive-content" id="interactive-content-20">Interactive content</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-138">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>Either: Zero or more <code><a href="grouping-content.html#the-li-element" id="li-13">li</a></code> elements.</dd> - <dd>Or: <a href="content-models.html#flow-content" id="flow-content-139">Flow content</a>.</dd> + <dd>Either: Zero or more <code><a href="grouping-content.html#the-li-element">li</a></code> elements.</dd> + <dd>Or: <a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-101">Global attributes</a></dd> - <dd><code title="attr-menu-type"><a href="#attr-menu-type" id="type-92">type</a></code></dd> - <dd><code title="attr-menu-label"><a href="#attr-menu-label" id="label-39">label</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-menu-type"><a href="#attr-menu-type">type</a></code></dd> + <dd><code title="attr-menu-label"><a href="#attr-menu-label">label</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-112">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; };</pre> - </dl><p>The <code><a href="#menus" id="menu-13">menu</a></code> element represents a list of commands.</p><!-- v2 idea: <menu> should get an icon, like <command> --><p>The <dfn id="attr-menu-type" title="attr-menu-type"><code>type</code></dfn> attribute - is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-15">enumerated attribute</a> indicating the kind of menu + </dl><p>The <code><a href="#menus">menu</a></code> element represents a list of commands.<p>The <dfn id="attr-menu-type" title="attr-menu-type"><code>type</code></dfn> attribute + is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> indicating the kind of menu being declared. The attribute has three states. The <code title="attr-menu-type-context">context</code> keyword maps to the <dfn id="context-menu-state" title="context menu state">context menu</dfn> state, in which the element is declaring a context menu. The <code title="attr-menu-type-toolbar">toolbar</code> keyword maps to the @@ -585,21 +554,21 @@ omitted. The <i>missing value default</i> is the <dfn id="list-state" title="list state">list</dfn> state, which indicates that the element is merely a list of commands that is neither declaring a context menu nor - defining a toolbar.<p>If a <code><a href="#menus" id="menu-14">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-93">type</a></code> attribute is in the <a href="#context-menu-state" id="context-menu-state-1" title="context menu state">context menu</a> state, then the + defining a toolbar.<p>If a <code><a href="#menus">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#context-menu-state" title="context menu state">context menu</a> state, then the element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the commands of a context menu, and the user can only interact with the commands if that context menu is - activated.<p>If a <code><a href="#menus" id="menu-15">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-94">type</a></code> attribute is in the <a href="#toolbar-state" id="toolbar-state-3" title="toolbar state">toolbar</a> state, then the element + activated.<p>If a <code><a href="#menus">menu</a></code> 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, then the element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of active commands that the user can - immediately interact with.<p>If a <code><a href="#menus" id="menu-16">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-95">type</a></code> attribute is in the <a href="#list-state" id="list-state-4" title="list state">list</a> state, then the element either + immediately interact with.<p>If a <code><a href="#menus">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#list-state" title="list state">list</a> state, then the element either <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an unordered list of items (each represented - by an <code><a href="grouping-content.html#the-li-element" id="li-14">li</a></code> element), each of which represents a command + by an <code><a href="grouping-content.html#the-li-element">li</a></code> element), each of which represents a command that the user can perform or activate, or, if the element has no - <code><a href="grouping-content.html#the-li-element" id="li-15">li</a></code> element children, <a href="content-models.html#flow-content" id="flow-content-140">flow content</a> + <code><a href="grouping-content.html#the-li-element">li</a></code> element children, <a href="content-models.html#flow-content">flow content</a> describing available commands.<p>The <dfn id="attr-menu-label" title="attr-menu-label"><code>label</code></dfn> attribute gives the label of the menu. It is used by user agents to display nested menus in the UI. For example, a context menu - containing another menu would use the nested menu's <code title="attr-menu-label"><a href="#attr-menu-label" id="label-40">label</a></code> attribute for the submenu's - menu label.<h5 id="menus-intro"><span class="secno">4.11.4.1 </span>Introduction</h5><p><i>This section is non-normative.</i><p>The <code><a href="#menus" id="menu-17">menu</a></code> element is used to define context menus and + containing another menu would use the nested menu's <code title="attr-menu-label"><a href="#attr-menu-label">label</a></code> attribute for the submenu's + menu label.<h5 id="menus-intro"><span class="secno">4.11.4.1 </span>Introduction</h5><p><i>This section is non-normative.</i><p>The <code><a href="#menus">menu</a></code> element is used to define context menus and toolbars.<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:<pre><menu type="toolbar"> @@ -632,9 +601,7 @@ <menu type="toolbar"> <label for="goto">Go to...</label> <menu label="Go"> - <select id="goto"<!-- - onchange="if (this.options[this.selectedIndex].value) - window.location = this.options[this.selectedIndex].value"-->> + <select id="goto"> <option value="" selected="selected"> Select site: </option> <option value="http://www.apple.com/"> Apple </option> <option value="http://www.mozilla.org/"> Mozilla </option> @@ -645,12 +612,12 @@ </menu> </form></pre><p>The behavior in supporting user agents is similar to the example above, but here the legacy behavior consists of a single - <code><a href="the-button-element.html#the-select-element" id="select-41">select</a></code> element with a submit button. The submit button + <code><a href="the-button-element.html#the-select-element">select</a></code> element with a submit button. The submit button doesn't appear in the toolbar, because it is not a direct child of - the <code><a href="#menus" id="menu-18">menu</a></code> element or of its <code><a href="grouping-content.html#the-li-element" id="li-16">li</a></code> + 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.<h5 id="context-menus"><span class="secno">4.11.4.2 </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" id="context-menus-0" title="context menus">context - menu</a>. The value must be the <a href="elements.html#concept-id" id="concept-id-21" title="concept-id">ID</a> of a <code><a href="#menus" id="menu-19">menu</a></code> element + 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. <div class="example"> <p>Here is an example of a context menu for an input control:</p> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.963 retrieving revision 1.964 diff -u -d -r1.963 -r1.964 --- editing.html 13 Apr 2011 07:54:38 -0000 1.963 +++ editing.html 20 Apr 2011 12:21:09 -0000 1.964 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>7 User interaction — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>7 User interaction — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,18 +335,18 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="timers.html">← 6.3 Timers</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="dnd.html">7.7 Drag and drop →</a> - <ol class="toc"><li><a href="editing.html#editing" id="x7-user-interaction"><span class="secno">7 </span>User interaction</a> - <ol><li><a href="editing.html#the-hidden-attribute" id="x7.1-the-hidden-attribute"><span class="secno">7.1 </span>The <code>hidden</code> attribute</a><li><a href="editing.html#activation"><span class="secno">7.2 </span>Activation</a><li><a href="editing.html#focus"><span class="secno">7.3 </span>Focus</a> - <ol><li><a href="editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.3.1 </span>Sequential focus navigation and the <code title="attr-tabindex">tabindex</code> attribute</a><li><a href="editing.html#document-level-focus-apis"><span class="secno">7.3.2 </span>Document-level focus APIs</a><li><a href="editing.html#element-level-focus-apis"><span class="secno">7.3.3 </span>Element-level focus APIs</a></ol><li><a href="editing.html#assigning-keyboard-shortcuts"><span class="secno">7.4 </span>Assigning keyboard shortcuts</a> - <ol><li><a href="editing.html#introduction-5"><span class="secno">7.4.1 </span>Introduction</a><li><a href="editing.html#the-accesskey-attribute" id="x7.4.2-the-accesskey-attribute"><span class="secno">7.4.2 </span>The <code>accesskey</code> attribute</a></ol><li><a href="editing.html#contenteditable"><span class="secno">7.5 </span>The <code title="attr-contenteditable">contenteditable</code> attribute</a> - <ol><li><a href="editing.html#making-entire-documents-editable"><span class="secno">7.5.1 </span>Making entire documents editable</a></ol><li><a href="editing.html#spelling-and-grammar-checking"><span class="secno">7.6 </span>Spelling and grammar checking</a></ol></ol></div> + <ol class="toc"><li><a href="editing.html#editing"><span class="secno">7 </span>User interaction</a> + <ol><li><a href="editing.html#the-hidden-attribute"><span class="secno">7.1 </span>The <code>hidden</code> attribute</a><li><a href="editing.html#activation"><span class="secno">7.2 </span>Activation</a><li><a href="editing.html#focus"><span class="secno">7.3 </span>Focus</a> + <ol><li><a href="editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.3.1 </span>Sequential focus navigation and the <code title="attr-tabindex">tabindex</code> attribute</a><li><a href="editing.html#document-level-focus-apis"><span class="secno">7.3.3 </span>Document-level focus APIs</a><li><a href="editing.html#element-level-focus-apis"><span class="secno">7.3.4 </span>Element-level focus APIs</a></ol><li><a href="editing.html#assigning-keyboard-shortcuts"><span class="secno">7.4 </span>Assigning keyboard shortcuts</a> + <ol><li><a href="editing.html#introduction-5"><span class="secno">7.4.1 </span>Introduction</a><li><a href="editing.html#the-accesskey-attribute"><span class="secno">7.4.2 </span>The <code>accesskey</code> attribute</a></ol><li><a href="editing.html#contenteditable"><span class="secno">7.5 </span>The <code title="attr-contenteditable">contenteditable</code> attribute</a> + <ol><li><a href="editing.html#making-entire-documents-editable"><span class="secno">7.5.2 </span>Making entire documents editable</a></ol><li><a href="editing.html#spelling-and-grammar-checking"><span class="secno">7.6 </span>Spelling and grammar checking</a></ol></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>All <a href="infrastructure.html#html-elements" id="html-elements-34">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-4">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-5">hidden</a></code> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-26">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. <div class="example"> @@ -375,36 +372,32 @@ ... </section></pre> - </div><p>The <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-6">hidden</a></code> attribute must not be + </div><p>The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute must not be used to hide content that could legitimately be shown in another - presentation. For example, it is incorrect to use <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-7">hidden</a></code> to hide panels in a tabbed dialog, + presentation. For example, it is incorrect to use <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> to hide panels in a tabbed dialog, because the tabbed interface is merely a kind of overflow presentation — one could equally well just show all the form controls in one big page with a scrollbar. It is similarly incorrect to use this attribute to hide content just from one presentation - — if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-8">hidden</a></code>, it is hidden from all - presentations, including, for instance, screen readers.</p><!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --><!-- (but only add that example if you first add some more good valid examples --><p>Elements that are not <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-9">hidden</a></code> - should not link to or refer to elements that are <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-10">hidden</a></code>.<div class="example"> + — if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>, it is hidden from all + presentations, including, for instance, screen readers.<p>Elements that are not <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> + should not link to or refer to elements that are <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>.<div class="example"> - <p>For example, it would be incorrect to use the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-24">href</a></code> attribute to link to a - section marked with the <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-11">hidden</a></code> + <p>For example, it would be incorrect to use the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute to link to a + section marked with the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute. If the content is not applicable or relevant, then there is no reason to link to it.</p> <p>It would similarly be incorrect to use the ARIA <code title="attr-aria-describedby">aria-describedby</code> attribute to - refer to descriptions that are themselves <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-12">hidden</a></code>. Hiding a section means that it + refer to descriptions that are themselves <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>. Hiding a section means that it is not applicable or relevant to anyone at the current time, so clearly it cannot be a valid description of content the user can interact with.</p> - </div><p>Elements in a section hidden by the <code title="attr-hidden"><a href="#the-hidden-attribute" id="hidden-13">hidden</a></code> attribute are still active, + </div><p>Elements in a section hidden by the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute are still active, e.g. scripts and form controls in such sections still execute and submit respectively. Only their presentation to the user - changes.<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) - --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt> + changes.<h3 id="activation"><span class="secno">7.2 </span>Activation</h3><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt> <dd> @@ -412,23 +405,15 @@ </dd> - </dl><h3 id="focus"><span class="secno">7.3 </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%20nfocus%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.value2B%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): - https://bugzilla.mozilla.org/show_bug.cgi?id=296471 - https://bugzilla.mozilla.org/show_bug.cgi?id=296469 - http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setactive.asp - http://msdn.microsoft.com/workshop/author/dhtml/reference/events/onbeforeactivate.asp - --><h4 id="sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.3.1 </span>Sequential focus navigation and the <code title="attr-tabindex"><a href="#attr-tabindex" id="tabindex-0">tabindex</a></code> attribute</h4><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn> + </dl><h3 id="focus"><span class="secno">7.3 </span>Focus</h3><h4 id="sequential-focus-navigation-and-the-tabindex-attribute"><span class="secno">7.3.1 </span>Sequential focus navigation and the <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute</h4><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn> content attribute specifies whether the element is focusable, whether it can be reached using sequential focus navigation, and the relative order of the element for the purposes of sequential focus navigation. The name "tab index" comes from the common use of the "tab" key to navigate through the focusable elements. The term "tabbing" refers to moving forward through the focusable elements - that can be reached using sequential focus navigation.<p>The <code title="attr-tabindex"><a href="#attr-tabindex" id="tabindex-1">tabindex</a></code> attribute, if - specified, must have a value that is a <a href="common-microsyntaxes.html#valid-integer" id="valid-integer-5">valid + that can be reached using sequential focus navigation.<p>The <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute, if + specified, must have a value that is a <a href="common-microsyntaxes.html#valid-integer">valid integer</a>.<h4 id="document-level-focus-apis"><span class="secno">7.3.2 </span>Document-level focus APIs</h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a></code></dt> <dd> @@ -491,21 +476,21 @@ </dd> </dl><h3 id="assigning-keyboard-shortcuts"><span class="secno">7.4 </span>Assigning keyboard shortcuts</h3><h4 id="introduction-5"><span class="secno">7.4.1 </span>Introduction</h4><p><i>This section is non-normative.</i><p>Each element that can be activated or focused can be assigned a - single key combination to activate it, using the <code title="attr-accesskey"><a href="#the-accesskey-attribute" id="accesskey-1">accesskey</a></code> attribute.<p>The exact shortcut is determined by the user agent, based on + single key combination to activate it, using the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute.<p>The exact shortcut is determined by the user agent, based on information about the user's keyboard, what keyboard shortcuts already exist on the platform, and what other shortcuts have been - specified on the page, using the information provided in the <code title="attr-accesskey"><a href="#the-accesskey-attribute" id="accesskey-2">accesskey</a></code> attribute as a guide.<p>In order to ensure that a relevant keyboard shortcut is available + specified on the page, using the information provided in the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute as a guide.<p>In order to ensure that a relevant keyboard shortcut is available on a wide variety of input devices, the author can provide a number - of alternatives in the <code title="attr-accesskey"><a href="#the-accesskey-attribute" id="accesskey-3">accesskey</a></code> + of alternatives in the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute.<p>Each alternative consists of a single character, such as a letter or digit.<p>User agents can provide users with a list of the keyboard shortcuts, but authors are encouraged to do so also. The <code title="dom-accessKeyLabel"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a></code> IDL attribute returns a string representing the actual key combination assigned by - the user agent.<h4 id="the-accesskey-attribute"><span class="secno">7.4.2 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements" id="html-elements-35">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute" id="accesskey-4">accesskey</a></code> content attribute set. The - <code title="attr-accesskey"><a href="#the-accesskey-attribute" id="accesskey-5">accesskey</a></code> attribute's value is + the user agent.<h4 id="the-accesskey-attribute"><span class="secno">7.4.2 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h4><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>If specified, the value must be an <a href="common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens" id="ordered-set-of-unique-space-separated-tokens-1">ordered set of unique - space-separated tokens</a> that are <a href="infrastructure.html#case-sensitive" id="case-sensitive-6">case-sensitive</a>, + that activates or focuses the element.<p>If specified, the value must be an <a href="common-microsyntaxes.html#ordered-set-of-unique-space-separated-tokens">ordered set of unique + space-separated tokens</a> that are <a href="infrastructure.html#case-sensitive">case-sensitive</a>, each of which must be exactly one Unicode code point in length.<div class="example"> <p>In the following example, a variety of links are given with @@ -564,8 +549,8 @@ string depends on what the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#assigned-access-key" title='Read about this "assigned access key" reference in the full HTML5 spec.'>assigned access key</a> is, and on how the user agent represents that key combination.</p> - </div><h3 id="contenteditable"><span class="secno">7.5 </span>The <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable-1">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" id="enumerated-attribute-16">enumerated attribute</a> whose keywords are + </div><h3 id="contenteditable"><span class="secno">7.5 </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 the <i>missing value default</i> (and the <i>invalid value @@ -577,11 +562,11 @@ <dd> <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based - on the state of the <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable-2">contenteditable</a></code> attribute.</p> + on the state of the <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code> attribute.</p> <p>Can be set, to change that state.</p> - <p>Throws a <code><a href="urls.html#syntax_err" id="syntax_err-9">SYNTAX_ERR</a></code> exception if the new value + <p>Throws a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> exception if the new value isn't one of those strings.</p> </dd> @@ -606,14 +591,14 @@ </dd> </dl><h3 id="spelling-and-grammar-checking"><span class="secno">7.6 </span>Spelling and grammar checking</h3><p>The <dfn id="attr-spellcheck" title="attr-spellcheck"><code>spellcheck</code></dfn> - attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-17">enumerated attribute</a> whose keywords are + 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>default</i> state, which is the <i>missing value default</i> (and the <i>invalid value default</i>).<p>The <i>true</i> state indicates that the element is to have its spelling and grammar checked. The <i>default</i> state indicates that the element is to act according to a default behavior, possibly - based on the parent element's own <code title="attr-spellcheck"><a href="#attr-spellcheck" id="spellcheck-0">spellcheck</a></code> state. The <i>false</i> + based on the parent element's own <code title="attr-spellcheck"><a href="#attr-spellcheck">spellcheck</a></code> state. The <i>false</i> state indicates that the element is not to be checked.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -621,7 +606,7 @@ <p>Returns true if the element is to have its spelling and grammar checked; otherwise, returns false.</p> - <p>Can be set, to override the default and set the <code title="attr-spellcheck"><a href="#attr-spellcheck" id="spellcheck-1">spellcheck</a></code> content attribute.</p> + <p>Can be set, to override the default and set the <code title="attr-spellcheck"><a href="#attr-spellcheck">spellcheck</a></code> content attribute.</p> </dd> Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.982 retrieving revision 1.983 diff -u -d -r1.982 -r1.983 --- video.html 13 Apr 2011 07:54:46 -0000 1.982 +++ video.html 20 Apr 2011 12:21:19 -0000 1.983 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.6 The video element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.8.6 The video element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,47 +335,43 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1826 lines suppressed...] - <td>Playback has been paused. Fired after the <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned. + <td>The element has been paused. Fired after the <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned. <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly true. <tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn> <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> @@ -2098,10 +1935,10 @@ set-top boxes or mobile phones is often constrained by limited hardware resources in the device. For example, a device might only support three simultaneous videos. For this reason, it is a good - practice to release resources held by <a href="#media-element" id="media-element-34" title="media + practice to release resources held by <a href="#media-element" title="media element">media elements</a> when they are done playing, either by being very careful about removing all references to the element and allowing it to be garbage collected, or, even better, by removing - the element's <code title="attr-media-src"><a href="#attr-media-src" id="src-44">src</a></code> attribute and - any <code><a href="#the-source-element" id="source-9">source</a></code> element descendants, and invoking the + the element's <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute and + any <code><a href="#the-source-element">source</a></code> element descendants, and invoking the element's <code title="dom-media-load"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-load" title='Read about this "load()" reference in the full HTML5 spec.'>load()</a></code> method. \ No newline at end of file Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.973 retrieving revision 1.974 diff -u -d -r1.973 -r1.974 --- browsers.html 13 Apr 2011 07:54:37 -0000 1.973 +++ browsers.html 20 Apr 2011 12:21:09 -0000 1.974 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5 Loading Web pages — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5 Loading Web pages — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="links.html">← 4.12 Links</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -347,128 +344,128 @@ <ol><li><a href="browsers.html#windows"><span class="secno">5.1 </span>Browsing contexts</a> <ol><li><a href="browsers.html#nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</a> <ol><li><a href="browsers.html#navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</a></ol><li><a href="browsers.html#auxiliary-browsing-contexts"><span class="secno">5.1.2 </span>Auxiliary browsing contexts</a> - <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></ol><li><a href="browsers.html#secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</a><li><a href="browsers.html#browsing-context-names"><span class="secno">5.1.4 </span>Browsing context names</a></ol><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#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a><li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</a><li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.2.3 </span>Named access on the <code>Window</code> object</a><li><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.4 </span>Browser interface elements</a></ol></ol></ol></div> + <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></ol><li><a href="browsers.html#secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</a><li><a href="browsers.html#browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</a></ol><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#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><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</a><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><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</a></ol></ol></ol></div> <h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are presented to the user.<p class="note">A tab or window in a Web browser typically contains - a <a href="#browsing-context" id="browsing-context-11">browsing context</a>, as does an <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-38">iframe</a></code>.<p>Each <a href="#browsing-context" id="browsing-context-12">browsing context</a> has a corresponding - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object.<p>A <a href="#browsing-context" id="browsing-context-13">browsing context</a> has a <a href="history.html#session-history" id="session-history-0">session + a <a href="#browsing-context">browsing context</a>, as does an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>.<p>Each <a href="#browsing-context">browsing context</a> has a corresponding + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object.<p>A <a href="#browsing-context">browsing context</a> has a <a href="history.html#session-history">session history</a>, which lists the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that - that <a href="#browsing-context" id="browsing-context-14">browsing context</a> has presented, is presenting, or + that <a href="#browsing-context">browsing context</a> has presented, is presenting, or will present. At any time, one <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in each - <a href="#browsing-context" id="browsing-context-15">browsing context</a> is designated the <dfn id="active-document">active + <a href="#browsing-context">browsing context</a> is designated the <dfn id="active-document">active document</dfn>.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is associated with a - <code><a href="#window" id="window-7">Window</a></code> object. A <a href="#browsing-context" id="browsing-context-16">browsing context</a>'s + <code><a href="#window">Window</a></code> object. A <a href="#browsing-context">browsing context</a>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object forwards everything to the - <a href="#browsing-context" id="browsing-context-17">browsing context</a>'s <a href="#active-document" id="active-document-1">active document</a>'s - <code><a href="#window" id="window-8">Window</a></code> object.<p class="note">In general, there is a 1-to-1 mapping from the - <code><a href="#window" id="window-9">Window</a></code> object to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. In - one particular case, a <code><a href="#window" id="window-10">Window</a></code> can be reused for the + <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active document</a>'s + <code><a href="#window">Window</a></code> object.<p class="note">In general, there is a 1-to-1 mapping from the + <code><a href="#window">Window</a></code> object to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. In + one particular case, a <code><a href="#window">Window</a></code> can be reused for the presentation of a second <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in the same - <a href="#browsing-context" id="browsing-context-18">browsing context</a>, such that the mapping is then - 2-to-1. This occurs when a <a href="#browsing-context" id="browsing-context-19">browsing context</a> is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigated" reference in the full HTML5 spec.'>navigated</a> from the initial + <a href="#browsing-context">browsing context</a>, such that the mapping is then + 2-to-1. This occurs when a <a href="#browsing-context">browsing context</a> is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigated" reference in the full HTML5 spec.'>navigated</a> from the initial <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to another, with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#replacement-enabled" title='Read about this "replacement enabled" reference in the full HTML5 spec.'>replacement enabled</a>.<p class="note">A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> does not necessarily have a - <a href="#browsing-context" id="browsing-context-20">browsing context</a> associated with it. In particular, + <a href="#browsing-context">browsing context</a> associated with it. In particular, data mining tools are likely to never instantiate browsing - contexts.<hr><p>A <a href="#browsing-context" id="browsing-context-21">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing - context</dfn>, the <a href="#browsing-context" id="browsing-context-22">browsing context</a> that was - responsible for its creation. If a <a href="#browsing-context" id="browsing-context-23">browsing context</a> has - a <a href="#parent-browsing-context" id="parent-browsing-context-0">parent browsing context</a>, then that is its - <a href="#creator-browsing-context" id="creator-browsing-context-0">creator browsing context</a>. Otherwise, if the - <a href="#browsing-context" id="browsing-context-24">browsing context</a> has an <a href="#opener-browsing-context" id="opener-browsing-context-0">opener browsing - context</a>, then <em>that</em> is its <a href="#creator-browsing-context" id="creator-browsing-context-1">creator browsing - context</a>. Otherwise, the <a href="#browsing-context" id="browsing-context-25">browsing context</a> has no - <a href="#creator-browsing-context" id="creator-browsing-context-2">creator browsing context</a>.<p>If a <a href="#browsing-context" id="browsing-context-26">browsing context</a> <var title="">A</var> has a - <a href="#creator-browsing-context" id="creator-browsing-context-3">creator browsing context</a>, then the - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that was the <a href="#active-document" id="active-document-2">active document</a> of - that <a href="#creator-browsing-context" id="creator-browsing-context-4">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator - <code>Document</code></dfn>.<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" id="iframe-39">iframe</a></code> elements) can - instantiate further <a href="#browsing-context" id="browsing-context-27" title="browsing context">browsing + contexts.<hr><p>A <a href="#browsing-context">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing + context</dfn>, the <a href="#browsing-context">browsing context</a> that was + responsible for its creation. If a <a href="#browsing-context">browsing context</a> has + a <a href="#parent-browsing-context">parent browsing context</a>, then that is its + <a href="#creator-browsing-context">creator browsing context</a>. Otherwise, if the + <a href="#browsing-context">browsing context</a> has an <a href="#opener-browsing-context">opener browsing + context</a>, then <em>that</em> is its <a href="#creator-browsing-context">creator browsing + context</a>. Otherwise, the <a href="#browsing-context">browsing context</a> has no + <a href="#creator-browsing-context">creator browsing context</a>.<p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a + <a href="#creator-browsing-context">creator browsing context</a>, then the + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that was the <a href="#active-document">active document</a> of + that <a href="#creator-browsing-context">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator + <code>Document</code></dfn>.<h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements) can + instantiate further <a href="#browsing-context" title="browsing context">browsing contexts</a>. These are called <dfn id="nested-browsing-context" title="nested browsing context">nested browsing contexts</dfn>. If a browsing context <var title="">P</var> has a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s <var title="">D</var> with an element <var title="">E</var> that nests another browsing context <var title="">C</var> inside it, then <var title="">C</var> is said to be <dfn id="browsing-context-nested-through" title="browsing context nested through">nested through</dfn> <var title="">D</var>, and <var title="">E</var> is - said to be the <dfn id="browsing-context-container">browsing context container</dfn> of <var title="">C</var>. If the <a href="#browsing-context-container" id="browsing-context-container-0">browsing context container</a> - element <var title="">E</var> is <a href="infrastructure.html#in-a-document" id="in-a-document-2" title="in a + said to be the <dfn id="browsing-context-container">browsing context container</dfn> of <var title="">C</var>. If the <a href="#browsing-context-container">browsing context container</a> + element <var title="">E</var> is <a href="infrastructure.html#in-a-document" title="in a Document">in</a> the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <var title="">D</var>, then <var title="">P</var> is said to be the <dfn id="parent-browsing-context">parent browsing context</dfn> of <var title="">C</var> and <var title="">C</var> is - said to be a <dfn id="child-browsing-context">child browsing context</dfn> of <var title="">P</var>. Otherwise, the <a href="#nested-browsing-context" id="nested-browsing-context-7">nested browsing - context</a> <var title="">C</var> has no <a href="#parent-browsing-context" id="parent-browsing-context-1">parent browsing + said to be a <dfn id="child-browsing-context">child browsing context</dfn> of <var title="">P</var>. Otherwise, the <a href="#nested-browsing-context">nested browsing + context</a> <var title="">C</var> has no <a href="#parent-browsing-context">parent browsing context</a>.<p>A browsing context <var title="">A</var> is said to be an <dfn id="ancestor-browsing-context" title="ancestor browsing context">ancestor</dfn> of a browsing context <var title="">B</var> if there exists a browsing context - <var title="">A'</var> that is a <a href="#child-browsing-context" id="child-browsing-context-1">child browsing context</a> - of <var title="">A</var> and that is itself an <a href="#ancestor-browsing-context" id="ancestor-browsing-context-0" title="ancestor + <var title="">A'</var> that is a <a href="#child-browsing-context">child browsing context</a> + of <var title="">A</var> and that is itself an <a href="#ancestor-browsing-context" title="ancestor browsing context">ancestor</a> of <var title="">B</var>, or if there is a browsing context <var title="">P</var> that is a - <a href="#child-browsing-context" id="child-browsing-context-2">child browsing context</a> of <var title="">A</var> and - that is the <a href="#parent-browsing-context" id="parent-browsing-context-2">parent browsing context</a> of <var title="">B</var>.<p>A browsing context that is not a <a href="#nested-browsing-context" id="nested-browsing-context-8">nested browsing - context</a> has no <a href="#parent-browsing-context" id="parent-browsing-context-3">parent browsing context</a>, and is + <a href="#child-browsing-context">child browsing context</a> of <var title="">A</var> and + that is the <a href="#parent-browsing-context">parent browsing context</a> of <var title="">B</var>.<p>A browsing context that is not a <a href="#nested-browsing-context">nested browsing + context</a> has no <a href="#parent-browsing-context">parent browsing context</a>, and is the <dfn id="top-level-browsing-context">top-level browsing context</dfn> of all the browsing - contexts for which it is an <a href="#ancestor-browsing-context" id="ancestor-browsing-context-1">ancestor browsing - context</a>.<p>The transitive closure of <a href="#parent-browsing-context" id="parent-browsing-context-4" title="parent browsing - context">parent browsing contexts</a> for a <a href="#nested-browsing-context" id="nested-browsing-context-9">nested browsing - context</a> gives the list of <a href="#ancestor-browsing-context" id="ancestor-browsing-context-2" title="ancestor browsing + contexts for which it is an <a href="#ancestor-browsing-context">ancestor browsing + context</a>.<p>The transitive closure of <a href="#parent-browsing-context" title="parent browsing + context">parent browsing contexts</a> for a <a href="#nested-browsing-context">nested browsing + context</a> gives the list of <a href="#ancestor-browsing-context" title="ancestor browsing context">ancestor browsing contexts</a>.<p>The <dfn id="list-of-the-descendant-browsing-contexts">list of the descendant browsing contexts</dfn> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <var title="">d</var> is the (ordered) list returned by the following algorithm:<ol><li><p>Let <var title="">list</var> be an empty list.</li> <li> - <p>For each <a href="#child-browsing-context" id="child-browsing-context-3">child browsing context</a> of <var title="">d</var> that is <a href="#browsing-context-nested-through" id="browsing-context-nested-through-0" title="browsing context nested - through">nested through</a> an element that is <a href="infrastructure.html#in-a-document" id="in-a-document-3" title="in - a document">in the <code>Document</code></a> <var title="">d</var>, in the <a href="infrastructure.html#tree-order" id="tree-order-9">tree order</a> of the elements - nesting those <a href="#browsing-context" id="browsing-context-28" title="browsing context">browsing + <p>For each <a href="#child-browsing-context">child browsing context</a> of <var title="">d</var> that is <a href="#browsing-context-nested-through" title="browsing context nested + through">nested through</a> an element that is <a href="infrastructure.html#in-a-document" title="in + a document">in the <code>Document</code></a> <var title="">d</var>, in the <a href="infrastructure.html#tree-order">tree order</a> of the elements + nesting those <a href="#browsing-context" title="browsing context">browsing contexts</a>, run these substeps:</p> - <ol><li><p>Append that <a href="#child-browsing-context" id="child-browsing-context-4">child browsing context</a> to the + <ol><li><p>Append that <a href="#child-browsing-context">child browsing context</a> to the list <var title="">list</var>.</p> - <li><p>Append the <a href="#list-of-the-descendant-browsing-contexts" id="list-of-the-descendant-browsing-contexts-0">list of the descendant browsing - contexts</a> of the <a href="#active-document" id="active-document-3">active document</a> of that - <a href="#child-browsing-context" id="child-browsing-context-5">child browsing context</a> to the list <var title="">list</var>.</li> + <li><p>Append the <a href="#list-of-the-descendant-browsing-contexts">list of the descendant browsing + contexts</a> of the <a href="#active-document">active document</a> of that + <a href="#child-browsing-context">child browsing context</a> to the list <var title="">list</var>.</li> </ol></li> <li><p>Return the constructed <var title="">list</var>.</li> </ol><p>A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is said to be <dfn id="fully-active">fully active</dfn> - when it is the <a href="#active-document" id="active-document-4">active document</a> of its <a href="#browsing-context" id="browsing-context-29">browsing - context</a>, and either its browsing context is a <a href="#top-level-browsing-context" id="top-level-browsing-context-1">top-level - browsing context</a>, or it has a <a href="#parent-browsing-context" id="parent-browsing-context-5">parent browsing - context</a> and the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <a href="#browsing-context-nested-through" id="browsing-context-nested-through-1" title="browsing - context nested through">through which</a> it is <a href="#nested-browsing-context" id="nested-browsing-context-10" title="nested browsing context">nested</a> is itself <a href="#fully-active" id="fully-active-0">fully - active</a>.<p>Because they are nested through an element, <a href="#child-browsing-context" id="child-browsing-context-6" title="child + when it is the <a href="#active-document">active document</a> of its <a href="#browsing-context">browsing + context</a>, and either its browsing context is a <a href="#top-level-browsing-context">top-level + browsing context</a>, or it has a <a href="#parent-browsing-context">parent browsing + context</a> and the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <a href="#browsing-context-nested-through" title="browsing + context nested through">through which</a> it is <a href="#nested-browsing-context" title="nested browsing context">nested</a> is itself <a href="#fully-active">fully + active</a>.<p>Because they are nested through an element, <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a> are always tied to - a specific <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in their <a href="#parent-browsing-context" id="parent-browsing-context-6">parent browsing + a specific <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in their <a href="#parent-browsing-context">parent browsing context</a>. User agents must not allow the user to interact with - <a href="#child-browsing-context" id="child-browsing-context-7" title="child browsing context">child browsing contexts</a> + <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a> of elements that are in <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are not - themselves <a href="#fully-active" id="fully-active-1">fully active</a>.<p>A <a href="#nested-browsing-context" id="nested-browsing-context-11">nested browsing context</a> can have a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#seamless-browsing-context-flag" title='Read about this "seamless browsing context flag" reference in the full HTML5 spec.'>seamless + themselves <a href="#fully-active">fully active</a>.<p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#seamless-browsing-context-flag" title='Read about this "seamless browsing context flag" reference in the full HTML5 spec.'>seamless browsing context flag</a> set, if it is embedded through an - <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-40">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless" id="seamless-1">seamless</a></code> attribute.<p class="note">A <a href="#nested-browsing-context" id="nested-browsing-context-12">nested browsing context</a> can in some - cases be taken out of its <a href="#parent-browsing-context" id="parent-browsing-context-7">parent browsing context</a> (e.g. - if an <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-41">iframe</a></code> element is removed from its - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>). In such a situation, the <a href="#nested-browsing-context" id="nested-browsing-context-13">nested - browsing context</a> has no <a href="#parent-browsing-context" id="parent-browsing-context-8">parent browsing context</a>, - but it still has the same <a href="#browsing-context-container" id="browsing-context-container-1">browsing context container</a> - and is still <a href="#browsing-context-nested-through" id="browsing-context-nested-through-2" title="browsing context nested through">nested + <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 class="note">A <a href="#nested-browsing-context">nested browsing context</a> can in some + cases be taken out of its <a href="#parent-browsing-context">parent browsing context</a> (e.g. + if an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element is removed from its + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>). In such a situation, the <a href="#nested-browsing-context">nested + browsing context</a> has no <a href="#parent-browsing-context">parent browsing context</a>, + but it still has the same <a href="#browsing-context-container">browsing context container</a> + and is still <a href="#browsing-context-nested-through" title="browsing context nested through">nested through</a> that element's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. Such a - <a href="#nested-browsing-context" id="nested-browsing-context-14">nested browsing context</a> is <em>not</em> a - <a href="#top-level-browsing-context" id="top-level-browsing-context-2">top-level browsing context</a>, and cannot contain - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are <a href="#fully-active" id="fully-active-2">fully active</a>. - Furthermore, if a <a href="#browsing-context-container" id="browsing-context-container-2">browsing context container</a> (such as - an <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-42">iframe</a></code>) is moved to another <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, - then the <a href="#parent-browsing-context" id="parent-browsing-context-9">parent browsing context</a> of its <a href="#nested-browsing-context" id="nested-browsing-context-15">nested + <a href="#nested-browsing-context">nested browsing context</a> is <em>not</em> a + <a href="#top-level-browsing-context">top-level browsing context</a>, and cannot contain + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are <a href="#fully-active">fully active</a>. + Furthermore, if a <a href="#browsing-context-container">browsing context container</a> (such as + an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>) is moved to another <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, + then the <a href="#parent-browsing-context">parent browsing context</a> of its <a href="#nested-browsing-context">nested browsing context</a> will change.<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 class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a></code></dt> <dd> - <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#top-level-browsing-context" id="top-level-browsing-context-3">top-level browsing context</a>.</p> + <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#top-level-browsing-context">top-level browsing context</a>.</p> </dd> @@ -476,7 +473,7 @@ <dd> - <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#parent-browsing-context" id="parent-browsing-context-10">parent browsing context</a>.</p> + <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#parent-browsing-context">parent browsing context</a>.</p> </dd> @@ -484,56 +481,54 @@ <dd> - <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code> for the <a href="#browsing-context-container" id="browsing-context-container-3">browsing context container</a>.</p> + <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code> for the <a href="#browsing-context-container">browsing context container</a>.</p> <p>Returns null if there isn't one.</p> - <p>Throws a <code><a href="urls.html#security_err" id="security_err-2">SECURITY_ERR</a></code> exception in cross-origin situations.</p> + <p>Throws a <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception in cross-origin situations.</p> </dd> </dl><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" id="top-level-browsing-context-4">top-level browsing context</a> without being nested + 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" id="top-level-browsing-context-5" title="top-level browsing context">top-level browsing - contexts</a>.<p>An <a href="#auxiliary-browsing-context" id="auxiliary-browsing-context-0">auxiliary browsing context</a> has an <dfn id="opener-browsing-context">opener - browsing context</dfn>, which is the <a href="#browsing-context" id="browsing-context-30">browsing context</a> - from which the <a href="#auxiliary-browsing-context" id="auxiliary-browsing-context-1">auxiliary browsing context</a> was + contexts</dfn>. Auxiliary browsing contexts are always <a href="#top-level-browsing-context" title="top-level browsing context">top-level browsing + contexts</a>.<p>An <a href="#auxiliary-browsing-context">auxiliary browsing context</a> has an <dfn id="opener-browsing-context">opener + browsing context</dfn>, which is the <a href="#browsing-context">browsing context</a> + from which the <a href="#auxiliary-browsing-context">auxiliary browsing context</a> was created.<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" id="window-11">Window</a></code> object, on getting, must return - the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object of the <a href="#browsing-context" id="browsing-context-31">browsing - context</a> from which the current <a href="#browsing-context" id="browsing-context-32">browsing context</a> - was created (its <a href="#opener-browsing-context" id="opener-browsing-context-1">opener browsing context</a>), if there is - one, if it is still available, and if the current <a href="#browsing-context" id="browsing-context-33">browsing - context</a> has not <i><a href="#disowned-its-opener" id="disowned-its-opener-0">disowned its opener</a></i>. On setting, if - the new value is null then the current <a href="#browsing-context" id="browsing-context-34">browsing context</a> + attribute on the <code><a href="#window">Window</a></code> object, on getting, must return + the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>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, if it is still available, and if the current <a href="#browsing-context">browsing + context</a> has not <i><a href="#disowned-its-opener">disowned its opener</a></i>. On setting, if + the new value is null then the current <a href="#browsing-context">browsing context</a> must <dfn id="disowned-its-opener" title="disowned its opener">disown its opener</dfn>; if the new value is anything else then the user agent must ignore the new value.<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" id="browsing-context-35" title="browsing context">browsing contexts</a> that form part of + 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.<h4 id="browsing-context-names"><span class="secno">5.1.4 </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>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 special keywords.)<p>A <dfn id="valid-browsing-context-name-or-keyword">valid browsing context name or keyword</dfn> is any string - that is either a <a href="#valid-browsing-context-name" id="valid-browsing-context-name-2">valid browsing context name</a> or that is - an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-20">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.<h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window" id="window-12">Window</a></code> object</h3><pre class="idl">[ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 --> + that is either a <a href="#valid-browsing-context-name">valid browsing context name</a> or that is + an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.<h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><pre class="idl">[ReplaceableNamedProperties] interface <dfn id="window">Window</dfn> { // the current browsing context readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.'>document</a>; - attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; <!-- not [Replaceable] per WebKit and IE8 --> - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-1">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>; - readonly attribute <a href="history.html#history-0" id="history-2">History</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-0">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-1">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-2">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-3">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-4">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a>; - [Replaceable] readonly attribute <a href="#barprop" id="barprop-5">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a>;<!-- - [Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) --> - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>(); + attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>; + readonly attribute <a href="history.html#history-0">History</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a>; + [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a>(); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a>(); @@ -542,7 +537,7 @@ [Replaceable] readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a>; [Replaceable] readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a>; - attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="#dom-opener" id="dom-opener-0" title="dom-opener">opener</a>; + attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="#dom-opener" title="dom-opener">opener</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a>; readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a>; <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace); @@ -550,95 +545,88 @@ <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name); // the user agent - readonly attribute <a href="timers.html#navigator" id="navigator-0">Navigator</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a>; <!-- IE also has window.clientInformation === window.navigator --> - readonly attribute <a href="offline.html#applicationcache" id="applicationcache-0">ApplicationCache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a>; + readonly attribute <a href="timers.html#navigator">Navigator</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a>; + readonly attribute <a href="offline.html#applicationcache">ApplicationCache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a>; // user prompts void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a>(in DOMString message); boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a>(in DOMString message); DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a>(in DOMString message, in optional DOMString default); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.'>print</a>(); - any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->); + any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a>(in DOMString url, in optional any argument); // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a> - attribute <a href="webappapis.html#function" id="function-133">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; - attribute <a href="webappapis.html#function" id="function-134">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>; - attribute <a href="webappapis.html#function" id="function-135">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>; - attribute <a href="webappapis.html#function" id="function-136">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>; - attribute <a href="webappapis.html#function" id="function-137">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; - attribute <a href="webappapis.html#function" id="function-138">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; - attribute <a href="webappapis.html#function" id="function-139">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; - attribute <a href="webappapis.html#function" id="function-140">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; - attribute <a href="webappapis.html#function" id="function-141">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; - attribute <a href="webappapis.html#function" id="function-142">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; -<!--KEEP-END w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-143">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; -<!--KEEP-START w3c-html--><!--TT--> - attribute <a href="webappapis.html#function" id="function-144">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; - attribute <a href="webappapis.html#function" id="function-145">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; - attribute <a href="webappapis.html#function" id="function-146">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; - attribute <a href="webappapis.html#function" id="function-147">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; - attribute <a href="webappapis.html#function" id="function-148">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; - attribute <a href="webappapis.html#function" id="function-149">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; - attribute <a href="webappapis.html#function" id="function-150">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; - attribute <a href="webappapis.html#function" id="function-151">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; - attribute <a href="webappapis.html#function" id="function-152">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; - attribute <a href="webappapis.html#function" id="function-153">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; - attribute <a href="webappapis.html#function" id="function-154">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; - attribute <a href="webappapis.html#function" id="function-155">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; - attribute <a href="webappapis.html#function" id="function-156">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; - attribute <a href="webappapis.html#function" id="function-157">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>; - attribute <a href="webappapis.html#function" id="function-158">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; - attribute <a href="webappapis.html#function" id="function-159">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; - attribute <a href="webappapis.html#function" id="function-160">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; - attribute <a href="webappapis.html#function" id="function-161">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; - attribute <a href="webappapis.html#function" id="function-162">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; - attribute <a href="webappapis.html#function" id="function-163">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; - attribute <a href="webappapis.html#function" id="function-164">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; - attribute <a href="webappapis.html#function" id="function-165">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; - attribute <a href="webappapis.html#function" id="function-166">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; - attribute <a href="webappapis.html#function" id="function-167">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>; - attribute <a href="webappapis.html#function" id="function-168">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; - attribute <a href="webappapis.html#function" id="function-169">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; - attribute <a href="webappapis.html#function" id="function-170">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; - attribute <a href="webappapis.html#function" id="function-171">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; - attribute <a href="webappapis.html#function" id="function-172">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; - attribute <a href="webappapis.html#function" id="function-173">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; - attribute <a href="webappapis.html#function" id="function-174">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>; - attribute <a href="webappapis.html#function" id="function-175">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>; - attribute <a href="webappapis.html#function" id="function-176">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; - attribute <a href="webappapis.html#function" id="function-177">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; - attribute <a href="webappapis.html#function" id="function-178">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; - attribute <a href="webappapis.html#function" id="function-179">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>; - attribute <a href="webappapis.html#function" id="function-180">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>; - attribute <a href="webappapis.html#function" id="function-181">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>; - attribute <a href="webappapis.html#function" id="function-182">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; - attribute <a href="webappapis.html#function" id="function-183">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; - attribute <a href="webappapis.html#function" id="function-184">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; - attribute <a href="webappapis.html#function" id="function-185">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>; - attribute <a href="webappapis.html#function" id="function-186">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; - attribute <a href="webappapis.html#function" id="function-187">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>; - attribute <a href="webappapis.html#function" id="function-188">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; - attribute <a href="webappapis.html#function" id="function-189">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; - attribute <a href="webappapis.html#function" id="function-190">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; - attribute <a href="webappapis.html#function" id="function-191">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; - attribute <a href="webappapis.html#function" id="function-192">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; - attribute <a href="webappapis.html#function" id="function-193">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; - attribute <a href="webappapis.html#function" id="function-194">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>; - attribute <a href="webappapis.html#function" id="function-195">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; - attribute <a href="webappapis.html#function" id="function-196">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; - attribute <a href="webappapis.html#function" id="function-197">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; - attribute <a href="webappapis.html#function" id="function-198">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>; - attribute <a href="webappapis.html#function" id="function-199">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>; - attribute <a href="webappapis.html#function" id="function-200">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; - attribute <a href="webappapis.html#function" id="function-201">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncuechange" title='Read about this "oncuechange" reference in the full HTML5 spec.'>oncuechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreset" title='Read about this "onreset" reference in the full HTML5 spec.'>onreset</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>; }; -<a href="#window" id="window-13">Window</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><!-- for more features to add here, look here: - http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp - http://www.mozilla.org/docs/dom/domref/dom_window_ref.html - http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc - http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindowInternal.idl - DOM level 0 ---><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a></code></dt> +<a href="#window">Window</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a></code></dt> <dt><var title="">window</var> . <code title="dom-frames"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a></code></dt> <dt><var title="">window</var> . <code title="dom-self"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a></code></dt> @@ -653,7 +641,7 @@ <dd> - <p>Returns the <a href="#active-document" id="active-document-5">active document</a>.</p> + <p>Returns the <a href="#active-document">active document</a>.</p> </dd> @@ -662,7 +650,7 @@ <dd> - <p>Returns the <code><a href="#window" id="window-14">Window</a></code> object of the <a href="#active-document" id="active-document-6">active document</a>.</p> + <p>Returns the <code><a href="#window">Window</a></code> object of the <a href="#active-document">active document</a>.</p> </dd> @@ -709,7 +697,7 @@ <dd> - <p>Returns the number of <a href="#child-browsing-context" id="child-browsing-context-8" title="child browsing + <p>Returns the number of <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a>.</p> </dd> @@ -718,11 +706,11 @@ <dd> - <p>Returns the indicated <a href="#child-browsing-context" id="child-browsing-context-9">child browsing context</a>.</p> + <p>Returns the indicated <a href="#child-browsing-context">child browsing context</a>.</p> </dd> - </dl><h4 id="named-access-on-the-window-object"><span class="secno">5.2.3 </span>Named access on the <code><a href="#window" id="window-15">Window</a></code> object</h4><dl class="domintro"><dt><var title="">window</var>[<var title="">name</var>]</dt> + </dl><h4 id="named-access-on-the-window-object"><span class="secno">5.2.3 </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> @@ -732,7 +720,7 @@ </dl><h4 id="browser-interface-elements"><span class="secno">5.2.4 </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>Each interface element is represented by a <code><a href="#barprop" id="barprop-6">BarProp</a></code> + in Web pages.<p>Each interface element is represented by a <code><a href="#barprop">BarProp</a></code> object:<pre class="idl">interface <dfn id="barprop">BarProp</dfn> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a>; };</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt> @@ -746,7 +734,7 @@ </dd> <dt><var title="">window</var> . <code title="dom-window-personalbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt> - <!--<dt><var title="">window</var> . <code title="dom-window-directories">directories</code> . <code title="dom-BarProp-visible">visible</code></dt>--> + <dd> <p>Returns true if the personal bar is visible; otherwise, returns false.</p> </dd> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.399 retrieving revision 1.400 diff -u -d -r1.399 -r1.400 --- edits.html 13 Apr 2011 07:54:38 -0000 1.399 +++ edits.html 20 Apr 2011 12:21:09 -0000 1.400 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.7 Edits — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.7 Edits — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,30 +335,30 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="embedded-content-1.html">4.8 Embedded content →</a> <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" id="x4.7.1-the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a><li><a href="edits.html#the-del-element" id="x4.7.2-the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a><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><a href="edits.html#edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</a><li><a href="edits.html#edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</a></ol></ol></ol></div> + <ol><li><a href="edits.html#the-ins-element"><span class="secno">4.7.1 </span>The <code>ins</code> element</a><li><a href="edits.html#the-del-element"><span class="secno">4.7.2 </span>The <code>del</code> element</a><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><a href="edits.html#edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</a><li><a href="edits.html#edits-and-lists"><span class="secno">4.7.5 </span>Edits and lists</a></ol></ol></ol></div> - <h3 id="edits"><span class="secno">4.7 </span>Edits</h3><p>The <code><a href="#the-ins-element" id="ins-11">ins</a></code> and <code><a href="#the-del-element" id="del-12">del</a></code> elements represent + <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.<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" id="flow-content-92">Flow content</a>.</dd> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-101">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content-102">phrasing content</a>.</dd> + <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 can be used:</dt> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-103">phrasing content</a>: where <a href="content-models.html#phrasing-content" id="phrasing-content-104">phrasing content</a> is expected.</dd> - <dd>Otherwise: where <a href="content-models.html#flow-content" id="flow-content-93">flow content</a> is expected.</dd> + <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> + <dd>Otherwise: where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#transparent" id="transparent-4">Transparent</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-59">Global attributes</a></dd> - <dd><code title="attr-mod-cite"><a href="#attr-mod-cite" id="cite-21">cite</a></code></dd> - <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime" id="datetime-6">datetime</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-mod-cite"><a href="#attr-mod-cite">cite</a></code></dd> + <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code></dd> <dt>DOM interface:</dt> - <dd>Uses the <code><a href="#htmlmodelement" id="htmlmodelement-0">HTMLModElement</a></code> interface.</dd> - </dl><p>The <code><a href="#the-ins-element" id="ins-12">ins</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an addition + <dd>Uses the <code><a href="#htmlmodelement">HTMLModElement</a></code> interface.</dd> + </dl><p>The <code><a href="#the-ins-element">ins</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an addition to the document.<div class="example"> <p>The following represents the addition of a single paragraph:</p> @@ -372,9 +369,9 @@ </ins> </aside></pre> - <p>As does this, because everything in the <code><a href="sections.html#the-aside-element" id="aside-6">aside</a></code> - element here counts as <a href="content-models.html#phrasing-content" id="phrasing-content-105">phrasing content</a> and therefore - there is just one <a href="content-models.html#paragraph" id="paragraph-9">paragraph</a>:</p> + <p>As does this, because everything in the <code><a href="sections.html#the-aside-element">aside</a></code> + element here counts as <a href="content-models.html#phrasing-content">phrasing content</a> and therefore + there is just one <a href="content-models.html#paragraph">paragraph</a>:</p> <pre><aside> <ins> @@ -385,11 +382,11 @@ </ins> </aside></pre> - </div><p><code><a href="#the-ins-element" id="ins-13">ins</a></code> elements should not cross <a href="content-models.html#paragraph" id="paragraph-10" title="paragraph">implied paragraph</a> boundaries.<div class="example"> + </div><p><code><a href="#the-ins-element">ins</a></code> elements should not cross <a href="content-models.html#paragraph" title="paragraph">implied paragraph</a> boundaries.<div class="example"> <p>The following example represents the addition of two paragraphs, the second of which was inserted in two parts. The first - <code><a href="#the-ins-element" id="ins-14">ins</a></code> element in this example thus crosses a paragraph + <code><a href="#the-ins-element">ins</a></code> element in this example thus crosses a paragraph boundary, which is considered poor form.</p> <pre class="bad"><aside> @@ -418,25 +415,23 @@ </ins> </aside></pre> - <!-- 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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-94">Flow content</a>.</dd> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-106">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content-107">phrasing content</a>.</dd> + <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 can be used:</dt> - <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content-108">phrasing content</a>: where <a href="content-models.html#phrasing-content" id="phrasing-content-109">phrasing content</a> is expected.</dd> - <dd>Otherwise: where <a href="content-models.html#flow-content" id="flow-content-95">flow content</a> is expected.</dd> + <dd>When the element only contains <a href="content-models.html#phrasing-content">phrasing content</a>: where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd> + <dd>Otherwise: where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#transparent" id="transparent-5">Transparent</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-60">Global attributes</a></dd> - <dd><code title="attr-mod-cite"><a href="#attr-mod-cite" id="cite-22">cite</a></code></dd> - <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime" id="datetime-7">datetime</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-mod-cite"><a href="#attr-mod-cite">cite</a></code></dd> + <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code></dd> <dt>DOM interface:</dt> - <dd>Uses the <code><a href="#htmlmodelement" id="htmlmodelement-1">HTMLModElement</a></code> interface.</dd> - </dl><p>The <code><a href="#the-del-element" id="del-13">del</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a removal - from the document.<p><code><a href="#the-del-element" id="del-14">del</a></code> elements should not cross <a href="content-models.html#paragraph" id="paragraph-11" title="paragraph">implied paragraph</a> boundaries.<div class="example"> + <dd>Uses the <code><a href="#htmlmodelement">HTMLModElement</a></code> interface.</dd> + </dl><p>The <code><a href="#the-del-element">del</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a removal + from the document.<p><code><a href="#the-del-element">del</a></code> elements should not cross <a href="content-models.html#paragraph" title="paragraph">implied paragraph</a> boundaries.<div class="example"> <p>The following shows a "to do" list where items that have been done are crossed-off with the date and time of their @@ -450,25 +445,25 @@ <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" id="ins-15">ins</a></code> and <code><a href="#the-del-element" id="del-15">del</a></code> elements</h4><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 pointing to the specific part of that document that discusses the - change.<p>If the <code title="attr-mod-cite"><a href="#attr-mod-cite" id="cite-23">cite</a></code> attribute is - present, it must be a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-3">valid URL potentially surrounded by + change.<p>If the <code title="attr-mod-cite"><a href="#attr-mod-cite">cite</a></code> attribute is + present, it must be a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by spaces</a> that explains the change. <p>The <dfn id="attr-mod-datetime" title="attr-mod-datetime"><code>datetime</code></dfn> - attribute may be used to specify the time and date of the change.<p>If present, the <code title="attr-mod-datetime"><a href="#attr-mod-datetime" id="datetime-8">datetime</a></code> - attribute's value must be a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time" id="valid-date-string-with-optional-time-2">valid date string with optional - time</a>.<p>The <code><a href="#the-ins-element" id="ins-16">ins</a></code> and <code><a href="#the-del-element" id="del-16">del</a></code> elements implement the <code><a href="#htmlmodelement" id="htmlmodelement-2">HTMLModElement</a></code> - interface:<pre class="idl">interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-64">HTMLElement</a> { + attribute may be used to specify the time and date of the change.<p>If present, the <code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code> + attribute's value must be a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time">valid date string with optional + time</a>.<p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements implement the <code><a href="#htmlmodelement">HTMLModElement</a></code> + interface:<pre class="idl">interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>; -};</pre><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>Since the <code><a href="#the-ins-element" id="ins-17">ins</a></code> and <code><a href="#the-del-element" id="del-17">del</a></code> elements do not - affect <a href="content-models.html#paragraph" id="paragraph-12" title="paragraph">paragraphing</a>, it is possible, - in some cases where paragraphs are <a href="content-models.html#paragraph" id="paragraph-13" title="paragraph">implied</a> (without explicit <code><a href="grouping-content.html#the-p-element" id="p-17">p</a></code> - elements), for an <code><a href="#the-ins-element" id="ins-18">ins</a></code> or <code><a href="#the-del-element" id="del-18">del</a></code> element to - span both an entire paragraph or other non-<a href="content-models.html#phrasing-content" id="phrasing-content-110">phrasing +};</pre><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>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 + span both an entire paragraph or other non-<a href="content-models.html#phrasing-content">phrasing content</a> elements and part of another paragraph. For example:<pre><section> <ins> @@ -479,10 +474,10 @@ at the same time as the paragraph above. </ins> This is a second sentence, which was there all along. -</section></pre><p>By only wrapping some paragraphs in <code><a href="grouping-content.html#the-p-element" id="p-18">p</a></code> elements, one +</section></pre><p>By only wrapping some paragraphs in <code><a href="grouping-content.html#the-p-element">p</a></code> elements, one can even get the end of one paragraph, a whole second paragraph, and the start of a third paragraph to be covered by the same - <code><a href="#the-ins-element" id="ins-19">ins</a></code> or <code><a href="#the-del-element" id="del-19">del</a></code> element (though this is very + <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> element (though this is very confusing, and not considered good practice):<pre class="bad"><section> This is the first paragraph. <ins>This sentence was inserted. @@ -490,29 +485,29 @@ This sentence was inserted too.</ins> This is the third paragraph in this example. <!-- (don't do this) --> -</section></pre><p>However, due to the way <a href="content-models.html#paragraph" id="paragraph-14" title="paragraph">implied +</section></pre><p>However, due to the way <a href="content-models.html#paragraph" title="paragraph">implied paragraphs</a> are defined, it is not possible to mark up the end of one paragraph and the start of the very next one using the - same <code><a href="#the-ins-element" id="ins-20">ins</a></code> or <code><a href="#the-del-element" id="del-20">del</a></code> element. You instead have - to use one (or two) <code><a href="grouping-content.html#the-p-element" id="p-19">p</a></code> element(s) and two - <code><a href="#the-ins-element" id="ins-21">ins</a></code> or <code><a href="#the-del-element" id="del-21">del</a></code> elements, as for example:<pre><section> + same <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> element. You instead have + to use one (or two) <code><a href="grouping-content.html#the-p-element">p</a></code> element(s) and two + <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> elements, as for example:<pre><section> <p>This is the first paragraph. <del>This sentence was deleted.</del></p> <p><del>This sentence was deleted too.</del> That sentence needed a separate &lt;del&gt; element.</p> </section></pre><p>Partly because of the confusion described above, authors are strongly encouraged to always mark up all paragraphs with the - <code><a href="grouping-content.html#the-p-element" id="p-20">p</a></code> element, instead of having <code><a href="#the-ins-element" id="ins-22">ins</a></code> or - <code><a href="#the-del-element" id="del-22">del</a></code> elements that cross <a href="content-models.html#paragraph" id="paragraph-15" title="paragraph">implied - paragraphs</a> boundaries.<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>The content models of the <code><a href="grouping-content.html#the-ol-element" id="ol-14">ol</a></code> and <code><a href="grouping-content.html#the-ul-element" id="ul-11">ul</a></code> - elements do not allow <code><a href="#the-ins-element" id="ins-23">ins</a></code> and <code><a href="#the-del-element" id="del-23">del</a></code> elements + <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.<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>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>To indicate that an item is inserted or deleted, an - <code><a href="#the-ins-element" id="ins-24">ins</a></code> or <code><a href="#the-del-element" id="del-24">del</a></code> element can be wrapped around - the contents of the <code><a href="grouping-content.html#the-li-element" id="li-11">li</a></code> element. To indicate that an - item has been replaced by another, a single <code><a href="grouping-content.html#the-li-element" id="li-12">li</a></code> element - can have one or more <code><a href="#the-del-element" id="del-25">del</a></code> elements followed by one or - more <code><a href="#the-ins-element" id="ins-25">ins</a></code> elements.<div class="example"> + <code><a href="#the-ins-element">ins</a></code> or <code><a href="#the-del-element">del</a></code> element can be wrapped around + the contents of the <code><a href="grouping-content.html#the-li-element">li</a></code> element. To indicate that an + item has been replaced by another, a single <code><a href="grouping-content.html#the-li-element">li</a></code> element + can have one or more <code><a href="#the-del-element">del</a></code> elements followed by one or + more <code><a href="#the-ins-element">ins</a></code> elements.<div class="example"> <p>In the following example, a list that started empty had items added and removed from it over time. The bits in the example that Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.940 retrieving revision 1.941 diff -u -d -r1.940 -r1.941 --- the-xhtml-syntax.html 13 Apr 2011 07:54:46 -0000 1.940 +++ the-xhtml-syntax.html 20 Apr 2011 12:21:18 -0000 1.941 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>9 The XHTML syntax — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>9 The XHTML syntax — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="named-character-references.html">← 8.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,8 +343,8 @@ </div> <h2 id="the-xhtml-syntax"><span class="secno">9 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML - resources. Rules for <code><a href="iana.html#text-html" id="text-html-6">text/html</a></code> resources are discussed - in the section above entitled "<a href="syntax.html#syntax" id="the-html-syntax-7">The HTML syntax</a>".<p>The syntax for using HTML with XML, whether in XHTML documents or + 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>The syntax for using HTML with XML, whether in XHTML documents or embedded in other XML documents, is defined in the XML and Namespaces in XML specifications. <a href="references.html#refsXML">[XML]</a> <a href="references.html#refsXMLNS">[XMLNS]</a><p>This specification does not define any syntax-level requirements beyond those defined for XML proper.<p>XML documents may contain a <code>DOCTYPE</code> if desired, but @@ -357,4 +354,4 @@ are not guaranteed to process the external DTD subset referenced in the DOCTYPE. This means, for example, that using entity references 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><!--KEEP-END w3c-html--><!--TT--><!--<div data-component="other Hixie drafts (editor: Ian Hickson)">--><!--</div>--><!--KEEP-START w3c-html--><!--TT--> \ No newline at end of file + 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>). \ No newline at end of file Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.958 retrieving revision 1.959 diff -u -d -r1.958 -r1.959 --- offline.html 13 Apr 2011 07:54:40 -0000 1.958 +++ offline.html 20 Apr 2011 12:21:14 -0000 1.959 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.6 Offline Web applications — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>5.6 Offline Web applications — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,57 +335,17 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="history.html">← 5.4 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="webappapis.html">6 Web application APIs →</a> <ol class="toc"><li><ol><li><a href="offline.html#offline"><span class="secno">5.6 </span>Offline Web applications</a> <ol><li><a href="offline.html#introduction-3"><span class="secno">5.6.1 </span>Introduction</a> - <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</a></ol><li><a href="offline.html#manifests"><span class="secno">5.6.2 </span>The cache manifest syntax</a> - <ol><li><a href="offline.html#some-sample-manifests"><span class="secno">5.6.2.1 </span>Some sample manifests</a><li><a href="offline.html#writing-cache-manifests"><span class="secno">5.6.2.2 </span>Writing cache manifests</a></ol><li><a href="offline.html#application-cache-api"><span class="secno">5.6.3 </span>Application cache API</a><li><a href="offline.html#browser-state"><span class="secno">5.6.4 </span>Browser state</a></ol></ol></ol></div> - - <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 - changed EVERY page because every page has a dynamic "site last - modified" date on it. - - http://groups.google.com/group/gears-users/browse_thread/thread/efbd808325df607a/c73adb34f9b63cf7?hl=en&q=whatwg#c73adb34f9b63cf7 - - - * Multiuser appcaches. - - If the application code (HTML, JS, CSS) is all the same for two - users, then appcache works for multiple users by just having - the data for the users separate from the logic. - - This is the expected model for most apps. For example, your - typical blog has just one set of CSS for all users. - - For systems where the user affects what HTML, JS, and CSS is - served back, the spec as written pretty much requires that - there be one app per user, and one generic "login" app that - then redirects to one of those other apps - and where each app - has a different base URL, separate manifest, etc. - - An alternative that we could explore in a future version is to - have the manifest include a manifest name, and then have script - that allows you to "activate" a particular manifest name for a - given appcache. - - So each appcache group would be futher subdivided into named - subgroups, and for a given manifest URL with such a group of - subgroups, one subgroup would be the default one at a time. The - inactive ones would just lie dormant, but and the active ones - would act like now, but there'd be a scripted way to change the - default (and maybe query what available variants exist for the - current appcache), so that you could log back in as someone - else by just making the script pick the other user's variant, - and then reloading. + <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</a></ol><li><a href="offline.html#manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</a> + <ol><li><a href="offline.html#some-sample-manifests"><span class="secno">5.6.3.1 </span>Some sample manifests</a><li><a href="offline.html#writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</a></ol><li><a href="offline.html#application-cache-api"><span class="secno">5.6.9 </span>Application cache API</a><li><a href="offline.html#browser-state"><span class="secno">5.6.10 </span>Browser state</a></ol></ol></ol></div> - --><h4 id="introduction-3"><span class="secno">5.6.1 </span>Introduction</h4><p><i>This section is non-normative.</i><p>In order to enable users to continue interacting with Web + <h3 id="offline"><span class="secno">5.6 </span>Offline Web applications</h3><h4 id="introduction-3"><span class="secno">5.6.1 </span>Introduction</h4><p><i>This section is non-normative.</i><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 @@ -418,7 +375,7 @@ clock.html clock.css clock.js</pre><p>With a small change to the HTML file, the manifest (served as - <code><a href="iana.html#text-cache-manifest" id="text-cache-manifest-0">text/cache-manifest</a></code>) is linked to the application:<pre><!-- clock.html --> + <code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code>) is linked to the application:<pre><!-- clock.html --> <!DOCTYPE HTML> <html manifest="clock.appcache"> <head> @@ -437,14 +394,12 @@ served over TLS (encrypted, using <code title="">https:</code>) are overridden by manifests. Thus, pages will not expire from an 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><i>This section is non-normative.</i><p>When the user visits a page that declares a manifest, the browser + applications served over TLS can be made to work offline.<h5 id="appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</h5><p><i>This section is non-normative.</i><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 anew.<p>As this is going on, a number of events get fired on the - <code><a href="#applicationcache" id="applicationcache-1">ApplicationCache</a></code> object to keep the script updated as + <code><a href="#applicationcache">ApplicationCache</a></code> object to keep the script updated as to the state of the cache update, so that the user can be notified appropriately. The events are as follows:<table><thead><tr><th> Event name <th> Interface @@ -453,7 +408,7 @@ <tbody><tr><td> <dfn id="event-appcache-checking" title="event-appcache-checking"><code>checking</code></dfn> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td> The user agent is checking for an update, or attempting to download the manifest for the first time. <strong>This is always the first event in the sequence.</strong> - <td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate" id="noupdate">noupdate</a></code>, <code title="event-appcache-downloading"><a href="#event-appcache-downloading" id="downloading">downloading</a></code>, <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete" id="obsolete-0">obsolete</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error">error</a></code> + <td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code>, <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code>, <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> <tr><td> <dfn id="event-appcache-noupdate" title="event-appcache-noupdate"><code>noupdate</code></dfn> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td> The manifest hadn't changed. @@ -461,11 +416,11 @@ <tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td> The user agent has found an update and is fetching it, or is downloading the resources listed by the manifest for the first time. - <td> <code title="event-appcache-progress"><a href="#event-appcache-progress" id="progress-19">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error-0">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached" id="cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready" id="updateready">updateready</a></code> + <td> <code title="event-appcache-progress"><a href="#event-appcache-progress">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> <tr><td> <dfn id="event-appcache-progress" title="event-appcache-progress"><code>progress</code></dfn> <td> <code>ProgressEvent</code> <td> The user agent is downloading resources listed by the manifest. - <td> <code title="event-appcache-progress"><a href="#event-appcache-progress" id="progress-20">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error-1">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached" id="cached-0">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready" id="updateready-0">updateready</a></code> + <td> <code title="event-appcache-progress"><a href="#event-appcache-progress">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> <tr><td> <dfn id="event-appcache-cached" title="event-appcache-cached"><code>cached</code></dfn> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td> The resources listed in the manifest have been downloaded, and the application is now cached. @@ -571,14 +526,14 @@ *</pre> </div><h5 id="writing-cache-manifests"><span class="secno">5.6.2.2 </span>Writing cache manifests</h5><p>Manifests must be served using the - <code><a href="iana.html#text-cache-manifest" id="text-cache-manifest-1">text/cache-manifest</a></code> <a href="infrastructure.html#mime-type" id="mime-type-12">MIME type</a>. All - resources served using the <code><a href="iana.html#text-cache-manifest" id="text-cache-manifest-2">text/cache-manifest</a></code> - <a href="infrastructure.html#mime-type" id="mime-type-13">MIME type</a> must follow the syntax of application cache + <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 manifests, as described in this section.<p>An application cache manifest is a text file, whose text is encoded using UTF-8. Data in application cache manifests is line-based. Newlines must be represented by U+000A LINE FEED (LF) characters, U+000D CARRIAGE RETURN (CR) characters, or U+000D - CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href="references.html#refsRFC3629">[RFC3629]</a><p class="note">This is a <a href="introduction.html#willful-violation" id="willful-violation-2">willful violation</a> of RFC + CARRIAGE RETURN (CR) U+000A LINE FEED (LF) pairs. <a href="references.html#refsRFC3629">[RFC3629]</a><p class="note">This is a <a href="introduction.html#willful-violation">willful violation</a> of RFC 2046, which requires all <code title="">text/*</code> types to only allow CRLF line breaks. This requirement, however, is outdated; the use of CR, LF, and CRLF line breaks is commonly supported and indeed @@ -626,81 +581,74 @@ TABULATION (tab) characters.</p> <p>Ironically, by default, the current section is the - <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-0" title="concept-appcache-manifest-explicit">explicit section</a>.</p> + <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit section</a>.</p> <dt>Data for the current section <dd> <p>The format that data lines must take depends on the current section.</p> - <p>When the current section is the <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-1" title="concept-appcache-manifest-explicit">explicit + <p>When the current section is the <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit section</a>, data lines must consist of zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters, a - <a href="urls.html#valid-url" id="valid-url-3">valid URL</a> identifying a resource other than the + <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the manifest itself, and then zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters.</p> - <p>When the current section is the <a href="#concept-appcache-manifest-fallback" id="concept-appcache-manifest-fallback-0" title="concept-appcache-manifest-fallback">fallback + <p>When the current section is the <a href="#concept-appcache-manifest-fallback" title="concept-appcache-manifest-fallback">fallback section</a>, data lines must consist of zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters, a - <a href="urls.html#valid-url" id="valid-url-4">valid URL</a> identifying a resource other than the + <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the manifest itself, one or more U+0020 SPACE and U+0009 CHARACTER - TABULATION (tab) characters, another <a href="urls.html#valid-url" id="valid-url-5">valid URL</a> + TABULATION (tab) characters, another <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the manifest itself, and then zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters.</p> - <p>When the current section is the <a href="#concept-appcache-manifest-network" id="concept-appcache-manifest-network-0" title="concept-appcache-manifest-network">online whitelist + <p>When the current section is the <a href="#concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist section</a>, data lines must consist of zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters, either a - single U+002A ASTERISK character (*) <!-- - concept-appcache-onlinewhitelist-wildcard --> or a <a href="urls.html#valid-url" id="valid-url-6">valid + single U+002A ASTERISK character (*) or a <a href="urls.html#valid-url">valid URL</a> identifying a resource other than the manifest itself, and then zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters.</p> -<!-- - <p class="note">The URLs in data lines can't be empty strings, - since those would be relative URLs to the manifest itself. Such - lines would be confused with blank or invalid lines, anyway.</p> ---> </dl><p>Manifests may contain sections more than once. Sections may be empty.<p>If the manifest's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'><scheme></a> is <code title="">https:</code> or another scheme intended for - encrypted data transfer, then all URLs in <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-2" title="concept-appcache-manifest-explicit">explicit sections</a> + encrypted data transfer, then all URLs in <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit sections</a> must have the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>URLs that are to be fallback pages associated with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "fallback namespaces" reference in the full HTML5 spec.'>fallback namespaces</a>, and - those namespaces themselves, must be given in <a href="#concept-appcache-manifest-fallback" id="concept-appcache-manifest-fallback-1" title="concept-appcache-manifest-fallback">fallback sections</a>, + those namespaces themselves, must be given in <a href="#concept-appcache-manifest-fallback" title="concept-appcache-manifest-fallback">fallback sections</a>, with the namespace being the first URL of the data line, and the corresponding fallback page being the second URL. All the other - pages to be cached must be listed in <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-3" title="concept-appcache-manifest-explicit">explicit + pages to be cached must be listed in <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit sections</a>.<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback namespaces</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback" title='Read about this "fallback entries" reference in the full HTML5 spec.'>fallback entries</a> must have the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>A <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "fallback namespace" reference in the full HTML5 spec.'>fallback namespace</a> must not be listed more than once.<p>Namespaces that the user agent is to put into the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> - must all be specified in <a href="#concept-appcache-manifest-network" id="concept-appcache-manifest-network-1" title="concept-appcache-manifest-network">online whitelist + must all be specified in <a href="#concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist sections</a>. (This is needed for any URL that the page is intending to use to communicate back to the server.) To specify that all URLs are automatically whitelisted in this way, a U+002A - ASTERISK character (*) may be specified as one of the URLs. <!-- - concept-appcache-onlinewhitelist-wildcard --><p>Authors should not include namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> for + ASTERISK character (*) may be specified as one of the URLs. <p>Authors should not include namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> for which another namespace in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> is - a <a href="infrastructure.html#prefix-match" id="prefix-match-0">prefix match</a>.<p>Relative URLs must be given relative to the manifest's own + a <a href="infrastructure.html#prefix-match">prefix match</a>.<p>Relative URLs must be given relative to the manifest's own URL. All URLs in the manifest must have the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'><scheme></a> as the manifest itself (either explicitly or implicitly, through the use of relative URLs).<p>URLs in manifests must not have fragment identifiers (i.e. the U+0023 NUMBER SIGN character isn't allowed in URLs in manifests).<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback namespaces</a> and namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> are - matched by <a href="infrastructure.html#prefix-match" id="prefix-match-1">prefix match</a>.<h4 id="application-cache-api"><span class="secno">5.6.3 </span>Application cache API</h4><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { + matched by <a href="infrastructure.html#prefix-match">prefix match</a>.<h4 id="application-cache-api"><span class="secno">5.6.3 </span>Application cache API</h4><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> - const unsigned short <a href="#dom-appcache-uncached" id="dom-appcache-uncached-0" title="dom-appcache-UNCACHED">UNCACHED</a> = 0; - const unsigned short <a href="#dom-appcache-idle" id="dom-appcache-idle-0" title="dom-appcache-IDLE">IDLE</a> = 1; - const unsigned short <a href="#dom-appcache-checking" id="dom-appcache-checking-0" title="dom-appcache-CHECKING">CHECKING</a> = 2; - const unsigned short <a href="#dom-appcache-downloading" id="dom-appcache-downloading-0" title="dom-appcache-DOWNLOADING">DOWNLOADING</a> = 3; - const unsigned short <a href="#dom-appcache-updateready" id="dom-appcache-updateready-0" title="dom-appcache-UPDATEREADY">UPDATEREADY</a> = 4; - const unsigned short <a href="#dom-appcache-obsolete" id="dom-appcache-obsolete-0" title="dom-appcache-OBSOLETE">OBSOLETE</a> = 5; + const unsigned short <a href="#dom-appcache-uncached" title="dom-appcache-UNCACHED">UNCACHED</a> = 0; + const unsigned short <a href="#dom-appcache-idle" title="dom-appcache-IDLE">IDLE</a> = 1; + const unsigned short <a href="#dom-appcache-checking" title="dom-appcache-CHECKING">CHECKING</a> = 2; + const unsigned short <a href="#dom-appcache-downloading" title="dom-appcache-DOWNLOADING">DOWNLOADING</a> = 3; + const unsigned short <a href="#dom-appcache-updateready" title="dom-appcache-UPDATEREADY">UPDATEREADY</a> = 4; + const unsigned short <a href="#dom-appcache-obsolete" title="dom-appcache-OBSOLETE">OBSOLETE</a> = 5; readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.'>status</a>; // updates @@ -708,26 +656,26 @@ void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a>(); // events - attribute <a href="webappapis.html#function" id="function-202">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onchecking" title='Read about this "onchecking" reference in the full HTML5 spec.'>onchecking</a>; - attribute <a href="webappapis.html#function" id="function-203">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; - attribute <a href="webappapis.html#function" id="function-204">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onnoupdate" title='Read about this "onnoupdate" reference in the full HTML5 spec.'>onnoupdate</a>; - attribute <a href="webappapis.html#function" id="function-205">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-ondownloading" title='Read about this "ondownloading" reference in the full HTML5 spec.'>ondownloading</a>; - attribute <a href="webappapis.html#function" id="function-206">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; - attribute <a href="webappapis.html#function" id="function-207">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onupdateready" title='Read about this "onupdateready" reference in the full HTML5 spec.'>onupdateready</a>; - attribute <a href="webappapis.html#function" id="function-208">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-oncached" title='Read about this "oncached" reference in the full HTML5 spec.'>oncached</a>; - attribute <a href="webappapis.html#function" id="function-209">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onobsolete" title='Read about this "onobsolete" reference in the full HTML5 spec.'>onobsolete</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onchecking" title='Read about this "onchecking" reference in the full HTML5 spec.'>onchecking</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onnoupdate" title='Read about this "onnoupdate" reference in the full HTML5 spec.'>onnoupdate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-ondownloading" title='Read about this "ondownloading" reference in the full HTML5 spec.'>ondownloading</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onupdateready" title='Read about this "onupdateready" reference in the full HTML5 spec.'>onupdateready</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-oncached" title='Read about this "oncached" reference in the full HTML5 spec.'>oncached</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onobsolete" title='Read about this "onobsolete" reference in the full HTML5 spec.'>onobsolete</a>; }; -<a href="#applicationcache" id="applicationcache-2">ApplicationCache</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt> +<a href="#applicationcache">ApplicationCache</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt> <dd> - <p>(In a window.) Returns the <code><a href="#applicationcache" id="applicationcache-3">ApplicationCache</a></code> object that applies to the <a href="browsers.html#active-document" id="active-document-8">active document</a> of that <code><a href="browsers.html#window" id="window-16">Window</a></code>.</p> + <p>(In a window.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the <a href="browsers.html#active-document">active document</a> of that <code><a href="browsers.html#window">Window</a></code>.</p> </dd> <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt> <dd> - <p>(In a shared worker.) Returns the <code><a href="#applicationcache" id="applicationcache-4">ApplicationCache</a></code> object that applies to the current shared worker. + <p>(In a shared worker.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the current shared worker. <a href="references.html#refsWEBWORKERS">[WEBWORKERS]</a> @@ -747,7 +695,7 @@ <p>Invokes the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-download-process" title='Read about this "application cache download process" reference in the full HTML5 spec.'>application cache download process</a>.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-12">INVALID_STATE_ERR</a></code> exception if there is no application cache to update.</p> + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if there is no application cache to update.</p> </dd> @@ -756,7 +704,7 @@ <p>Switches to the most recent application cache, if there is a newer one. If there isn't, throws an - <code><a href="urls.html#invalid_state_err" id="invalid_state_err-13">INVALID_STATE_ERR</a></code> exception.</p> + <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception.</p> <p>This does not cause previously-loaded resources to be reloaded; for example, images do not suddenly get reloaded and style sheets @@ -769,14 +717,14 @@ </dl><dl><dt><dfn id="dom-appcache-uncached" title="dom-appcache-UNCACHED"><code>UNCACHED</code></dfn> (numeric value 0)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-5">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is not associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> at this time.</dd> <dt><dfn id="dom-appcache-idle" title="dom-appcache-IDLE"><code>IDLE</code></dfn> (numeric value 1)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-6">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is <i>idle</i>, and that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.'>newest</a> cache in its @@ -786,7 +734,7 @@ <dt><dfn id="dom-appcache-checking" title="dom-appcache-CHECKING"><code>CHECKING</code></dfn> (numeric value 2)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-7">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is <i>checking</i>.</dd> @@ -794,7 +742,7 @@ <dt><dfn id="dom-appcache-downloading" title="dom-appcache-DOWNLOADING"><code>DOWNLOADING</code></dfn> (numeric value 3)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-8">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is <i>downloading</i>.</dd> @@ -802,7 +750,7 @@ <dt><dfn id="dom-appcache-updateready" title="dom-appcache-UPDATEREADY"><code>UPDATEREADY</code></dfn> (numeric value 4)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-9">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is <i>idle</i>, and whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is not @@ -813,7 +761,7 @@ <dt><dfn id="dom-appcache-obsolete" title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></dfn> (numeric value 5)</dt> - <dd><p>The <code><a href="#applicationcache" id="applicationcache-10">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache + <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.414 retrieving revision 1.415 diff -u -d -r1.414 -r1.415 --- content-models.html 13 Apr 2011 07:54:37 -0000 1.414 +++ content-models.html 20 Apr 2011 12:21:09 -0000 1.415 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.2.5 Content models — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.2.5 Content models — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,58 +335,57 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1177 lines suppressed...] <td>Role must be either <code title="attr-aria-role-document">document</code> or <code title="attr-aria-role-application">application</code> @@ -1253,7 +1213,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-labelledby="fish-caption"</strong>> <!-- that's "labelled" with TWO "l"s --> + <pre><figure <strong>role="img" aria-labelledby="fish-caption"</strong>> <pre> o .'`/ ' / ( @@ -1271,6 +1231,6 @@ </figure> </pre> - <!-- source: http://www.geocities.com/SoHo/7373/aquatic.htm#fish --> + </div> \ No newline at end of file Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v retrieving revision 1.409 retrieving revision 1.410 diff -u -d -r1.409 -r1.410 --- states-of-the-type-attribute.html 13 Apr 2011 07:54:44 -0000 1.409 +++ states-of-the-type-attribute.html 20 Apr 2011 12:21:17 -0000 1.410 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.1 States of the type attribute — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.1 States of the type attribute — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,19 +335,19 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1197 lines suppressed...] <p>The following example shows part of a flight booking - application. The application uses an <code><a href="the-input-element.html#the-input-element" id="input-90">input</a></code> element - with its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-69">type</a></code> attribute set to - <code title="attr-input-type-datetime-local"><a href="#local-date-and-time-state" id="datetime-local-0">datetime-local</a></code>, + application. The application uses an <code><a href="the-input-element.html#the-input-element">input</a></code> element + with its <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute set to + <code title="attr-input-type-datetime-local"><a href="#local-date-and-time-state">datetime-local</a></code>, and it then interprets the given date and time in the time zone of the selected airport.</p> @@ -1233,7 +1219,7 @@ <option value=FRA label="Frankfurt"> </datalist></pre> - <p>If the application instead used the <code title="attr-input-type-datetime"><a href="#date-and-time-state" id="datetime">datetime</a></code> type, then the + <p>If the application instead used the <code title="attr-input-type-datetime"><a href="#date-and-time-state">datetime</a></code> type, then the user would have to work out the time-zone conversions himself, which is clearly not a good user experience!</p> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v retrieving revision 1.409 retrieving revision 1.410 diff -u -d -r1.409 -r1.410 --- apis-in-html-documents.html 13 Apr 2011 07:54:37 -0000 1.409 +++ apis-in-html-documents.html 20 Apr 2011 12:21:08 -0000 1.410 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.3 APIs in HTML documents — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>3.3 APIs in HTML documents — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,20 +335,20 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="content-models.html">← 3.2.5 Content models</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="semantics.html">4 The elements of HTML →</a> - <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><a href="apis-in-html-documents.html#dynamic-markup-insertion" id="x3.4-dynamic-markup-insertion"><span class="secno">3.4 </span>Dynamic markup insertion</a> - <ol><li><a href="apis-in-html-documents.html#opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</a><li><a href="apis-in-html-documents.html#closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</a><li><a href="apis-in-html-documents.html#document.write"><span class="secno">3.4.3 </span><code title="dom-document-write">document.write()</code></a><li><a href="apis-in-html-documents.html#document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln">document.writeln()</code></a><li><a href="apis-in-html-documents.html#innerhtml"><span class="secno">3.4.5 </span><code title="dom-innerHTML">innerHTML</code></a><li><a href="apis-in-html-documents.html#outerhtml"><span class="secno">3.4.6 </span><code title="dom-outerHTML">outerHTML</code></a><li><a href="apis-in-html-documents.html#insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML">insertAdjacentHTML()</code></a></ol></ol></ol></div> + <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><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><a href="apis-in-html-documents.html#closing-the-input-stream"><span class="secno">3.5.2 </span>Closing the input stream</a><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><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><a href="apis-in-html-documents.html#innerhtml"><span class="secno">3.5.5 </span><code title="dom-innerHTML">innerHTML</code></a><li><a href="apis-in-html-documents.html#outerhtml"><span class="secno">3.5.6 </span><code title="dom-outerHTML">outerHTML</code></a><li><a href="apis-in-html-documents.html#insertadjacenthtml"><span class="secno">3.5.7 </span><code title="dom-insertAdjacentHTML">insertAdjacentHTML()</code></a></ol></ol></ol></div> - <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" id="html-documents-9">HTML documents</a>, and for <a href="infrastructure.html#html-elements" id="html-elements-30">HTML - elements</a> in <a href="dom.html#html-documents" id="html-documents-10">HTML documents</a>, certain APIs defined + <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 below. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>This does not apply to <a href="dom.html#xml-documents" id="xml-documents-7">XML documents</a> or to elements - that are not in the <a href="urls.html#html-namespace-0" id="html-namespace-3">HTML namespace</a> despite being in - <a href="dom.html#html-documents" id="html-documents-11">HTML documents</a>.<dl><dt><code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-element-tagname" title='Read about this "Element.tagName" reference in the full HTML5 spec.'>Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt> + defined in DOM Core, and as summarized below. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>This does not apply to <a href="dom.html#xml-documents">XML documents</a> or to elements + that are not in the <a href="urls.html#html-namespace-0">HTML namespace</a> despite being in + <a href="dom.html#html-documents">HTML documents</a>.<dl><dt><code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-element-tagname" title='Read about this "Element.tagName" reference in the full HTML5 spec.'>Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt> <dd> @@ -420,7 +417,7 @@ - <p class="note">Thus, in an <a href="dom.html#html-documents" id="html-documents-12" title="HTML documents">HTML + <p class="note">Thus, in an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> with nodes in multiple namespaces, these methods will effectively be both case-sensitive and case-insensitive at the same time.</p> @@ -430,11 +427,11 @@ </dl><h3 id="dynamic-markup-insertion"><span class="secno">3.4 </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" id="html-documents-13">HTML documents</a> - (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>) or XHTML in <a href="dom.html#xml-documents" id="xml-documents-8">XML + depending on whether they are used with <a href="dom.html#html-documents">HTML documents</a> + (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>) or XHTML in <a href="dom.html#xml-documents">XML documents</a> (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-xhtml-syntax.html#xml-parser" title='Read about this "XML parser" reference in the full HTML5 spec.'>XML parser</a>).<h4 id="opening-the-input-stream"><span class="secno">3.4.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.<dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open" id="open-2">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt> + arguments.<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> <dd> @@ -443,7 +440,7 @@ previous object, which is then returned.</p> <p>If the <var title="">type</var> argument is omitted or has the - value "<code><a href="iana.html#text-html" id="text-html-3">text/html</a></code>", then the resulting + value "<code><a href="iana.html#text-html">text/html</a></code>", then the resulting <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> has an HTML parser associated with it, which can be given data to parse using <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code>. Otherwise, all content passed to <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> will be parsed @@ -457,13 +454,13 @@ <p>The method has no effect if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is still being parsed.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-0">INVALID_STATE_ERR</a></code> exception if the - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-9" title="XML documents">XML + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML document</a>.</p> </dd> - <dt><var title="">window</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open" id="open-3">open</a></code>( <var title="">url</var>, <var title="">name</var>, <var title="">features</var> [, <var title="">replace</var> ] )</dt> + <dt><var title="">window</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open">open</a></code>( <var title="">url</var>, <var title="">name</var>, <var title="">features</var> [, <var title="">replace</var> ] )</dt> <dd> @@ -476,10 +473,10 @@ <dd> - <p>Closes the input stream that was opened by the <code title="dom-document-open"><a href="#dom-document-open" id="document.open-0">document.open()</a></code> method.</p> + <p>Closes the input stream that was opened by the <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> method.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-1">INVALID_STATE_ERR</a></code> exception if the - <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-10" title="XML documents">XML + <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the + <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML document</a>.</p> </dd> @@ -495,7 +492,7 @@ some cases, this method can affect the state of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> while the parser is running, resulting in a DOM that does not correspond to the source of the document. In other cases, - the call can clear the current page first, as if <code title="dom-document-open"><a href="#dom-document-open" id="document.open-1">document.open()</a></code> had been called. + the call can clear the current page first, as if <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> had been called. In yet more cases, the method is simply ignored, or throws an exception. To make matters worse, the exact behavior of this method can in some cases be dependent on network latency, which @@ -503,8 +500,8 @@ these reasons, use of this method is strongly discouraged.</strong></p> - <p>This method throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-2">INVALID_STATE_ERR</a></code> exception - when invoked on <a href="dom.html#xml-documents" id="xml-documents-11">XML documents</a>.</p> + <p>This method throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception + when invoked on <a href="dom.html#xml-documents">XML documents</a>.</p> </dd> @@ -514,16 +511,16 @@ <p>Adds the given string(s) to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input stream, followed by a newline character. If necessary, calls the - <code title="dom-document-open"><a href="#dom-document-open" id="open-4">open()</a></code> method implicitly + <code title="dom-document-open"><a href="#dom-document-open">open()</a></code> method implicitly first.</p> - <p>This method throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-3">INVALID_STATE_ERR</a></code> exception - when invoked on <a href="dom.html#xml-documents" id="xml-documents-12">XML documents</a>.</p> + <p>This method throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception + when invoked on <a href="dom.html#xml-documents">XML documents</a>.</p> </dd> - </dl><h4 id="innerhtml"><span class="secno">3.4.5 </span><code title="dom-innerHTML"><a href="#dom-innerhtml" id="innerhtml-0">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.<dl class="domintro"><dt><var title="">document</var> . <code title="dom-innerHTML"><a href="#dom-innerhtml" id="innerhtml-1">innerHTML</a></code> [ = <var title="">value</var> ]</dt> + </dl><h4 id="innerhtml"><span class="secno">3.4.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.<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> @@ -533,14 +530,14 @@ <p>Can be set, to replace the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s contents with the result of parsing the given string.</p> - <p>In the case of <a href="dom.html#xml-documents" id="xml-documents-13">XML documents</a>, will throw an - <code><a href="urls.html#invalid_state_err" id="invalid_state_err-4">INVALID_STATE_ERR</a></code> if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cannot - be serialized to XML, and a <code><a href="urls.html#syntax_err" id="syntax_err-4">SYNTAX_ERR</a></code> if the given + <p>In the case of <a href="dom.html#xml-documents">XML documents</a>, will throw an + <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cannot + be serialized to XML, and a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> if the given string is not well-formed.</p> </dd> - <dt><var title="">element</var> . <code title="dom-innerHTML"><a href="#dom-innerhtml" id="innerhtml-2">innerHTML</a></code> [ = <var title="">value</var> ]</dt> + <dt><var title="">element</var> . <code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> [ = <var title="">value</var> ]</dt> <dd> @@ -550,15 +547,15 @@ <p>Can be set, to replace the contents of the element with nodes parsed from the given string.</p> - <p>In the case of <a href="dom.html#xml-documents" id="xml-documents-14">XML documents</a>, will throw an - <code><a href="urls.html#invalid_state_err" id="invalid_state_err-5">INVALID_STATE_ERR</a></code> if the element cannot be serialized - to XML, and a <code><a href="urls.html#syntax_err" id="syntax_err-5">SYNTAX_ERR</a></code> if the given string is not + <p>In the case of <a href="dom.html#xml-documents">XML documents</a>, will throw an + <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the element cannot be serialized + to XML, and a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> if the given string is not well-formed.</p> </dd> - </dl><h4 id="outerhtml"><span class="secno">3.4.6 </span><code title="dom-outerHTML"><a href="#dom-outerhtml" id="outerhtml-0">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.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-outerHTML"><a href="#dom-outerhtml" id="outerhtml-1">outerHTML</a></code> [ = <var title="">value</var> ]</dt> + </dl><h4 id="outerhtml"><span class="secno">3.4.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.<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> @@ -568,12 +565,12 @@ <p>Can be set, to replace the element with nodes parsed from the given string.</p> - <p>In the case of <a href="dom.html#xml-documents" id="xml-documents-15">XML documents</a>, will throw an - <code><a href="urls.html#invalid_state_err" id="invalid_state_err-6">INVALID_STATE_ERR</a></code> if the element cannot be serialized - to XML, and a <code><a href="urls.html#syntax_err" id="syntax_err-6">SYNTAX_ERR</a></code> if the given string is not + <p>In the case of <a href="dom.html#xml-documents">XML documents</a>, will throw an + <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the element cannot be serialized + to XML, and a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> if the given string is not well-formed.</p> - <p>Throws a <code><a href="urls.html#no_modification_allowed_err" id="no_modification_allowed_err-0">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if + <p>Throws a <code><a href="urls.html#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if the parent of the element is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> node.</p> @@ -596,11 +593,11 @@ <dd>Just inside the element, after its last child.</dd> <dt>"afterend"</dt> <dd>After the element itself.</dd> - </dl><p>Throws a <code><a href="urls.html#syntax_err" id="syntax_err-7">SYNTAX_ERR</a></code> exception if the arguments - have invalid values (e.g., in the case of <a href="dom.html#xml-documents" id="xml-documents-16">XML + </dl><p>Throws a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> exception if the arguments + have invalid values (e.g., in the case of <a href="dom.html#xml-documents">XML documents</a>, if the given string is not well-formed).</p> - <p>Throws a <code><a href="urls.html#no_modification_allowed_err" id="no_modification_allowed_err-1">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if + <p>Throws a <code><a href="urls.html#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if the given position isn't possible (e.g. inserting elements after the root element of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>).</p> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.960 retrieving revision 1.961 diff -u -d -r1.960 -r1.961 --- obsolete.html 13 Apr 2011 07:54:40 -0000 1.960 +++ obsolete.html 20 Apr 2011 12:21:14 -0000 1.961 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>10 Obsolete features — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>10 Obsolete features — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,77 +335,78 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="iana.html">11 IANA considerations →</a> - <ol class="toc"><li><a href="obsolete.html#obsolete"><span class="secno">10 </span>Obsolete features</a> - <ol><li><a href="obsolete.html#obsolete-but-conforming-features"><span class="secno">10.1 </span>Obsolete but conforming features</a><li><a href="obsolete.html#non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</a></ol></ol></div> + <ol class="toc"><li><a href="obsolete.html#obsolete"><span class="secno">11 </span>Obsolete features</a> + <ol><li><a href="obsolete.html#obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</a> + <li><a href="obsolete.html#non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</a></ol></ol></div> <h2 id="obsolete"><span class="secno">10 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">10.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in - conformance checkers.<p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border" id="border">border</a></code> attribute on an - <code><a href="embedded-content-1.html#the-img-element" id="img-29">img</a></code> element. If the attribute is present, its value + conformance checkers.<p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an + <code><a href="embedded-content-1.html#the-img-element">img</a></code> element. If the attribute is present, its value must be the string "<code title="">0</code>". CSS should be used - instead.<p>Authors should not specify a <code title="attr-script-language"><a href="#attr-script-language" id="language">language</a></code> attribute on a - <code><a href="scripting-1.html#script" id="script-33">script</a></code> element. If the attribute is present, its value - must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-30">ASCII case-insensitive</a> match for the string - "<code title="">JavaScript</code>" and either the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type" id="type-12">type</a></code> attribute must be omitted or - its value must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-31">ASCII case-insensitive</a> match for + instead.<p>Authors should not specify a <code title="attr-script-language"><a href="#attr-script-language">language</a></code> attribute on a + <code><a href="scripting-1.html#script">script</a></code> element. If the attribute is present, its value + must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string + "<code title="">JavaScript</code>" and either the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type">type</a></code> attribute must be omitted or + its value must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">text/javascript</code>". The attribute should be entirely omitted instead (with the value "<code title="">JavaScript</code>", it has no effect), or replaced with use - of the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type" id="type-13">type</a></code> attribute.<p>Authors should not specify the <code title="attr-a-name"><a href="#attr-a-name" id="name-55">name</a></code> attribute on <code><a href="text-level-semantics.html#the-a-element" id="a-59">a</a></code> + of the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type">type</a></code> attribute.<p>Authors should not specify the <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attribute on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements. If the attribute is present, its value must not be the empty string and must neither be equal to the value of any of the - <a href="elements.html#concept-id" id="concept-id-22" title="concept-id">IDs</a> in the element's <a href="infrastructure.html#home-subtree" id="home-subtree-2">home - subtree</a> other than the element's own <a href="elements.html#concept-id" id="concept-id-23" title="concept-id">ID</a>, if any, nor be equal to the value of - any of the other <code title="attr-a-name"><a href="#attr-a-name" id="name-56">name</a></code> attributes on - <code><a href="text-level-semantics.html#the-a-element" id="a-60">a</a></code> elements in the element's <a href="infrastructure.html#home-subtree" id="home-subtree-3">home + <a href="elements.html#concept-id" title="concept-id">IDs</a> in the element's <a href="infrastructure.html#home-subtree">home + subtree</a> other than the element's own <a href="elements.html#concept-id" title="concept-id">ID</a>, if any, nor be equal to the value of + any of the other <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attributes on + <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements in the element's <a href="infrastructure.html#home-subtree">home subtree</a>. If this attribute is present and the element has an - <a href="elements.html#concept-id" id="concept-id-24" title="concept-id">ID</a>, then the attribute's value must - be equal to the element's <a href="elements.html#concept-id" id="concept-id-25" title="concept-id">ID</a>. In + <a href="elements.html#concept-id" title="concept-id">ID</a>, then the attribute's value must + be equal to the element's <a href="elements.html#concept-id" title="concept-id">ID</a>. In earlier versions of the language, this attribute was intended as a - way to specify possible targets for fragment identifiers in <a href="urls.html#url" id="url-22" title="URL">URLs</a>. The <code title="attr-id"><a href="elements.html#the-id-attribute" id="id-3">id</a></code> - attribute should be used instead.<p class="note">In <a href="syntax.html#syntax" id="the-html-syntax-8">the HTML syntax</a>, specifying a <a href="syntax.html#syntax-doctype" id="syntax-doctype-4" title="syntax-DOCTYPE">DOCTYPE</a> that is an <a href="syntax.html#obsolete-permitted-doctype" id="obsolete-permitted-doctype-1">obsolete + way to specify possible targets for fragment identifiers in <a href="urls.html#url" title="URL">URLs</a>. The <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> + attribute should be used instead.<p class="note">In <a href="syntax.html#syntax">the HTML syntax</a>, specifying a <a href="syntax.html#syntax-doctype" title="syntax-DOCTYPE">DOCTYPE</a> that is an <a href="syntax.html#obsolete-permitted-doctype">obsolete permitted DOCTYPE</a> will also trigger a warning.<h3 id="non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</h3><p>Elements in the following list are entirely obsolete, and must - not be used by authors:<dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code></dt> - <dd><p>Use <code><a href="the-iframe-element.html#the-embed-element" id="embed-13">embed</a></code> or <code><a href="the-iframe-element.html#the-object-element" id="object-30">object</a></code> instead.</dd> + not be used by authors:<dl><dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>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.</dd> <dt><dfn id="acronym"><code>acronym</code></dfn></dt> - <dd><p>Use <code><a href="text-level-semantics.html#the-abbr-element" id="abbr-12">abbr</a></code> instead.</dd> + <dd><p>Use <code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code> instead.</dd> <dt><dfn id="bgsound"><code>bgsound</code></dfn></dt> - <dd><p>Use <code><a href="video.html#audio" id="audio-13">audio</a></code> instead.</dd> + <dd><p>Use <code><a href="video.html#audio">audio</a></code> instead.</dd> <dt><dfn id="dir"><code>dir</code></dfn></dt> - <dd><p>Use <code><a href="grouping-content.html#the-ul-element" id="ul-15">ul</a></code> instead.</dd> + <dd><p>Use <code><a href="grouping-content.html#the-ul-element">ul</a></code> instead.</dd> <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code></dt> <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code></dt> <dt><dfn id="noframes"><code>noframes</code></dfn></dt> - <dd><p>Either use <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-43">iframe</a></code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</dd> + <dd><p>Either use <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</dd> <dt><dfn id="isindex-0"><code>isindex</code></dfn></dt> - <dd><p>Use an explicit <code><a href="forms.html#the-form-element" id="form-33">form</a></code> and <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-6" title="attr-input-type-text">text field</a> combination instead.</dd> + <dd><p>Use an explicit <code><a href="forms.html#the-form-element">form</a></code> and <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">text field</a> combination instead.</dd> <dt><dfn id="listing"><code>listing</code></dfn></dt> <dt><dfn id="xmp"><code>xmp</code></dfn></dt> - <dd><p>Use <code><a href="grouping-content.html#the-pre-element" id="pre-15">pre</a></code> and <code><a href="text-level-semantics.html#the-code-element" id="code-6">code</a></code> instead.</dd> + <dd><p>Use <code><a href="grouping-content.html#the-pre-element">pre</a></code> and <code><a href="text-level-semantics.html#the-code-element">code</a></code> instead.</dd> <dt><dfn id="nextid"><code>nextid</code></dfn></dt> <dd><p>Use GUIDs instead.</dd> <dt><dfn id="noembed"><code>noembed</code></dfn></dt> - <dd><p>Use <code><a href="the-iframe-element.html#the-object-element" id="object-31">object</a></code> instead of <code><a href="the-iframe-element.html#the-embed-element" id="embed-14">embed</a></code> when fallback is necessary.</dd> + <dd><p>Use <code><a href="the-iframe-element.html#the-object-element">object</a></code> instead of <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> when fallback is necessary.</dd> <dt><dfn id="plaintext"><code>plaintext</code></dfn></dt> - <dd><p>Use the "<code>text/plain</code>" <a href="infrastructure.html#mime-type" id="mime-type-19">MIME type</a> instead.</dd> + <dd><p>Use the "<code>text/plain</code>" <a href="infrastructure.html#mime-type">MIME type</a> instead.</dd> <dt><dfn id="rb"><code>rb</code></dfn></dt> - <dd><p>Providing the ruby base directly inside the <code><a href="text-level-semantics.html#the-ruby-element" id="ruby-9">ruby</a></code> element is sufficient; the <code><a href="#rb" id="rb-0">rb</a></code> element is unnecessary. Omit it altogether.</dd> + <dd><p>Providing the ruby base directly inside the <code><a href="text-level-semantics.html#the-ruby-element">ruby</a></code> element is sufficient; the <code><a href="#rb">rb</a></code> element is unnecessary. Omit it altogether.</dd> <dt><dfn id="strike"><code>strike</code></dfn></dt> - <dd><p>Use <code><a href="edits.html#the-del-element" id="del-26">del</a></code> instead if the element is marking an edit, otherwise use <code><a href="text-level-semantics.html#the-s-element" id="s-5">s</a></code> instead.</dd> + <dd><p>Use <code><a href="edits.html#the-del-element">del</a></code> instead if the element is marking an edit, otherwise use <code><a href="text-level-semantics.html#the-s-element">s</a></code> instead.</dd> <dt><dfn id="basefont"><code>basefont</code></dfn></dt> <dt><dfn id="big"><code>big</code></dfn></dt> @@ -420,24 +418,23 @@ <dt><dfn id="nobr"><code>nobr</code></dfn></dt> <dt><dfn id="spacer"><code>spacer</code></dfn></dt> <dt><dfn id="tt"><code>tt</code></dfn></dt> - <dt><dfn id="u"><code>u</code></dfn></dt> <dd> <p>Use appropriate elements and/or CSS instead.</p> - <p>Where the <code><a href="#tt" id="tt-0">tt</a></code> element would have been used for - marking up keyboard input, consider the <code><a href="text-level-semantics.html#the-kbd-element" id="kbd-15">kbd</a></code> element; - for variables, consider the <code><a href="text-level-semantics.html#the-var-element" id="var-6">var</a></code> element; for computer - code, consider the <code><a href="text-level-semantics.html#the-code-element" id="code-7">code</a></code> element; and for computer - output, consider the <code><a href="text-level-semantics.html#the-samp-element" id="samp-10">samp</a></code> element.</p> + <p>Where the <code><a href="#tt">tt</a></code> element would have been used for + marking up keyboard input, consider the <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code> element; + for variables, consider the <code><a href="text-level-semantics.html#the-var-element">var</a></code> element; for computer + code, consider the <code><a href="text-level-semantics.html#the-code-element">code</a></code> element; and for computer + output, consider the <code><a href="text-level-semantics.html#the-samp-element">samp</a></code> element.</p> - <p>Similarly, if the <code><a href="#u" id="u-0">u</a></code> element is being used to - indicate emphasis, consider using the <code><a href="text-level-semantics.html#the-em-element" id="em-11">em</a></code> element; if - it is being used for marking up keywords, consider the - <code><a href="text-level-semantics.html#the-b-element" id="b-16">b</a></code> element; and if it is being used for highlighting - text for reference purposes, consider the <code><a href="text-level-semantics.html#the-mark-element" id="mark-10">mark</a></code> - element.</p> + <p>Similarly, if the <code><a href="#big">big</a></code> element is being used to + denote a heading, consider using the <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element; if + it is being used for marking up important passages, consider the + <code><a href="text-level-semantics.html#the-strong-element">strong</a></code> element; and if it is being used for + highlighting text for reference purposes, consider the + <code><a href="text-level-semantics.html#the-mark-element">mark</a></code> element.</p> <p>See also the <a href="text-level-semantics.html#usage-summary">text-level semantics usage summary</a> for more suggestions with examples.</p> @@ -445,196 +442,203 @@ </dd> </dl><hr><p>The following attributes are obsolete (though the elements are - still part of the language), and must not be used by authors:<dl><!-- alphabetical by element then attribute of first item in group, except CSS goes last --><dt><dfn id="attr-a-charset" title="attr-a-charset"><code>charset</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-61">a</a></code> elements</dt> - <dt><dfn id="attr-link-charset" title="attr-link-charset"><code>charset</code></dfn> on <code><a href="semantics.html#the-link-element" id="link-55">link</a></code> elements</dt> + still part of the language), and must not be used by authors:<dl><dt><dfn id="attr-a-charset" title="attr-a-charset"><code>charset</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dt><dfn id="attr-link-charset" title="attr-link-charset"><code>charset</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt> <dd><p>Use an HTTP Content-Type header on the linked resource instead.</dd> - <dt><dfn id="attr-a-coords" title="attr-a-coords"><code>coords</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-62">a</a></code> elements</dt> - <dt><dfn id="attr-a-shape" title="attr-a-shape"><code>shape</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-63">a</a></code> elements</dt> - <dd><p>Use <code><a href="the-map-element.html#the-area-element" id="area-51">area</a></code> instead of <code><a href="text-level-semantics.html#the-a-element" id="a-64">a</a></code> for image maps.</dd> + <dt><dfn id="attr-a-coords" title="attr-a-coords"><code>coords</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dt><dfn id="attr-a-shape" title="attr-a-shape"><code>shape</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dd><p>Use <code><a href="the-map-element.html#the-area-element">area</a></code> instead of <code><a href="text-level-semantics.html#the-a-element">a</a></code> for image maps.</dd> - <dt><dfn id="attr-a-methods" title="attr-a-methods"><code>methods</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-65">a</a></code> elements</dt> - <dt><dfn id="attr-link-methods" title="attr-link-methods"><code>methods</code></dfn> on <code><a href="semantics.html#the-link-element" id="link-56">link</a></code> elements</dt> + <dt><dfn id="attr-a-methods" title="attr-a-methods"><code>methods</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dt><dfn id="attr-link-methods" title="attr-link-methods"><code>methods</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt> <dd><p>Use the HTTP OPTIONS feature instead.</dd> - <dt><dfn id="attr-a-name" title="attr-a-name"><code>name</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-66">a</a></code> elements (except as noted in the previous section)</dt> - <dt><dfn id="attr-embed-name" title="attr-embed-name"><code>name</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element" id="embed-15">embed</a></code> elements</dt> - <dt><dfn id="attr-img-name" title="attr-img-name"><code>name</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-30">img</a></code> elements</dt> - <dt><dfn id="attr-option-name" title="attr-option-name"><code>name</code></dfn> on <code><a href="the-button-element.html#the-option-element" id="option-38">option</a></code> elements</dt> - <dd><p>Use the <code title="attr-id"><a href="elements.html#the-id-attribute" id="id-4">id</a></code> attribute instead.</dd> + <dt><dfn id="attr-a-name" title="attr-a-name"><code>name</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements (except as noted in the previous section)</dt> + <dt><dfn id="attr-embed-name" title="attr-embed-name"><code>name</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements</dt> + <dt><dfn id="attr-img-name" title="attr-img-name"><code>name</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dt><dfn id="attr-option-name" title="attr-option-name"><code>name</code></dfn> on <code><a href="the-button-element.html#the-option-element">option</a></code> elements</dt> + <dd><p>Use the <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attribute instead.</dd> - <dt><dfn id="attr-a-rev" title="attr-a-rev"><code>rev</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-67">a</a></code> elements</dt> - <dt><dfn id="attr-link-rev" title="attr-link-rev"><code>rev</code></dfn> on <code><a href="semantics.html#the-link-element" id="link-57">link</a></code> elements</dt> - <dd><p>Use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-23">rel</a></code> + <dt><dfn id="attr-a-rev" title="attr-a-rev"><code>rev</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dt><dfn id="attr-link-rev" title="attr-link-rev"><code>rev</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt> + <dd><p>Use the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code> attribute instead, with an opposite term. (For example, instead of <code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</dd> - <dt><dfn id="attr-a-urn" title="attr-a-urn"><code>urn</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-68">a</a></code> elements</dt> - <dt><dfn id="attr-link-urn" title="attr-link-urn"><code>urn</code></dfn> on <code><a href="semantics.html#the-link-element" id="link-58">link</a></code> elements</dt> - <dd><p>Specify the preferred persistent identifier using the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-26">href</a></code> attribute instead.</dd> + <dt><dfn id="attr-a-urn" title="attr-a-urn"><code>urn</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt> + <dt><dfn id="attr-link-urn" title="attr-link-urn"><code>urn</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt> + <dd><p>Specify the preferred persistent identifier using the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute instead.</dd> - <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="the-map-element.html#the-area-element" id="area-52">area</a></code> elements</dt> - <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-27">href</a></code> - attribute is sufficient; the <code title="attr-area-nohref"><a href="#attr-area-nohref" id="nohref">nohref</a></code> attribute is + <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="the-map-element.html#the-area-element">area</a></code> elements</dt> + <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> + attribute is sufficient; the <code title="attr-area-nohref"><a href="#attr-area-nohref">nohref</a></code> attribute is unnecessary. Omit it altogether.</dd> - <dt><dfn id="attr-head-profile" title="attr-head-profile"><code>profile</code></dfn> on <code><a href="semantics.html#the-head-element-0" id="head-32">head</a></code> elements</dt> - <dd><p>When used for declaring which <code><a href="semantics.html#meta" id="meta-31">meta</a></code> terms are - used in the document, unnecessary; omit it altogether, and <a href="semantics.html#concept-meta-extensions" id="concept-meta-extensions-2" title="concept-meta-extensions">register the names</a>.</dd> + <dt><dfn id="attr-head-profile" title="attr-head-profile"><code>profile</code></dfn> on <code><a href="semantics.html#the-head-element-0">head</a></code> elements</dt> + <dd><p>When used for declaring which <code><a href="semantics.html#meta">meta</a></code> terms are + used in the document, unnecessary; omit it altogether, and <a href="semantics.html#concept-meta-extensions" title="concept-meta-extensions">register the names</a>.</dd> <dd><p>When used for triggering specific user agent behaviors: use - a <code><a href="semantics.html#the-link-element" id="link-59">link</a></code> element instead.</dd> + a <code><a href="semantics.html#the-link-element">link</a></code> element instead.</dd> - <dt><dfn id="attr-html-version" title="attr-html-version"><code>version</code></dfn> on <code><a href="semantics.html#the-html-element-0" id="html-22">html</a></code> elements</dt> + <dt><dfn id="attr-html-version" title="attr-html-version"><code>version</code></dfn> on <code><a href="semantics.html#the-html-element-0">html</a></code> elements</dt> <dd><p>Unnecessary. Omit it altogether.</dd> - <dt><dfn id="attr-input-usemap" title="attr-input-usemap"><code>usemap</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input-128">input</a></code> elements</dt> - <dd><p>Use <code><a href="embedded-content-1.html#the-img-element" id="img-31">img</a></code> instead of <code><a href="the-input-element.html#the-input-element" id="input-129">input</a></code> for image maps.</dd> + <dt><dfn id="attr-input-usemap" title="attr-input-usemap"><code>usemap</code></dfn> on <code><a href="the-input-element.html#the-input-element">input</a></code> elements</dt> + <dd><p>Use <code><a href="embedded-content-1.html#the-img-element">img</a></code> instead of <code><a href="the-input-element.html#the-input-element">input</a></code> for image maps.</dd> - <dt><dfn id="attr-iframe-longdesc" title="attr-iframe-longdesc"><code>longdesc</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-44">iframe</a></code> elements</dt> - <dt><dfn id="attr-img-longdesc" title="attr-img-longdesc"><code>longdesc</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-32">img</a></code> elements</dt> - <dd><p>Use a regular <code><a href="text-level-semantics.html#the-a-element" id="a-69">a</a></code> element to link to the - description, or (in the case of images) use an <a href="the-map-element.html#image-map" id="image-map-7">image + <dt><dfn id="attr-iframe-longdesc" title="attr-iframe-longdesc"><code>longdesc</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-img-longdesc" title="attr-img-longdesc"><code>longdesc</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dd><p>Use a regular <code><a href="text-level-semantics.html#the-a-element">a</a></code> element to link to the + description, or (in the case of images) use an <a href="the-map-element.html#image-map">image map</a> to provide a link from the image to the image's description.</dd> - <dt><dfn id="attr-img-lowsrc" title="attr-img-lowsrc"><code>lowsrc</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-33">img</a></code> elements</dt> - <dd><p>Use a progressive JPEG image (given in the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src" id="src-16">src</a></code> attribute), + <dt><dfn id="attr-img-lowsrc" title="attr-img-lowsrc"><code>lowsrc</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dd><p>Use a progressive JPEG image (given in the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute), instead of using two separate images.</dd> - <dt><dfn id="attr-link-target" title="attr-link-target"><code>target</code></dfn> on <code><a href="semantics.html#the-link-element" id="link-60">link</a></code> elements</dt> + <dt><dfn id="attr-link-target" title="attr-link-target"><code>target</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt> <dd><p>Unnecessary. Omit it altogether.</dd> - <dt><dfn id="attr-meta-scheme" title="attr-meta-scheme"><code>scheme</code></dfn> on <code><a href="semantics.html#meta" id="meta-32">meta</a></code> elements</dt> + <dt><dfn id="attr-meta-scheme" title="attr-meta-scheme"><code>scheme</code></dfn> on <code><a href="semantics.html#meta">meta</a></code> elements</dt> <dd><p>Use only one scheme per field, or make the scheme declaration part of the value.</dd> - <dt><dfn id="attr-object-archive" title="attr-object-archive"><code>archive</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-32">object</a></code> elements</dt> - <dt><dfn id="attr-object-classid" title="attr-object-classid"><code>classid</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-33">object</a></code> elements</dt> - <dt><dfn id="attr-object-code" title="attr-object-code"><code>code</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-34">object</a></code> elements</dt> - <dt><dfn id="attr-object-codebase" title="attr-object-codebase"><code>codebase</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-35">object</a></code> elements</dt> - <dt><dfn id="attr-object-codetype" title="attr-object-codetype"><code>codetype</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-36">object</a></code> elements</dt> - <dd><p>Use the <code title="attr-object-data"><a href="the-iframe-element.html#attr-object-data" id="data-1">data</a></code> and <code title="attr-object-type"><a href="the-iframe-element.html#attr-object-type" id="type-23">type</a></code> attributes to invoke <a href="infrastructure.html#plugin" id="plugin-5" title="plugin">plugins</a>. To set parameters with these names - in particular, the <code><a href="the-iframe-element.html#the-param-element" id="param-5">param</a></code> element can be used.</dd> + <dt><dfn id="attr-object-archive" title="attr-object-archive"><code>archive</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-classid" title="attr-object-classid"><code>classid</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-code" title="attr-object-code"><code>code</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-codebase" title="attr-object-codebase"><code>codebase</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-codetype" title="attr-object-codetype"><code>codetype</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dd><p>Use the <code title="attr-object-data"><a href="the-iframe-element.html#attr-object-data">data</a></code> and <code title="attr-object-type"><a href="the-iframe-element.html#attr-object-type">type</a></code> attributes to invoke <a href="infrastructure.html#plugin" title="plugin">plugins</a>. To set parameters with these names + in particular, the <code><a href="the-iframe-element.html#the-param-element">param</a></code> element can be used.</dd> - <dt><dfn id="attr-object-declare" title="attr-object-declare"><code>declare</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-37">object</a></code> elements</dt> - <dd><p>Repeat the <code><a href="the-iframe-element.html#the-object-element" id="object-38">object</a></code> element completely each time the resource is to be reused.</dd> + <dt><dfn id="attr-object-declare" title="attr-object-declare"><code>declare</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dd><p>Repeat the <code><a href="the-iframe-element.html#the-object-element">object</a></code> element completely each time the resource is to be reused.</dd> - <dt><dfn id="attr-object-standby" title="attr-object-standby"><code>standby</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-39">object</a></code> elements</dt> + <dt><dfn id="attr-object-standby" title="attr-object-standby"><code>standby</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> <dd><p>Optimize the linked resource so that it loads quickly or, at least, incrementally.</dd> - <dt><dfn id="attr-param-type" title="attr-param-type"><code>type</code></dfn> on <code><a href="the-iframe-element.html#the-param-element" id="param-6">param</a></code> elements</dt> - <dt><dfn id="attr-param-valuetype" title="attr-param-valuetype"><code>valuetype</code></dfn> on <code><a href="the-iframe-element.html#the-param-element" id="param-7">param</a></code> elements</dt> - <dd><p>Use the <code title="attr-param-name"><a href="the-iframe-element.html#attr-param-name" id="name-14">name</a></code> and <code title="attr-param-value"><a href="the-iframe-element.html#attr-param-value" id="value-2">value</a></code> attributes without declaring + <dt><dfn id="attr-param-type" title="attr-param-type"><code>type</code></dfn> on <code><a href="the-iframe-element.html#the-param-element">param</a></code> elements</dt> + <dt><dfn id="attr-param-valuetype" title="attr-param-valuetype"><code>valuetype</code></dfn> on <code><a href="the-iframe-element.html#the-param-element">param</a></code> elements</dt> + <dd><p>Use the <code title="attr-param-name"><a href="the-iframe-element.html#attr-param-name">name</a></code> and <code title="attr-param-value"><a href="the-iframe-element.html#attr-param-value">value</a></code> attributes without declaring value types.</dd> - <dt><dfn id="attr-script-language" title="attr-script-language"><code>language</code></dfn> on <code><a href="scripting-1.html#script" id="script-34">script</a></code> elements (except as noted in the previous section)</dt> - <dd><p>Use the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type" id="type-14">type</a></code> attribute + <dt><dfn id="attr-script-language" title="attr-script-language"><code>language</code></dfn> on <code><a href="scripting-1.html#script">script</a></code> elements (except as noted in the previous section)</dt> + <dd><p>Use the <code title="attr-script-type"><a href="scripting-1.html#attr-script-type">type</a></code> attribute instead.</dd> - <dt><dfn id="attr-script-event" title="attr-script-event"><code>event</code></dfn> on <code><a href="scripting-1.html#script" id="script-35">script</a></code> elements</dt> - <dt><dfn id="attr-script-for" title="attr-script-for"><code>for</code></dfn> on <code><a href="scripting-1.html#script" id="script-36">script</a></code> elements</dt> + <dt><dfn id="attr-script-event" title="attr-script-event"><code>event</code></dfn> on <code><a href="scripting-1.html#script">script</a></code> elements</dt> + <dt><dfn id="attr-script-for" title="attr-script-for"><code>for</code></dfn> on <code><a href="scripting-1.html#script">script</a></code> elements</dt> <dd><p>Use DOM Events mechanisms to register event listeners. <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></dd> - <dt><dfn id="attr-table-datapagesize" title="attr-table-datapagesize"><code>datapagesize</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-31">table</a></code> elements</dt> + <dt><dfn id="attr-table-datapagesize" title="attr-table-datapagesize"><code>datapagesize</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> <dd><p>Unnecessary. Omit it altogether.</dd> - <dt><dfn id="attr-table-summary" title="attr-table-summary"><code>summary</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-32">table</a></code> elements</dt><!-- 2.65% pages --> + <dt><dfn id="attr-table-summary" title="attr-table-summary"><code>summary</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> <dd><p>Use one of the <a href="tabular-data.html#table-descriptions-techniques">techniques for describing - tables</a> given in the <code><a href="tabular-data.html#the-table-element" id="table-33">table</a></code> section + tables</a> given in the <code><a href="tabular-data.html#the-table-element">table</a></code> section instead.</dd> - <dt><dfn id="attr-tdth-abbr" title="attr-tdth-abbr"><code>abbr</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-25">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-27">th</a></code> elements</dt> - <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. The <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-33">title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse.</p> + <dt><dfn id="attr-tdth-abbr" title="attr-tdth-abbr"><code>abbr</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dd><p>Use text that begins in an unambiguous and terse manner, and include any more elaborate text after that. The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute can also be useful in including more detailed text, so that the cell's contents can be made terse.</p> - <dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-26">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-28">th</a></code> elements</dt> - <dd><p>Use the <code title="attr-th-scope"><a href="tabular-data.html#attr-th-scope" id="scope-7">scope</a></code> attribute on the relevant <code><a href="tabular-data.html#the-th-element" id="th-29">th</a></code>.</p> + <dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dd><p>Use the <code title="attr-th-scope"><a href="tabular-data.html#attr-th-scope">scope</a></code> attribute on the relevant <code><a href="tabular-data.html#the-th-element">th</a></code>.</p> - <dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-70">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-13">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-18">div</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-45">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-34">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-130">input</a></code>, <code><a href="forms.html#the-label-element" id="label-22">abel</a></code>, <code><a href="forms.html#the-legend-element" id="legend-7">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-40">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-39">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-42">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-12">span</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-34">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-36">textarea</a></code> elements</dt> - <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-71">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-14">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-19">div</a></code>, <code><a href="forms.html#the-fieldset-element" id="fieldset-22">fieldset</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-46">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-35">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="inut-131">input</a></code>, <code><a href="forms.html#the-label-element" id="label-23">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-8">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-41">object</a></code>, <code><a href="the-iframe-element.html#the-param-element" id="param-8">param</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-43">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-13">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-37">textarea</a></code> elements</dt> - <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element" id="button-15">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-20">div</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-132">input</a></code>, <code><a href="forms.html#the-label-element" id="label-24">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-9">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-42">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-40">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-44">select</a></code>, <code><a href="text-level-semanticshtml#the-span-element" id="span-14">span</a></code>, and <code><a href="tabular-data.html#the-table-element" id="table-35">table</a></code> elements</dt> + <dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a cass="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt> + <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code>a href="forms.html#the-legend-element">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt> + <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, and <code><a href="tabular-data.html#the-table-element">table</a></code> eements</dt> <dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href="references.html#refsXHR">[XHR]</a></dd> - <dt><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-32">body</a></code> elements</dt> - <dt><dfn id="attr-body-bgcolor" title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-33">body</a></code> elements</dt> - <dt><dfn id="attr-body-link" title="attr-body-link"><code>link</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-34">body</a></code> elements</dt> - <dt><dfn id="attr-body-marginbottom" title="attr-body-marginbottom"><code>marginbottom</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-35">body</a></code> elements</dt> - <dt><dfn id="attr-body-marginheight" title="attr-body-marginheight"><code>marginheight</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-36">body</a></code> elements</dt> - <dt><dfn id="attr-body-marginleft" title="attr-body-marginleft"><code>marginleft</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-37">body</a></code> elements</dt> - <dt><dfn id="attr-body-marginright" title="attr-body-marginright"><code>marginright</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-38">body</a></code> elements</dt> - <dt><dfn id="attr-body-margintop" title="attr-body-margintop"><code>margintop</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-39">body</a></code> elements</dt> - <dt><dfn id="attr-body-marginwidth" title="attr-body-marginwidth"><code>marginwidth</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-40">body</a></code> elements</dt> - <dt><dfn id="attr-body-text" title="attr-body-text"><code>text</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-41">body</a></code> elements</dt> - <dt><dfn id="attr-body-vlink" title="attr-body-vlink"><code>vlink</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-42">body</a></code> elements</dt> - <dt><dfn id="attr-br-clear" title="attr-br-clear"><code>clear</code></dfn> on <code><a href="text-level-semantics.html#the-br-element" id="br-9">br</a></code> elements</dt> - <dt><dfn id="attr-caption-align" title="attr-caption-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-caption-element" id="caption-16">caption</a></code> elements</dt> - <dt><dfn id="attr-col-align" title="attr-col-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-col-element" id="col-5">col</a></code> elements</dt> - <dt><dfn id="attr-col-char" title="attr-col-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-col-element" id="col-6">col</a></code> elements</dt> - <dt><dfn id="attr-col-charoff" title="attr-col-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-col-element" id="col-7">col</a></code> elements</dt> - <dt><dfn id="attr-col-valign" title="attr-col-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-col-element" id="col-8">col</a></code> elements</dt> - <dt><dfn id="attr-col-width" title="attr-col-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-col-element" id="col-9">col</a></code> elements</dt> - <dt><dfn id="attr-div-align" title="attr-div-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-div-element" id="div-21">div</a></code> elements</dt> - <dt><dfn id="attr-dl-compact" title="attr-dl-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-dl-element" id="dl-14">dl</a></code> elements</dt> - <dt><dfn id="attr-embed-align" title="attr-embed-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element" id="embed-16">embed</a></code> elements</dt> - <dt><dfn id="attr-embed-hspace" title="attr-embed-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element" id="embed-17">embed</a></code> elements</dt> - <dt><dfn id="attr-embed-vspace" title="attr-embed-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element" id="embed-18">embed</a></code> elements</dt> - <dt><dfn id="attr-hr-align" title="attr-hr-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-hr-element" id="hr-10">hr</a></code> elements</dt> - <dt><dfn id="attr-hr-color" title="attr-hr-color"><code>color</code></dfn> on <code><a href="grouping-content.html#the-hr-element" id="hr-11">hr</a></code> elements</dt> - <dt><dfn id="attr-hr-noshade" title="attr-hr-noshade"><code>noshade</code></dfn> on <code><a href="grouping-content.html#the-hr-element" id="hr-12">hr</a></code> elements</dt> - <dt><dfn id="attr-hr-size" title="attr-hr-size"><code>size</code></dfn> on <code><a href="grouping-content.html#the-hr-element" id="hr-13">hr</a></code> elements</dt> - <dt><dfn id="attr-hr-width" title="attr-hr-width"><code>width</code></dfn> on <code><a href="grouping-content.html#the-hr-element" id="hr-14">hr</a></code> elements</dt> - <dt><dfn id="attr-hx-align" title="attr-hx-align"><code>align</code></dfn> on <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-20">h1</a></code>—<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-11">h6</a></code> elements</dt> - <dt><dfn id="attr-iframe-align" title="attr-iframe-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-47">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-allowtransparency" title="attr-iframe-allowtransparency"><code>allowtransparency</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-48">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-frameborder" title="attr-iframe-frameborder"><code>frameborder</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-49">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-hspace" title="attr-iframe-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-50">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-marginheight" title="attr-iframe-marginheight"><code>marginheight</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-51">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-marginwidth" title="attr-iframe-marginwidth"><code>marginwidth</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-52">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-scrolling" title="attr-iframe-scrolling"><code>scrolling</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-53">iframe</a></code> elements</dt> - <dt><dfn id="attr-iframe-vspace" title="attr-iframe-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-54">iframe</a></code> elements</dt> - <dt><dfn id="attr-input-align" title="attr-input-align"><code>align</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input-133">input</a></code> elements</dt> - <dt><dfn id="attr-input-hspace" title="attr-input-hspace"><code>hspace</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input-134">input</a></code> elements</dt> - <dt><dfn id="attr-input-vspace" title="attr-input-vspace"><code>vspace</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input-135">input</a></code> elements</dt> - <dt><dfn id="attr-img-align" title="attr-img-align"><code>align</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-36">img</a></code> elements</dt> - <dt><dfn id="attr-img-border" title="attr-img-border"><code>border</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-37">img</a></code> elements (except as noted in the previous section)</dt> - <dt><dfn id="attr-img-hspace" title="attr-img-hspace"><code>hspace</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-38">img</a></code> elements</dt> - <dt><dfn id="attr-img-vspace" title="attr-img-vspace"><code>vspace</code></dfn> on <code><a href="embedded-content-1.html#the-img-element" id="img-39">img</a></code> elements</dt> - <dt><dfn id="attr-legend-align" title="attr-legend-align"><code>align</code></dfn> on <code><a href="forms.html#the-legend-element" id="legend-10">legend</a></code> elements</dt> - <dt><dfn id="attr-li-type" title="attr-li-type"><code>type</code></dfn> on <code><a href="grouping-content.html#the-li-element" id="li-20">li</a></code> elements</dt> - <dt><dfn id="attr-menu-compact" title="attr-menu-compact"><code>compact</code></dfn> on <code><a href="interactive-elements.html#menus" id="menu-21">menu</a></code> elements</dt> - <dt><dfn id="attr-object-align" title="attr-object-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-43">object</a></code> elements</dt> - <dt><dfn id="attr-object-border" title="attr-object-border"><code>border</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-44">object</a></code> elements</dt> - <dt><dfn id="attr-object-hspace" title="attr-object-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-45">object</a></code> elements</dt> - <dt><dfn id="attr-object-vspace" title="attr-object-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-object-element" id="object-46">object</a></code> elements</dt> - <dt><dfn id="attr-ol-compact" title="attr-ol-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-ol-element" id="ol-17">ol</a></code> elements</dt> - <dt><dfn id="attr-p-align" title="attr-p-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-p-element" id="p-26">p</a></code> elements</dt> - <dt><dfn id="attr-pre-width" title="attr-pre-width"><code>width</code></dfn> on <code><a href="grouping-content.html#the-pre-element" id="pre-16">pre</a></code> elements</dt> - <dt><dfn id="attr-table-align" title="attr-table-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-36">table</a></code> elements</dt> - <dt><dfn id="attr-table-bgcolor" title="attr-table-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-37">table</a></code> elements</dt> - <dt><dfn id="attr-table-border" title="attr-table-border"><code>border</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-38">table</a></code> elements</dt> - <dt><dfn id="attr-table-cellpadding" title="attr-table-cellpadding"><code>cellpadding</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-39">table</a></code> elements</dt> - <dt><dfn id="attr-table-cellspacing" title="attr-table-cellspacing"><code>cellspacing</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-40">table</a></code> elements</dt> - <dt><dfn id="attr-table-frame" title="attr-table-frame"><code>frame</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-41">table</a></code> elements</dt> - <dt><dfn id="attr-table-rules" title="attr-table-rules"><code>rules</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-42">table</a></code> elements</dt> - <dt><dfn id="attr-table-width" title="attr-table-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table-43">table</a></code> elements</dt> - <dt><dfn id="attr-tbody-align" title="attr-tbody-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-tbody-element" id="tbody-22">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-20">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-20">tfoot</a></code> elements</dt> - <dt><dfn id="attr-tbody-char" title="attr-tbody-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-tbody-element" id="tbody-23">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-21">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-21">tfoot</a></code> elements</dt> - <dt><dfn id="attr-tbody-charoff" title="attr-tbody-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-tbody-element" id="tbody-24">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-22">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-22">tfoot</a></code> elements</dt> - <dt><dfn id="attr-tbody-valign" title="attr-tbody-vAlign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-tbody-element" id="tbody-25">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-23">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-23">tfoot</a></code> elements</dt> - <dt><dfn id="attr-tdth-align" title="attr-tdth-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-27">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-30">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-bgcolor" title="attr-tdth-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-28">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-31">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-char" title="attr-tdth-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-29">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-32">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-charoff" title="attr-tdth-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-30">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-33">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-height" title="attr-tdth-height"><code>height</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-31">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-34">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-nowrap" title="attr-tdth-nowrap"><code>nowrap</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-32">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-35">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-valign" title="attr-tdth-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-33">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-36">th</a></code> elements</dt> - <dt><dfn id="attr-tdth-width" title="attr-tdth-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-34">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-37">th</a></code> elements</dt> - <dt><dfn id="attr-tr-align" title="attr-tr-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-tr-element" id="tr-26">tr</a></code> elements</dt> - <dt><dfn id="attr-tr-bgcolor" title="attr-tr-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-tr-element" id="tr-27">tr</a></code> elements</dt> - <dt><dfn id="attr-tr-char" title="attr-tr-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-tr-element" id="tr-28">tr</a></code> elements</dt> - <dt><dfn id="attr-tr-charoff" title="attr-tr-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-tr-element" id="tr-29">tr</a></code> elements</dt> - <dt><dfn id="attr-tr-valign" title="attr-tr-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-tr-element" id="tr-30">tr</a></code> elements</dt> - <dt><dfn id="attr-ul-compact" title="attr-ul-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-ul-element" id="ul-16">ul</a></code> elements</dt> - <dt><dfn id="attr-ul-type" title="attr-ul-type"><code>type</code></dfn> on <code><a href="grouping-content.html#the-ul-element" id="ul-17">ul</a></code> elements</dt> - <dt><dfn id="attr-background" title="attr-background"><code>background</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-43">body</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-44">table</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-24">thead</a></code>, <code><a href="tabular-data.html#the-tbody-element" id="tbody-26">tbody</a></code>, <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-24">tfoot</a></code>, <code><a href="tabular-data.html#the-tr-element" id="tr-31">tr</a></code>, <code><a href="tabular-data.html#the-td-element" id="td-35">td</a></code>, and <code><a href="tabular-data.html#the-th-element" id="th-38">th</a></code> elements</dt> + <dt><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-bgcolor" title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-link" title="attr-body-link"><code>link</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-marginbottom" title="attr-body-marginbottom"><code>marginbottom</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-marginheight" title="attr-body-marginheight"><code>marginheight</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-marginleft" title="attr-body-marginleft"><code>marginleft</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-marginright" title="attr-body-marginright"><code>marginright</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-margintop" title="attr-body-margintop"><code>margintop</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-marginwidth" title="attr-body-marginwidth"><code>marginwidth</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-text" title="attr-body-text"><code>text</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-body-vlink" title="attr-body-vlink"><code>vlink</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt> + <dt><dfn id="attr-br-clear" title="attr-br-clear"><code>clear</code></dfn> on <code><a href="text-level-semantics.html#the-br-element">br</a></code> elements</dt> + <dt><dfn id="attr-caption-align" title="attr-caption-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-caption-element">caption</a></code> elements</dt> + <dt><dfn id="attr-col-align" title="attr-col-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-col-element">col</a></code> elements</dt> + <dt><dfn id="attr-col-char" title="attr-col-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-col-element">col</a></code> elements</dt> + <dt><dfn id="attr-col-charoff" title="attr-col-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-col-element">col</a></code> elements</dt> + <dt><dfn id="attr-col-valign" title="attr-col-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-col-element">col</a></code> elements</dt> + <dt><dfn id="attr-col-width" title="attr-col-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-col-element">col</a></code> elements</dt> + <dt><dfn id="attr-div-align" title="attr-div-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-div-element">div</a></code> elements</dt> + <dt><dfn id="attr-dl-compact" title="attr-dl-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-dl-element">dl</a></code> elements</dt> + <dt><dfn id="attr-embed-align" title="attr-embed-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements</dt> + <dt><dfn id="attr-embed-hspace" title="attr-embed-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements</dt> + <dt><dfn id="attr-embed-vspace" title="attr-embed-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements</dt> + <dt><dfn id="attr-hr-align" title="attr-hr-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hr-color" title="attr-hr-color"><code>color</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hr-noshade" title="attr-hr-noshade"><code>noshade</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hr-size" title="attr-hr-size"><code>size</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hr-width" title="attr-hr-width"><code>width</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt> + <dt><dfn id="attr-hx-align" title="attr-hx-align"><code>align</code></dfn> on <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> elements</dt> + <dt><dfn id="attr-iframe-align" title="attr-iframe-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-allowtransparency" title="attr-iframe-allowtransparency"><code>allowtransparency</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-frameborder" title="attr-iframe-frameborder"><code>frameborder</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-hspace" title="attr-iframe-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-marginheight" title="attr-iframe-marginheight"><code>marginheight</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-marginwidth" title="attr-iframe-marginwidth"><code>marginwidth</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-scrolling" title="attr-iframe-scrolling"><code>scrolling</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-iframe-vspace" title="attr-iframe-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt> + <dt><dfn id="attr-input-align" title="attr-input-align"><code>align</code></dfn> on <code><a href="the-input-element.html#the-input-element">input</a></code> elements</dt> + <dt><dfn id="attr-input-hspace" title="attr-input-hspace"><code>hspace</code></dfn> on <code><a href="the-input-element.html#the-input-element">input</a></code> elements</dt> + <dt><dfn id="attr-input-vspace" title="attr-input-vspace"><code>vspace</code></dfn> on <code><a href="the-input-element.html#the-input-element">input</a></code> elements</dt> + <dt><dfn id="attr-img-align" title="attr-img-align"><code>align</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dt><dfn id="attr-img-border" title="attr-img-border"><code>border</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements (except as noted in the previous section)</dt> + <dt><dfn id="attr-img-hspace" title="attr-img-hspace"><code>hspace</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dt><dfn id="attr-img-vspace" title="attr-img-vspace"><code>vspace</code></dfn> on <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements</dt> + <dt><dfn id="attr-legend-align" title="attr-legend-align"><code>align</code></dfn> on <code><a href="forms.html#the-legend-element">legend</a></code> elements</dt> + <dt><dfn id="attr-li-type" title="attr-li-type"><code>type</code></dfn> on <code><a href="grouping-content.html#the-li-element">li</a></code> elements</dt> + <dt><dfn id="attr-menu-compact" title="attr-menu-compact"><code>compact</code></dfn> on <code><a href="interactive-elements.html#menus">menu</a></code> elements</dt> + <dt><dfn id="attr-object-align" title="attr-object-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-border" title="attr-object-border"><code>border</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-hspace" title="attr-object-hspace"><code>hspace</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-object-vspace" title="attr-object-vspace"><code>vspace</code></dfn> on <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements</dt> + <dt><dfn id="attr-ol-compact" title="attr-ol-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-ol-element">ol</a></code> elements</dt> + <dt><dfn id="attr-p-align" title="attr-p-align"><code>align</code></dfn> on <code><a href="grouping-content.html#the-p-element">p</a></code> elements</dt> + <dt><dfn id="attr-pre-width" title="attr-pre-width"><code>width</code></dfn> on <code><a href="grouping-content.html#the-pre-element">pre</a></code> elements</dt> + <dt><dfn id="attr-table-align" title="attr-table-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-bgcolor" title="attr-table-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-cellpadding" title="attr-table-cellpadding"><code>cellpadding</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-cellspacing" title="attr-table-cellspacing"><code>cellspacing</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-frame" title="attr-table-frame"><code>frame</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-rules" title="attr-table-rules"><code>rules</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-table-width" title="attr-table-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-table-element">table</a></code> elements</dt> + <dt><dfn id="attr-tbody-align" title="attr-tbody-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> elements</dt> + <dt><dfn id="attr-tbody-char" title="attr-tbody-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> elements</dt> + <dt><dfn id="attr-tbody-charoff" title="attr-tbody-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> elements</dt> + <dt><dfn id="attr-tbody-valign" title="attr-tbody-vAlign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, and <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> elements</dt> + <dt><dfn id="attr-tdth-align" title="attr-tdth-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-bgcolor" title="attr-tdth-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-char" title="attr-tdth-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-charoff" title="attr-tdth-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-height" title="attr-tdth-height"><code>height</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-nowrap" title="attr-tdth-nowrap"><code>nowrap</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-valign" title="attr-tdth-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tdth-width" title="attr-tdth-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> + <dt><dfn id="attr-tr-align" title="attr-tr-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements</dt> + <dt><dfn id="attr-tr-bgcolor" title="attr-tr-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements</dt> + <dt><dfn id="attr-tr-char" title="attr-tr-char"><code>char</code></dfn> on <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements</dt> + <dt><dfn id="attr-tr-charoff" title="attr-tr-charoff"><code>charoff</code></dfn> on <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements</dt> + <dt><dfn id="attr-tr-valign" title="attr-tr-valign"><code>valign</code></dfn> on <code><a href="tabular-data.html#the-tr-element">tr</a></code> elements</dt> + <dt><dfn id="attr-ul-compact" title="attr-ul-compact"><code>compact</code></dfn> on <code><a href="grouping-content.html#the-ul-element">ul</a></code> elements</dt> + <dt><dfn id="attr-ul-type" title="attr-ul-type"><code>type</code></dfn> on <code><a href="grouping-content.html#the-ul-element">ul</a></code> elements</dt> + <dt><dfn id="attr-background" title="attr-background"><code>background</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>, <code><a href="tabular-data.html#the-tr-element">tr</a></code>, <code><a href="tabular-data.html#the-td-element">td</a></code>, and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt> <dd><p>Use CSS instead.</dd> - </dl> \ No newline at end of file + </dl><hr><p>The <code title="attr-table-border"><a href="tabular-data.html#attr-table-border">border</a></code> attribute on + the <code><a href="tabular-data.html#the-table-element">table</a></code> element can be used to provide basic fallback + styling for the purpose of making tables legible in browsing + environments where CSS support is limited or absent, such as + text-based browsers, WYSIWYG editors, and in situations where CSS + support is disabled or the style sheet is lost. Only the empty + string and the value "<code title="">1</code>" may be used as <code title="attr-table-border"><a href="tabular-data.html#attr-table-border">border</a></code> values for this purpose. + Other values are considered obsolete. To regulate the thickness of + such borders, authors should instead use CSS. \ No newline at end of file Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.959 retrieving revision 1.960 diff -u -d -r1.959 -r1.960 --- named-character-references.html 13 Apr 2011 07:54:39 -0000 1.959 +++ named-character-references.html 20 Apr 2011 12:21:14 -0000 1.960 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>8.2 Named character references — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>8.2 Named character references — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="syntax.html">← 8 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -348,12 +345,6 @@ <h3 id="named-character-references"><span class="secno">8.2 </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.<div id="named-character-references-table"> - <table><thead><tr><th> Name </th> <th> Character(s) </th> <th> Glyph </th> <tbody><tr id="entity-AElig"><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">Æ</span> </td> <tr id="entity-AMP"><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> <tr id="entity-Aacute"><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">Á</span> </td> <tr id="entity-Abreve"><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">Ă</span> </td> <tr id="entity-Acirc"><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">Â</span> </td> <tr id="entity-Acy"><td> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span class="glyph" title="">А</span> </td> <tr id="entity-Afr"><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span class="glyph" title="">𝔄</span </td> <tr id="entity-Agrave"><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span class="glyph" title="">À</span> </td> <tr id="entity-Alpha"><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span class="glyph" title="">Α</span> </td> <tr id="entity-Amacr"><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span class="glyph" title="">Ā</span> </td> <tr id="entity-And"><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span class="glyph" title="">⩓</span> </td> <tr id="entity-Aogon"><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span class="glyph" title="">Ą</span> </td> <tr id="entity-Aopf"><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> <td> <span class="glyph" title="">𝔸</span> </td> <tr id="entity-ApplyFunction"><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> <tr id="entity-Aring"><td> <code title="">Aring;<code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> <tr id="entity-Ascr"><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span class="glyph" title="">𝒜</span> </td> <tr id="entity-Assign"><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-Atilde"><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span class="glyph" title="">Ã</span> </td> <tr id="entity-Auml"><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span class="glyph" title="">Ä</span> </td> <tr id="entity-Backslash"><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-Barv"><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span class="glyph" title="">⫧</span> </td> <tr id="entity-Barwed"><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span class="glyph" tite="">⌆</span> </td> <tr id="entity-Bcy"><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span class="glyph" title="">Б</span> </td> <tr id="entity-Because"><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-Bernoullis"><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> <tr id="entity-Beta"><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span class="glyph" title="">Β</span> </td> <tr id="entity-Bfr"><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span class="glyph" title="">𝔅</span> </td> <tr id="entity-Bopf"><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span class="glyph" title="">𝔹</span> </td> <tr id="entity-Breve"><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> <tr id="entity-Bscr"><td> <code title=""Bscr;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> <tr id="entity-Bumpeq"><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-CHcy"><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span class="glyph" title="">Ч</span> </td> <tr id="entity-COPY"><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> <tr id="entity-Cacute"><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span class="glyph" title="">Ć</span> </td> <tr id="entity-Cap"><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span class="glyph" title="">⋒</span> </td> <tr id="entity-CapitalDifferentialD"><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">ⅅ</span> </td> <tr id="entity-Cayleys"><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td><span class="glyph" title="">ℭ</span> </td> <tr id="entity-Ccaron"><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span class="glyph" title="">Č</span> </td> <tr id="entity-Ccedil"><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span class="glyph" title="">Ç</span> </td> <tr id="entity-Ccirc"><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span class="glyph" title="">Ĉ</span> </td> <tr id="entity-Cconint"><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span class="glyph" title="">∰</span> </td> <tr id="entity-Cdot"><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span class="glyph" title="">Ċ</span> </td> <tr id="entity-Cedilla"><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> <tr id="entity-CenterDot"><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <trid="entity-Cfr"><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">ℭ</span> </td> <tr id="entity-Chi"><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span class="glyph" title="">Χ</span> </td> <tr id="entity-CircleDot"><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> <tr id="entity-CircleMinus"><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> <tr id="entity-CirclePlus"><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> <tr id="entity-CircleTimes"><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</span> </td> <tr id="entity-ClockwiseContourIntegral"><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> <trid="entity-CloseCurlyDoubleQuote"><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-CloseCurlyQuote"><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> <tr id="entity-Colon"><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> <tr id="entity-Colone"><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span class="glyph" title="">⩴</span> </td> <tr id="entity-Congruent"><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> <tr id="entity-Conint"><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> <tr id="entity-ContourIntegral"><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</san> </td> <tr id="entity-Copf"><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> <tr id="entity-Coproduct"><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> <tr id="entity-CounterClockwiseContourIntegral"><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">∳</span> </td> <tr id="entity-Cross"><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span class="glyph" title="">⨯</span> </td> <tr id="entity-Cscr"><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span class="glyph" title="">𝒞</span> </td> <tr id="entity-Cup"><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span class="glyph" title="">⋓</span> </td> <tr id="entity-CupCap"><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> <trid="entity-DD"><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">ⅅ</span> </td> <tr id="entity-DDotrahd"><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span class="glyph" title="">⤑</span> </td> <tr id="entity-DJcy"><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span class="glyph" title="">Ђ</span> </td> <tr id="entity-DScy"><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span class="glyph" title="">Ѕ</span> </td> <tr id="entity-DZcy"><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span class="glyph" title="">Џ</span> </td> <tr id="entity-Dagger"><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> <tr id="entity-Darr"><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span class="glyph" title="">↡</span> </td> <tr id="entity-Dashv"><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </t> <td> <span class="glyph" title="">⫤</span> </td> <tr id="entity-Dcaron"><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span class="glyph" title="">Ď</span> </td> <tr id="entity-Dcy"><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span class="glyph" title="">Д</span> </td> <tr id="entity-Del"><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> <tr id="entity-Delta"><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span class="glyph" title="">Δ</span> </td> <tr id="entity-Dfr"><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span class="glyph" title="">𝔇</span> </td> <tr id="entity-DiacriticalAcute"><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> <tr id="entity-DiacriticalDot"><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title=""></span> </td> <tr id="entity-DiacriticalDoubleAcute"><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">˝</span> </td> <tr id="entity-DiacriticalGrave"><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> <tr id="entity-DiacriticalTilde"><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> <tr id="entity-Diamond"><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> <tr id="entity-DifferentialD"><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> <tr id="entity-Dopf"><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span class="glyph" title="">𝔻</span> </td> <tr id="entity-Dot"><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span class="glyh" title="">¨</span> </td> <tr id="entity-DotDot"><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span class="glyph composition" title="">◌⃜</span> </td> <tr id="entity-DotEqual"><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-DoubleContourIntegral"><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> <tr id="entity-DoubleDot"><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-DoubleDownArrow"><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-DoubleLeftArrow"><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-DoubleLeftRightArrow"><td> <code title="">DoubleLeftRightrrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-DoubleLeftTee"><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">⫤</span> </td> <tr id="entity-DoubleLongLeftArrow"><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-DoubleLongLeftRightArrow"><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> <tr id="entity-DoubleLongRightArrow"><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-DoubleRightArrow"><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-DoubleRightTee"><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span clas="glyph" title="">⊨</span> </td> <tr id="entity-DoubleUpArrow"><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="entity-DoubleUpDownArrow"><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-DoubleVerticalBar"><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-DownArrow"><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-DownArrowBar"><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span class="glyph" title="">⤓</span> </td> <tr id="entity-DownArrowUpArrow"><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> <tr id="entity-DownBreve"><td> <code title="">DownBreve;</cde> </td> <td> U+00311 </td> <td> <span class="glyph composition" title="">◌̑</span> </td> <tr id="entity-DownLeftRightVector"><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span class="glyph" title="">⥐</span> </td> <tr id="entity-DownLeftTeeVector"><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span class="glyph" title="">⥞</span> </td> <tr id="entity-DownLeftVector"><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-DownLeftVectorBar"><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span class="glyph" title="">⥖</span> </td> <tr id="entity-DownRightTeeVector"><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span class="glyph" title="">⥟</span> </td> <tr id="entity-DownRightVector"><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span clas="glyph" title="">⇁</span> </td> <tr id="entity-DownRightVectorBar"><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span class="glyph" title="">⥗</span> </td> <tr id="entity-DownTee"><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> <tr id="entity-DownTeeArrow"><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> <tr id="entity-Downarrow"><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-Dscr"><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span class="glyph" title="">𝒟</span> </td> <tr id="entity-Dstrok"><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span class="glyph" title="">Đ</span> </td> <tr id="entity-ENG"><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span class="glyph" title=""></span> </td> <tr id="entity-ETH"><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span class="glyph" title="">Ð</span> </td> <tr id="entity-Eacute"><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span class="glyph" title="">É</span> </td> <tr id="entity-Ecaron"><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span class="glyph" title="">Ě</span> </td> <tr id="entity-Ecirc"><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span class="glyph" title="">Ê</span> </td> <tr id="entity-Ecy"><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td> <span class="glyph" title="">Э</span> </td> <tr id="entity-Edot"><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span class="glyph" title="">Ė</span> </td> <tr id="entity-Efr"><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span class="glyph" title="">𝔈</span> </td> <tr id="entity-Egrave"><td> <code title="">Egrave;</code> </td> <d> U+000C8 </td> <td> <span class="glyph" title="">È</span> </td> <tr id="entity-Element"><td> <code title="">Element;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-Emacr"><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span class="glyph" title="">Ē</span> </td> <tr id="entity-EmptySmallSquare"><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span class="glyph" title="">◻</span> </td> <tr id="entity-EmptyVerySmallSquare"><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span class="glyph" title="">▫</span> </td> <tr id="entity-Eogon"><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span class="glyph" title="">Ę</span> </td> <tr id="entity-Eopf"><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span class="glyph" title="">𝔼</span> </td> <tr id="entity-Epsilon"><td> <code title="">Epsilon;</code> </td> <td> U+00395 <td> <td> <span class="glyph" title="">Ε</span> </td> <tr id="entity-Equal"><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span class="glyph" title="">⩵</span> </td> <tr id="entity-EqualTilde"><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-Equilibrium"><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-Escr"><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> <tr id="entity-Esim"><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span class="glyph" title="">⩳</span> </td> <tr id="entity-Eta"><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span class="glyph" title="">Η</span> </td> <tr id="entity-Euml"><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span class="glyph" title="">Ë</span> </td <tr id="entity-Exists"><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> <tr id="entity-ExponentialE"><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-Fcy"><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span class="glyph" title="">Ф</span> </td> <tr id="entity-Ffr"><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span class="glyph" title="">𝔉</span> </td> <tr id="entity-FilledSmallSquare"><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span class="glyph" title="">◼</span> </td> <tr id="entity-FilledVerySmallSquare"><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-Fopf"><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span class="glyph" title="">𝔽</span> </td> <trid="entity-ForAll"><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> <tr id="entity-Fouriertrf"><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> <tr id="entity-Fscr"><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> <tr id="entity-GJcy"><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span class="glyph" title="">Ѓ</span> </td> <tr id="entity-GT"><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> <tr id="entity-Gamma"><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span class="glyph" title="">Γ</span> </td> <tr id="entity-Gammad"><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span class="glyph" title="">Ϝ</span> </td> <tr id="entity-Gbreve"><td> <code title="">Gbreve;</code> </td> <td> U+001E </td> <td> <span class="glyph" title="">Ğ</span> </td> <tr id="entity-Gcedil"><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span class="glyph" title="">Ģ</span> </td> <tr id="entity-Gcirc"><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span class="glyph" title="">Ĝ</span> </td> <tr id="entity-Gcy"><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span class="glyph" title="">Г</span> </td> <tr id="entity-Gdot"><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span class="glyph" title="">Ġ</span> </td> <tr id="entity-Gfr"><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span class="glyph" title="">𝔊</span> </td> <tr id="entity-Gg"><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> <tr id="entity-Gopf"><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span class="glyph" title="">𝔾</span> </td> <tr id="entity-Greaterqual"><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> <tr id="entity-GreaterEqualLess"><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-GreaterFullEqual"><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-GreaterGreater"><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span class="glyph" title="">⪢</span> </td> <tr id="entity-GreaterLess"><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-GreaterSlantEqual"><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-GreaterTilde"><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span class="glyph title="">≳</span> </td> <tr id="entity-Gscr"><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span class="glyph" title="">𝒢</span> </td> <tr id="entity-Gt"><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-HARDcy"><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span class="glyph" title="">Ъ</span> </td> <tr id="entity-Hacek"><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> <tr id="entity-Hat"><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span class="glyph" title="">^</span> </td> <tr id="entity-Hcirc"><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span class="glyph" title="">Ĥ</span> </td> <tr id="entity-Hfr"><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> <tr id="entity-HilbertSpace"><td> <code title="">HilbertSpae;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> <tr id="entity-Hopf"><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> <tr id="entity-HorizontalLine"><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> <tr id="entity-Hscr"><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> <tr id="entity-Hstrok"><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span class="glyph" title="">Ħ</span> </td> <tr id="entity-HumpDownHump"><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-HumpEqual"><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> <tr id="entity-IEcy"><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> td> <span class="glyph" title="">Е</span> </td> <tr id="entity-IJlig"><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span class="glyph" title="">IJ</span> </td> <tr id="entity-IOcy"><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span class="glyph" title="">Ё</span> </td> <tr id="entity-Iacute"><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span class="glyph" title="">Í</span> </td> <tr id="entity-Icirc"><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span class="glyph" title="">Î</span> </td> <tr id="entity-Icy"><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <span class="glyph" title="">И</span> </td> <tr id="entity-Idot"><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <span class="glyph" title="">İ</span> </td> <tr id="entity-Ifr"><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-Igrave"><td><code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span class="glyph" title="">Ì</span> </td> <tr id="entity-Im"><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-Imacr"><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span class="glyph" title="">Ī</span> </td> <tr id="entity-ImaginaryI"><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> <tr id="entity-Implies"><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-Int"><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span class="glyph" title="">∬</span> </td> <tr id="entity-Integral"><td> <code title="">Integral;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">∫</span> </td> <tr id="entity-Intersection"><td> <code title="">Intersection;</code> </td> <td> U+022C2 /td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-InvisibleComma"><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> <tr id="entity-InvisibleTimes"><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> <tr id="entity-Iogon"><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span class="glyph" title="">Į</span> </td> <tr id="entity-Iopf"><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span class="glyph" title="">𝕀</span> </td> <tr id="entity-Iota"><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span class="glyph" title="">Ι</span> </td> <tr id="entity-Iscr"><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> <tr id="entity-Itilde"><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span class="glyph" title=""Ĩ</span> </td> <tr id="entity-Iukcy"><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span class="glyph" title="">І</span> </td> <tr id="entity-Iuml"><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span class="glyph" title="">Ï</span> </td> <tr id="entity-Jcirc"><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span class="glyph" title="">Ĵ</span> </td> <tr id="entity-Jcy"><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span class="glyph" title="">Й</span> </td> <tr id="entity-Jfr"><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span class="glyph" title="">𝔍</span> </td> <tr id="entity-Jopf"><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span class="glyph" title="">𝕁</span> </td> <tr id="entity-Jscr"><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span class="glyph" title="">𝒥</span> </td> <tr id="entity-Jsercy"><td> <code title="">Jsercy;</code> </d> <td> U+00408 </td> <td> <span class="glyph" title="">Ј</span> </td> <tr id="entity-Jukcy"><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span class="glyph" title="">Є</span> </td> <tr id="entity-KHcy"><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span class="glyph" title="">Х</span> </td> <tr id="entity-KJcy"><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span class="glyph" title="">Ќ</span> </td> <tr id="entity-Kappa"><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span class="glyph" title="">Κ</span> </td> <tr id="entity-Kcedil"><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span class="glyph" title="">Ķ</span> </td> <tr id="entity-Kcy"><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span class="glyph" title="">К</span> </td> <tr id="entity-Kfr"><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span class="glyph" title="">𝔎</span> </td> <t id="entity-Kopf"><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td> <span class="glyph" title="">𝕂</span> </td> <tr id="entity-Kscr"><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span class="glyph" title="">𝒦</span> </td> <tr id="entity-LJcy"><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span class="glyph" title="">Љ</span> </td> <tr id="entity-LT"><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> <tr id="entity-Lacute"><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span class="glyph" title="">Ĺ</span> </td> <tr id="entity-Lambda"><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span class="glyph" title="">Λ</span> </td> <tr id="entity-Lang"><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span class="glyph" title="">⟪</span> </td> <tr id="entity-Laplacetrf"><td> <code title="">Laplacetrf;</code> </td> <td> U+0212 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-Larr"><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> <tr id="entity-Lcaron"><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span class="glyph" title="">Ľ</span> </td> <tr id="entity-Lcedil"><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span class="glyph" title="">Ļ</span> </td> <tr id="entity-Lcy"><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span class="glyph" title="">Л</span> </td> <tr id="entity-LeftAngleBracket"><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-LeftArrow"><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-LeftArrowBar"><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span class="glyp" title="">⇤</span> </td> <tr id="entity-LeftArrowRightArrow"><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-LeftCeiling"><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> <tr id="entity-LeftDoubleBracket"><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> <tr id="entity-LeftDownTeeVector"><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span class="glyph" title="">⥡</span> </td> <tr id="entity-LeftDownVector"><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-LeftDownVectorBar"><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span class="glyph" title="">⥙</span> </td> <tr id="entity-LeftFloor"><td> <code titl="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> <tr id="entity-LeftRightArrow"><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-LeftRightVector"><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span class="glyph" title="">⥎</span> </td> <tr id="entity-LeftTee"><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">⊣</span> </td> <tr id="entity-LeftTeeArrow"><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> <tr id="entity-LeftTeeVector"><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span class="glyph" title="">⥚</span> </td> <tr id="entity-LeftTriangle"><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-LftTriangleBar"><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span class="glyph" title="">⧏</span> </td> <tr id="entity-LeftTriangleEqual"><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-LeftUpDownVector"><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span class="glyph" title="">⥑</span> </td> <tr id="entity-LeftUpTeeVector"><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span class="glyph" title="">⥠</span> </td> <tr id="entity-LeftUpVector"><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-LeftUpVectorBar"><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span class="glyph" title="">⥘</span> </td> <tr id="entity-LeftVector"><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <spn class="glyph" title="">↼</span> </td> <tr id="entity-LeftVectorBar"><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span class="glyph" title="">⥒</span> </td> <tr id="entity-Leftarrow"><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-Leftrightarrow"><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-LessEqualGreater"><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-LessFullEqual"><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> <tr id="entity-LessGreater"><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-LessLess"><td> <code title="">LessLess;</code> </td> <d> U+02AA1 </td> <td> <span class="glyph" title="">⪡</span> </td> <tr id="entity-LessSlantEqual"><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-LessTilde"><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> <tr id="entity-Lfr"><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span class="glyph" title="">𝔏</span> </td> <tr id="entity-Ll"><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span class="glyph" title="">⋘</span> </td> <tr id="entity-Lleftarrow"><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> <tr id="entity-Lmidot"><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span class="glyph" title="">Ŀ</span> </td> <tr id="entity-LongLeftArrow"><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <pan class="glyph" title="">⟵</span> </td> <tr id="entity-LongLeftRightArrow"><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-LongRightArrow"><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-Longleftarrow"><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-Longleftrightarrow"><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> <tr id="entity-Longrightarrow"><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-Lopf"><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span class="glyph" title="">𝕃</span> </td> <tr id="entity-LowerLeftArrow"><td> <code title=">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-LowerRightArrow"><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-Lscr"><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-Lsh"><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> <tr id="entity-Lstrok"><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span class="glyph" title="">Ł</span> </td> <tr id="entity-Lt"><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-Map"><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span class="glyph" title="">⤅</span> </td> <tr id="entity-Mcy"><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span class="lyph" title="">М</span> </td> <tr id="entity-MediumSpace"><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Mellintrf"><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-Mfr"><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span class="glyph" title="">𝔐</span> </td> <tr id="entity-MinusPlus"><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-Mopf"><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span class="glyph" title="">𝕄</span> </td> <tr id="entity-Mscr"><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-Mu"><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span class="glyph" title="">Μ</span> </td> <tr id="entity-NJcy><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span class="glyph" title="">Њ</span> </td> <tr id="entity-Nacute"><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span class="glyph" title="">Ń</span> </td> <tr id="entity-Ncaron"><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span class="glyph" title="">Ň</span> </td> <tr id="entity-Ncedil"><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span class="glyph" title="">Ņ</span> </td> <tr id="entity-Ncy"><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span class="glyph" title="">Н</span> </td> <tr id="entity-NegativeMediumSpace"><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeThickSpace"><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeThinSpace"><td> code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeVeryThinSpace"><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NestedGreaterGreater"><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-NestedLessLess"><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-NewLine"><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span class="glyph control" title="">␊</span> </td> <tr id="entity-Nfr"><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span class="glyph" title="">𝔑</span> </td> <tr id="entity-NoBreak"><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span class="glyph" title="">⁠</span </td> <tr id="entity-NonBreakingSpace"><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Nopf"><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> <tr id="entity-Not"><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span class="glyph" title="">⫬</span> </td> <tr id="entity-NotCongruent"><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</span> </td> <tr id="entity-NotCupCap"><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span class="glyph" title="">≭</span> </td> <tr id="entity-NotDoubleVerticalBar"><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-NotElement"><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">¬in</span> </td> <tr id="entity-NotEqual"><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> </td> <tr id="entity-NotEqualTilde"><td> <code title="">NotEqualTilde;</code> </td> <td> U+02242 U+00338 </td> <td> <span class="glyph compound" title="">≂̸</span> </td> <tr id="entity-NotExists"><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-NotGreater"><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-NotGreaterEqual"><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-NotGreaterFullEqual"><td> <code title="">NotGreaterFullEqual;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-NotGreaterGreater"><td> <code title="">NotGreaerGreater;</code> </td> <td> U+0226B U+00338 </td> <td> <span class="glyph compound" title="">≫̸</span> </td> <tr id="entity-NotGreaterLess"><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> <tr id="entity-NotGreaterSlantEqual"><td> <code title="">NotGreaterSlantEqual;</code> </td> <td> U+02A7E U+00338 </td> <td> <span class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-NotGreaterTilde"><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> <tr id="entity-NotHumpDownHump"><td> <code title="">NotHumpDownHump;</code> </td> <td> U+0224E U+00338 </td> <td> <span class="glyph compound" title="">≎̸</span> </td> <tr id="entity-NotHumpEqual"><td> <code title="">NotHumpEqual;</code> </td> <td> U+0224F U+00338 </td> <td> <span class="glyph compound" title="">≏̸</span> </td> <tr id="entity-NotLeftTriangle"><td> <code title=">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-NotLeftTriangleBar"><td> <code title="">NotLeftTriangleBar;</code> </td> <td> U+029CF U+00338 </td> <td> <span class="glyph compound" title="">⧏̸</span> </td> <tr id="entity-NotLeftTriangleEqual"><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-NotLess"><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-NotLessEqual"><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-NotLessGreater"><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> <tr id="entity-NotLessLess"><td> <code title="">NotLessLess;</code> </td> <td> U+0226A U+00338 </td> <td> <span class="gyph compound" title="">≪̸</span> </td> <tr id="entity-NotLessSlantEqual"><td> <code title="">NotLessSlantEqual;</code> </td> <td> U+02A7D U+00338 </td> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-NotLessTilde"><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> <tr id="entity-NotNestedGreaterGreater"><td> <code title="">NotNestedGreaterGreater;</code> </td> <td> U+02AA2 U+00338 </td> <td> <span class="glyph compound" title="">⪢̸</span> </td> <tr id="entity-NotNestedLessLess"><td> <code title="">NotNestedLessLess;</code> </td> <td> U+02AA1 U+00338 </td> <td> <span class="glyph compound" title="">⪡̸</span> </td> <tr id="entity-NotPrecedes"><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-NotPrecedesEqual"><td> <code title="">NotPrecedesEqual;</code> </td> <td> U+02AAF U+00338 </td><td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-NotPrecedesSlantEqual"><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> <tr id="entity-NotReverseElement"><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-NotRightTriangle"><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-NotRightTriangleBar"><td> <code title="">NotRightTriangleBar;</code> </td> <td> U+029D0 U+00338 </td> <td> <span class="glyph compound" title="">⧐̸</span> </td> <tr id="entity-NotRightTriangleEqual"><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-NotSquareSubset"><td> <code title="">NotSquareSubset;</code> </td> <td> U+0228F U+00338 </td> td> <span class="glyph compound" title="">⊏̸</span> </td> <tr id="entity-NotSquareSubsetEqual"><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> <tr id="entity-NotSquareSuperset"><td> <code title="">NotSquareSuperset;</code> </td> <td> U+02290 U+00338 </td> <td> <span class="glyph compound" title="">⊐̸</span> </td> <tr id="entity-NotSquareSupersetEqual"><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> <tr id="entity-NotSubset"><td> <code title="">NotSubset;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-NotSubsetEqual"><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-NotSucceeds"><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span class="glyh" title="">⊁</span> </td> <tr id="entity-NotSucceedsEqual"><td> <code title="">NotSucceedsEqual;</code> </td> <td> U+02AB0 U+00338 </td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-NotSucceedsSlantEqual"><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> <tr id="entity-NotSucceedsTilde"><td> <code title="">NotSucceedsTilde;</code> </td> <td> U+0227F U+00338 </td> <td> <span class="glyph compound" title="">≿̸</span> </td> <tr id="entity-NotSuperset"><td> <code title="">NotSuperset;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-NotSupersetEqual"><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-NotTilde"><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</pan> </td> <tr id="entity-NotTildeEqual"><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-NotTildeFullEqual"><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> <tr id="entity-NotTildeTilde"><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-NotVerticalBar"><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-Nscr"><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span class="glyph" title="">𝒩</span> </td> <tr id="entity-Ntilde"><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span class="glyph" title="">Ñ</span> </td> <tr id="entity-Nu"><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span class="glyph" title="">Ν</spa> </td> <tr id="entity-OElig"><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span class="glyph" title="">Œ</span> </td> <tr id="entity-Oacute"><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span class="glyph" title="">Ó</span> </td> <tr id="entity-Ocirc"><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span class="glyph" title="">Ô</span> </td> <tr id="entity-Ocy"><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span class="glyph" title="">О</span> </td> <tr id="entity-Odblac"><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span class="glyph" title="">Ő</span> </td> <tr id="entity-Ofr"><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span class="glyph" title="">𝔒</span> </td> <tr id="entity-Ograve"><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span class="glyph" title="">Ò</span> </td> <tr id="entity-Omacr"><td> <code title="">Omacr;</code> </td><td> U+0014C </td> <td> <span class="glyph" title="">Ō</span> </td> <tr id="entity-Omega"><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> <tr id="entity-Omicron"><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span class="glyph" title="">Ο</span> </td> <tr id="entity-Oopf"><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span class="glyph" title="">𝕆</span> </td> <tr id="entity-OpenCurlyDoubleQuote"><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> <tr id="entity-OpenCurlyQuote"><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> <tr id="entity-Or"><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span class="glyph" title="">⩔</span> </td> <tr id="entity-Oscr"><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> span class="glyph" title="">𝒪</span> </td> <tr id="entity-Oslash"><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span class="glyph" title="">Ø</span> </td> <tr id="entity-Otilde"><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span class="glyph" title="">Õ</span> </td> <tr id="entity-Otimes"><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span class="glyph" title="">⨷</span> </td> <tr id="entity-Ouml"><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span class="glyph" title="">Ö</span> </td> <tr id="entity-OverBar"><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> <tr id="entity-OverBrace"><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span class="glyph" title="">⏞</span> </td> <tr id="entity-OverBracket"><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</san> </td> <tr id="entity-OverParenthesis"><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span class="glyph" title="">⏜</span> </td> <tr id="entity-PartialD"><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">∂</span> </td> <tr id="entity-Pcy"><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span class="glyph" title="">П</span> </td> <tr id="entity-Pfr"><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span class="glyph" title="">𝔓</span> </td> <tr id="entity-Phi"><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span class="glyph" title="">Φ</span> </td> <tr id="entity-Pi"><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span class="glyph" title="">Π</span> </td> <tr id="entity-PlusMinus"><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-Poincareplane"><td> <code title=">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> <tr id="entity-Popf"><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> <tr id="entity-Pr"><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> <td> <span class="glyph" title="">⪻</span> </td> <tr id="entity-Precedes"><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-PrecedesEqual"><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-PrecedesSlantEqual"><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-PrecedesTilde"><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-Prime"><td> <code title="">Prme;</code> </td> <td> U+02033 </td> <td> <span class="glyph" title="">″</span> </td> <tr id="entity-Product"><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> <tr id="entity-Proportion"><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> <tr id="entity-Proportional"><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-Pscr"><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span class="glyph" title="">𝒫</span> </td> <tr id="entity-Psi"><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <span class="glyph" title="">Ψ</span> </td> <tr id="entity-QUOT"><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> <tr id="entity-Qfr"><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span class="glyph" ttle="">𝔔</span> </td> <tr id="entity-Qopf"><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> <tr id="entity-Qscr"><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span class="glyph" title="">𝒬</span> </td> <tr id="entity-RBarr"><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> <tr id="entity-REG"><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-Racute"><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span class="glyph" title="">Ŕ</span> </td> <tr id="entity-Rang"><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span class="glyph" title="">⟫</span> </td> <tr id="entity-Rarr"><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> <tr id="entity-Rarrtl"><td> <code title="">Rarrtl</code> </td> <td> U+02916 </td> <td> <span class="glyph" title="">⤖</span> </td> <tr id="entity-Rcaron"><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span class="glyph" title="">Ř</span> </td> <tr id="entity-Rcedil"><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span class="glyph" title="">Ŗ</span> </td> <tr id="entity-Rcy"><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span class="glyph" title="">Р</span> </td> <tr id="entity-Re"><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-ReverseElement"><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-ReverseEquilibrium"><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-ReverseUpEquilibrium"><td> <code title="">ReverseUpEquilibrium;</code></td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> <tr id="entity-Rfr"><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-Rho"><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span class="glyph" title="">Ρ</span> </td> <tr id="entity-RightAngleBracket"><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-RightArrow"><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-RightArrowBar"><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> <tr id="entity-RightArrowLeftArrow"><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-RightCeiling"><td> <code title="">RightCeilig;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> <tr id="entity-RightDoubleBracket"><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> <tr id="entity-RightDownTeeVector"><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span class="glyph" title="">⥝</span> </td> <tr id="entity-RightDownVector"><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-RightDownVectorBar"><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span class="glyph" title="">⥕</span> </td> <tr id="entity-RightFloor"><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> <tr id="entity-RightTee"><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td <tr id="entity-RightTeeArrow"><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-RightTeeVector"><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span class="glyph" title="">⥛</span> </td> <tr id="entity-RightTriangle"><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-RightTriangleBar"><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span class="glyph" title="">⧐</span> </td> <tr id="entity-RightTriangleEqual"><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-RightUpDownVector"><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span class="glyph" title="">⥏</span> </td> <tr id="entity-RightUpTeeVector"><td> <code title="">RightUpTeeVector;</code> </d> <td> U+0295C </td> <td> <span class="glyph" title="">⥜</span> </td> <tr id="entity-RightUpVector"><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-RightUpVectorBar"><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span class="glyph" title="">⥔</span> </td> <tr id="entity-RightVector"><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">⇀</span> </td> <tr id="entity-RightVectorBar"><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span class="glyph" title="">⥓</span> </td> <tr id="entity-Rightarrow"><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-Ropf"><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> <tr id="entity-RoundImplies"><td> <code title="">RondImplies;</code> </td> <td> U+02970 </td> <td> <span class="glyph" title="">⥰</span> </td> <tr id="entity-Rrightarrow"><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> <tr id="entity-Rscr"><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> <tr id="entity-Rsh"><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> <tr id="entity-RuleDelayed"><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span class="glyph" title="">⧴</span> </td> <tr id="entity-SHCHcy"><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span class="glyph" title="">Щ</span> </td> <tr id="entity-SHcy"><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span class="glyph" title="">Ш</span> </td> <tr id="entity-SOFTcy"><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> span class="glyph" title="">Ь</span> </td> <tr id="entity-Sacute"><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span class="glyph" title="">Ś</span> </td> <tr id="entity-Sc"><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span class="glyph" title="">⪼</span> </td> <tr id="entity-Scaron"><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span class="glyph" title="">Š</span> </td> <tr id="entity-Scedil"><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span class="glyph" title="">Ş</span> </td> <tr id="entity-Scirc"><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span class="glyph" title="">Ŝ</span> </td> <tr id="entity-Scy"><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span class="glyph" title="">С</span> </td> <tr id="entity-Sfr"><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span class="glyph" title="">𝔖</span> </td> <tr id="entity-ShortDownArro"><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-ShortLeftArrow"><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-ShortRightArrow"><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-ShortUpArrow"><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entity-Sigma"><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span class="glyph" title="">Σ</span> </td> <tr id="entity-SmallCircle"><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> <tr id="entity-Sopf"><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span class="glyph" title="">𝕊</span> </td> <tr id="entity-Sqrt">td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> <tr id="entity-Square"><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-SquareIntersection"><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> <tr id="entity-SquareSubset"><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-SquareSubsetEqual"><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-SquareSuperset"><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-SquareSupersetEqual"><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">͒</span> </td> <tr id="entity-SquareUnion"><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> <tr id="entity-Sscr"><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span class="glyph" title="">𝒮</span> </td> <tr id="entity-Star"><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">⋆</span> </td> <tr id="entity-Sub"><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> <tr id="entity-Subset"><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> <tr id="entity-SubsetEqual"><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-Succeeds"><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-SucceedsEqual><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-SucceedsSlantEqual"><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-SucceedsTilde"><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-SuchThat"><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-Sum"><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> <tr id="entity-Sup"><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> <tr id="entity-Superset"><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> <tr id="entity-SupersetEqual"><td> <code tile="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-Supset"><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> <tr id="entity-THORN"><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span class="glyph" title="">Þ</span> </td> <tr id="entity-TRADE"><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> <tr id="entity-TSHcy"><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span class="glyph" title="">Ћ</span> </td> <tr id="entity-TScy"><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span class="glyph" title="">Ц</span> </td> <tr id="entity-Tab"><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span class="glyph control" title="">␉</span> </td> <tr id="entity-Tau"><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span class="lyph" title="">Τ</span> </td> <tr id="entity-Tcaron"><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span class="glyph" title="">Ť</span> </td> <tr id="entity-Tcedil"><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span class="glyph" title="">Ţ</span> </td> <tr id="entity-Tcy"><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span class="glyph" title="">Т</span> </td> <tr id="entity-Tfr"><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span class="glyph" title="">𝔗</span> </td> <tr id="entity-Therefore"><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-Theta"><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span class="glyph" title="">Θ</span> </td> <tr id="entity-ThickSpace"><td> <code title="">ThickSpace;</code> </td> <td> U+0205F U+0200A </td> <td> <span class="glyph compound" title="">  </span> </t> <tr id="entity-ThinSpace"><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Tilde"><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-TildeEqual"><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-TildeFullEqual"><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> <tr id="entity-TildeTilde"><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-Topf"><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span class="glyph" title="">𝕋</span> </td> <tr id="entity-TripleDot"><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> </t> <tr id="entity-Tscr"><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span class="glyph" title="">𝒯</span> </td> <tr id="entity-Tstrok"><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span class="glyph" title="">Ŧ</span> </td> <tr id="entity-Uacute"><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span class="glyph" title="">Ú</span> </td> <tr id="entity-Uarr"><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span class="glyph" title="">↟</span> </td> <tr id="entity-Uarrocir"><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span class="glyph" title="">⥉</span> </td> <tr id="entity-Ubrcy"><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span class="glyph" title="">Ў</span> </td> <tr id="entity-Ubreve"><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span class="glyph" title="">Ŭ</span> </td> <tr id="entity-Ucirc"><td> <code title="">Ucirc;</code> </d> <td> U+000DB </td> <td> <span class="glyph" title="">Û</span> </td> <tr id="entity-Ucy"><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span class="glyph" title="">У</span> </td> <tr id="entity-Udblac"><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span class="glyph" title="">Ű</span> </td> <tr id="entity-Ufr"><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span class="glyph" title="">𝔘</span> </td> <tr id="entity-Ugrave"><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span class="glyph" title="">Ù</span> </td> <tr id="entity-Umacr"><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span class="glyph" title="">Ū</span> </td> <tr id="entity-UnderBar"><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> <tr id="entity-UnderBrace"><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span class="glyph" title="">⏟/span> </td> <tr id="entity-UnderBracket"><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> <tr id="entity-UnderParenthesis"><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span class="glyph" title="">⏝</span> </td> <tr id="entity-Union"><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-UnionPlus"><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">⊎</span> </td> <tr id="entity-Uogon"><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span class="glyph" title="">Ų</span> </td> <tr id="entity-Uopf"><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span class="glyph" title="">𝕌</span> </td> <tr id="entity-UpArrow"><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entty-UpArrowBar"><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span class="glyph" title="">⤒</span> </td> <tr id="entity-UpArrowDownArrow"><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> <tr id="entity-UpDownArrow"><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-UpEquilibrium"><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> <tr id="entity-UpTee"><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-UpTeeArrow"><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> <tr id="entity-Uparrow"><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="ntity-Updownarrow"><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-UpperLeftArrow"><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-UpperRightArrow"><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-Upsi"><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> <tr id="entity-Upsilon"><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span class="glyph" title="">Υ</span> </td> <tr id="entity-Uring"><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <span class="glyph" title="">Ů</span> </td> <tr id="entity-Uscr"><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span class="glyph" title="">𝒰</span> </td> <tr id="entity-Utilde"><td <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span class="glyph" title="">Ũ</span> </td> <tr id="entity-Uuml"><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span class="glyph" title="">Ü</span> </td> <tr id="entity-VDash"><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span class="glyph" title="">⊫</span> </td> <tr id="entity-Vbar"><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span class="glyph" title="">⫫</span> </td> <tr id="entity-Vcy"><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span class="glyph" title="">В</span> </td> <tr id="entity-Vdash"><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span class="glyph" title="">⊩</span> </td> <tr id="entity-Vdashl"><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span class="glyph" title="">⫦</span> </td> <tr id="entity-Vee"><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph"title="">⋁</span> </td> <tr id="entity-Verbar"><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> <tr id="entity-Vert"><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> <tr id="entity-VerticalBar"><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-VerticalLine"><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-VerticalSeparator"><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span class="glyph" title="">❘</span> </td> <tr id="entity-VerticalTilde"><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-VeryThinSpace"><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span class="lyph" title=""> </span> </td> <tr id="entity-Vfr"><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span class="glyph" title="">𝔙</span> </td> <tr id="entity-Vopf"><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span class="glyph" title="">𝕍</span> </td> <tr id="entity-Vscr"><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span class="glyph" title="">𝒱</span> </td> <tr id="entity-Vvdash"><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span class="glyph" title="">⊪</span> </td> <tr id="entity-Wcirc"><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span class="glyph" title="">Ŵ</span> </td> <tr id="entity-Wedge"><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-Wfr"><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span class="glyph" title="">𝔚</span> </td> <tr id="entity-Wopf"><td> <code title"">Wopf;</code> </td> <td> U+1D54E </td> <td> <span class="glyph" title="">𝕎</span> </td> <tr id="entity-Wscr"><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span class="glyph" title="">𝒲</span> </td> <tr id="entity-Xfr"><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span class="glyph" title="">𝔛</span> </td> <tr id="entity-Xi"><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span class="glyph" title="">Ξ</span> </td> <tr id="entity-Xopf"><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span class="glyph" title="">𝕏</span> </td> <tr id="entity-Xscr"><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span class="glyph" title="">𝒳</span> </td> <tr id="entity-YAcy"><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span class="glyph" title="">Я</span> </td> <tr id="entity-YIcy"><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span class="glyph" title="">Ї<span> </td> <tr id="entity-YUcy"><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span class="glyph" title="">Ю</span> </td> <tr id="entity-Yacute"><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span class="glyph" title="">Ý</span> </td> <tr id="entity-Ycirc"><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span class="glyph" title="">Ŷ</span> </td> <tr id="entity-Ycy"><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span class="glyph" title="">Ы</span> </td> <tr id="entity-Yfr"><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span class="glyph" title="">𝔜</span> </td> <tr id="entity-Yopf"><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span class="glyph" title="">𝕐</span> </td> <tr id="entity-Yscr"><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span class="glyph" title="">𝒴</span> </td> <tr id="entity-Yuml"><td> <code title="">Yuml;</code> </td> <td>U+00178 </td> <td> <span class="glyph" title="">Ÿ</span> </td> <tr id="entity-ZHcy"><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span class="glyph" title="">Ж</span> </td> <tr id="entity-Zacute"><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span class="glyph" title="">Ź</span> </td> <tr id="entity-Zcaron"><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span class="glyph" title="">Ž</span> </td> <tr id="entity-Zcy"><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span class="glyph" title="">З</span> </td> <tr id="entity-Zdot"><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span class="glyph" title="">Ż</span> </td> <tr id="entity-ZeroWidthSpace"><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-Zeta"><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span class="glyph" title="">Ζ</span> /td> <tr id="entity-Zfr"><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> <tr id="entity-Zopf"><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> <tr id="entity-Zscr"><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span class="glyph" title="">𝒵</span> </td> <tr id="entity-aacute"><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span class="glyph" title="">á</span> </td> <tr id="entity-abreve"><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span class="glyph" title="">ă</span> </td> <tr id="entity-ac"><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> <tr id="entity-acE"><td> <code title="">acE;</code> </td> <td> U+0223E U+00333 </td> <td> <span class="glyph compound" title="">∾̳</span> </td> <tr id="entity-acd"><td> <code title="">acd;</code> </d> <td> U+0223F </td> <td> <span class="glyph" title="">∿</span> </td> <tr id="entity-acirc"><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span class="glyph" title="">â</span> </td> <tr id="entity-acute"><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> <tr id="entity-acy"><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span class="glyph" title="">а</span> </td> <tr id="entity-aelig"><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span class="glyph" title="">æ</span> </td> <tr id="entity-af"><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> <tr id="entity-afr"><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span class="glyph" title="">𝔞</span> </td> <tr id="entity-agrave"><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> <td> <span class="glyph" title="">à</span> </td> <t id="entity-alefsym"><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> <tr id="entity-aleph"><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> <tr id="entity-alpha"><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span class="glyph" title="">α</span> </td> <tr id="entity-amacr"><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span class="glyph" title="">ā</span> </td> <tr id="entity-amalg"><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span class="glyph" title="">⨿</span> </td> <tr id="entity-amp"><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> <tr id="entity-and"><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> <tr id="entity-andand"><td> <code title="">andand;</code> </td> <td> U+02A55 /td> <td> <span class="glyph" title="">⩕</span> </td> <tr id="entity-andd"><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span class="glyph" title="">⩜</span> </td> <tr id="entity-andslope"><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span class="glyph" title="">⩘</span> </td> <tr id="entity-andv"><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span class="glyph" title="">⩚</span> </td> <tr id="entity-ang"><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> <tr id="entity-ange"><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span class="glyph" title="">⦤</span> </td> <tr id="entity-angle"><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> <tr id="entity-angmsd"><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> <tr id="entty-angmsdaa"><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span class="glyph" title="">⦨</span> </td> <tr id="entity-angmsdab"><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span class="glyph" title="">⦩</span> </td> <tr id="entity-angmsdac"><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span class="glyph" title="">⦪</span> </td> <tr id="entity-angmsdad"><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span class="glyph" title="">⦫</span> </td> <tr id="entity-angmsdae"><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span class="glyph" title="">⦬</span> </td> <tr id="entity-angmsdaf"><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span class="glyph" title="">⦭</span> </td> <tr id="entity-angmsdag"><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span class="glyph" title="">⦮</span> </td> <tr id="entity-angmsdah"><td> <coe title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span class="glyph" title="">⦯</span> </td> <tr id="entity-angrt"><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span class="glyph" title="">∟</span> </td> <tr id="entity-angrtvb"><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span class="glyph" title="">⊾</span> </td> <tr id="entity-angrtvbd"><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span class="glyph" title="">⦝</span> </td> <tr id="entity-angsph"><td> <code title="">angsph;</code> </td> <td> U+02222 </td> <td> <span class="glyph" title="">∢</span> </td> <tr id="entity-angst"><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> <tr id="entity-angzarr"><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span class="glyph" title="">⍼</span> </td> <tr id="entity-aogon"><td> <code title="">aogon;</code> </td> <td> U+00105 </td><td> <span class="glyph" title="">ą</span> </td> <tr id="entity-aopf"><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span class="glyph" title="">𝕒</span> </td> <tr id="entity-ap"><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-apE"><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span class="glyph" title="">⩰</span> </td> <tr id="entity-apacir"><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span class="glyph" title="">⩯</span> </td> <tr id="entity-ape"><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">≊</span> </td> <tr id="entity-apid"><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span class="glyph" title="">≋</span> </td> <tr id="entity-apos"><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span class="glyph" title="">'</span> </td> <tr id="entity-approx"><td> <code tile="">approx;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-approxeq"><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">≊</span> </td> <tr id="entity-aring"><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span class="glyph" title="">å</span> </td> <tr id="entity-ascr"><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span class="glyph" title="">𝒶</span> </td> <tr id="entity-ast"><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> <tr id="entity-asymp"><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-asympeq"><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> <tr id="entity-atilde"><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span class="glyp" title="">ã</span> </td> <tr id="entity-auml"><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span class="glyph" title="">ä</span> </td> <tr id="entity-awconint"><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">∳</span> </td> <tr id="entity-awint"><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span class="glyph" title="">⨑</span> </td> <tr id="entity-bNot"><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span class="glyph" title="">⫭</span> </td> <tr id="entity-backcong"><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> <tr id="entity-backepsilon"><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> <tr id="entity-backprime"><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">‵</span> </td> <tr id="ntity-backsim"><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> <tr id="entity-backsimeq"><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> <tr id="entity-barvee"><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span class="glyph" title="">⊽</span> </td> <tr id="entity-barwed"><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> <tr id="entity-barwedge"><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> <tr id="entity-bbrk"><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> <tr id="entity-bbrktbrk"><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span class="glyph" title="">⎶</span> </td> <tr id="entity-bcong"><td> <code title="">bcong;</cod> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> <tr id="entity-bcy"><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span class="glyph" title="">б</span> </td> <tr id="entity-bdquo"><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> <tr id="entity-becaus"><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-because"><td> <code title="">because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-bemptyv"><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span class="glyph" title="">⦰</span> </td> <tr id="entity-bepsi"><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> <tr id="entity-bernou"><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">#8492;</span> </td> <tr id="entity-beta"><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span class="glyph" title="">β</span> </td> <tr id="entity-beth"><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span class="glyph" title="">ℶ</span> </td> <tr id="entity-between"><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> <tr id="entity-bfr"><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span class="glyph" title="">𝔟</span> </td> <tr id="entity-bigcap"><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-bigcirc"><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> <tr id="entity-bigcup"><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-bigodot"><td> <code title="">bgodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> <tr id="entity-bigoplus"><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</span> </td> <tr id="entity-bigotimes"><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> <tr id="entity-bigsqcup"><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> <tr id="entity-bigstar"><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> <tr id="entity-bigtriangledown"><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">▽</span> </td> <tr id="entity-bigtriangleup"><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> <tr id="entity-biguplus"><td> <code title="">bigplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</span> </td> <tr id="entity-bigvee"><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> <tr id="entity-bigwedge"><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-bkarow"><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">⤍</span> </td> <tr id="entity-blacklozenge"><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> <tr id="entity-blacksquare"><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-blacktriangle"><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">▴</span> </td> <tr id="entity-blacktriangledown"><td> <code title="">blactriangledown;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> <tr id="entity-blacktriangleleft"><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> <tr id="entity-blacktriangleright"><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> <tr id="entity-blank"><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span class="glyph" title="">␣</span> </td> <tr id="entity-blk12"><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span class="glyph" title="">▒</span> </td> <tr id="entity-blk14"><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span class="glyph" title="">░</span> </td> <tr id="entity-blk34"><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span class="glyph" title="">▓</span> </td> <tr id="entity-block"><td> <code title="">block;</code></td> <td> U+02588 </td> <td> <span class="glyph" title="">█</span> </td> <tr id="entity-bne"><td> <code title="">bne;</code> </td> <td> U+0003D U+020E5 </td> <td> <span class="glyph compound" title="">=⃥</span> </td> <tr id="entity-bnequiv"><td> <code title="">bnequiv;</code> </td> <td> U+02261 U+020E5 </td> <td> <span class="glyph compound" title="">≡⃥</span> </td> <tr id="entity-bnot"><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span class="glyph" title="">⌐</span> </td> <tr id="entity-bopf"><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span class="glyph" title="">𝕓</span> </td> <tr id="entity-bot"><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-bottom"><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-bowtie"><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <san class="glyph" title="">⋈</span> </td> <tr id="entity-boxDL"><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span class="glyph" title="">╗</span> </td> <tr id="entity-boxDR"><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span class="glyph" title="">╔</span> </td> <tr id="entity-boxDl"><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span class="glyph" title="">╖</span> </td> <tr id="entity-boxDr"><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span class="glyph" title="">╓</span> </td> <tr id="entity-boxH"><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span class="glyph" title="">═</span> </td> <tr id="entity-boxHD"><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span class="glyph" title="">╦</span> </td> <tr id="entity-boxHU"><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span class="glyph" title="">╩</span> </td> <tr id="entity-boxHd"><td <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span class="glyph" title="">╤</span> </td> <tr id="entity-boxHu"><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span class="glyph" title="">╧</span> </td> <tr id="entity-boxUL"><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span class="glyph" title="">╝</span> </td> <tr id="entity-boxUR"><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span class="glyph" title="">╚</span> </td> <tr id="entity-boxUl"><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span class="glyph" title="">╜</span> </td> <tr id="entity-boxUr"><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span class="glyph" title="">╙</span> </td> <tr id="entity-boxV"><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span class="glyph" title="">║</span> </td> <tr id="entity-boxVH"><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span class=glyph" title="">╬</span> </td> <tr id="entity-boxVL"><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span class="glyph" title="">╣</span> </td> <tr id="entity-boxVR"><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span class="glyph" title="">╠</span> </td> <tr id="entity-boxVh"><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span class="glyph" title="">╫</span> </td> <tr id="entity-boxVl"><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span class="glyph" title="">╢</span> </td> <tr id="entity-boxVr"><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span class="glyph" title="">╟</span> </td> <tr id="entity-boxbox"><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span class="glyph" title="">⧉</span> </td> <tr id="entity-boxdL"><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span class="glyph" title="">╕</span> </td> <tr id="entity-boxdR"><td> <coe title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span class="glyph" title="">╒</span> </td> <tr id="entity-boxdl"><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span class="glyph" title="">┐</span> </td> <tr id="entity-boxdr"><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span class="glyph" title="">┌</span> </td> <tr id="entity-boxh"><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> <tr id="entity-boxhD"><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span class="glyph" title="">╥</span> </td> <tr id="entity-boxhU"><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span class="glyph" title="">╨</span> </td> <tr id="entity-boxhd"><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span class="glyph" title="">┬</span> </td> <tr id="entity-boxhu"><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span class="glyp" title="">┴</span> </td> <tr id="entity-boxminus"><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> <tr id="entity-boxplus"><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> <tr id="entity-boxtimes"><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> <tr id="entity-boxuL"><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span class="glyph" title="">╛</span> </td> <tr id="entity-boxuR"><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span class="glyph" title="">╘</span> </td> <tr id="entity-boxul"><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span class="glyph" title="">┘</span> </td> <tr id="entity-boxur"><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span class="glyph" title="">└</span> </td> <tr id="entity-boxv"><d> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span class="glyph" title="">│</span> </td> <tr id="entity-boxvH"><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> <td> <span class="glyph" title="">╪</span> </td> <tr id="entity-boxvL"><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span class="glyph" title="">╡</span> </td> <tr id="entity-boxvR"><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span class="glyph" title="">╞</span> </td> <tr id="entity-boxvh"><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span class="glyph" title="">┼</span> </td> <tr id="entity-boxvl"><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span class="glyph" title="">┤</span> </td> <tr id="entity-boxvr"><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span class="glyph" title="">├</span> </td> <tr id="entity-bprime"><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span cass="glyph" title="">‵</span> </td> <tr id="entity-breve"><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> <tr id="entity-brvbar"><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span class="glyph" title="">¦</span> </td> <tr id="entity-bscr"><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span class="glyph" title="">𝒷</span> </td> <tr id="entity-bsemi"><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span class="glyph" title="">⁏</span> </td> <tr id="entity-bsim"><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> <tr id="entity-bsime"><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> <tr id="entity-bsol"><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span class="glyph" title="">\</span> </td> <tr id="entity-bsolb"><td> <code tite="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span class="glyph" title="">⧅</span> </td> <tr id="entity-bsolhsub"><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span class="glyph" title="">⟈</span> </td> <tr id="entity-bull"><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> <tr id="entity-bullet"><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> <tr id="entity-bump"><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-bumpE"><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span class="glyph" title="">⪮</span> </td> <tr id="entity-bumpe"><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> <tr id="entity-bumpeq"><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span class="gyph" title="">≏</span> </td> <tr id="entity-cacute"><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span class="glyph" title="">ć</span> </td> <tr id="entity-cap"><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span class="glyph" title="">∩</span> </td> <tr id="entity-capand"><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span class="glyph" title="">⩄</span> </td> <tr id="entity-capbrcup"><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span class="glyph" title="">⩉</span> </td> <tr id="entity-capcap"><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span class="glyph" title="">⩋</span> </td> <tr id="entity-capcup"><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span class="glyph" title="">⩇</span> </td> <tr id="entity-capdot"><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span class="glyph" title="">⩀</span> </td> <tr id="entity-caps">td> <code title="">caps;</code> </td> <td> U+02229 U+0FE00 </td> <td> <span class="glyph compound" title="">∩︀</span> </td> <tr id="entity-caret"><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span class="glyph" title="">⁁</span> </td> <tr id="entity-caron"><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> <tr id="entity-ccaps"><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span class="glyph" title="">⩍</span> </td> <tr id="entity-ccaron"><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span class="glyph" title="">č</span> </td> <tr id="entity-ccedil"><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span class="glyph" title="">ç</span> </td> <tr id="entity-ccirc"><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span class="glyph" title="">ĉ</span> </td> <tr id="entity-ccups"><td> <code title="">ccups;</code> </td> <td> U02A4C </td> <td> <span class="glyph" title="">⩌</span> </td> <tr id="entity-ccupssm"><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span class="glyph" title="">⩐</span> </td> <tr id="entity-cdot"><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span class="glyph" title="">ċ</span> </td> <tr id="entity-cedil"><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> <tr id="entity-cemptyv"><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span class="glyph" title="">⦲</span> </td> <tr id="entity-cent"><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span class="glyph" title="">¢</span> </td> <tr id="entity-centerdot"><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <tr id="entity-cfr"><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span class="glyph" title="">𝔠</spa> </td> <tr id="entity-chcy"><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span class="glyph" title="">ч</span> </td> <tr id="entity-check"><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> <tr id="entity-checkmark"><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> <tr id="entity-chi"><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span class="glyph" title="">χ</span> </td> <tr id="entity-cir"><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span class="glyph" title="">○</span> </td> <tr id="entity-cirE"><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span class="glyph" title="">⧃</span> </td> <tr id="entity-circ"><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span class="glyph" title="">ˆ</span> </td> <tr id="entity-circeq"><td> <code title="">circeq;</code> </td> <td>U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> <tr id="entity-circlearrowleft"><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> <tr id="entity-circlearrowright"><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> <tr id="entity-circledR"><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-circledS"><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> <tr id="entity-circledast"><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> <tr id="entity-circledcirc"><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> <tr id="entity-circleddash"><td> <code title="">circleddash;</cde> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> <tr id="entity-cire"><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> <tr id="entity-cirfnint"><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span class="glyph" title="">⨐</span> </td> <tr id="entity-cirmid"><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> <td> <span class="glyph" title="">⫯</span> </td> <tr id="entity-cirscir"><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span class="glyph" title="">⧂</span> </td> <tr id="entity-clubs"><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> <tr id="entity-clubsuit"><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> <tr id="entity-colon"><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span class="glyp" title="">:</span> </td> <tr id="entity-colone"><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-coloneq"><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-comma"><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span class="glyph" title="">,</span> </td> <tr id="entity-commat"><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span class="glyph" title="">@</span> </td> <tr id="entity-comp"><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> <tr id="entity-compfn"><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> <tr id="entity-complement"><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> <tr id="entity-complexes"><td> <code ttle="">complexes;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> <tr id="entity-cong"><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> <tr id="entity-congdot"><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span class="glyph" title="">⩭</span> </td> <tr id="entity-conint"><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> <tr id="entity-copf"><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span class="glyph" title="">𝕔</span> </td> <tr id="entity-coprod"><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> <tr id="entity-copy"><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> <tr id="entity-copysr"><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span clas="glyph" title="">℗</span> </td> <tr id="entity-crarr"><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span class="glyph" title="">↵</span> </td> <tr id="entity-cross"><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span class="glyph" title="">✗</span> </td> <tr id="entity-cscr"><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span class="glyph" title="">𝒸</span> </td> <tr id="entity-csub"><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span class="glyph" title="">⫏</span> </td> <tr id="entity-csube"><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span class="glyph" title="">⫑</span> </td> <tr id="entity-csup"><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span class="glyph" title="">⫐</span> </td> <tr id="entity-csupe"><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span class="glyph" title="">⫒</span> </td> <tr id="entity-ctdot"><td> <coe title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span class="glyph" title="">⋯</span> </td> <tr id="entity-cudarrl"><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> <td> <span class="glyph" title="">⤸</span> </td> <tr id="entity-cudarrr"><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <td> <span class="glyph" title="">⤵</span> </td> <tr id="entity-cuepr"><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> <tr id="entity-cuesc"><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> <tr id="entity-cularr"><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</span> </td> <tr id="entity-cularrp"><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span class="glyph" title="">⤽</span> </td> <tr id="entity-cup"><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <san class="glyph" title="">∪</span> </td> <tr id="entity-cupbrcap"><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span class="glyph" title="">⩈</span> </td> <tr id="entity-cupcap"><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span class="glyph" title="">⩆</span> </td> <tr id="entity-cupcup"><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span class="glyph" title="">⩊</span> </td> <tr id="entity-cupdot"><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span class="glyph" title="">⊍</span> </td> <tr id="entity-cupor"><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td> <span class="glyph" title="">⩅</span> </td> <tr id="entity-cups"><td> <code title="">cups;</code> </td> <td> U+0222A U+0FE00 </td> <td> <span class="glyph compound" title="">∪︀</span> </td> <tr id="entity-curarr"><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷/span> </td> <tr id="entity-curarrm"><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span class="glyph" title="">⤼</span> </td> <tr id="entity-curlyeqprec"><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> <tr id="entity-curlyeqsucc"><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> <tr id="entity-curlyvee"><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> <tr id="entity-curlywedge"><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏</span> </td> <tr id="entity-curren"><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span class="glyph" title="">¤</span> </td> <tr id="entity-curvearrowleft"><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</spa> </td> <tr id="entity-curvearrowright"><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷</span> </td> <tr id="entity-cuvee"><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> <tr id="entity-cuwed"><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏</span> </td> <tr id="entity-cwconint"><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> <tr id="entity-cwint"><td> <code title="">cwint;</code> </td> <td> U+02231 </td> <td> <span class="glyph" title="">∱</span> </td> <tr id="entity-cylcty"><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span class="glyph" title="">⌭</span> </td> <tr id="entity-dArr"><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-dHar"><td> <code title"">dHar;</code> </td> <td> U+02965 </td> <td> <span class="glyph" title="">⥥</span> </td> <tr id="entity-dagger"><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span class="glyph" title="">†</span> </td> <tr id="entity-daleth"><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span class="glyph" title="">ℸ</span> </td> <tr id="entity-darr"><td> <code title="">darr;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-dash"><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> <tr id="entity-dashv"><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">⊣</span> </td> <tr id="entity-dbkarow"><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> <tr id="entity-dblac"><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span class="glyph title="">˝</span> </td> <tr id="entity-dcaron"><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span class="glyph" title="">ď</span> </td> <tr id="entity-dcy"><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span class="glyph" title="">д</span> </td> <tr id="entity-dd"><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> <tr id="entity-ddagger"><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> <tr id="entity-ddarr"><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> <tr id="entity-ddotseq"><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> <tr id="entity-deg"><td> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span class="glyph" title="">°</span> </td> <tr id="entity-delta"><td> <code title="">dela;</code> </td> <td> U+003B4 </td> <td> <span class="glyph" title="">δ</span> </td> <tr id="entity-demptyv"><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span class="glyph" title="">⦱</span> </td> <tr id="entity-dfisht"><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span class="glyph" title="">⥿</span> </td> <tr id="entity-dfr"><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span class="glyph" title="">𝔡</span> </td> <tr id="entity-dharl"><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-dharr"><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-diam"><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> <tr id="entity-diamond"><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" tile="">⋄</span> </td> <tr id="entity-diamondsuit"><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> <tr id="entity-diams"><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> <tr id="entity-die"><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-digamma"><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> <tr id="entity-disin"><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span class="glyph" title="">⋲</span> </td> <tr id="entity-div"><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> <tr id="entity-divide"><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> <tr id="entity-divideontimes"><td><code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> <tr id="entity-divonx"><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> <tr id="entity-djcy"><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span class="glyph" title="">ђ</span> </td> <tr id="entity-dlcorn"><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> <tr id="entity-dlcrop"><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span class="glyph" title="">⌍</span> </td> <tr id="entity-dollar"><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span class="glyph" title="">$</span> </td> <tr id="entity-dopf"><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span class="glyph" title="">𝕕</span> </td> <tr id="entity-dot"><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span cass="glyph" title="">˙</span> </td> <tr id="entity-doteq"><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-doteqdot"><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> <tr id="entity-dotminus"><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> <tr id="entity-dotplus"><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> <tr id="entity-dotsquare"><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> <tr id="entity-doublebarwedge"><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">⌆</span> </td> <tr id="entity-downarrow"><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">darr;</span> </td> <tr id="entity-downdownarrows"><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> <tr id="entity-downharpoonleft"><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-downharpoonright"><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-drbkarow"><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> <tr id="entity-drcorn"><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> <tr id="entity-drcrop"><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span class="glyph" title="">⌌</span> </td> <tr id="entity-dscr"><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span class="glyph" title="">丙</span> </td> <tr id="entity-dscy"><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span class="glyph" title="">ѕ</span> </td> <tr id="entity-dsol"><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span class="glyph" title="">⧶</span> </td> <tr id="entity-dstrok"><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span class="glyph" title="">đ</span> </td> <tr id="entity-dtdot"><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span class="glyph" title="">⋱</span> </td> <tr id="entity-dtri"><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">▿</span> </td> <tr id="entity-dtrif"><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> <tr id="entity-duarr"><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> <tr id="entity-duhar"><td> <code title="">duhar;</code></td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> <tr id="entity-dwangle"><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span class="glyph" title="">⦦</span> </td> <tr id="entity-dzcy"><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span class="glyph" title="">џ</span> </td> <tr id="entity-dzigrarr"><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span class="glyph" title="">⟿</span> </td> <tr id="entity-eDDot"><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> <tr id="entity-eDot"><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> <tr id="entity-eacute"><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span class="glyph" title="">é</span> </td> <tr id="entity-easter"><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span class="glyph" title"">⩮</span> </td> <tr id="entity-ecaron"><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span class="glyph" title="">ě</span> </td> <tr id="entity-ecir"><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> <tr id="entity-ecirc"><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span class="glyph" title="">ê</span> </td> <tr id="entity-ecolon"><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> <tr id="entity-ecy"><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span class="glyph" title="">э</span> </td> <tr id="entity-edot"><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span class="glyph" title="">ė</span> </td> <tr id="entity-ee"><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-efDot"><td> <code title="">efDot;</code> <td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> <tr id="entity-efr"><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span class="glyph" title="">𝔢</span> </td> <tr id="entity-eg"><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span class="glyph" title="">⪚</span> </td> <tr id="entity-egrave"><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span class="glyph" title="">è</span> </td> <tr id="entity-egs"><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">⪖</span> </td> <tr id="entity-egsdot"><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span class="glyph" title="">⪘</span> </td> <tr id="entity-el"><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span class="glyph" title="">⪙</span> </td> <tr id="entity-elinters"><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span class="glyph" title="">⏧</span> <td> <tr id="entity-ell"><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span class="glyph" title="">ℓ</span> </td> <tr id="entity-els"><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> <tr id="entity-elsdot"><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span class="glyph" title="">⪗</span> </td> <tr id="entity-emacr"><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span class="glyph" title="">ē</span> </td> <tr id="entity-empty"><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emptyset"><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emptyv"><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emsp"><td> <code title="">emsp;</code> </td> <td U+02003 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-emsp13"><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-emsp14"><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-eng"><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span class="glyph" title="">ŋ</span> </td> <tr id="entity-ensp"><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-eogon"><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span class="glyph" title="">ę</span> </td> <tr id="entity-eopf"><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span class="glyph" title="">𝕖</span> </td> <tr id="entity-epar"><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span class="glyph" title="">⋕</span> </td> <tr id="ntity-eparsl"><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span class="glyph" title="">⧣</span> </td> <tr id="entity-eplus"><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span class="glyph" title="">⩱</span> </td> <tr id="entity-epsi"><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> <tr id="entity-epsilon"><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> <tr id="entity-epsiv"><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-eqcirc"><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> <tr id="entity-eqcolon"><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> <tr id="entity-eqsim"><td> <code title="">eqsim;</code> </td> <d> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-eqslantgtr"><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">⪖</span> </td> <tr id="entity-eqslantless"><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> <tr id="entity-equals"><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span class="glyph" title="">=</span> </td> <tr id="entity-equest"><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">≟</span> </td> <tr id="entity-equiv"><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> <tr id="entity-equivDD"><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span class="glyph" title="">⩸</span> </td> <tr id="entity-eqvparsl"><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span class="glph" title="">⧥</span> </td> <tr id="entity-erDot"><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> <tr id="entity-erarr"><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span class="glyph" title="">⥱</span> </td> <tr id="entity-escr"><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span class="glyph" title="">ℯ</span> </td> <tr id="entity-esdot"><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-esim"><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-eta"><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span class="glyph" title="">η</span> </td> <tr id="entity-eth"><td> <code title="">eth;</code> </td> <td> U+000F0 </td> <td> <span class="glyph" title="">ð</span> </td> <tr id="entity-euml"><td> <code title="">euml;</coe> </td> <td> U+000EB </td> <td> <span class="glyph" title="">ë</span> </td> <tr id="entity-euro"><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span class="glyph" title="">€</span> </td> <tr id="entity-excl"><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span class="glyph" title="">!</span> </td> <tr id="entity-exist"><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> <tr id="entity-expectation"><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> <tr id="entity-exponentiale"><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-fallingdotseq"><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> <tr id="entity-fcy"><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span class"glyph" title="">ф</span> </td> <tr id="entity-female"><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span class="glyph" title="">♀</span> </td> <tr id="entity-ffilig"><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span class="glyph" title="">ffi</span> </td> <tr id="entity-fflig"><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span class="glyph" title="">ff</span> </td> <tr id="entity-ffllig"><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span class="glyph" title="">ffl</span> </td> <tr id="entity-ffr"><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span class="glyph" title="">𝔣</span> </td> <tr id="entity-filig"><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span class="glyph" title="">fi</span> </td> <tr id="entity-fjlig"><td> <code title="">fjlig;</code> </td> <td> U+00066 U+0006A </td> <td> <span class="glyph compound" title="">fj</span> </td> <tr id="entiy-flat"><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span class="glyph" title="">♭</span> </td> <tr id="entity-fllig"><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span class="glyph" title="">fl</span> </td> <tr id="entity-fltns"><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span class="glyph" title="">▱</span> </td> <tr id="entity-fnof"><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span class="glyph" title="">ƒ</span> </td> <tr id="entity-fopf"><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span class="glyph" title="">𝕗</span> </td> <tr id="entity-forall"><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> <tr id="entity-fork"><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> <tr id="entity-forkv"><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> span class="glyph" title="">⫙</span> </td> <tr id="entity-fpartint"><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span class="glyph" title="">⨍</span> </td> <tr id="entity-frac12"><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> <tr id="entity-frac13"><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span class="glyph" title="">⅓</span> </td> <tr id="entity-frac14"><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span class="glyph" title="">¼</span> </td> <tr id="entity-frac15"><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span class="glyph" title="">⅕</span> </td> <tr id="entity-frac16"><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span class="glyph" title="">⅙</span> </td> <tr id="entity-frac18"><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span class="glyph" title="">⅛</span> </td><tr id="entity-frac23"><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span class="glyph" title="">⅔</span> </td> <tr id="entity-frac25"><td> <code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span class="glyph" title="">⅖</span> </td> <tr id="entity-frac34"><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span class="glyph" title="">¾</span> </td> <tr id="entity-frac35"><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span class="glyph" title="">⅗</span> </td> <tr id="entity-frac38"><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span class="glyph" title="">⅜</span> </td> <tr id="entity-frac45"><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span class="glyph" title="">⅘</span> </td> <tr id="entity-frac56"><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span class="glyph" title="">⅚</span> </td> <tr id="entity-frac58"><td> <code title="">frac58;</cod> </td> <td> U+0215D </td> <td> <span class="glyph" title="">⅝</span> </td> <tr id="entity-frac78"><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span class="glyph" title="">⅞</span> </td> <tr id="entity-frasl"><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span class="glyph" title="">⁄</span> </td> <tr id="entity-frown"><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> <tr id="entity-fscr"><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span class="glyph" title="">𝒻</span> </td> <tr id="entity-gE"><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-gEl"><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> <tr id="entity-gacute"><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span class="glyph" title="">ǵ</span> /td> <tr id="entity-gamma"><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span class="glyph" title="">γ</span> </td> <tr id="entity-gammad"><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> <tr id="entity-gap"><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> <tr id="entity-gbreve"><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span class="glyph" title="">ğ</span> </td> <tr id="entity-gcirc"><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span class="glyph" title="">ĝ</span> </td> <tr id="entity-gcy"><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span class="glyph" title="">г</span> </td> <tr id="entity-gdot"><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span class="glyph" title="">ġ</span> </td> <tr id="entity-ge"><td> <code title="">ge;</code> </td> <td> U+02265 </td><td> <span class="glyph" title="">≥</span> </td> <tr id="entity-gel"><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-geq"><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> <tr id="entity-geqq"><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-geqslant"><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-ges"><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-gescc"><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span class="glyph" title="">⪩</span> </td> <tr id="entity-gesdot"><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span class="glyph" title="">⪀</span> </td> <tr id="entity-gesdoto"<td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span class="glyph" title="">⪂</span> </td> <tr id="entity-gesdotol"><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span class="glyph" title="">⪄</span> </td> <tr id="entity-gesl"><td> <code title="">gesl;</code> </td> <td> U+022DB U+0FE00 </td> <td> <span class="glyph compound" title="">⋛︀</span> </td> <tr id="entity-gesles"><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span class="glyph" title="">⪔</span> </td> <tr id="entity-gfr"><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span class="glyph" title="">𝔤</span> </td> <tr id="entity-gg"><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-ggg"><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> <tr id="entity-gimel"><td> <code title="">gimel;</code> </td> <td> U02137 </td> <td> <span class="glyph" title="">ℷ</span> </td> <tr id="entity-gjcy"><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span class="glyph" title="">ѓ</span> </td> <tr id="entity-gl"><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-glE"><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span class="glyph" title="">⪒</span> </td> <tr id="entity-gla"><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span class="glyph" title="">⪥</span> </td> <tr id="entity-glj"><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span class="glyph" title="">⪤</span> </td> <tr id="entity-gnE"><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> <tr id="entity-gnap"><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> <tr id="entity-gnapprox">td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> <tr id="entity-gne"><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> <tr id="entity-gneq"><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> <tr id="entity-gneqq"><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> <tr id="entity-gnsim"><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span class="glyph" title="">⋧</span> </td> <tr id="entity-gopf"><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span class="glyph" title="">𝕘</span> </td> <tr id="entity-grave"><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> <tr id="entity-gscr"><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span class="glph" title="">ℊ</span> </td> <tr id="entity-gsim"><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> <tr id="entity-gsime"><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span class="glyph" title="">⪎</span> </td> <tr id="entity-gsiml"><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span class="glyph" title="">⪐</span> </td> <tr id="entity-gt"><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> <tr id="entity-gtcc"><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span class="glyph" title="">⪧</span> </td> <tr id="entity-gtcir"><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span class="glyph" title="">⩺</span> </td> <tr id="entity-gtdot"><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> <tr id="entity-gtlPar"><td> <code title="">gtPar;</code> </td> <td> U+02995 </td> <td> <span class="glyph" title="">⦕</span> </td> <tr id="entity-gtquest"><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span class="glyph" title="">⩼</span> </td> <tr id="entity-gtrapprox"><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> <tr id="entity-gtrarr"><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span class="glyph" title="">⥸</span> </td> <tr id="entity-gtrdot"><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> <tr id="entity-gtreqless"><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-gtreqqless"><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> <tr id="entity-gtrless"><td> <code title="">gtrless;</code> </td> <td> U+0277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-gtrsim"><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> <tr id="entity-gvertneqq"><td> <code title="">gvertneqq;</code> </td> <td> U+02269 U+0FE00 </td> <td> <span class="glyph compound" title="">≩︀</span> </td> <tr id="entity-gvnE"><td> <code title="">gvnE;</code> </td> <td> U+02269 U+0FE00 </td> <td> <span class="glyph compound" title="">≩︀</span> </td> <tr id="entity-hArr"><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-hairsp"><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-half"><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> <tr id="entity-hamilt"><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td <span class="glyph" title="">ℋ</span> </td> <tr id="entity-hardcy"><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span class="glyph" title="">ъ</span> </td> <tr id="entity-harr"><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-harrcir"><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span class="glyph" title="">⥈</span> </td> <tr id="entity-harrw"><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> <tr id="entity-hbar"><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-hcirc"><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span class="glyph" title="">ĥ</span> </td> <tr id="entity-hearts"><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> <tr id="entity-eartsuit"><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> <tr id="entity-hellip"><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">…</span> </td> <tr id="entity-hercon"><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span class="glyph" title="">⊹</span> </td> <tr id="entity-hfr"><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span class="glyph" title="">𝔥</span> </td> <tr id="entity-hksearow"><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">⤥</span> </td> <tr id="entity-hkswarow"><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> <tr id="entity-hoarr"><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span class="glyph" title="">⇿</span> </td> <tr id="entity-homtht"><td> <code title="">homtht;</code> </d> <td> U+0223B </td> <td> <span class="glyph" title="">∻</span> </td> <tr id="entity-hookleftarrow"><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> <tr id="entity-hookrightarrow"><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> </td> <tr id="entity-hopf"><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span class="glyph" title="">𝕙</span> </td> <tr id="entity-horbar"><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span class="glyph" title="">―</span> </td> <tr id="entity-hscr"><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span class="glyph" title="">𝒽</span> </td> <tr id="entity-hslash"><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-hstrok"><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <spn class="glyph" title="">ħ</span> </td> <tr id="entity-hybull"><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span class="glyph" title="">⁃</span> </td> <tr id="entity-hyphen"><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> <tr id="entity-iacute"><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span class="glyph" title="">í</span> </td> <tr id="entity-ic"><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> <tr id="entity-icirc"><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span class="glyph" title="">î</span> </td> <tr id="entity-icy"><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span class="glyph" title="">и</span> </td> <tr id="entity-iecy"><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span class="glyph" title="">е</span> </td> <tr id="entity-iexcl"><td> <coe title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span class="glyph" title="">¡</span> </td> <tr id="entity-iff"><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-ifr"><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span class="glyph" title="">𝔦</span> </td> <tr id="entity-igrave"><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span class="glyph" title="">ì</span> </td> <tr id="entity-ii"><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> <tr id="entity-iiiint"><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> <tr id="entity-iiint"><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">∭</span> </td> <tr id="entity-iinfin"><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span class="glyph" itle="">⧜</span> </td> <tr id="entity-iiota"><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span class="glyph" title="">℩</span> </td> <tr id="entity-ijlig"><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span class="glyph" title="">ij</span> </td> <tr id="entity-imacr"><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span class="glyph" title="">ī</span> </td> <tr id="entity-image"><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-imagline"><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> <tr id="entity-imagpart"><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-imath"><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> </td> <tr id="entity-imof"><td> <codetitle="">imof;</code> </td> <td> U+022B7 </td> <td> <span class="glyph" title="">⊷</span> </td> <tr id="entity-imped"><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span class="glyph" title="">Ƶ</span> </td> <tr id="entity-in"><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-incare"><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span class="glyph" title="">℅</span> </td> <tr id="entity-infin"><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span class="glyph" title="">∞</span> </td> <tr id="entity-infintie"><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span class="glyph" title="">⧝</span> </td> <tr id="entity-inodot"><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> </td> <tr id="entity-int"><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span class="glyph" itle="">∫</span> </td> <tr id="entity-intcal"><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> <tr id="entity-integers"><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> <tr id="entity-intercal"><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> <tr id="entity-intlarhk"><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span class="glyph" title="">⨗</span> </td> <tr id="entity-intprod"><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> <tr id="entity-iocy"><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span class="glyph" title="">ё</span> </td> <tr id="entity-iogon"><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span class="glyph" title="">į</span> </td> <tr id="entity-iopf"<td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span class="glyph" title="">𝕚</span> </td> <tr id="entity-iota"><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span class="glyph" title="">ι</span> </td> <tr id="entity-iprod"><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> <tr id="entity-iquest"><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span class="glyph" title="">¿</span> </td> <tr id="entity-iscr"><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span class="glyph" title="">𝒾</span> </td> <tr id="entity-isin"><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-isinE"><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span class="glyph" title="">⋹</span> </td> <tr id="entity-isindot"><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <spn class="glyph" title="">⋵</span> </td> <tr id="entity-isins"><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span class="glyph" title="">⋴</span> </td> <tr id="entity-isinsv"><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> <td> <span class="glyph" title="">⋳</span> </td> <tr id="entity-isinv"><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-it"><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> <tr id="entity-itilde"><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span class="glyph" title="">ĩ</span> </td> <tr id="entity-iukcy"><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span class="glyph" title="">і</span> </td> <tr id="entity-iuml"><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span class="glyph" title="">ï</span> </td> <tr id="entity-jcirc"><td> <cod title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span class="glyph" title="">ĵ</span> </td> <tr id="entity-jcy"><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span class="glyph" title="">й</span> </td> <tr id="entity-jfr"><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span class="glyph" title="">𝔧</span> </td> <tr id="entity-jmath"><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span class="glyph" title="">ȷ</span> </td> <tr id="entity-jopf"><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span class="glyph" title="">𝕛</span> </td> <tr id="entity-jscr"><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span class="glyph" title="">𝒿</span> </td> <tr id="entity-jsercy"><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span class="glyph" title="">ј</span> </td> <tr id="entity-jukcy"><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span class="glyph" tile="">є</span> </td> <tr id="entity-kappa"><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span class="glyph" title="">κ</span> </td> <tr id="entity-kappav"><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> <tr id="entity-kcedil"><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span class="glyph" title="">ķ</span> </td> <tr id="entity-kcy"><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span class="glyph" title="">к</span> </td> <tr id="entity-kfr"><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span class="glyph" title="">𝔨</span> </td> <tr id="entity-kgreen"><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span class="glyph" title="">ĸ</span> </td> <tr id="entity-khcy"><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span class="glyph" title="">х</span> </td> <tr id="entity-kjcy"><td> <code title="">kjcy;<code> </td> <td> U+0045C </td> <td> <span class="glyph" title="">ќ</span> </td> <tr id="entity-kopf"><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span class="glyph" title="">𝕜</span> </td> <tr id="entity-kscr"><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span class="glyph" title="">𝓀</span> </td> <tr id="entity-lAarr"><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> <tr id="entity-lArr"><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-lAtail"><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span class="glyph" title="">⤛</span> </td> <tr id="entity-lBarr"><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span class="glyph" title="">⤎</span> </td> <tr id="entity-lE"><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</san> </td> <tr id="entity-lEg"><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span> </td> <tr id="entity-lHar"><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span class="glyph" title="">⥢</span> </td> <tr id="entity-lacute"><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span class="glyph" title="">ĺ</span> </td> <tr id="entity-laemptyv"><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span class="glyph" title="">⦴</span> </td> <tr id="entity-lagran"><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-lambda"><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span class="glyph" title="">λ</span> </td> <tr id="entity-lang"><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-langd"><td> <code title="">langd;</cod> </td> <td> U+02991 </td> <td> <span class="glyph" title="">⦑</span> </td> <tr id="entity-langle"><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-lap"><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> <tr id="entity-laquo"><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span class="glyph" title="">«</span> </td> <tr id="entity-larr"><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-larrb"><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">⇤</span> </td> <tr id="entity-larrbfs"><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span class="glyph" title="">⤟</span> </td> <tr id="entity-larrfs"><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span class="glyph" title="">П</span> </td> <tr id="entity-larrhk"><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> <tr id="entity-larrlp"><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> <tr id="entity-larrpl"><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span class="glyph" title="">⤹</span> </td> <tr id="entity-larrsim"><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span class="glyph" title="">⥳</span> </td> <tr id="entity-larrtl"><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">↢</span> </td> <tr id="entity-lat"><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span class="glyph" title="">⪫</span> </td> <tr id="entity-latail"><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span class="glyph" title="">⤙</span> </td> <tr id="entity-late"><td> <code title=""late;</code> </td> <td> U+02AAD </td> <td> <span class="glyph" title="">⪭</span> </td> <tr id="entity-lates"><td> <code title="">lates;</code> </td> <td> U+02AAD U+0FE00 </td> <td> <span class="glyph compound" title="">⪭︀</span> </td> <tr id="entity-lbarr"><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span class="glyph" title="">⤌</span> </td> <tr id="entity-lbbrk"><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span class="glyph" title="">❲</span> </td> <tr id="entity-lbrace"><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> <tr id="entity-lbrack"><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> <tr id="entity-lbrke"><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span class="glyph" title="">⦋</span> </td> <tr id="entity-lbrksld"><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <pan class="glyph" title="">⦏</span> </td> <tr id="entity-lbrkslu"><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span class="glyph" title="">⦍</span> </td> <tr id="entity-lcaron"><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span class="glyph" title="">ľ</span> </td> <tr id="entity-lcedil"><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span class="glyph" title="">ļ</span> </td> <tr id="entity-lceil"><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> <tr id="entity-lcub"><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> <tr id="entity-lcy"><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span class="glyph" title="">л</span> </td> <tr id="entity-ldca"><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span class="glyph" title="">⤶</span> </td> <tr id="entity-ldquo"><td> code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> <tr id="entity-ldquor"><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> <tr id="entity-ldrdhar"><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span class="glyph" title="">⥧</span> </td> <tr id="entity-ldrushar"><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span class="glyph" title="">⥋</span> </td> <tr id="entity-ldsh"><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span class="glyph" title="">↲</span> </td> <tr id="entity-le"><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </td> <tr id="entity-leftarrow"><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-leftarrowtail"><td> <code title="">leftarrowtail;</code> </td> <td> U+0212 </td> <td> <span class="glyph" title="">↢</span> </td> <tr id="entity-leftharpoondown"><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-leftharpoonup"><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> <tr id="entity-leftleftarrows"><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> <tr id="entity-leftrightarrow"><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-leftrightarrows"><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-leftrightharpoons"><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-leftrightsquiarrow"><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> <tr id="entity-leftthreetimes"><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> <tr id="entity-leg"><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-leq"><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </td> <tr id="entity-leqq"><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> <tr id="entity-leqslant"><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-les"><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-lescc"><td> <code title="">lescc;</code> </td> td> U+02AA8 </td> <td> <span class="glyph" title="">⪨</span> </td> <tr id="entity-lesdot"><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <span class="glyph" title="">⩿</span> </td> <tr id="entity-lesdoto"><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span class="glyph" title="">⪁</span> </td> <tr id="entity-lesdotor"><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span class="glyph" title="">⪃</span> </td> <tr id="entity-lesg"><td> <code title="">lesg;</code> </td> <td> U+022DA U+0FE00 </td> <td> <span class="glyph compound" title="">⋚︀</span> </td> <tr id="entity-lesges"><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span class="glyph" title="">⪓</span> </td> <tr id="entity-lessapprox"><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> <tr id="entity-lessdot"><td> <code title="">lessdot;</code> </td> <td> U+022D6 <td> <td> <span class="glyph" title="">⋖</span> </td> <tr id="entity-lesseqgtr"><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-lesseqqgtr"><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span> </td> <tr id="entity-lessgtr"><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-lesssim"><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> <tr id="entity-lfisht"><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span class="glyph" title="">⥼</span> </td> <tr id="entity-lfloor"><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> <tr id="entity-lfr"><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span class="glyph" title="">❹</span> </td> <tr id="entity-lg"><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-lgE"><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span class="glyph" title="">⪑</span> </td> <tr id="entity-lhard"><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-lharu"><td> <code title="">lharu;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> <tr id="entity-lharul"><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span class="glyph" title="">⥪</span> </td> <tr id="entity-lhblk"><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span class="glyph" title="">▄</span> </td> <tr id="entity-ljcy"><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span class="glyph" title="">љ</span> </td> <tr id="entity-ll"><td> <code title="">ll;</code> </td> <td U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-llarr"><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> <tr id="entity-llcorner"><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> <tr id="entity-llhard"><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span class="glyph" title="">⥫</span> </td> <tr id="entity-lltri"><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span class="glyph" title="">◺</span> </td> <tr id="entity-lmidot"><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span class="glyph" title="">ŀ</span> </td> <tr id="entity-lmoust"><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">⎰</span> </td> <tr id="entity-lmoustache"><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title=""⎰</span> </td> <tr id="entity-lnE"><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> <tr id="entity-lnap"><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> <tr id="entity-lnapprox"><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> <tr id="entity-lne"><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">⪇</span> </td> <tr id="entity-lneq"><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">⪇</span> </td> <tr id="entity-lneqq"><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> <tr id="entity-lnsim"><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span class="glyph" title="">⋦</span> </td> <tr id="entity-loang"><td> <code title="">loang;</cde> </td> <td> U+027EC </td> <td> <span class="glyph" title="">⟬</span> </td> <tr id="entity-loarr"><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span class="glyph" title="">⇽</span> </td> <tr id="entity-lobrk"><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> <tr id="entity-longleftarrow"><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> <tr id="entity-longleftrightarrow"><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-longmapsto"><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">⟼</span> </td> <tr id="entity-longrightarrow"><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-looparrowleft"><td> <code title"">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> <tr id="entity-looparrowright"><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">↬</span> </td> <tr id="entity-lopar"><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span class="glyph" title="">⦅</span> </td> <tr id="entity-lopf"><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span class="glyph" title="">𝕝</span> </td> <tr id="entity-loplus"><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span class="glyph" title="">⨭</span> </td> <tr id="entity-lotimes"><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span class="glyph" title="">⨴</span> </td> <tr id="entity-lowast"><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span class="glyph" title="">∗</span> </td> <tr id="entity-lowbar"><td> <code title="">lowbar;</code> </td> <td> U+005F </td> <td> <span class="glyph" title="">_</span> </td> <tr id="entity-loz"><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> <tr id="entity-lozenge"><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> <tr id="entity-lozf"><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> <tr id="entity-lpar"><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span class="glyph" title="">(</span> </td> <tr id="entity-lparlt"><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span class="glyph" title="">⦓</span> </td> <tr id="entity-lrarr"><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-lrcorner"><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> <tr id="entitylrhar"><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-lrhard"><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span class="glyph" title="">⥭</span> </td> <tr id="entity-lrm"><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span class="glyph" title="">‎</span> </td> <tr id="entity-lrtri"><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span class="glyph" title="">⊿</span> </td> <tr id="entity-lsaquo"><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span class="glyph" title="">‹</span> </td> <tr id="entity-lscr"><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span class="glyph" title="">𝓁</span> </td> <tr id="entity-lsh"><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> <tr id="entity-lsim"><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <spanclass="glyph" title="">≲</span> </td> <tr id="entity-lsime"><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span class="glyph" title="">⪍</span> </td> <tr id="entity-lsimg"><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span class="glyph" title="">⪏</span> </td> <tr id="entity-lsqb"><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> <tr id="entity-lsquo"><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> <tr id="entity-lsquor"><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> <tr id="entity-lstrok"><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span class="glyph" title="">ł</span> </td> <tr id="entity-lt"><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> <tr id="entity-ltcc"><td> <code title=">ltcc;</code> </td> <td> U+02AA6 </td> <td> <span class="glyph" title="">⪦</span> </td> <tr id="entity-ltcir"><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span class="glyph" title="">⩹</span> </td> <tr id="entity-ltdot"><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">⋖</span> </td> <tr id="entity-lthree"><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> <tr id="entity-ltimes"><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span class="glyph" title="">⋉</span> </td> <tr id="entity-ltlarr"><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span class="glyph" title="">⥶</span> </td> <tr id="entity-ltquest"><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span class="glyph" title="">⩻</span> </td> <tr id="entity-ltrPar"><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span clas="glyph" title="">⦖</span> </td> <tr id="entity-ltri"><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">◃</span> </td> <tr id="entity-ltrie"><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-ltrif"><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> <tr id="entity-lurdshar"><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span class="glyph" title="">⥊</span> </td> <tr id="entity-luruhar"><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span class="glyph" title="">⥦</span> </td> <tr id="entity-lvertneqq"><td> <code title="">lvertneqq;</code> </td> <td> U+02268 U+0FE00 </td> <td> <span class="glyph compound" title="">≨︀</span> </td> <tr id="entity-lvnE"><td> <code title="">lvnE;</code> </td> <td> U+02268 U+0FE00 </td> <td> <span class="glyph compound" ttle="">≨︀</span> </td> <tr id="entity-mDDot"><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span class="glyph" title="">∺</span> </td> <tr id="entity-macr"><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> <tr id="entity-male"><td> <code title="">male;</code> </td> <td> U+02642 </td> <td> <span class="glyph" title="">♂</span> </td> <tr id="entity-malt"><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> <tr id="entity-maltese"><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> <tr id="entity-map"><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-mapsto"><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-mapstodown"><td> <codetitle="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> <tr id="entity-mapstoleft"><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> <tr id="entity-mapstoup"><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> <tr id="entity-marker"><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span class="glyph" title="">▮</span> </td> <tr id="entity-mcomma"><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span class="glyph" title="">⨩</span> </td> <tr id="entity-mcy"><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span class="glyph" title="">м</span> </td> <tr id="entity-mdash"><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span class="glyph" title="">—</span> </td> <tr id="entity-measuredangle"><td> <code title="">measuredangle;</code> </td> <td U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> <tr id="entity-mfr"><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span class="glyph" title="">𝔪</span> </td> <tr id="entity-mho"><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span class="glyph" title="">℧</span> </td> <tr id="entity-micro"><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span class="glyph" title="">µ</span> </td> <tr id="entity-mid"><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-midast"><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> <tr id="entity-midcir"><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span class="glyph" title="">⫰</span> </td> <tr id="entity-middot"><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <tr id="ntity-minus"><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span class="glyph" title="">−</span> </td> <tr id="entity-minusb"><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> <tr id="entity-minusd"><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> <tr id="entity-minusdu"><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span class="glyph" title="">⨪</span> </td> <tr id="entity-mlcp"><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span class="glyph" title="">⫛</span> </td> <tr id="entity-mldr"><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">…</span> </td> <tr id="entity-mnplus"><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-models"><td> <code title="">models;</code> </td> <td> U022A7 </td> <td> <span class="glyph" title="">⊧</span> </td> <tr id="entity-mopf"><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span class="glyph" title="">𝕞</span> </td> <tr id="entity-mp"><td> <code title="">mp;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-mscr"><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span class="glyph" title="">𝓂</span> </td> <tr id="entity-mstpos"><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> <tr id="entity-mu"><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span class="glyph" title="">μ</span> </td> <tr id="entity-multimap"><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> <tr id="entity-mumap"><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> <tr id="enity-nGg"><td> <code title="">nGg;</code> </td> <td> U+022D9 U+00338 </td> <td> <span class="glyph compound" title="">⋙̸</span> </td> <tr id="entity-nGt"><td> <code title="">nGt;</code> </td> <td> U+0226B U+020D2 </td> <td> <span class="glyph compound" title="">≫⃒</span> </td> <tr id="entity-nGtv"><td> <code title="">nGtv;</code> </td> <td> U+0226B U+00338 </td> <td> <span class="glyph compound" title="">≫̸</span> </td> <tr id="entity-nLeftarrow"><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> <tr id="entity-nLeftrightarrow"><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> <tr id="entity-nLl"><td> <code title="">nLl;</code> </td> <td> U+022D8 U+00338 </td> <td> <span class="glyph compound" title="">⋘̸</span> </td> <tr id="entity-nLt"><td> <code title="">nLt;</code> </td> <td> U+0226A U+020D2 </td> <td> <span class="glyphcompound" title="">≪⃒</span> </td> <tr id="entity-nLtv"><td> <code title="">nLtv;</code> </td> <td> U+0226A U+00338 </td> <td> <span class="glyph compound" title="">≪̸</span> </td> <tr id="entity-nRightarrow"><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> <tr id="entity-nVDash"><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span class="glyph" title="">⊯</span> </td> <tr id="entity-nVdash"><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span class="glyph" title="">⊮</span> </td> <tr id="entity-nabla"><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> <tr id="entity-nacute"><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span class="glyph" title="">ń</span> </td> <tr id="entity-nang"><td> <code title="">nang;</code> </td> <td> U+02220 U+020D2 </td> <td> <span class="glyph compound" itle="">∠⃒</span> </td> <tr id="entity-nap"><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-napE"><td> <code title="">napE;</code> </td> <td> U+02A70 U+00338 </td> <td> <span class="glyph compound" title="">⩰̸</span> </td> <tr id="entity-napid"><td> <code title="">napid;</code> </td> <td> U+0224B U+00338 </td> <td> <span class="glyph compound" title="">≋̸</span> </td> <tr id="entity-napos"><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span class="glyph" title="">ʼn</span> </td> <tr id="entity-napprox"><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-natur"><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">♮</span> </td> <tr id="entity-natural"><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">♮</pan> </td> <tr id="entity-naturals"><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> <tr id="entity-nbsp"><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-nbump"><td> <code title="">nbump;</code> </td> <td> U+0224E U+00338 </td> <td> <span class="glyph compound" title="">≎̸</span> </td> <tr id="entity-nbumpe"><td> <code title="">nbumpe;</code> </td> <td> U+0224F U+00338 </td> <td> <span class="glyph compound" title="">≏̸</span> </td> <tr id="entity-ncap"><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span class="glyph" title="">⩃</span> </td> <tr id="entity-ncaron"><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span class="glyph" title="">ň</span> </td> <tr id="entity-ncedil"><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span class="glyph" title="">ņ</span> </td> <tr id=entity-ncong"><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> <tr id="entity-ncongdot"><td> <code title="">ncongdot;</code> </td> <td> U+02A6D U+00338 </td> <td> <span class="glyph compound" title="">⩭̸</span> </td> <tr id="entity-ncup"><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span class="glyph" title="">⩂</span> </td> <tr id="entity-ncy"><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span class="glyph" title="">н</span> </td> <tr id="entity-ndash"><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span class="glyph" title="">–</span> </td> <tr id="entity-ne"><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> </td> <tr id="entity-neArr"><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span class="glyph" title="">⇗</span> </td> <tr id="entity-nearhk"><td> <code title="">nearhk;</code> </td <td> U+02924 </td> <td> <span class="glyph" title="">⤤</span> </td> <tr id="entity-nearr"><td> <code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-nearrow"><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-nedot"><td> <code title="">nedot;</code> </td> <td> U+02250 U+00338 </td> <td> <span class="glyph compound" title="">≐̸</span> </td> <tr id="entity-nequiv"><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</span> </td> <tr id="entity-nesear"><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> <tr id="entity-nesim"><td> <code title="">nesim;</code> </td> <td> U+02242 U+00338 </td> <td> <span class="glyph compound" title="">≂̸</span> </td> <tr id="entity-nexist"><td> <code title="">nexist;</code> </td> <td> U+0220 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-nexists"><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-nfr"><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span class="glyph" title="">𝔫</span> </td> <tr id="entity-ngE"><td> <code title="">ngE;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-nge"><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-ngeq"><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-ngeqq"><td> <code title="">ngeqq;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-ngeqslant"><td> <code title="">ngeqslant;</code> </td> <td> U+02A7E U+00338 </td> <td> <spa class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-nges"><td> <code title="">nges;</code> </td> <td> U+02A7E U+00338 </td> <td> <span class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-ngsim"><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> <tr id="entity-ngt"><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-ngtr"><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-nhArr"><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> <tr id="entity-nharr"><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> <tr id="entity-nhpar"><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span class="glyph" title="">⫲</span </td> <tr id="entity-ni"><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-nis"><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span class="glyph" title="">⋼</span> </td> <tr id="entity-nisd"><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span class="glyph" title="">⋺</span> </td> <tr id="entity-niv"><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-njcy"><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span class="glyph" title="">њ</span> </td> <tr id="entity-nlArr"><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> <tr id="entity-nlE"><td> <code title="">nlE;</code> </td> <td> U+02266 U+00338 </td> <td> <span class="glyph compound" title="">≦̸</span> </td> <tr id="entity-nlarr"><td> <code title="">nlarr;</code> </td> <td> U0219A </td> <td> <span class="glyph" title="">↚</span> </td> <tr id="entity-nldr"><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span class="glyph" title="">‥</span> </td> <tr id="entity-nle"><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-nleftarrow"><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">↚</span> </td> <tr id="entity-nleftrightarrow"><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> <tr id="entity-nleq"><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-nleqq"><td> <code title="">nleqq;</code> </td> <td> U+02266 U+00338 </td> <td> <span class="glyph compound" title="">≦̸</span> </td> <tr id="entity-nleqslant"><td> <code title="">nleqslant;</code> </td> <td> U+02A7D U+00338 </t> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-nles"><td> <code title="">nles;</code> </td> <td> U+02A7D U+00338 </td> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-nless"><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-nlsim"><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> <tr id="entity-nlt"><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-nltri"><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-nltrie"><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-nmid"><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">#8740;</span> </td> <tr id="entity-nopf"><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span class="glyph" title="">𝕟</span> </td> <tr id="entity-not"><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span class="glyph" title="">¬</span> </td> <tr id="entity-notin"><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> <tr id="entity-notinE"><td> <code title="">notinE;</code> </td> <td> U+022F9 U+00338 </td> <td> <span class="glyph compound" title="">⋹̸</span> </td> <tr id="entity-notindot"><td> <code title="">notindot;</code> </td> <td> U+022F5 U+00338 </td> <td> <span class="glyph compound" title="">⋵̸</span> </td> <tr id="entity-notinva"><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> <tr id="entity-notinvb"><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span class="glyph" title="">⋷</span> /td> <tr id="entity-notinvc"><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span class="glyph" title="">⋶</span> </td> <tr id="entity-notni"><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-notniva"><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-notnivb"><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span class="glyph" title="">⋾</span> </td> <tr id="entity-notnivc"><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span class="glyph" title="">⋽</span> </td> <tr id="entity-npar"><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nparallel"><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nparsl"><td> <code title="">parsl;</code> </td> <td> U+02AFD U+020E5 </td> <td> <span class="glyph compound" title="">⫽⃥</span> </td> <tr id="entity-npart"><td> <code title="">npart;</code> </td> <td> U+02202 U+00338 </td> <td> <span class="glyph compound" title="">∂̸</span> </td> <tr id="entity-npolint"><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span class="glyph" title="">⨔</span> </td> <tr id="entity-npr"><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-nprcue"><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> <tr id="entity-npre"><td> <code title="">npre;</code> </td> <td> U+02AAF U+00338 </td> <td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-nprec"><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-npreceq"><td> <code title"">npreceq;</code> </td> <td> U+02AAF U+00338 </td> <td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-nrArr"><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> <tr id="entity-nrarr"><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> <tr id="entity-nrarrc"><td> <code title="">nrarrc;</code> </td> <td> U+02933 U+00338 </td> <td> <span class="glyph compound" title="">⤳̸</span> </td> <tr id="entity-nrarrw"><td> <code title="">nrarrw;</code> </td> <td> U+0219D U+00338 </td> <td> <span class="glyph compound" title="">↝̸</span> </td> <tr id="entity-nrightarrow"><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> <tr id="entity-nrtri"><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-nrtri"><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-nsc"><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> <tr id="entity-nsccue"><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> <tr id="entity-nsce"><td> <code title="">nsce;</code> </td> <td> U+02AB0 U+00338 </td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-nscr"><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span class="glyph" title="">𝓃</span> </td> <tr id="entity-nshortmid"><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-nshortparallel"><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nsim"><td> <code title="">nsm;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</span> </td> <tr id="entity-nsime"><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-nsimeq"><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-nsmid"><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-nspar"><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nsqsube"><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> <tr id="entity-nsqsupe"><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> <tr id="entity-nsub"><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span class="glyph" tile="">⊄</span> </td> <tr id="entity-nsubE"><td> <code title="">nsubE;</code> </td> <td> U+02AC5 U+00338 </td> <td> <span class="glyph compound" title="">⫅̸</span> </td> <tr id="entity-nsube"><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-nsubset"><td> <code title="">nsubset;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-nsubseteq"><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-nsubseteqq"><td> <code title="">nsubseteqq;</code> </td> <td> U+02AC5 U+00338 </td> <td> <span class="glyph compound" title="">⫅̸</span> </td> <tr id="entity-nsucc"><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> <tr id="entity-nsucceq"><td> <code title="">nsucceq;</code> </td> <td> U+02AB0 U+00338 <td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-nsup"><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span class="glyph" title="">⊅</span> </td> <tr id="entity-nsupE"><td> <code title="">nsupE;</code> </td> <td> U+02AC6 U+00338 </td> <td> <span class="glyph compound" title="">⫆̸</span> </td> <tr id="entity-nsupe"><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-nsupset"><td> <code title="">nsupset;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-nsupseteq"><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-nsupseteqq"><td> <code title="">nsupseteqq;</code> </td> <td> U+02AC6 U+00338 </td> <td> <span class="glyph compound" title="">⫆̸</span> </td> <tr id="entity-ntgl"><td> <code title="">tgl;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> <tr id="entity-ntilde"><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span class="glyph" title="">ñ</span> </td> <tr id="entity-ntlg"><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> <tr id="entity-ntriangleleft"><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-ntrianglelefteq"><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-ntriangleright"><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-ntrianglerighteq"><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-nu"><td> <code title=">nu;</code> </td> <td> U+003BD </td> <td> <span class="glyph" title="">ν</span> </td> <tr id="entity-num"><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span class="glyph" title="">#</span> </td> <tr id="entity-numero"><td> <code title="">numero;</code> </td> <td> U+02116 </td> <td> <span class="glyph" title="">№</span> </td> <tr id="entity-numsp"><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-nvDash"><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span class="glyph" title="">⊭</span> </td> <tr id="entity-nvHarr"><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span class="glyph" title="">⤄</span> </td> <tr id="entity-nvap"><td> <code title="">nvap;</code> </td> <td> U+0224D U+020D2 </td> <td> <span class="glyph compound" title="">≍⃒</span> </td> <tr id="entity-nvdash"><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span clas="glyph" title="">⊬</span> </td> <tr id="entity-nvge"><td> <code title="">nvge;</code> </td> <td> U+02265 U+020D2 </td> <td> <span class="glyph compound" title="">≥⃒</span> </td> <tr id="entity-nvgt"><td> <code title="">nvgt;</code> </td> <td> U+0003E U+020D2 </td> <td> <span class="glyph compound" title="">>⃒</span> </td> <tr id="entity-nvinfin"><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span class="glyph" title="">⧞</span> </td> <tr id="entity-nvlArr"><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span class="glyph" title="">⤂</span> </td> <tr id="entity-nvle"><td> <code title="">nvle;</code> </td> <td> U+02264 U+020D2 </td> <td> <span class="glyph compound" title="">≤⃒</span> </td> <tr id="entity-nvlt"><td> <code title="">nvlt;</code> </td> <td> U+0003C U+020D2 </td> <td> <span class="glyph compound" title=""><⃒</span> </td> <tr id="entity-nvltrie"><td> <code title="">nvltrie;</code> </td> <td> U+022B4 U+02D2 </td> <td> <span class="glyph compound" title="">⊴⃒</span> </td> <tr id="entity-nvrArr"><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span class="glyph" title="">⤃</span> </td> <tr id="entity-nvrtrie"><td> <code title="">nvrtrie;</code> </td> <td> U+022B5 U+020D2 </td> <td> <span class="glyph compound" title="">⊵⃒</span> </td> <tr id="entity-nvsim"><td> <code title="">nvsim;</code> </td> <td> U+0223C U+020D2 </td> <td> <span class="glyph compound" title="">∼⃒</span> </td> <tr id="entity-nwArr"><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span class="glyph" title="">⇖</span> </td> <tr id="entity-nwarhk"><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span class="glyph" title="">⤣</span> </td> <tr id="entity-nwarr"><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-nwarrow"><td> <code title="">nwarrow;</code> </td> <td>U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-nwnear"><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span class="glyph" title="">⤧</span> </td> <tr id="entity-oS"><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> <tr id="entity-oacute"><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span class="glyph" title="">ó</span> </td> <tr id="entity-oast"><td> <code title="">oast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> <tr id="entity-ocir"><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> <tr id="entity-ocirc"><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span class="glyph" title="">ô</span> </td> <tr id="entity-ocy"><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span class="glyph" title="">о</span> </td> <tr id="etity-odash"><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> <tr id="entity-odblac"><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span class="glyph" title="">ő</span> </td> <tr id="entity-odiv"><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span class="glyph" title="">⨸</span> </td> <tr id="entity-odot"><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> <tr id="entity-odsold"><td> <code title="">odsold;</code> </td> <td> U+029BC </td> <td> <span class="glyph" title="">⦼</span> </td> <tr id="entity-oelig"><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span class="glyph" title="">œ</span> </td> <tr id="entity-ofcir"><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span class="glyph" title="">⦿</span> </td> <tr id="entity-ofr"><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <d> <span class="glyph" title="">𝔬</span> </td> <tr id="entity-ogon"><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span class="glyph" title="">˛</span> </td> <tr id="entity-ograve"><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span class="glyph" title="">ò</span> </td> <tr id="entity-ogt"><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span class="glyph" title="">⧁</span> </td> <tr id="entity-ohbar"><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span class="glyph" title="">⦵</span> </td> <tr id="entity-ohm"><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> <tr id="entity-oint"><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> <tr id="entity-olarr"><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> <tr id="entity-olcir"><d> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span class="glyph" title="">⦾</span> </td> <tr id="entity-olcross"><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span class="glyph" title="">⦻</span> </td> <tr id="entity-oline"><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> <tr id="entity-olt"><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span class="glyph" title="">⧀</span> </td> <tr id="entity-omacr"><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span class="glyph" title="">ō</span> </td> <tr id="entity-omega"><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span class="glyph" title="">ω</span> </td> <tr id="entity-omicron"><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span class="glyph" title="">ο</span> </td> <tr id="entity-omid"><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <san class="glyph" title="">⦶</span> </td> <tr id="entity-ominus"><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> <tr id="entity-oopf"><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span class="glyph" title="">𝕠</span> </td> <tr id="entity-opar"><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span class="glyph" title="">⦷</span> </td> <tr id="entity-operp"><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span class="glyph" title="">⦹</span> </td> <tr id="entity-oplus"><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> <tr id="entity-or"><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> <tr id="entity-orarr"><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> <tr id="entity-ord"><td> <cod title="">ord;</code> </td> <td> U+02A5D </td> <td> <span class="glyph" title="">⩝</span> </td> <tr id="entity-order"><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-orderof"><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-ordf"><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span class="glyph" title="">ª</span> </td> <tr id="entity-ordm"><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span class="glyph" title="">º</span> </td> <tr id="entity-origof"><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span class="glyph" title="">⊶</span> </td> <tr id="entity-oror"><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span class="glyph" title="">⩖</span> </td> <tr id="entity-orslope"><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span class="gyph" title="">⩗</span> </td> <tr id="entity-orv"><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span class="glyph" title="">⩛</span> </td> <tr id="entity-oscr"><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-oslash"><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span class="glyph" title="">ø</span> </td> <tr id="entity-osol"><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span class="glyph" title="">⊘</span> </td> <tr id="entity-otilde"><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span class="glyph" title="">õ</span> </td> <tr id="entity-otimes"><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</span> </td> <tr id="entity-otimesas"><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span class="glyph" title="">⨶</span> </td> <tr id="entity-ouml"><td><code title="">ouml;</code> </td> <td> U+000F6 </td> <td> <span class="glyph" title="">ö</span> </td> <tr id="entity-ovbar"><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span class="glyph" title="">⌽</span> </td> <tr id="entity-par"><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-para"><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span class="glyph" title="">¶</span> </td> <tr id="entity-parallel"><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-parsim"><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span class="glyph" title="">⫳</span> </td> <tr id="entity-parsl"><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span class="glyph" title="">⫽</span> </td> <tr id="entity-part"><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span class=glyph" title="">∂</span> </td> <tr id="entity-pcy"><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span class="glyph" title="">п</span> </td> <tr id="entity-percnt"><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span class="glyph" title="">%</span> </td> <tr id="entity-period"><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span class="glyph" title="">.</span> </td> <tr id="entity-permil"><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span class="glyph" title="">‰</span> </td> <tr id="entity-perp"><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-pertenk"><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span class="glyph" title="">‱</span> </td> <tr id="entity-pfr"><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span class="glyph" title="">𝔭</span> </td> <tr id="entity-phi"><td> <code title="">phi;/code> </td> <td> U+003C6 </td> <td> <span class="glyph" title="">φ</span> </td> <tr id="entity-phiv"><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> <tr id="entity-phmmat"><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-phone"><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span class="glyph" title="">☎</span> </td> <tr id="entity-pi"><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span class="glyph" title="">π</span> </td> <tr id="entity-pitchfork"><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> <tr id="entity-piv"><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> <tr id="entity-planck"><td> <code title="">planck;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</spa> </td> <tr id="entity-planckh"><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span class="glyph" title="">ℎ</span> </td> <tr id="entity-plankv"><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-plus"><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span class="glyph" title="">+</span> </td> <tr id="entity-plusacir"><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span class="glyph" title="">⨣</span> </td> <tr id="entity-plusb"><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> <tr id="entity-pluscir"><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span class="glyph" title="">⨢</span> </td> <tr id="entity-plusdo"><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> <tr id="entity-plusdu"><td> <code title="">plusdu;/code> </td> <td> U+02A25 </td> <td> <span class="glyph" title="">⨥</span> </td> <tr id="entity-pluse"><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span class="glyph" title="">⩲</span> </td> <tr id="entity-plusmn"><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-plussim"><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span class="glyph" title="">⨦</span> </td> <tr id="entity-plustwo"><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span class="glyph" title="">⨧</span> </td> <tr id="entity-pm"><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-pointint"><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span class="glyph" title="">⨕</span> </td> <tr id="entity-popf"><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span class="glyph title="">𝕡</span> </td> <tr id="entity-pound"><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span class="glyph" title="">£</span> </td> <tr id="entity-pr"><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-prE"><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span class="glyph" title="">⪳</span> </td> <tr id="entity-prap"><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> <tr id="entity-prcue"><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-pre"><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-prec"><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-precapprox"><td> <code title="">precaprox;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> <tr id="entity-preccurlyeq"><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-preceq"><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-precnapprox"><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> <tr id="entity-precneqq"><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> <tr id="entity-precnsim"><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> <tr id="entity-precsim"><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-prime"><td> <code title="">prime;</code> </td> <td> +02032 </td> <td> <span class="glyph" title="">′</span> </td> <tr id="entity-primes"><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> <tr id="entity-prnE"><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> <tr id="entity-prnap"><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> <tr id="entity-prnsim"><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> <tr id="entity-prod"><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> <tr id="entity-profalar"><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span class="glyph" title="">⌮</span> </td> <tr id="entity-profline"><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span class="glyph" title="">⌒</san> </td> <tr id="entity-profsurf"><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span class="glyph" title="">⌓</span> </td> <tr id="entity-prop"><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-propto"><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-prsim"><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-prurel"><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span class="glyph" title="">⊰</span> </td> <tr id="entity-pscr"><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span class="glyph" title="">𝓅</span> </td> <tr id="entity-psi"><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span class="glyph" title="">ψ</span> </td> <tr id="entity-puncsp"><td> <code title="">puncsp;</code> </d> <td> U+02008 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-qfr"><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span class="glyph" title="">𝔮</span> </td> <tr id="entity-qint"><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> <tr id="entity-qopf"><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span class="glyph" title="">𝕢</span> </td> <tr id="entity-qprime"><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span class="glyph" title="">⁗</span> </td> <tr id="entity-qscr"><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span class="glyph" title="">𝓆</span> </td> <tr id="entity-quaternions"><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> <tr id="entity-quatint"><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span class="glyph" title=""⨖</span> </td> <tr id="entity-quest"><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span class="glyph" title="">?</span> </td> <tr id="entity-questeq"><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">≟</span> </td> <tr id="entity-quot"><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> <tr id="entity-rAarr"><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> <tr id="entity-rArr"><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-rAtail"><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span class="glyph" title="">⤜</span> </td> <tr id="entity-rBarr"><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> <tr id="entity-rHar"><td> <code title="">rHar;</code> </t> <td> U+02964 </td> <td> <span class="glyph" title="">⥤</span> </td> <tr id="entity-race"><td> <code title="">race;</code> </td> <td> U+0223D U+00331 </td> <td> <span class="glyph compound" title="">∽̱</span> </td> <tr id="entity-racute"><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span class="glyph" title="">ŕ</span> </td> <tr id="entity-radic"><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> <tr id="entity-raemptyv"><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span class="glyph" title="">⦳</span> </td> <tr id="entity-rang"><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-rangd"><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span class="glyph" title="">⦒</span> </td> <tr id="entity-range"><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span class="glph" title="">⦥</span> </td> <tr id="entity-rangle"><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-raquo"><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span class="glyph" title="">»</span> </td> <tr id="entity-rarr"><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-rarrap"><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span class="glyph" title="">⥵</span> </td> <tr id="entity-rarrb"><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> <tr id="entity-rarrbfs"><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span class="glyph" title="">⤠</span> </td> <tr id="entity-rarrc"><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span class="glyph" title="">⤳</span> </td> <tr id="entity-rarrfs"><td><code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span class="glyph" title="">⤞</span> </td> <tr id="entity-rarrhk"><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> </td> <tr id="entity-rarrlp"><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">↬</span> </td> <tr id="entity-rarrpl"><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span class="glyph" title="">⥅</span> </td> <tr id="entity-rarrsim"><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span class="glyph" title="">⥴</span> </td> <tr id="entity-rarrtl"><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">↣</span> </td> <tr id="entity-rarrw"><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> <tr id="entity-ratail"><td> <code title="">ratail;</code> </td> <td> U+0291A </td <td> <span class="glyph" title="">⤚</span> </td> <tr id="entity-ratio"><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span class="glyph" title="">∶</span> </td> <tr id="entity-rationals"><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> <tr id="entity-rbarr"><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">⤍</span> </td> <tr id="entity-rbbrk"><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span class="glyph" title="">❳</span> </td> <tr id="entity-rbrace"><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> <tr id="entity-rbrack"><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> <tr id="entity-rbrke"><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span class="glyph" title="">⦌</span> </td> <tr id="enity-rbrksld"><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span class="glyph" title="">⦎</span> </td> <tr id="entity-rbrkslu"><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span class="glyph" title="">⦐</span> </td> <tr id="entity-rcaron"><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span class="glyph" title="">ř</span> </td> <tr id="entity-rcedil"><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span class="glyph" title="">ŗ</span> </td> <tr id="entity-rceil"><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> <tr id="entity-rcub"><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> <tr id="entity-rcy"><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span class="glyph" title="">р</span> </td> <tr id="entity-rdca"><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <t> <span class="glyph" title="">⤷</span> </td> <tr id="entity-rdldhar"><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span class="glyph" title="">⥩</span> </td> <tr id="entity-rdquo"><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-rdquor"><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-rdsh"><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span class="glyph" title="">↳</span> </td> <tr id="entity-real"><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-realine"><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> <tr id="entity-realpart"><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id"entity-reals"><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> <tr id="entity-rect"><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span class="glyph" title="">▭</span> </td> <tr id="entity-reg"><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-rfisht"><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span class="glyph" title="">⥽</span> </td> <tr id="entity-rfloor"><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> <tr id="entity-rfr"><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span class="glyph" title="">𝔯</span> </td> <tr id="entity-rhard"><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> <tr id="entity-rharu"><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> td> <span class="glyph" title="">⇀</span> </td> <tr id="entity-rharul"><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span class="glyph" title="">⥬</span> </td> <tr id="entity-rho"><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span class="glyph" title="">ρ</span> </td> <tr id="entity-rhov"><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> <tr id="entity-rightarrow"><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-rightarrowtail"><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">↣</span> </td> <tr id="entity-rightharpoondown"><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> <tr id="entity-rightharpoonup"><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <spa class="glyph" title="">⇀</span> </td> <tr id="entity-rightleftarrows"><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-rightleftharpoons"><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-rightrightarrows"><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> <tr id="entity-rightsquigarrow"><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> <tr id="entity-rightthreetimes"><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> <tr id="entity-ring"><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span class="glyph" title="">˚</span> </td> <tr id="entity-risingdotseq"><td> <code title="">risingdoteq;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> <tr id="entity-rlarr"><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-rlhar"><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-rlm"><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span class="glyph" title="">‏</span> </td> <tr id="entity-rmoust"><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> <tr id="entity-rmoustache"><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> <tr id="entity-rnmid"><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span class="glyph" title="">⫮</span> </td> <tr id="entity-roang"><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span class="glyph" tile="">⟭</span> </td> <tr id="entity-roarr"><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span class="glyph" title="">⇾</span> </td> <tr id="entity-robrk"><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> <tr id="entity-ropar"><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span class="glyph" title="">⦆</span> </td> <tr id="entity-ropf"><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span class="glyph" title="">𝕣</span> </td> <tr id="entity-roplus"><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span class="glyph" title="">⨮</span> </td> <tr id="entity-rotimes"><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span class="glyph" title="">⨵</span> </td> <tr id="entity-rpar"><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span class="glyph" title="">)</span> </td> <tr id="entity-rpargt"><td> <code title=">rpargt;</code> </td> <td> U+02994 </td> <td> <span class="glyph" title="">⦔</span> </td> <tr id="entity-rppolint"><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span class="glyph" title="">⨒</span> </td> <tr id="entity-rrarr"><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> <tr id="entity-rsaquo"><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span class="glyph" title="">›</span> </td> <tr id="entity-rscr"><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span class="glyph" title="">𝓇</span> </td> <tr id="entity-rsh"><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> <tr id="entity-rsqb"><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> <tr id="entity-rsquo"><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span class="glyph" titl="">’</span> </td> <tr id="entity-rsquor"><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> <tr id="entity-rthree"><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> <tr id="entity-rtimes"><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span class="glyph" title="">⋊</span> </td> <tr id="entity-rtri"><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> <tr id="entity-rtrie"><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-rtrif"><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> <tr id="entity-rtriltri"><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span class="glyph" title="">⧎</span> </td> <tr id="entity-ruluhar"><td> <codetitle="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span class="glyph" title="">⥨</span> </td> <tr id="entity-rx"><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span class="glyph" title="">℞</span> </td> <tr id="entity-sacute"><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span class="glyph" title="">ś</span> </td> <tr id="entity-sbquo"><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> <tr id="entity-sc"><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-scE"><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span class="glyph" title="">⪴</span> </td> <tr id="entity-scap"><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> <tr id="entity-scaron"><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span class="glyph" title=">š</span> </td> <tr id="entity-sccue"><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-sce"><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-scedil"><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span class="glyph" title="">ş</span> </td> <tr id="entity-scirc"><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span class="glyph" title="">ŝ</span> </td> <tr id="entity-scnE"><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> <tr id="entity-scnap"><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">⪺</span> </td> <tr id="entity-scnsim"><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> <tr id="entity-scpolint"><td> <code title="">scplint;</code> </td> <td> U+02A13 </td> <td> <span class="glyph" title="">⨓</span> </td> <tr id="entity-scsim"><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-scy"><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span class="glyph" title="">с</span> </td> <tr id="entity-sdot"><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span class="glyph" title="">⋅</span> </td> <tr id="entity-sdotb"><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> <tr id="entity-sdote"><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span class="glyph" title="">⩦</span> </td> <tr id="entity-seArr"><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> <td> <span class="glyph" title="">⇘</span> </td> <tr id="entity-searhk"><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&10533;</span> </td> <tr id="entity-searr"><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-searrow"><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-sect"><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span class="glyph" title="">§</span> </td> <tr id="entity-semi"><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span class="glyph" title="">;</span> </td> <tr id="entity-seswar"><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> <tr id="entity-setminus"><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-setmn"><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-sext"><td> <code title="">sext;</ode> </td> <td> U+02736 </td> <td> <span class="glyph" title="">✶</span> </td> <tr id="entity-sfr"><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span class="glyph" title="">𝔰</span> </td> <tr id="entity-sfrown"><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> <tr id="entity-sharp"><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span class="glyph" title="">♯</span> </td> <tr id="entity-shchcy"><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span class="glyph" title="">щ</span> </td> <tr id="entity-shcy"><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span class="glyph" title="">ш</span> </td> <tr id="entity-shortmid"><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-shortparallel"><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span class=glyph" title="">∥</span> </td> <tr id="entity-shy"><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span class="glyph" title="">­</span> </td> <tr id="entity-sigma"><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span class="glyph" title="">σ</span> </td> <tr id="entity-sigmaf"><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-sigmav"><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-sim"><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-simdot"><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> <td> <span class="glyph" title="">⩪</span> </td> <tr id="entity-sime"><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-simeq"><td> <code title"">simeq;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-simg"><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span class="glyph" title="">⪞</span> </td> <tr id="entity-simgE"><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span class="glyph" title="">⪠</span> </td> <tr id="entity-siml"><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span class="glyph" title="">⪝</span> </td> <tr id="entity-simlE"><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span class="glyph" title="">⪟</span> </td> <tr id="entity-simne"><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span class="glyph" title="">≆</span> </td> <tr id="entity-simplus"><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span class="glyph" title="">⨤</span> </td> <tr id="entity-simrarr"><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span class="gyph" title="">⥲</span> </td> <tr id="entity-slarr"><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-smallsetminus"><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-smashp"><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span class="glyph" title="">⨳</span> </td> <tr id="entity-smeparsl"><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span class="glyph" title="">⧤</span> </td> <tr id="entity-smid"><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-smile"><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> <tr id="entity-smt"><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span class="glyph" title="">⪪</span> </td> <tr id="entitysmte"><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span class="glyph" title="">⪬</span> </td> <tr id="entity-smtes"><td> <code title="">smtes;</code> </td> <td> U+02AAC U+0FE00 </td> <td> <span class="glyph compound" title="">⪬︀</span> </td> <tr id="entity-softcy"><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span class="glyph" title="">ь</span> </td> <tr id="entity-sol"><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span class="glyph" title="">/</span> </td> <tr id="entity-solb"><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span class="glyph" title="">⧄</span> </td> <tr id="entity-solbar"><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span class="glyph" title="">⌿</span> </td> <tr id="entity-sopf"><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span class="glyph" title="">𝕤</span> </td> <tr id="entity-spades"><td> <code title="">spades;</code> </td> <td U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> <tr id="entity-spadesuit"><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> <tr id="entity-spar"><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-sqcap"><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> <tr id="entity-sqcaps"><td> <code title="">sqcaps;</code> </td> <td> U+02293 U+0FE00 </td> <td> <span class="glyph compound" title="">⊓︀</span> </td> <tr id="entity-sqcup"><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> <tr id="entity-sqcups"><td> <code title="">sqcups;</code> </td> <td> U+02294 U+0FE00 </td> <td> <span class="glyph compound" title="">⊔︀</span> </td> <tr id="entity-sqsub"><td> <code title="">sqsub;</code> </td> <td> U+0228F</td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-sqsube"><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-sqsubset"><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-sqsubseteq"><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-sqsup"><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-sqsupe"><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">⊒</span> </td> <tr id="entity-sqsupset"><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-sqsupseteq"><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span class="glyph" tite="">⊒</span> </td> <tr id="entity-squ"><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-square"><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-squarf"><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-squf"><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-srarr"><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-sscr"><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span class="glyph" title="">𝓈</span> </td> <tr id="entity-ssetmn"><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-ssmile"><td> <code title="">ssile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> <tr id="entity-sstarf"><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">⋆</span> </td> <tr id="entity-star"><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span class="glyph" title="">☆</span> </td> <tr id="entity-starf"><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> <tr id="entity-straightepsilon"><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-straightphi"><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> <tr id="entity-strns"><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> <tr id="entity-sub"><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <san class="glyph" title="">⊂</span> </td> <tr id="entity-subE"><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> <tr id="entity-subdot"><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span class="glyph" title="">⪽</span> </td> <tr id="entity-sube"><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-subedot"><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span class="glyph" title="">⫃</span> </td> <tr id="entity-submult"><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span class="glyph" title="">⫁</span> </td> <tr id="entity-subnE"><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> <tr id="entity-subne"><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">⊊</span> </td> <tr id="entity-ubplus"><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span class="glyph" title="">⪿</span> </td> <tr id="entity-subrarr"><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span class="glyph" title="">⥹</span> </td> <tr id="entity-subset"><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">⊂</span> </td> <tr id="entity-subseteq"><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-subseteqq"><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> <tr id="entity-subsetneq"><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">⊊</span> </td> <tr id="entity-subsetneqq"><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> <tr id="entity-subsim"><td> <code title="">ubsim;</code> </td> <td> U+02AC7 </td> <td> <span class="glyph" title="">⫇</span> </td> <tr id="entity-subsub"><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span class="glyph" title="">⫕</span> </td> <tr id="entity-subsup"><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span class="glyph" title="">⫓</span> </td> <tr id="entity-succ"><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-succapprox"><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> <tr id="entity-succcurlyeq"><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-succeq"><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-succnapprox"><td> <code title="">succnapprox;</code> </td> <td> U+2ABA </td> <td> <span class="glyph" title="">⪺</span> </td> <tr id="entity-succneqq"><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> <tr id="entity-succnsim"><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> <tr id="entity-succsim"><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-sum"><td> <code title="">sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> <tr id="entity-sung"><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span class="glyph" title="">♪</span> </td> <tr id="entity-sup"><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> <tr id="entity-sup1"><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span class="glyph" title="">¹</span> </td> <trid="entity-sup2"><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span class="glyph" title="">²</span> </td> <tr id="entity-sup3"><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span class="glyph" title="">³</span> </td> <tr id="entity-supE"><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> <tr id="entity-supdot"><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span class="glyph" title="">⪾</span> </td> <tr id="entity-supdsub"><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span class="glyph" title="">⫘</span> </td> <tr id="entity-supe"><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-supedot"><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span class="glyph" title="">⫄</span> </td> <tr id="entity-suphsol"><td> <code title="">suphsol;</code> </td> <td> +027C9 </td> <td> <span class="glyph" title="">⟉</span> </td> <tr id="entity-suphsub"><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span class="glyph" title="">⫗</span> </td> <tr id="entity-suplarr"><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span class="glyph" title="">⥻</span> </td> <tr id="entity-supmult"><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span class="glyph" title="">⫂</span> </td> <tr id="entity-supnE"><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span> </td> <tr id="entity-supne"><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> <tr id="entity-supplus"><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span class="glyph" title="">⫀</span> </td> <tr id="entity-supset"><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title=""⊃</span> </td> <tr id="entity-supseteq"><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-supseteqq"><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> <tr id="entity-supsetneq"><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> <tr id="entity-supsetneqq"><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span> </td> <tr id="entity-supsim"><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span class="glyph" title="">⫈</span> </td> <tr id="entity-supsub"><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span class="glyph" title="">⫔</span> </td> <tr id="entity-supsup"><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span class="glyph" title="">⫖</span> </td> <tr id="etity-swArr"><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span class="glyph" title="">⇙</span> </td> <tr id="entity-swarhk"><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> <tr id="entity-swarr"><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-swarrow"><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-swnwar"><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span class="glyph" title="">⤪</span> </td> <tr id="entity-szlig"><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span class="glyph" title="">ß</span> </td> <tr id="entity-target"><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span class="glyph" title="">⌖</span> </td> <tr id="entity-tau"><td> <code title="">tau;</code> </td> <td> U+0034 </td> <td> <span class="glyph" title="">τ</span> </td> <tr id="entity-tbrk"><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</span> </td> <tr id="entity-tcaron"><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span class="glyph" title="">ť</span> </td> <tr id="entity-tcedil"><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span class="glyph" title="">ţ</span> </td> <tr id="entity-tcy"><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span class="glyph" title="">т</span> </td> <tr id="entity-tdot"><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> </td> <tr id="entity-telrec"><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span class="glyph" title="">⌕</span> </td> <tr id="entity-tfr"><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span class="glyph" title="">𝔱</span> </d> <tr id="entity-there4"><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-therefore"><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-theta"><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span class="glyph" title="">θ</span> </td> <tr id="entity-thetasym"><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-thetav"><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-thickapprox"><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-thicksim"><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-thinsp"><t> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-thkap"><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-thksim"><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-thorn"><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span class="glyph" title="">þ</span> </td> <tr id="entity-tilde"><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> <tr id="entity-times"><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span class="glyph" title="">×</span> </td> <tr id="entity-timesb"><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> <tr id="entity-timesbar"><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td><span class="glyph" title="">⨱</span> </td> <tr id="entity-timesd"><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span class="glyph" title="">⨰</span> </td> <tr id="entity-tint"><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">∭</span> </td> <tr id="entity-toea"><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> <tr id="entity-top"><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> <tr id="entity-topbot"><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span class="glyph" title="">⌶</span> </td> <tr id="entity-topcir"><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span class="glyph" title="">⫱</span> </td> <tr id="entity-topf"><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span class="glyph" title="">𝕥</span> </td> <tr id="entity-topork"><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span class="glyph" title="">⫚</span> </td> <tr id="entity-tosa"><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> <tr id="entity-tprime"><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span class="glyph" title="">‴</span> </td> <tr id="entity-trade"><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> <tr id="entity-triangle"><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> <tr id="entity-triangledown"><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">▿</span> </td> <tr id="entity-triangleleft"><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">◃</span> </td> <tr id="entity-trianglelefteq"><td> <code title=">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-triangleq"><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> <tr id="entity-triangleright"><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> <tr id="entity-trianglerighteq"><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-tridot"><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span class="glyph" title="">◬</span> </td> <tr id="entity-trie"><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> <tr id="entity-triminus"><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span class="glyph" title="">⨺</span> </td> <tr id="entity-triplus"><td> <code title="">triplus</code> </td> <td> U+02A39 </td> <td> <span class="glyph" title="">⨹</span> </td> <tr id="entity-trisb"><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span class="glyph" title="">⧍</span> </td> <tr id="entity-tritime"><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span class="glyph" title="">⨻</span> </td> <tr id="entity-trpezium"><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> <td> <span class="glyph" title="">⏢</span> </td> <tr id="entity-tscr"><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span class="glyph" title="">𝓉</span> </td> <tr id="entity-tscy"><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span class="glyph" title="">ц</span> </td> <tr id="entity-tshcy"><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span class="glyph" title="">ћ</span> </td> <tr id="entity-tstrok"><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span class="glyph"title="">ŧ</span> </td> <tr id="entity-twixt"><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> <tr id="entity-twoheadleftarrow"><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> <tr id="entity-twoheadrightarrow"><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> <tr id="entity-uArr"><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="entity-uHar"><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span class="glyph" title="">⥣</span> </td> <tr id="entity-uacute"><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span class="glyph" title="">ú</span> </td> <tr id="entity-uarr"><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td><tr id="entity-ubrcy"><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span class="glyph" title="">ў</span> </td> <tr id="entity-ubreve"><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span class="glyph" title="">ŭ</span> </td> <tr id="entity-ucirc"><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span class="glyph" title="">û</span> </td> <tr id="entity-ucy"><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span class="glyph" title="">у</span> </td> <tr id="entity-udarr"><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> <tr id="entity-udblac"><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span class="glyph" title="">ű</span> </td> <tr id="entity-udhar"><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> <tr id="entity-ufisht"><td> <code title="">ufisht;</code> </td> <td> U+297E </td> <td> <span class="glyph" title="">⥾</span> </td> <tr id="entity-ufr"><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span class="glyph" title="">𝔲</span> </td> <tr id="entity-ugrave"><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span class="glyph" title="">ù</span> </td> <tr id="entity-uharl"><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-uharr"><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-uhblk"><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span class="glyph" title="">▀</span> </td> <tr id="entity-ulcorn"><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> </td> <tr id="entity-ulcorner"><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> /td> <tr id="entity-ulcrop"><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span class="glyph" title="">⌏</span> </td> <tr id="entity-ultri"><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span class="glyph" title="">◸</span> </td> <tr id="entity-umacr"><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <span class="glyph" title="">ū</span> </td> <tr id="entity-uml"><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-uogon"><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span class="glyph" title="">ų</span> </td> <tr id="entity-uopf"><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span class="glyph" title="">𝕦</span> </td> <tr id="entity-uparrow"><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entity-updownarrow"><td> <code title="">updownarrow;</code> /td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-upharpoonleft"><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-upharpoonright"><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-uplus"><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">⊎</span> </td> <tr id="entity-upsi"><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> <tr id="entity-upsih"><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> <tr id="entity-upsilon"><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> <tr id="entity-upuparrows"><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </d> <td> <span class="glyph" title="">⇈</span> </td> <tr id="entity-urcorn"><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> <tr id="entity-urcorner"><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> <tr id="entity-urcrop"><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span class="glyph" title="">⌎</span> </td> <tr id="entity-uring"><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span class="glyph" title="">ů</span> </td> <tr id="entity-urtri"><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span class="glyph" title="">◹</span> </td> <tr id="entity-uscr"><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span class="glyph" title="">𝓊</span> </td> <tr id="entity-utdot"><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span class="glyph" title="">⋰</span> </td> <trid="entity-utilde"><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span class="glyph" title="">ũ</span> </td> <tr id="entity-utri"><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> <tr id="entity-utrif"><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">▴</span> </td> <tr id="entity-uuarr"><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">⇈</span> </td> <tr id="entity-uuml"><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span class="glyph" title="">ü</span> </td> <tr id="entity-uwangle"><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span class="glyph" title="">⦧</span> </td> <tr id="entity-vArr"><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-vBar"><td> <code title="">vBar;</code> </td> <td> U+02AE8 </d> <td> <span class="glyph" title="">⫨</span> </td> <tr id="entity-vBarv"><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span class="glyph" title="">⫩</span> </td> <tr id="entity-vDash"><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">⊨</span> </td> <tr id="entity-vangrt"><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span class="glyph" title="">⦜</span> </td> <tr id="entity-varepsilon"><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-varkappa"><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> <tr id="entity-varnothing"><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-varphi"><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">#981;</span> </td> <tr id="entity-varpi"><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> <tr id="entity-varpropto"><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-varr"><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-varrho"><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> <tr id="entity-varsigma"><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-varsubsetneq"><td> <code title="">varsubsetneq;</code> </td> <td> U+0228A U+0FE00 </td> <td> <span class="glyph compound" title="">⊊︀</span> </td> <tr id="entity-varsubsetneqq"><td> <code title="">varsubsetneqq;</code> </td> <td> U+02ACB U+0FE00 </td> <td> <span class="glyph compoun" title="">⫋︀</span> </td> <tr id="entity-varsupsetneq"><td> <code title="">varsupsetneq;</code> </td> <td> U+0228B U+0FE00 </td> <td> <span class="glyph compound" title="">⊋︀</span> </td> <tr id="entity-varsupsetneqq"><td> <code title="">varsupsetneqq;</code> </td> <td> U+02ACC U+0FE00 </td> <td> <span class="glyph compound" title="">⫌︀</span> </td> <tr id="entity-vartheta"><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-vartriangleleft"><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-vartriangleright"><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-vcy"><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span class="glyph" title="">в</span> </td> <tr id="entity-vdash"><td> <code titl="">vdash;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td> <tr id="entity-vee"><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> <tr id="entity-veebar"><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span class="glyph" title="">⊻</span> </td> <tr id="entity-veeeq"><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span class="glyph" title="">≚</span> </td> <tr id="entity-vellip"><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span class="glyph" title="">⋮</span> </td> <tr id="entity-verbar"><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-vert"><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-vfr"><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span class="glyph" title="">𝔳</san> </td> <tr id="entity-vltri"><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-vnsub"><td> <code title="">vnsub;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-vnsup"><td> <code title="">vnsup;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-vopf"><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span class="glyph" title="">𝕧</span> </td> <tr id="entity-vprop"><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-vrtri"><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-vscr"><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span class="glyph" title="">𝓋</span> </td> <tr id="entity-vsbnE"><td> <code title="">vsubnE;</code> </td> <td> U+02ACB U+0FE00 </td> <td> <span class="glyph compound" title="">⫋︀</span> </td> <tr id="entity-vsubne"><td> <code title="">vsubne;</code> </td> <td> U+0228A U+0FE00 </td> <td> <span class="glyph compound" title="">⊊︀</span> </td> <tr id="entity-vsupnE"><td> <code title="">vsupnE;</code> </td> <td> U+02ACC U+0FE00 </td> <td> <span class="glyph compound" title="">⫌︀</span> </td> <tr id="entity-vsupne"><td> <code title="">vsupne;</code> </td> <td> U+0228B U+0FE00 </td> <td> <span class="glyph compound" title="">⊋︀</span> </td> <tr id="entity-vzigzag"><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span class="glyph" title="">⦚</span> </td> <tr id="entity-wcirc"><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span class="glyph" title="">ŵ</span> </td> <tr id="entity-wedbar"><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span class="glyph" tile="">⩟</span> </td> <tr id="entity-wedge"><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> <tr id="entity-wedgeq"><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span class="glyph" title="">≙</span> </td> <tr id="entity-weierp"><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> <tr id="entity-wfr"><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span class="glyph" title="">𝔴</span> </td> <tr id="entity-wopf"><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span class="glyph" title="">𝕨</span> </td> <tr id="entity-wp"><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> <tr id="entity-wr"><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-wreath"><td> <code title="">wreath;</ode> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-wscr"><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span class="glyph" title="">𝓌</span> </td> <tr id="entity-xcap"><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-xcirc"><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> <tr id="entity-xcup"><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-xdtri"><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">▽</span> </td> <tr id="entity-xfr"><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span class="glyph" title="">𝔵</span> </td> <tr id="entity-xhArr"><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</spn> </td> <tr id="entity-xharr"><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-xi"><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span class="glyph" title="">ξ</span> </td> <tr id="entity-xlArr"><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-xlarr"><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> <tr id="entity-xmap"><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">⟼</span> </td> <tr id="entity-xnis"><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span class="glyph" title="">⋻</span> </td> <tr id="entity-xodot"><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> <tr id="entity-xopf"><td> <code title="">xopf;</code> </td> <td> U+1D69 </td> <td> <span class="glyph" title="">𝕩</span> </td> <tr id="entity-xoplus"><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</span> </td> <tr id="entity-xotime"><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> <tr id="entity-xrArr"><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-xrarr"><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-xscr"><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span class="glyph" title="">𝓍</span> </td> <tr id="entity-xsqcup"><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> <tr id="entity-xuplus"><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</spn> </td> <tr id="entity-xutri"><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> <tr id="entity-xvee"><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> <tr id="entity-xwedge"><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-yacute"><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span class="glyph" title="">ý</span> </td> <tr id="entity-yacy"><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span class="glyph" title="">я</span> </td> <tr id="entity-ycirc"><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span class="glyph" title="">ŷ</span> </td> <tr id="entity-ycy"><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span class="glyph" title="">ы</span> </td> <tr id="entity-yen"><td> <code title="">yen;</code> </td> <td> U+00A5 </td> <td> <span class="glyph" title="">¥</span> </td> <tr id="entity-yfr"><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span class="glyph" title="">𝔶</span> </td> <tr id="entity-yicy"><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span class="glyph" title="">ї</span> </td> <tr id="entity-yopf"><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span class="glyph" title="">𝕪</span> </td> <tr id="entity-yscr"><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span class="glyph" title="">𝓎</span> </td> <tr id="entity-yucy"><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span class="glyph" title="">ю</span> </td> <tr id="entity-yuml"><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span class="glyph" title="">ÿ</span> </td> <tr id="entity-zacute"><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span class="glyph" title="">ź</span> </td> <tr id="entityzcaron"><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span class="glyph" title="">ž</span> </td> <tr id="entity-zcy"><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span class="glyph" title="">з</span> </td> <tr id="entity-zdot"><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span class="glyph" title="">ż</span> </td> <tr id="entity-zeetrf"><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> <tr id="entity-zeta"><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span class="glyph" title="">ζ</span> </td> <tr id="entity-zfr"><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span class="glyph" title="">𝔷</span> </td> <tr id="entity-zhcy"><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span class="glyph" title="">ж</span> </td> <tr id="entity-zigrarr"><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <span lass="glyph" title="">⇝</span> </td> <tr id="entity-zopf"><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span class="glyph" title="">𝕫</span> </td> <tr id="entity-zscr"><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span class="glyph" title="">𝓏</span> </td> <tr id="entity-zwj"><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span class="glyph" title="">‍</span> </td> <tr id="entity-zwnj"><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span class="glyph" title="">‌</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (ivalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity wth missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semcolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legay support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invaid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity withmissing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicolon for legacy support only) --><!-- (invalid entity with missing semicoon for legacy support only) --></table><!-- - If we want to add character references, Almorca suggests: - > I would add &sub1; (character U+2081), &sub2; - > (character U+2082) and &sub3; (character U+2083). They - > would are the equivalent to ¹, ², and ³. - See also: http://www.w3.org/2003/entities/ - --></div><p><i>The glyphs displayed above are non-normative. Refer to the + <table><thead><tr><th> Name </th> <th> Character(s) </th> <th> Glyph </th> <tbody><tr id="entity-AElig"><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">Æ</span> </td> <tr id="entity-AMP"><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> <tr id="entity-Aacute"><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">Á</span> </td> <tr id="entity-Abreve"><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">Ă</span> </td> <tr id="entity-Acirc"><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">Â</span> </td> <tr id="entity-Acy"><td> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span class="glyph" title="">А</span> </td> <tr id="entity-Afr"><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span class="glyph" title="">𝔄</span </td> <tr id="entity-Agrave"><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span class="glyph" title="">À</span> </td> <tr id="entity-Alpha"><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span class="glyph" title="">Α</span> </td> <tr id="entity-Amacr"><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span class="glyph" title="">Ā</span> </td> <tr id="entity-And"><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span class="glyph" title="">⩓</span> </td> <tr id="entity-Aogon"><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span class="glyph" title="">Ą</span> </td> <tr id="entity-Aopf"><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> <td> <span class="glyph" title="">𝔸</span> </td> <tr id="entity-ApplyFunction"><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> <tr id="entity-Aring"><td> <code title="">Aring;<code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> <tr id="entity-Ascr"><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span class="glyph" title="">𝒜</span> </td> <tr id="entity-Assign"><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-Atilde"><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span class="glyph" title="">Ã</span> </td> <tr id="entity-Auml"><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span class="glyph" title="">Ä</span> </td> <tr id="entity-Backslash"><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-Barv"><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span class="glyph" title="">⫧</span> </td> <tr id="entity-Barwed"><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span class="glyph" tite="">⌆</span> </td> <tr id="entity-Bcy"><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span class="glyph" title="">Б</span> </td> <tr id="entity-Because"><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-Bernoullis"><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> <tr id="entity-Beta"><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span class="glyph" title="">Β</span> </td> <tr id="entity-Bfr"><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span class="glyph" title="">𝔅</span> </td> <tr id="entity-Bopf"><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span class="glyph" title="">𝔹</span> </td> <tr id="entity-Breve"><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> <tr id="entity-Bscr"><td> <code title=""Bscr;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">ℬ</span> </td> <tr id="entity-Bumpeq"><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-CHcy"><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span class="glyph" title="">Ч</span> </td> <tr id="entity-COPY"><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> <tr id="entity-Cacute"><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span class="glyph" title="">Ć</span> </td> <tr id="entity-Cap"><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span class="glyph" title="">⋒</span> </td> <tr id="entity-CapitalDifferentialD"><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">ⅅ</span> </td> <tr id="entity-Cayleys"><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td><span class="glyph" title="">ℭ</span> </td> <tr id="entity-Ccaron"><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span class="glyph" title="">Č</span> </td> <tr id="entity-Ccedil"><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span class="glyph" title="">Ç</span> </td> <tr id="entity-Ccirc"><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span class="glyph" title="">Ĉ</span> </td> <tr id="entity-Cconint"><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span class="glyph" title="">∰</span> </td> <tr id="entity-Cdot"><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span class="glyph" title="">Ċ</span> </td> <tr id="entity-Cedilla"><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> <tr id="entity-CenterDot"><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <trid="entity-Cfr"><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">ℭ</span> </td> <tr id="entity-Chi"><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span class="glyph" title="">Χ</span> </td> <tr id="entity-CircleDot"><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> <tr id="entity-CircleMinus"><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> <tr id="entity-CirclePlus"><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> <tr id="entity-CircleTimes"><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</span> </td> <tr id="entity-ClockwiseContourIntegral"><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> <trid="entity-CloseCurlyDoubleQuote"><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-CloseCurlyQuote"><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> <tr id="entity-Colon"><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> <tr id="entity-Colone"><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span class="glyph" title="">⩴</span> </td> <tr id="entity-Congruent"><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> <tr id="entity-Conint"><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> <tr id="entity-ContourIntegral"><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</san> </td> <tr id="entity-Copf"><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> <tr id="entity-Coproduct"><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> <tr id="entity-CounterClockwiseContourIntegral"><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">∳</span> </td> <tr id="entity-Cross"><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span class="glyph" title="">⨯</span> </td> <tr id="entity-Cscr"><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span class="glyph" title="">𝒞</span> </td> <tr id="entity-Cup"><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span class="glyph" title="">⋓</span> </td> <tr id="entity-CupCap"><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> <trid="entity-DD"><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">ⅅ</span> </td> <tr id="entity-DDotrahd"><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span class="glyph" title="">⤑</span> </td> <tr id="entity-DJcy"><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span class="glyph" title="">Ђ</span> </td> <tr id="entity-DScy"><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span class="glyph" title="">Ѕ</span> </td> <tr id="entity-DZcy"><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span class="glyph" title="">Џ</span> </td> <tr id="entity-Dagger"><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> <tr id="entity-Darr"><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span class="glyph" title="">↡</span> </td> <tr id="entity-Dashv"><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </t> <td> <span class="glyph" title="">⫤</span> </td> <tr id="entity-Dcaron"><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span class="glyph" title="">Ď</span> </td> <tr id="entity-Dcy"><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span class="glyph" title="">Д</span> </td> <tr id="entity-Del"><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> <tr id="entity-Delta"><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span class="glyph" title="">Δ</span> </td> <tr id="entity-Dfr"><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span class="glyph" title="">𝔇</span> </td> <tr id="entity-DiacriticalAcute"><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> <tr id="entity-DiacriticalDot"><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title=""></span> </td> <tr id="entity-DiacriticalDoubleAcute"><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">˝</span> </td> <tr id="entity-DiacriticalGrave"><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> <tr id="entity-DiacriticalTilde"><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> <tr id="entity-Diamond"><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> <tr id="entity-DifferentialD"><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> <tr id="entity-Dopf"><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span class="glyph" title="">𝔻</span> </td> <tr id="entity-Dot"><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span class="glyh" title="">¨</span> </td> <tr id="entity-DotDot"><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span class="glyph composition" title="">◌⃜</span> </td> <tr id="entity-DotEqual"><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-DoubleContourIntegral"><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">∯</span> </td> <tr id="entity-DoubleDot"><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-DoubleDownArrow"><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-DoubleLeftArrow"><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-DoubleLeftRightArrow"><td> <code title="">DoubleLeftRightrrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-DoubleLeftTee"><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">⫤</span> </td> <tr id="entity-DoubleLongLeftArrow"><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-DoubleLongLeftRightArrow"><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> <tr id="entity-DoubleLongRightArrow"><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-DoubleRightArrow"><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-DoubleRightTee"><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span clas="glyph" title="">⊨</span> </td> <tr id="entity-DoubleUpArrow"><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="entity-DoubleUpDownArrow"><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-DoubleVerticalBar"><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-DownArrow"><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-DownArrowBar"><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span class="glyph" title="">⤓</span> </td> <tr id="entity-DownArrowUpArrow"><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> <tr id="entity-DownBreve"><td> <code title="">DownBreve;</cde> </td> <td> U+00311 </td> <td> <span class="glyph composition" title="">◌̑</span> </td> <tr id="entity-DownLeftRightVector"><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span class="glyph" title="">⥐</span> </td> <tr id="entity-DownLeftTeeVector"><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span class="glyph" title="">⥞</span> </td> <tr id="entity-DownLeftVector"><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-DownLeftVectorBar"><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span class="glyph" title="">⥖</span> </td> <tr id="entity-DownRightTeeVector"><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span class="glyph" title="">⥟</span> </td> <tr id="entity-DownRightVector"><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span clas="glyph" title="">⇁</span> </td> <tr id="entity-DownRightVectorBar"><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span class="glyph" title="">⥗</span> </td> <tr id="entity-DownTee"><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> <tr id="entity-DownTeeArrow"><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> <tr id="entity-Downarrow"><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-Dscr"><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span class="glyph" title="">𝒟</span> </td> <tr id="entity-Dstrok"><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span class="glyph" title="">Đ</span> </td> <tr id="entity-ENG"><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span class="glyph" title=""></span> </td> <tr id="entity-ETH"><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span class="glyph" title="">Ð</span> </td> <tr id="entity-Eacute"><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span class="glyph" title="">É</span> </td> <tr id="entity-Ecaron"><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span class="glyph" title="">Ě</span> </td> <tr id="entity-Ecirc"><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span class="glyph" title="">Ê</span> </td> <tr id="entity-Ecy"><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td> <span class="glyph" title="">Э</span> </td> <tr id="entity-Edot"><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span class="glyph" title="">Ė</span> </td> <tr id="entity-Efr"><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span class="glyph" title="">𝔈</span> </td> <tr id="entity-Egrave"><td> <code title="">Egrave;</code> </td> <d> U+000C8 </td> <td> <span class="glyph" title="">È</span> </td> <tr id="entity-Element"><td> <code title="">Element;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-Emacr"><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span class="glyph" title="">Ē</span> </td> <tr id="entity-EmptySmallSquare"><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span class="glyph" title="">◻</span> </td> <tr id="entity-EmptyVerySmallSquare"><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span class="glyph" title="">▫</span> </td> <tr id="entity-Eogon"><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span class="glyph" title="">Ę</span> </td> <tr id="entity-Eopf"><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span class="glyph" title="">𝔼</span> </td> <tr id="entity-Epsilon"><td> <code title="">Epsilon;</code> </td> <td> U+00395 <td> <td> <span class="glyph" title="">Ε</span> </td> <tr id="entity-Equal"><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span class="glyph" title="">⩵</span> </td> <tr id="entity-EqualTilde"><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-Equilibrium"><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-Escr"><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> <tr id="entity-Esim"><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span class="glyph" title="">⩳</span> </td> <tr id="entity-Eta"><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span class="glyph" title="">Η</span> </td> <tr id="entity-Euml"><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span class="glyph" title="">Ë</span> </td <tr id="entity-Exists"><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> <tr id="entity-ExponentialE"><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-Fcy"><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span class="glyph" title="">Ф</span> </td> <tr id="entity-Ffr"><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span class="glyph" title="">𝔉</span> </td> <tr id="entity-FilledSmallSquare"><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span class="glyph" title="">◼</span> </td> <tr id="entity-FilledVerySmallSquare"><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-Fopf"><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span class="glyph" title="">𝔽</span> </td> <trid="entity-ForAll"><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> <tr id="entity-Fouriertrf"><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> <tr id="entity-Fscr"><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">ℱ</span> </td> <tr id="entity-GJcy"><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span class="glyph" title="">Ѓ</span> </td> <tr id="entity-GT"><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> <tr id="entity-Gamma"><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span class="glyph" title="">Γ</span> </td> <tr id="entity-Gammad"><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span class="glyph" title="">Ϝ</span> </td> <tr id="entity-Gbreve"><td> <code title="">Gbreve;</code> </td> <td> U+001E </td> <td> <span class="glyph" title="">Ğ</span> </td> <tr id="entity-Gcedil"><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span class="glyph" title="">Ģ</span> </td> <tr id="entity-Gcirc"><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span class="glyph" title="">Ĝ</span> </td> <tr id="entity-Gcy"><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span class="glyph" title="">Г</span> </td> <tr id="entity-Gdot"><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span class="glyph" title="">Ġ</span> </td> <tr id="entity-Gfr"><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span class="glyph" title="">𝔊</span> </td> <tr id="entity-Gg"><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> <tr id="entity-Gopf"><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span class="glyph" title="">𝔾</span> </td> <tr id="entity-Greaterqual"><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> <tr id="entity-GreaterEqualLess"><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-GreaterFullEqual"><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-GreaterGreater"><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span class="glyph" title="">⪢</span> </td> <tr id="entity-GreaterLess"><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-GreaterSlantEqual"><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-GreaterTilde"><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span class="glyph title="">≳</span> </td> <tr id="entity-Gscr"><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span class="glyph" title="">𝒢</span> </td> <tr id="entity-Gt"><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-HARDcy"><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span class="glyph" title="">Ъ</span> </td> <tr id="entity-Hacek"><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> <tr id="entity-Hat"><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span class="glyph" title="">^</span> </td> <tr id="entity-Hcirc"><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span class="glyph" title="">Ĥ</span> </td> <tr id="entity-Hfr"><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> <tr id="entity-HilbertSpace"><td> <code title="">HilbertSpae;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> <tr id="entity-Hopf"><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> <tr id="entity-HorizontalLine"><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> <tr id="entity-Hscr"><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">ℋ</span> </td> <tr id="entity-Hstrok"><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span class="glyph" title="">Ħ</span> </td> <tr id="entity-HumpDownHump"><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-HumpEqual"><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> <tr id="entity-IEcy"><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> td> <span class="glyph" title="">Е</span> </td> <tr id="entity-IJlig"><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span class="glyph" title="">IJ</span> </td> <tr id="entity-IOcy"><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span class="glyph" title="">Ё</span> </td> <tr id="entity-Iacute"><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span class="glyph" title="">Í</span> </td> <tr id="entity-Icirc"><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span class="glyph" title="">Î</span> </td> <tr id="entity-Icy"><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <span class="glyph" title="">И</span> </td> <tr id="entity-Idot"><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <span class="glyph" title="">İ</span> </td> <tr id="entity-Ifr"><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-Igrave"><td><code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span class="glyph" title="">Ì</span> </td> <tr id="entity-Im"><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-Imacr"><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span class="glyph" title="">Ī</span> </td> <tr id="entity-ImaginaryI"><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> <tr id="entity-Implies"><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-Int"><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span class="glyph" title="">∬</span> </td> <tr id="entity-Integral"><td> <code title="">Integral;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">∫</span> </td> <tr id="entity-Intersection"><td> <code title="">Intersection;</code> </td> <td> U+022C2 /td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-InvisibleComma"><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> <tr id="entity-InvisibleTimes"><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> <tr id="entity-Iogon"><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span class="glyph" title="">Į</span> </td> <tr id="entity-Iopf"><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span class="glyph" title="">𝕀</span> </td> <tr id="entity-Iota"><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span class="glyph" title="">Ι</span> </td> <tr id="entity-Iscr"><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> <tr id="entity-Itilde"><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span class="glyph" title=""Ĩ</span> </td> <tr id="entity-Iukcy"><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span class="glyph" title="">І</span> </td> <tr id="entity-Iuml"><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span class="glyph" title="">Ï</span> </td> <tr id="entity-Jcirc"><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span class="glyph" title="">Ĵ</span> </td> <tr id="entity-Jcy"><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span class="glyph" title="">Й</span> </td> <tr id="entity-Jfr"><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span class="glyph" title="">𝔍</span> </td> <tr id="entity-Jopf"><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span class="glyph" title="">𝕁</span> </td> <tr id="entity-Jscr"><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span class="glyph" title="">𝒥</span> </td> <tr id="entity-Jsercy"><td> <code title="">Jsercy;</code> </d> <td> U+00408 </td> <td> <span class="glyph" title="">Ј</span> </td> <tr id="entity-Jukcy"><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span class="glyph" title="">Є</span> </td> <tr id="entity-KHcy"><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span class="glyph" title="">Х</span> </td> <tr id="entity-KJcy"><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span class="glyph" title="">Ќ</span> </td> <tr id="entity-Kappa"><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span class="glyph" title="">Κ</span> </td> <tr id="entity-Kcedil"><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span class="glyph" title="">Ķ</span> </td> <tr id="entity-Kcy"><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span class="glyph" title="">К</span> </td> <tr id="entity-Kfr"><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span class="glyph" title="">𝔎</span> </td> <t id="entity-Kopf"><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td> <span class="glyph" title="">𝕂</span> </td> <tr id="entity-Kscr"><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span class="glyph" title="">𝒦</span> </td> <tr id="entity-LJcy"><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span class="glyph" title="">Љ</span> </td> <tr id="entity-LT"><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> <tr id="entity-Lacute"><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span class="glyph" title="">Ĺ</span> </td> <tr id="entity-Lambda"><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span class="glyph" title="">Λ</span> </td> <tr id="entity-Lang"><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span class="glyph" title="">⟪</span> </td> <tr id="entity-Laplacetrf"><td> <code title="">Laplacetrf;</code> </td> <td> U+0212 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-Larr"><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> <tr id="entity-Lcaron"><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span class="glyph" title="">Ľ</span> </td> <tr id="entity-Lcedil"><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span class="glyph" title="">Ļ</span> </td> <tr id="entity-Lcy"><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span class="glyph" title="">Л</span> </td> <tr id="entity-LeftAngleBracket"><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-LeftArrow"><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-LeftArrowBar"><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span class="glyp" title="">⇤</span> </td> <tr id="entity-LeftArrowRightArrow"><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-LeftCeiling"><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> <tr id="entity-LeftDoubleBracket"><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> <tr id="entity-LeftDownTeeVector"><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span class="glyph" title="">⥡</span> </td> <tr id="entity-LeftDownVector"><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-LeftDownVectorBar"><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span class="glyph" title="">⥙</span> </td> <tr id="entity-LeftFloor"><td> <code titl="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> <tr id="entity-LeftRightArrow"><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-LeftRightVector"><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span class="glyph" title="">⥎</span> </td> <tr id="entity-LeftTee"><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">⊣</span> </td> <tr id="entity-LeftTeeArrow"><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> <tr id="entity-LeftTeeVector"><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span class="glyph" title="">⥚</span> </td> <tr id="entity-LeftTriangle"><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-LftTriangleBar"><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span class="glyph" title="">⧏</span> </td> <tr id="entity-LeftTriangleEqual"><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-LeftUpDownVector"><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span class="glyph" title="">⥑</span> </td> <tr id="entity-LeftUpTeeVector"><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span class="glyph" title="">⥠</span> </td> <tr id="entity-LeftUpVector"><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-LeftUpVectorBar"><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span class="glyph" title="">⥘</span> </td> <tr id="entity-LeftVector"><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <spn class="glyph" title="">↼</span> </td> <tr id="entity-LeftVectorBar"><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span class="glyph" title="">⥒</span> </td> <tr id="entity-Leftarrow"><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-Leftrightarrow"><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-LessEqualGreater"><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-LessFullEqual"><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> <tr id="entity-LessGreater"><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-LessLess"><td> <code title="">LessLess;</code> </td> <d> U+02AA1 </td> <td> <span class="glyph" title="">⪡</span> </td> <tr id="entity-LessSlantEqual"><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-LessTilde"><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> <tr id="entity-Lfr"><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span class="glyph" title="">𝔏</span> </td> <tr id="entity-Ll"><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span class="glyph" title="">⋘</span> </td> <tr id="entity-Lleftarrow"><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> <tr id="entity-Lmidot"><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span class="glyph" title="">Ŀ</span> </td> <tr id="entity-LongLeftArrow"><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <pan class="glyph" title="">⟵</span> </td> <tr id="entity-LongLeftRightArrow"><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-LongRightArrow"><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-Longleftarrow"><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-Longleftrightarrow"><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</span> </td> <tr id="entity-Longrightarrow"><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-Lopf"><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span class="glyph" title="">𝕃</span> </td> <tr id="entity-LowerLeftArrow"><td> <code title=">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-LowerRightArrow"><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-Lscr"><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-Lsh"><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> <tr id="entity-Lstrok"><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span class="glyph" title="">Ł</span> </td> <tr id="entity-Lt"><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-Map"><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span class="glyph" title="">⤅</span> </td> <tr id="entity-Mcy"><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span class="lyph" title="">М</span> </td> <tr id="entity-MediumSpace"><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Mellintrf"><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-Mfr"><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span class="glyph" title="">𝔐</span> </td> <tr id="entity-MinusPlus"><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-Mopf"><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span class="glyph" title="">𝕄</span> </td> <tr id="entity-Mscr"><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-Mu"><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span class="glyph" title="">Μ</span> </td> <tr id="entity-NJcy><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span class="glyph" title="">Њ</span> </td> <tr id="entity-Nacute"><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span class="glyph" title="">Ń</span> </td> <tr id="entity-Ncaron"><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span class="glyph" title="">Ň</span> </td> <tr id="entity-Ncedil"><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span class="glyph" title="">Ņ</span> </td> <tr id="entity-Ncy"><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span class="glyph" title="">Н</span> </td> <tr id="entity-NegativeMediumSpace"><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeThickSpace"><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeThinSpace"><td> code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NegativeVeryThinSpace"><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-NestedGreaterGreater"><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-NestedLessLess"><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-NewLine"><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span class="glyph control" title="">␊</span> </td> <tr id="entity-Nfr"><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span class="glyph" title="">𝔑</span> </td> <tr id="entity-NoBreak"><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span class="glyph" title="">⁠</span </td> <tr id="entity-NonBreakingSpace"><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Nopf"><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> <tr id="entity-Not"><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span class="glyph" title="">⫬</span> </td> <tr id="entity-NotCongruent"><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</span> </td> <tr id="entity-NotCupCap"><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span class="glyph" title="">≭</span> </td> <tr id="entity-NotDoubleVerticalBar"><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-NotElement"><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">¬in</span> </td> <tr id="entity-NotEqual"><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> </td> <tr id="entity-NotEqualTilde"><td> <code title="">NotEqualTilde;</code> </td> <td> U+02242 U+00338 </td> <td> <span class="glyph compound" title="">≂̸</span> </td> <tr id="entity-NotExists"><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-NotGreater"><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-NotGreaterEqual"><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-NotGreaterFullEqual"><td> <code title="">NotGreaterFullEqual;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-NotGreaterGreater"><td> <code title="">NotGreaerGreater;</code> </td> <td> U+0226B U+00338 </td> <td> <span class="glyph compound" title="">≫̸</span> </td> <tr id="entity-NotGreaterLess"><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> <tr id="entity-NotGreaterSlantEqual"><td> <code title="">NotGreaterSlantEqual;</code> </td> <td> U+02A7E U+00338 </td> <td> <span class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-NotGreaterTilde"><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> <tr id="entity-NotHumpDownHump"><td> <code title="">NotHumpDownHump;</code> </td> <td> U+0224E U+00338 </td> <td> <span class="glyph compound" title="">≎̸</span> </td> <tr id="entity-NotHumpEqual"><td> <code title="">NotHumpEqual;</code> </td> <td> U+0224F U+00338 </td> <td> <span class="glyph compound" title="">≏̸</span> </td> <tr id="entity-NotLeftTriangle"><td> <code title=">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-NotLeftTriangleBar"><td> <code title="">NotLeftTriangleBar;</code> </td> <td> U+029CF U+00338 </td> <td> <span class="glyph compound" title="">⧏̸</span> </td> <tr id="entity-NotLeftTriangleEqual"><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-NotLess"><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-NotLessEqual"><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-NotLessGreater"><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> <tr id="entity-NotLessLess"><td> <code title="">NotLessLess;</code> </td> <td> U+0226A U+00338 </td> <td> <span class="gyph compound" title="">≪̸</span> </td> <tr id="entity-NotLessSlantEqual"><td> <code title="">NotLessSlantEqual;</code> </td> <td> U+02A7D U+00338 </td> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-NotLessTilde"><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> <tr id="entity-NotNestedGreaterGreater"><td> <code title="">NotNestedGreaterGreater;</code> </td> <td> U+02AA2 U+00338 </td> <td> <span class="glyph compound" title="">⪢̸</span> </td> <tr id="entity-NotNestedLessLess"><td> <code title="">NotNestedLessLess;</code> </td> <td> U+02AA1 U+00338 </td> <td> <span class="glyph compound" title="">⪡̸</span> </td> <tr id="entity-NotPrecedes"><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-NotPrecedesEqual"><td> <code title="">NotPrecedesEqual;</code> </td> <td> U+02AAF U+00338 </td><td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-NotPrecedesSlantEqual"><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> <tr id="entity-NotReverseElement"><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-NotRightTriangle"><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-NotRightTriangleBar"><td> <code title="">NotRightTriangleBar;</code> </td> <td> U+029D0 U+00338 </td> <td> <span class="glyph compound" title="">⧐̸</span> </td> <tr id="entity-NotRightTriangleEqual"><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-NotSquareSubset"><td> <code title="">NotSquareSubset;</code> </td> <td> U+0228F U+00338 </td> td> <span class="glyph compound" title="">⊏̸</span> </td> <tr id="entity-NotSquareSubsetEqual"><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> <tr id="entity-NotSquareSuperset"><td> <code title="">NotSquareSuperset;</code> </td> <td> U+02290 U+00338 </td> <td> <span class="glyph compound" title="">⊐̸</span> </td> <tr id="entity-NotSquareSupersetEqual"><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> <tr id="entity-NotSubset"><td> <code title="">NotSubset;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-NotSubsetEqual"><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-NotSucceeds"><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span class="glyh" title="">⊁</span> </td> <tr id="entity-NotSucceedsEqual"><td> <code title="">NotSucceedsEqual;</code> </td> <td> U+02AB0 U+00338 </td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-NotSucceedsSlantEqual"><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> <tr id="entity-NotSucceedsTilde"><td> <code title="">NotSucceedsTilde;</code> </td> <td> U+0227F U+00338 </td> <td> <span class="glyph compound" title="">≿̸</span> </td> <tr id="entity-NotSuperset"><td> <code title="">NotSuperset;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-NotSupersetEqual"><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-NotTilde"><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</pan> </td> <tr id="entity-NotTildeEqual"><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-NotTildeFullEqual"><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> <tr id="entity-NotTildeTilde"><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-NotVerticalBar"><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-Nscr"><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span class="glyph" title="">𝒩</span> </td> <tr id="entity-Ntilde"><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span class="glyph" title="">Ñ</span> </td> <tr id="entity-Nu"><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span class="glyph" title="">Ν</spa> </td> <tr id="entity-OElig"><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span class="glyph" title="">Œ</span> </td> <tr id="entity-Oacute"><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span class="glyph" title="">Ó</span> </td> <tr id="entity-Ocirc"><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span class="glyph" title="">Ô</span> </td> <tr id="entity-Ocy"><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span class="glyph" title="">О</span> </td> <tr id="entity-Odblac"><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span class="glyph" title="">Ő</span> </td> <tr id="entity-Ofr"><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span class="glyph" title="">𝔒</span> </td> <tr id="entity-Ograve"><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span class="glyph" title="">Ò</span> </td> <tr id="entity-Omacr"><td> <code title="">Omacr;</code> </td><td> U+0014C </td> <td> <span class="glyph" title="">Ō</span> </td> <tr id="entity-Omega"><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> <tr id="entity-Omicron"><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span class="glyph" title="">Ο</span> </td> <tr id="entity-Oopf"><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span class="glyph" title="">𝕆</span> </td> <tr id="entity-OpenCurlyDoubleQuote"><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> <tr id="entity-OpenCurlyQuote"><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> <tr id="entity-Or"><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span class="glyph" title="">⩔</span> </td> <tr id="entity-Oscr"><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> span class="glyph" title="">𝒪</span> </td> <tr id="entity-Oslash"><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span class="glyph" title="">Ø</span> </td> <tr id="entity-Otilde"><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span class="glyph" title="">Õ</span> </td> <tr id="entity-Otimes"><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span class="glyph" title="">⨷</span> </td> <tr id="entity-Ouml"><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span class="glyph" title="">Ö</span> </td> <tr id="entity-OverBar"><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> <tr id="entity-OverBrace"><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span class="glyph" title="">⏞</span> </td> <tr id="entity-OverBracket"><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</san> </td> <tr id="entity-OverParenthesis"><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span class="glyph" title="">⏜</span> </td> <tr id="entity-PartialD"><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">∂</span> </td> <tr id="entity-Pcy"><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span class="glyph" title="">П</span> </td> <tr id="entity-Pfr"><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span class="glyph" title="">𝔓</span> </td> <tr id="entity-Phi"><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span class="glyph" title="">Φ</span> </td> <tr id="entity-Pi"><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span class="glyph" title="">Π</span> </td> <tr id="entity-PlusMinus"><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-Poincareplane"><td> <code title=">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">ℌ</span> </td> <tr id="entity-Popf"><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> <tr id="entity-Pr"><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> <td> <span class="glyph" title="">⪻</span> </td> <tr id="entity-Precedes"><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-PrecedesEqual"><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-PrecedesSlantEqual"><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-PrecedesTilde"><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-Prime"><td> <code title="">Prme;</code> </td> <td> U+02033 </td> <td> <span class="glyph" title="">″</span> </td> <tr id="entity-Product"><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> <tr id="entity-Proportion"><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">∷</span> </td> <tr id="entity-Proportional"><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-Pscr"><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span class="glyph" title="">𝒫</span> </td> <tr id="entity-Psi"><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <span class="glyph" title="">Ψ</span> </td> <tr id="entity-QUOT"><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> <tr id="entity-Qfr"><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span class="glyph" ttle="">𝔔</span> </td> <tr id="entity-Qopf"><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> <tr id="entity-Qscr"><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span class="glyph" title="">𝒬</span> </td> <tr id="entity-RBarr"><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> <tr id="entity-REG"><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-Racute"><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span class="glyph" title="">Ŕ</span> </td> <tr id="entity-Rang"><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span class="glyph" title="">⟫</span> </td> <tr id="entity-Rarr"><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> <tr id="entity-Rarrtl"><td> <code title="">Rarrtl</code> </td> <td> U+02916 </td> <td> <span class="glyph" title="">⤖</span> </td> <tr id="entity-Rcaron"><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span class="glyph" title="">Ř</span> </td> <tr id="entity-Rcedil"><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span class="glyph" title="">Ŗ</span> </td> <tr id="entity-Rcy"><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span class="glyph" title="">Р</span> </td> <tr id="entity-Re"><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-ReverseElement"><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-ReverseEquilibrium"><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-ReverseUpEquilibrium"><td> <code title="">ReverseUpEquilibrium;</code></td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> <tr id="entity-Rfr"><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-Rho"><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span class="glyph" title="">Ρ</span> </td> <tr id="entity-RightAngleBracket"><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-RightArrow"><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-RightArrowBar"><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> <tr id="entity-RightArrowLeftArrow"><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-RightCeiling"><td> <code title="">RightCeilig;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> <tr id="entity-RightDoubleBracket"><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> <tr id="entity-RightDownTeeVector"><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span class="glyph" title="">⥝</span> </td> <tr id="entity-RightDownVector"><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-RightDownVectorBar"><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span class="glyph" title="">⥕</span> </td> <tr id="entity-RightFloor"><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> <tr id="entity-RightTee"><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td <tr id="entity-RightTeeArrow"><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-RightTeeVector"><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span class="glyph" title="">⥛</span> </td> <tr id="entity-RightTriangle"><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-RightTriangleBar"><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span class="glyph" title="">⧐</span> </td> <tr id="entity-RightTriangleEqual"><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-RightUpDownVector"><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span class="glyph" title="">⥏</span> </td> <tr id="entity-RightUpTeeVector"><td> <code title="">RightUpTeeVector;</code> </d> <td> U+0295C </td> <td> <span class="glyph" title="">⥜</span> </td> <tr id="entity-RightUpVector"><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-RightUpVectorBar"><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span class="glyph" title="">⥔</span> </td> <tr id="entity-RightVector"><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">⇀</span> </td> <tr id="entity-RightVectorBar"><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span class="glyph" title="">⥓</span> </td> <tr id="entity-Rightarrow"><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-Ropf"><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> <tr id="entity-RoundImplies"><td> <code title="">RondImplies;</code> </td> <td> U+02970 </td> <td> <span class="glyph" title="">⥰</span> </td> <tr id="entity-Rrightarrow"><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> <tr id="entity-Rscr"><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> <tr id="entity-Rsh"><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> <tr id="entity-RuleDelayed"><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span class="glyph" title="">⧴</span> </td> <tr id="entity-SHCHcy"><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span class="glyph" title="">Щ</span> </td> <tr id="entity-SHcy"><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span class="glyph" title="">Ш</span> </td> <tr id="entity-SOFTcy"><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> span class="glyph" title="">Ь</span> </td> <tr id="entity-Sacute"><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span class="glyph" title="">Ś</span> </td> <tr id="entity-Sc"><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span class="glyph" title="">⪼</span> </td> <tr id="entity-Scaron"><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span class="glyph" title="">Š</span> </td> <tr id="entity-Scedil"><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span class="glyph" title="">Ş</span> </td> <tr id="entity-Scirc"><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span class="glyph" title="">Ŝ</span> </td> <tr id="entity-Scy"><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span class="glyph" title="">С</span> </td> <tr id="entity-Sfr"><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span class="glyph" title="">𝔖</span> </td> <tr id="entity-ShortDownArro"><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-ShortLeftArrow"><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-ShortRightArrow"><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-ShortUpArrow"><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entity-Sigma"><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span class="glyph" title="">Σ</span> </td> <tr id="entity-SmallCircle"><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> <tr id="entity-Sopf"><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span class="glyph" title="">𝕊</span> </td> <tr id="entity-Sqrt">td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> <tr id="entity-Square"><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-SquareIntersection"><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> <tr id="entity-SquareSubset"><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-SquareSubsetEqual"><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-SquareSuperset"><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-SquareSupersetEqual"><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">͒</span> </td> <tr id="entity-SquareUnion"><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> <tr id="entity-Sscr"><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span class="glyph" title="">𝒮</span> </td> <tr id="entity-Star"><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">⋆</span> </td> <tr id="entity-Sub"><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> <tr id="entity-Subset"><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">⋐</span> </td> <tr id="entity-SubsetEqual"><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-Succeeds"><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-SucceedsEqual><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-SucceedsSlantEqual"><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-SucceedsTilde"><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-SuchThat"><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-Sum"><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> <tr id="entity-Sup"><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> <tr id="entity-Superset"><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> <tr id="entity-SupersetEqual"><td> <code tile="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-Supset"><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">⋑</span> </td> <tr id="entity-THORN"><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span class="glyph" title="">Þ</span> </td> <tr id="entity-TRADE"><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> <tr id="entity-TSHcy"><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span class="glyph" title="">Ћ</span> </td> <tr id="entity-TScy"><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span class="glyph" title="">Ц</span> </td> <tr id="entity-Tab"><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span class="glyph control" title="">␉</span> </td> <tr id="entity-Tau"><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span class="lyph" title="">Τ</span> </td> <tr id="entity-Tcaron"><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span class="glyph" title="">Ť</span> </td> <tr id="entity-Tcedil"><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span class="glyph" title="">Ţ</span> </td> <tr id="entity-Tcy"><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span class="glyph" title="">Т</span> </td> <tr id="entity-Tfr"><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span class="glyph" title="">𝔗</span> </td> <tr id="entity-Therefore"><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-Theta"><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span class="glyph" title="">Θ</span> </td> <tr id="entity-ThickSpace"><td> <code title="">ThickSpace;</code> </td> <td> U+0205F U+0200A </td> <td> <span class="glyph compound" title="">  </span> </t> <tr id="entity-ThinSpace"><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-Tilde"><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-TildeEqual"><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-TildeFullEqual"><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> <tr id="entity-TildeTilde"><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-Topf"><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span class="glyph" title="">𝕋</span> </td> <tr id="entity-TripleDot"><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> </t> <tr id="entity-Tscr"><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span class="glyph" title="">𝒯</span> </td> <tr id="entity-Tstrok"><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span class="glyph" title="">Ŧ</span> </td> <tr id="entity-Uacute"><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span class="glyph" title="">Ú</span> </td> <tr id="entity-Uarr"><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span class="glyph" title="">↟</span> </td> <tr id="entity-Uarrocir"><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span class="glyph" title="">⥉</span> </td> <tr id="entity-Ubrcy"><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span class="glyph" title="">Ў</span> </td> <tr id="entity-Ubreve"><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span class="glyph" title="">Ŭ</span> </td> <tr id="entity-Ucirc"><td> <code title="">Ucirc;</code> </d> <td> U+000DB </td> <td> <span class="glyph" title="">Û</span> </td> <tr id="entity-Ucy"><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span class="glyph" title="">У</span> </td> <tr id="entity-Udblac"><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span class="glyph" title="">Ű</span> </td> <tr id="entity-Ufr"><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span class="glyph" title="">𝔘</span> </td> <tr id="entity-Ugrave"><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span class="glyph" title="">Ù</span> </td> <tr id="entity-Umacr"><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span class="glyph" title="">Ū</span> </td> <tr id="entity-UnderBar"><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> <tr id="entity-UnderBrace"><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span class="glyph" title="">⏟/span> </td> <tr id="entity-UnderBracket"><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> <tr id="entity-UnderParenthesis"><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span class="glyph" title="">⏝</span> </td> <tr id="entity-Union"><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-UnionPlus"><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">⊎</span> </td> <tr id="entity-Uogon"><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span class="glyph" title="">Ų</span> </td> <tr id="entity-Uopf"><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span class="glyph" title="">𝕌</span> </td> <tr id="entity-UpArrow"><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entty-UpArrowBar"><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span class="glyph" title="">⤒</span> </td> <tr id="entity-UpArrowDownArrow"><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> <tr id="entity-UpDownArrow"><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-UpEquilibrium"><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> <tr id="entity-UpTee"><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-UpTeeArrow"><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> <tr id="entity-Uparrow"><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="ntity-Updownarrow"><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-UpperLeftArrow"><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-UpperRightArrow"><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-Upsi"><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> <tr id="entity-Upsilon"><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span class="glyph" title="">Υ</span> </td> <tr id="entity-Uring"><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <span class="glyph" title="">Ů</span> </td> <tr id="entity-Uscr"><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span class="glyph" title="">𝒰</span> </td> <tr id="entity-Utilde"><td <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span class="glyph" title="">Ũ</span> </td> <tr id="entity-Uuml"><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span class="glyph" title="">Ü</span> </td> <tr id="entity-VDash"><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span class="glyph" title="">⊫</span> </td> <tr id="entity-Vbar"><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span class="glyph" title="">⫫</span> </td> <tr id="entity-Vcy"><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span class="glyph" title="">В</span> </td> <tr id="entity-Vdash"><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span class="glyph" title="">⊩</span> </td> <tr id="entity-Vdashl"><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span class="glyph" title="">⫦</span> </td> <tr id="entity-Vee"><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph"title="">⋁</span> </td> <tr id="entity-Verbar"><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> <tr id="entity-Vert"><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">‖</span> </td> <tr id="entity-VerticalBar"><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-VerticalLine"><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-VerticalSeparator"><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span class="glyph" title="">❘</span> </td> <tr id="entity-VerticalTilde"><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-VeryThinSpace"><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span class="lyph" title=""> </span> </td> <tr id="entity-Vfr"><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span class="glyph" title="">𝔙</span> </td> <tr id="entity-Vopf"><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span class="glyph" title="">𝕍</span> </td> <tr id="entity-Vscr"><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span class="glyph" title="">𝒱</span> </td> <tr id="entity-Vvdash"><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span class="glyph" title="">⊪</span> </td> <tr id="entity-Wcirc"><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span class="glyph" title="">Ŵ</span> </td> <tr id="entity-Wedge"><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-Wfr"><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span class="glyph" title="">𝔚</span> </td> <tr id="entity-Wopf"><td> <code title"">Wopf;</code> </td> <td> U+1D54E </td> <td> <span class="glyph" title="">𝕎</span> </td> <tr id="entity-Wscr"><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span class="glyph" title="">𝒲</span> </td> <tr id="entity-Xfr"><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span class="glyph" title="">𝔛</span> </td> <tr id="entity-Xi"><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span class="glyph" title="">Ξ</span> </td> <tr id="entity-Xopf"><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span class="glyph" title="">𝕏</span> </td> <tr id="entity-Xscr"><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span class="glyph" title="">𝒳</span> </td> <tr id="entity-YAcy"><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span class="glyph" title="">Я</span> </td> <tr id="entity-YIcy"><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span class="glyph" title="">Ї<span> </td> <tr id="entity-YUcy"><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span class="glyph" title="">Ю</span> </td> <tr id="entity-Yacute"><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span class="glyph" title="">Ý</span> </td> <tr id="entity-Ycirc"><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span class="glyph" title="">Ŷ</span> </td> <tr id="entity-Ycy"><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span class="glyph" title="">Ы</span> </td> <tr id="entity-Yfr"><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span class="glyph" title="">𝔜</span> </td> <tr id="entity-Yopf"><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span class="glyph" title="">𝕐</span> </td> <tr id="entity-Yscr"><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span class="glyph" title="">𝒴</span> </td> <tr id="entity-Yuml"><td> <code title="">Yuml;</code> </td> <td>U+00178 </td> <td> <span class="glyph" title="">Ÿ</span> </td> <tr id="entity-ZHcy"><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span class="glyph" title="">Ж</span> </td> <tr id="entity-Zacute"><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span class="glyph" title="">Ź</span> </td> <tr id="entity-Zcaron"><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span class="glyph" title="">Ž</span> </td> <tr id="entity-Zcy"><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span class="glyph" title="">З</span> </td> <tr id="entity-Zdot"><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span class="glyph" title="">Ż</span> </td> <tr id="entity-ZeroWidthSpace"><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">​</span> </td> <tr id="entity-Zeta"><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span class="glyph" title="">Ζ</span> /td> <tr id="entity-Zfr"><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> <tr id="entity-Zopf"><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> <tr id="entity-Zscr"><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span class="glyph" title="">𝒵</span> </td> <tr id="entity-aacute"><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span class="glyph" title="">á</span> </td> <tr id="entity-abreve"><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span class="glyph" title="">ă</span> </td> <tr id="entity-ac"><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> <tr id="entity-acE"><td> <code title="">acE;</code> </td> <td> U+0223E U+00333 </td> <td> <span class="glyph compound" title="">∾̳</span> </td> <tr id="entity-acd"><td> <code title="">acd;</code> </d> <td> U+0223F </td> <td> <span class="glyph" title="">∿</span> </td> <tr id="entity-acirc"><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span class="glyph" title="">â</span> </td> <tr id="entity-acute"><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">´</span> </td> <tr id="entity-acy"><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span class="glyph" title="">а</span> </td> <tr id="entity-aelig"><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span class="glyph" title="">æ</span> </td> <tr id="entity-af"><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">⁡</span> </td> <tr id="entity-afr"><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span class="glyph" title="">𝔞</span> </td> <tr id="entity-agrave"><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> <td> <span class="glyph" title="">à</span> </td> <t id="entity-alefsym"><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> <tr id="entity-aleph"><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">ℵ</span> </td> <tr id="entity-alpha"><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span class="glyph" title="">α</span> </td> <tr id="entity-amacr"><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span class="glyph" title="">ā</span> </td> <tr id="entity-amalg"><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span class="glyph" title="">⨿</span> </td> <tr id="entity-amp"><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&</span> </td> <tr id="entity-and"><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> <tr id="entity-andand"><td> <code title="">andand;</code> </td> <td> U+02A55 /td> <td> <span class="glyph" title="">⩕</span> </td> <tr id="entity-andd"><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span class="glyph" title="">⩜</span> </td> <tr id="entity-andslope"><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span class="glyph" title="">⩘</span> </td> <tr id="entity-andv"><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span class="glyph" title="">⩚</span> </td> <tr id="entity-ang"><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> <tr id="entity-ange"><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span class="glyph" title="">⦤</span> </td> <tr id="entity-angle"><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">∠</span> </td> <tr id="entity-angmsd"><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> <tr id="entty-angmsdaa"><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span class="glyph" title="">⦨</span> </td> <tr id="entity-angmsdab"><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span class="glyph" title="">⦩</span> </td> <tr id="entity-angmsdac"><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span class="glyph" title="">⦪</span> </td> <tr id="entity-angmsdad"><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span class="glyph" title="">⦫</span> </td> <tr id="entity-angmsdae"><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span class="glyph" title="">⦬</span> </td> <tr id="entity-angmsdaf"><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span class="glyph" title="">⦭</span> </td> <tr id="entity-angmsdag"><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span class="glyph" title="">⦮</span> </td> <tr id="entity-angmsdah"><td> <coe title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span class="glyph" title="">⦯</span> </td> <tr id="entity-angrt"><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span class="glyph" title="">∟</span> </td> <tr id="entity-angrtvb"><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span class="glyph" title="">⊾</span> </td> <tr id="entity-angrtvbd"><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span class="glyph" title="">⦝</span> </td> <tr id="entity-angsph"><td> <code title="">angsph;</code> </td> <td> U+02222 </td> <td> <span class="glyph" title="">∢</span> </td> <tr id="entity-angst"><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">Å</span> </td> <tr id="entity-angzarr"><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span class="glyph" title="">⍼</span> </td> <tr id="entity-aogon"><td> <code title="">aogon;</code> </td> <td> U+00105 </td><td> <span class="glyph" title="">ą</span> </td> <tr id="entity-aopf"><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span class="glyph" title="">𝕒</span> </td> <tr id="entity-ap"><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-apE"><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span class="glyph" title="">⩰</span> </td> <tr id="entity-apacir"><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span class="glyph" title="">⩯</span> </td> <tr id="entity-ape"><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">≊</span> </td> <tr id="entity-apid"><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span class="glyph" title="">≋</span> </td> <tr id="entity-apos"><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span class="glyph" title="">'</span> </td> <tr id="entity-approx"><td> <code tile="">approx;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-approxeq"><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">≊</span> </td> <tr id="entity-aring"><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span class="glyph" title="">å</span> </td> <tr id="entity-ascr"><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span class="glyph" title="">𝒶</span> </td> <tr id="entity-ast"><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> <tr id="entity-asymp"><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-asympeq"><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">≍</span> </td> <tr id="entity-atilde"><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span class="glyp" title="">ã</span> </td> <tr id="entity-auml"><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span class="glyph" title="">ä</span> </td> <tr id="entity-awconint"><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">∳</span> </td> <tr id="entity-awint"><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span class="glyph" title="">⨑</span> </td> <tr id="entity-bNot"><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span class="glyph" title="">⫭</span> </td> <tr id="entity-backcong"><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> <tr id="entity-backepsilon"><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> <tr id="entity-backprime"><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">‵</span> </td> <tr id="ntity-backsim"><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> <tr id="entity-backsimeq"><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> <tr id="entity-barvee"><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span class="glyph" title="">⊽</span> </td> <tr id="entity-barwed"><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> <tr id="entity-barwedge"><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">⌅</span> </td> <tr id="entity-bbrk"><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">⎵</span> </td> <tr id="entity-bbrktbrk"><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span class="glyph" title="">⎶</span> </td> <tr id="entity-bcong"><td> <code title="">bcong;</cod> </td> <td> U+0224C </td> <td> <span class="glyph" title="">≌</span> </td> <tr id="entity-bcy"><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span class="glyph" title="">б</span> </td> <tr id="entity-bdquo"><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> <tr id="entity-becaus"><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-because"><td> <code title="">because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">∵</span> </td> <tr id="entity-bemptyv"><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span class="glyph" title="">⦰</span> </td> <tr id="entity-bepsi"><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">϶</span> </td> <tr id="entity-bernou"><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">#8492;</span> </td> <tr id="entity-beta"><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span class="glyph" title="">β</span> </td> <tr id="entity-beth"><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span class="glyph" title="">ℶ</span> </td> <tr id="entity-between"><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> <tr id="entity-bfr"><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span class="glyph" title="">𝔟</span> </td> <tr id="entity-bigcap"><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-bigcirc"><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> <tr id="entity-bigcup"><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-bigodot"><td> <code title="">bgodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> <tr id="entity-bigoplus"><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</span> </td> <tr id="entity-bigotimes"><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> <tr id="entity-bigsqcup"><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> <tr id="entity-bigstar"><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> <tr id="entity-bigtriangledown"><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">▽</span> </td> <tr id="entity-bigtriangleup"><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> <tr id="entity-biguplus"><td> <code title="">bigplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</span> </td> <tr id="entity-bigvee"><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> <tr id="entity-bigwedge"><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-bkarow"><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">⤍</span> </td> <tr id="entity-blacklozenge"><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> <tr id="entity-blacksquare"><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-blacktriangle"><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">▴</span> </td> <tr id="entity-blacktriangledown"><td> <code title="">blactriangledown;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> <tr id="entity-blacktriangleleft"><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> <tr id="entity-blacktriangleright"><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> <tr id="entity-blank"><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span class="glyph" title="">␣</span> </td> <tr id="entity-blk12"><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span class="glyph" title="">▒</span> </td> <tr id="entity-blk14"><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span class="glyph" title="">░</span> </td> <tr id="entity-blk34"><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span class="glyph" title="">▓</span> </td> <tr id="entity-block"><td> <code title="">block;</code></td> <td> U+02588 </td> <td> <span class="glyph" title="">█</span> </td> <tr id="entity-bne"><td> <code title="">bne;</code> </td> <td> U+0003D U+020E5 </td> <td> <span class="glyph compound" title="">=⃥</span> </td> <tr id="entity-bnequiv"><td> <code title="">bnequiv;</code> </td> <td> U+02261 U+020E5 </td> <td> <span class="glyph compound" title="">≡⃥</span> </td> <tr id="entity-bnot"><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span class="glyph" title="">⌐</span> </td> <tr id="entity-bopf"><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span class="glyph" title="">𝕓</span> </td> <tr id="entity-bot"><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-bottom"><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-bowtie"><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <san class="glyph" title="">⋈</span> </td> <tr id="entity-boxDL"><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span class="glyph" title="">╗</span> </td> <tr id="entity-boxDR"><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span class="glyph" title="">╔</span> </td> <tr id="entity-boxDl"><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span class="glyph" title="">╖</span> </td> <tr id="entity-boxDr"><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span class="glyph" title="">╓</span> </td> <tr id="entity-boxH"><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span class="glyph" title="">═</span> </td> <tr id="entity-boxHD"><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span class="glyph" title="">╦</span> </td> <tr id="entity-boxHU"><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span class="glyph" title="">╩</span> </td> <tr id="entity-boxHd"><td <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span class="glyph" title="">╤</span> </td> <tr id="entity-boxHu"><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span class="glyph" title="">╧</span> </td> <tr id="entity-boxUL"><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span class="glyph" title="">╝</span> </td> <tr id="entity-boxUR"><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span class="glyph" title="">╚</span> </td> <tr id="entity-boxUl"><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span class="glyph" title="">╜</span> </td> <tr id="entity-boxUr"><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span class="glyph" title="">╙</span> </td> <tr id="entity-boxV"><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span class="glyph" title="">║</span> </td> <tr id="entity-boxVH"><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span class=glyph" title="">╬</span> </td> <tr id="entity-boxVL"><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span class="glyph" title="">╣</span> </td> <tr id="entity-boxVR"><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span class="glyph" title="">╠</span> </td> <tr id="entity-boxVh"><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span class="glyph" title="">╫</span> </td> <tr id="entity-boxVl"><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span class="glyph" title="">╢</span> </td> <tr id="entity-boxVr"><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span class="glyph" title="">╟</span> </td> <tr id="entity-boxbox"><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span class="glyph" title="">⧉</span> </td> <tr id="entity-boxdL"><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span class="glyph" title="">╕</span> </td> <tr id="entity-boxdR"><td> <coe title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span class="glyph" title="">╒</span> </td> <tr id="entity-boxdl"><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span class="glyph" title="">┐</span> </td> <tr id="entity-boxdr"><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span class="glyph" title="">┌</span> </td> <tr id="entity-boxh"><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">─</span> </td> <tr id="entity-boxhD"><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span class="glyph" title="">╥</span> </td> <tr id="entity-boxhU"><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span class="glyph" title="">╨</span> </td> <tr id="entity-boxhd"><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span class="glyph" title="">┬</span> </td> <tr id="entity-boxhu"><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span class="glyp" title="">┴</span> </td> <tr id="entity-boxminus"><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> <tr id="entity-boxplus"><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> <tr id="entity-boxtimes"><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> <tr id="entity-boxuL"><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span class="glyph" title="">╛</span> </td> <tr id="entity-boxuR"><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span class="glyph" title="">╘</span> </td> <tr id="entity-boxul"><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span class="glyph" title="">┘</span> </td> <tr id="entity-boxur"><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span class="glyph" title="">└</span> </td> <tr id="entity-boxv"><d> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span class="glyph" title="">│</span> </td> <tr id="entity-boxvH"><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> <td> <span class="glyph" title="">╪</span> </td> <tr id="entity-boxvL"><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span class="glyph" title="">╡</span> </td> <tr id="entity-boxvR"><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span class="glyph" title="">╞</span> </td> <tr id="entity-boxvh"><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span class="glyph" title="">┼</span> </td> <tr id="entity-boxvl"><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span class="glyph" title="">┤</span> </td> <tr id="entity-boxvr"><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span class="glyph" title="">├</span> </td> <tr id="entity-bprime"><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span cass="glyph" title="">‵</span> </td> <tr id="entity-breve"><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">˘</span> </td> <tr id="entity-brvbar"><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span class="glyph" title="">¦</span> </td> <tr id="entity-bscr"><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span class="glyph" title="">𝒷</span> </td> <tr id="entity-bsemi"><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span class="glyph" title="">⁏</span> </td> <tr id="entity-bsim"><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">∽</span> </td> <tr id="entity-bsime"><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">⋍</span> </td> <tr id="entity-bsol"><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span class="glyph" title="">\</span> </td> <tr id="entity-bsolb"><td> <code tite="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span class="glyph" title="">⧅</span> </td> <tr id="entity-bsolhsub"><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span class="glyph" title="">⟈</span> </td> <tr id="entity-bull"><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> <tr id="entity-bullet"><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">•</span> </td> <tr id="entity-bump"><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">≎</span> </td> <tr id="entity-bumpE"><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span class="glyph" title="">⪮</span> </td> <tr id="entity-bumpe"><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">≏</span> </td> <tr id="entity-bumpeq"><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span class="gyph" title="">≏</span> </td> <tr id="entity-cacute"><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span class="glyph" title="">ć</span> </td> <tr id="entity-cap"><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span class="glyph" title="">∩</span> </td> <tr id="entity-capand"><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span class="glyph" title="">⩄</span> </td> <tr id="entity-capbrcup"><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span class="glyph" title="">⩉</span> </td> <tr id="entity-capcap"><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span class="glyph" title="">⩋</span> </td> <tr id="entity-capcup"><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span class="glyph" title="">⩇</span> </td> <tr id="entity-capdot"><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span class="glyph" title="">⩀</span> </td> <tr id="entity-caps">td> <code title="">caps;</code> </td> <td> U+02229 U+0FE00 </td> <td> <span class="glyph compound" title="">∩︀</span> </td> <tr id="entity-caret"><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span class="glyph" title="">⁁</span> </td> <tr id="entity-caron"><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">ˇ</span> </td> <tr id="entity-ccaps"><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span class="glyph" title="">⩍</span> </td> <tr id="entity-ccaron"><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span class="glyph" title="">č</span> </td> <tr id="entity-ccedil"><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span class="glyph" title="">ç</span> </td> <tr id="entity-ccirc"><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span class="glyph" title="">ĉ</span> </td> <tr id="entity-ccups"><td> <code title="">ccups;</code> </td> <td> U02A4C </td> <td> <span class="glyph" title="">⩌</span> </td> <tr id="entity-ccupssm"><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span class="glyph" title="">⩐</span> </td> <tr id="entity-cdot"><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span class="glyph" title="">ċ</span> </td> <tr id="entity-cedil"><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">¸</span> </td> <tr id="entity-cemptyv"><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span class="glyph" title="">⦲</span> </td> <tr id="entity-cent"><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span class="glyph" title="">¢</span> </td> <tr id="entity-centerdot"><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <tr id="entity-cfr"><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span class="glyph" title="">𝔠</spa> </td> <tr id="entity-chcy"><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span class="glyph" title="">ч</span> </td> <tr id="entity-check"><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> <tr id="entity-checkmark"><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">✓</span> </td> <tr id="entity-chi"><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span class="glyph" title="">χ</span> </td> <tr id="entity-cir"><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span class="glyph" title="">○</span> </td> <tr id="entity-cirE"><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span class="glyph" title="">⧃</span> </td> <tr id="entity-circ"><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span class="glyph" title="">ˆ</span> </td> <tr id="entity-circeq"><td> <code title="">circeq;</code> </td> <td>U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> <tr id="entity-circlearrowleft"><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> <tr id="entity-circlearrowright"><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> <tr id="entity-circledR"><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-circledS"><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> <tr id="entity-circledast"><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> <tr id="entity-circledcirc"><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> <tr id="entity-circleddash"><td> <code title="">circleddash;</cde> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> <tr id="entity-cire"><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">≗</span> </td> <tr id="entity-cirfnint"><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span class="glyph" title="">⨐</span> </td> <tr id="entity-cirmid"><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> <td> <span class="glyph" title="">⫯</span> </td> <tr id="entity-cirscir"><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span class="glyph" title="">⧂</span> </td> <tr id="entity-clubs"><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> <tr id="entity-clubsuit"><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">♣</span> </td> <tr id="entity-colon"><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span class="glyp" title="">:</span> </td> <tr id="entity-colone"><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-coloneq"><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">≔</span> </td> <tr id="entity-comma"><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span class="glyph" title="">,</span> </td> <tr id="entity-commat"><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span class="glyph" title="">@</span> </td> <tr id="entity-comp"><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> <tr id="entity-compfn"><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">∘</span> </td> <tr id="entity-complement"><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">∁</span> </td> <tr id="entity-complexes"><td> <code ttle="">complexes;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">ℂ</span> </td> <tr id="entity-cong"><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">≅</span> </td> <tr id="entity-congdot"><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span class="glyph" title="">⩭</span> </td> <tr id="entity-conint"><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> <tr id="entity-copf"><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span class="glyph" title="">𝕔</span> </td> <tr id="entity-coprod"><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">∐</span> </td> <tr id="entity-copy"><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">©</span> </td> <tr id="entity-copysr"><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span clas="glyph" title="">℗</span> </td> <tr id="entity-crarr"><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span class="glyph" title="">↵</span> </td> <tr id="entity-cross"><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span class="glyph" title="">✗</span> </td> <tr id="entity-cscr"><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span class="glyph" title="">𝒸</span> </td> <tr id="entity-csub"><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span class="glyph" title="">⫏</span> </td> <tr id="entity-csube"><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span class="glyph" title="">⫑</span> </td> <tr id="entity-csup"><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span class="glyph" title="">⫐</span> </td> <tr id="entity-csupe"><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span class="glyph" title="">⫒</span> </td> <tr id="entity-ctdot"><td> <coe title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span class="glyph" title="">⋯</span> </td> <tr id="entity-cudarrl"><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> <td> <span class="glyph" title="">⤸</span> </td> <tr id="entity-cudarrr"><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <td> <span class="glyph" title="">⤵</span> </td> <tr id="entity-cuepr"><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> <tr id="entity-cuesc"><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> <tr id="entity-cularr"><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</span> </td> <tr id="entity-cularrp"><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span class="glyph" title="">⤽</span> </td> <tr id="entity-cup"><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <san class="glyph" title="">∪</span> </td> <tr id="entity-cupbrcap"><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span class="glyph" title="">⩈</span> </td> <tr id="entity-cupcap"><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span class="glyph" title="">⩆</span> </td> <tr id="entity-cupcup"><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span class="glyph" title="">⩊</span> </td> <tr id="entity-cupdot"><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span class="glyph" title="">⊍</span> </td> <tr id="entity-cupor"><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td> <span class="glyph" title="">⩅</span> </td> <tr id="entity-cups"><td> <code title="">cups;</code> </td> <td> U+0222A U+0FE00 </td> <td> <span class="glyph compound" title="">∪︀</span> </td> <tr id="entity-curarr"><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷/span> </td> <tr id="entity-curarrm"><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span class="glyph" title="">⤼</span> </td> <tr id="entity-curlyeqprec"><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">⋞</span> </td> <tr id="entity-curlyeqsucc"><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">⋟</span> </td> <tr id="entity-curlyvee"><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> <tr id="entity-curlywedge"><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏</span> </td> <tr id="entity-curren"><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span class="glyph" title="">¤</span> </td> <tr id="entity-curvearrowleft"><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">↶</spa> </td> <tr id="entity-curvearrowright"><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">↷</span> </td> <tr id="entity-cuvee"><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">⋎</span> </td> <tr id="entity-cuwed"><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">⋏</span> </td> <tr id="entity-cwconint"><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">∲</span> </td> <tr id="entity-cwint"><td> <code title="">cwint;</code> </td> <td> U+02231 </td> <td> <span class="glyph" title="">∱</span> </td> <tr id="entity-cylcty"><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span class="glyph" title="">⌭</span> </td> <tr id="entity-dArr"><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">⇓</span> </td> <tr id="entity-dHar"><td> <code title"">dHar;</code> </td> <td> U+02965 </td> <td> <span class="glyph" title="">⥥</span> </td> <tr id="entity-dagger"><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span class="glyph" title="">†</span> </td> <tr id="entity-daleth"><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span class="glyph" title="">ℸ</span> </td> <tr id="entity-darr"><td> <code title="">darr;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">↓</span> </td> <tr id="entity-dash"><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> <tr id="entity-dashv"><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">⊣</span> </td> <tr id="entity-dbkarow"><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> <tr id="entity-dblac"><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span class="glyph title="">˝</span> </td> <tr id="entity-dcaron"><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span class="glyph" title="">ď</span> </td> <tr id="entity-dcy"><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span class="glyph" title="">д</span> </td> <tr id="entity-dd"><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">ⅆ</span> </td> <tr id="entity-ddagger"><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">‡</span> </td> <tr id="entity-ddarr"><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> <tr id="entity-ddotseq"><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> <tr id="entity-deg"><td> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span class="glyph" title="">°</span> </td> <tr id="entity-delta"><td> <code title="">dela;</code> </td> <td> U+003B4 </td> <td> <span class="glyph" title="">δ</span> </td> <tr id="entity-demptyv"><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span class="glyph" title="">⦱</span> </td> <tr id="entity-dfisht"><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span class="glyph" title="">⥿</span> </td> <tr id="entity-dfr"><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span class="glyph" title="">𝔡</span> </td> <tr id="entity-dharl"><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-dharr"><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-diam"><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">⋄</span> </td> <tr id="entity-diamond"><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" tile="">⋄</span> </td> <tr id="entity-diamondsuit"><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> <tr id="entity-diams"><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">♦</span> </td> <tr id="entity-die"><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-digamma"><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> <tr id="entity-disin"><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span class="glyph" title="">⋲</span> </td> <tr id="entity-div"><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> <tr id="entity-divide"><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">÷</span> </td> <tr id="entity-divideontimes"><td><code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> <tr id="entity-divonx"><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">⋇</span> </td> <tr id="entity-djcy"><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span class="glyph" title="">ђ</span> </td> <tr id="entity-dlcorn"><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> <tr id="entity-dlcrop"><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span class="glyph" title="">⌍</span> </td> <tr id="entity-dollar"><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span class="glyph" title="">$</span> </td> <tr id="entity-dopf"><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span class="glyph" title="">𝕕</span> </td> <tr id="entity-dot"><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span cass="glyph" title="">˙</span> </td> <tr id="entity-doteq"><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-doteqdot"><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> <tr id="entity-dotminus"><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> <tr id="entity-dotplus"><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> <tr id="entity-dotsquare"><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> <tr id="entity-doublebarwedge"><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">⌆</span> </td> <tr id="entity-downarrow"><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">darr;</span> </td> <tr id="entity-downdownarrows"><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">⇊</span> </td> <tr id="entity-downharpoonleft"><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">⇃</span> </td> <tr id="entity-downharpoonright"><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">⇂</span> </td> <tr id="entity-drbkarow"><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">⤐</span> </td> <tr id="entity-drcorn"><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> <tr id="entity-drcrop"><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span class="glyph" title="">⌌</span> </td> <tr id="entity-dscr"><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span class="glyph" title="">丙</span> </td> <tr id="entity-dscy"><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span class="glyph" title="">ѕ</span> </td> <tr id="entity-dsol"><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span class="glyph" title="">⧶</span> </td> <tr id="entity-dstrok"><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span class="glyph" title="">đ</span> </td> <tr id="entity-dtdot"><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span class="glyph" title="">⋱</span> </td> <tr id="entity-dtri"><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">▿</span> </td> <tr id="entity-dtrif"><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">▾</span> </td> <tr id="entity-duarr"><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">⇵</span> </td> <tr id="entity-duhar"><td> <code title="">duhar;</code></td> <td> U+0296F </td> <td> <span class="glyph" title="">⥯</span> </td> <tr id="entity-dwangle"><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span class="glyph" title="">⦦</span> </td> <tr id="entity-dzcy"><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span class="glyph" title="">џ</span> </td> <tr id="entity-dzigrarr"><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span class="glyph" title="">⟿</span> </td> <tr id="entity-eDDot"><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">⩷</span> </td> <tr id="entity-eDot"><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">≑</span> </td> <tr id="entity-eacute"><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span class="glyph" title="">é</span> </td> <tr id="entity-easter"><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span class="glyph" title"">⩮</span> </td> <tr id="entity-ecaron"><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span class="glyph" title="">ě</span> </td> <tr id="entity-ecir"><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> <tr id="entity-ecirc"><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span class="glyph" title="">ê</span> </td> <tr id="entity-ecolon"><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> <tr id="entity-ecy"><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span class="glyph" title="">э</span> </td> <tr id="entity-edot"><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span class="glyph" title="">ė</span> </td> <tr id="entity-ee"><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-efDot"><td> <code title="">efDot;</code> <td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> <tr id="entity-efr"><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span class="glyph" title="">𝔢</span> </td> <tr id="entity-eg"><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span class="glyph" title="">⪚</span> </td> <tr id="entity-egrave"><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span class="glyph" title="">è</span> </td> <tr id="entity-egs"><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">⪖</span> </td> <tr id="entity-egsdot"><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span class="glyph" title="">⪘</span> </td> <tr id="entity-el"><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span class="glyph" title="">⪙</span> </td> <tr id="entity-elinters"><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span class="glyph" title="">⏧</span> <td> <tr id="entity-ell"><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span class="glyph" title="">ℓ</span> </td> <tr id="entity-els"><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> <tr id="entity-elsdot"><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span class="glyph" title="">⪗</span> </td> <tr id="entity-emacr"><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span class="glyph" title="">ē</span> </td> <tr id="entity-empty"><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emptyset"><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emptyv"><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-emsp"><td> <code title="">emsp;</code> </td> <td U+02003 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-emsp13"><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-emsp14"><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-eng"><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span class="glyph" title="">ŋ</span> </td> <tr id="entity-ensp"><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-eogon"><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span class="glyph" title="">ę</span> </td> <tr id="entity-eopf"><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span class="glyph" title="">𝕖</span> </td> <tr id="entity-epar"><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span class="glyph" title="">⋕</span> </td> <tr id="ntity-eparsl"><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span class="glyph" title="">⧣</span> </td> <tr id="entity-eplus"><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span class="glyph" title="">⩱</span> </td> <tr id="entity-epsi"><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> <tr id="entity-epsilon"><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">ε</span> </td> <tr id="entity-epsiv"><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-eqcirc"><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">≖</span> </td> <tr id="entity-eqcolon"><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">≕</span> </td> <tr id="entity-eqsim"><td> <code title="">eqsim;</code> </td> <d> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-eqslantgtr"><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">⪖</span> </td> <tr id="entity-eqslantless"><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">⪕</span> </td> <tr id="entity-equals"><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span class="glyph" title="">=</span> </td> <tr id="entity-equest"><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">≟</span> </td> <tr id="entity-equiv"><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">≡</span> </td> <tr id="entity-equivDD"><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span class="glyph" title="">⩸</span> </td> <tr id="entity-eqvparsl"><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span class="glph" title="">⧥</span> </td> <tr id="entity-erDot"><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> <tr id="entity-erarr"><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span class="glyph" title="">⥱</span> </td> <tr id="entity-escr"><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span class="glyph" title="">ℯ</span> </td> <tr id="entity-esdot"><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">≐</span> </td> <tr id="entity-esim"><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">≂</span> </td> <tr id="entity-eta"><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span class="glyph" title="">η</span> </td> <tr id="entity-eth"><td> <code title="">eth;</code> </td> <td> U+000F0 </td> <td> <span class="glyph" title="">ð</span> </td> <tr id="entity-euml"><td> <code title="">euml;</coe> </td> <td> U+000EB </td> <td> <span class="glyph" title="">ë</span> </td> <tr id="entity-euro"><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span class="glyph" title="">€</span> </td> <tr id="entity-excl"><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span class="glyph" title="">!</span> </td> <tr id="entity-exist"><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">∃</span> </td> <tr id="entity-expectation"><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">ℰ</span> </td> <tr id="entity-exponentiale"><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">ⅇ</span> </td> <tr id="entity-fallingdotseq"><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">≒</span> </td> <tr id="entity-fcy"><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span class"glyph" title="">ф</span> </td> <tr id="entity-female"><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span class="glyph" title="">♀</span> </td> <tr id="entity-ffilig"><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span class="glyph" title="">ffi</span> </td> <tr id="entity-fflig"><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span class="glyph" title="">ff</span> </td> <tr id="entity-ffllig"><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span class="glyph" title="">ffl</span> </td> <tr id="entity-ffr"><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span class="glyph" title="">𝔣</span> </td> <tr id="entity-filig"><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span class="glyph" title="">fi</span> </td> <tr id="entity-fjlig"><td> <code title="">fjlig;</code> </td> <td> U+00066 U+0006A </td> <td> <span class="glyph compound" title="">fj</span> </td> <tr id="entiy-flat"><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span class="glyph" title="">♭</span> </td> <tr id="entity-fllig"><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span class="glyph" title="">fl</span> </td> <tr id="entity-fltns"><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span class="glyph" title="">▱</span> </td> <tr id="entity-fnof"><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span class="glyph" title="">ƒ</span> </td> <tr id="entity-fopf"><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span class="glyph" title="">𝕗</span> </td> <tr id="entity-forall"><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">∀</span> </td> <tr id="entity-fork"><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> <tr id="entity-forkv"><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> span class="glyph" title="">⫙</span> </td> <tr id="entity-fpartint"><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span class="glyph" title="">⨍</span> </td> <tr id="entity-frac12"><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> <tr id="entity-frac13"><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span class="glyph" title="">⅓</span> </td> <tr id="entity-frac14"><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span class="glyph" title="">¼</span> </td> <tr id="entity-frac15"><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span class="glyph" title="">⅕</span> </td> <tr id="entity-frac16"><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span class="glyph" title="">⅙</span> </td> <tr id="entity-frac18"><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span class="glyph" title="">⅛</span> </td><tr id="entity-frac23"><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span class="glyph" title="">⅔</span> </td> <tr id="entity-frac25"><td> <code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span class="glyph" title="">⅖</span> </td> <tr id="entity-frac34"><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span class="glyph" title="">¾</span> </td> <tr id="entity-frac35"><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span class="glyph" title="">⅗</span> </td> <tr id="entity-frac38"><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span class="glyph" title="">⅜</span> </td> <tr id="entity-frac45"><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span class="glyph" title="">⅘</span> </td> <tr id="entity-frac56"><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span class="glyph" title="">⅚</span> </td> <tr id="entity-frac58"><td> <code title="">frac58;</cod> </td> <td> U+0215D </td> <td> <span class="glyph" title="">⅝</span> </td> <tr id="entity-frac78"><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span class="glyph" title="">⅞</span> </td> <tr id="entity-frasl"><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span class="glyph" title="">⁄</span> </td> <tr id="entity-frown"><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> <tr id="entity-fscr"><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span class="glyph" title="">𝒻</span> </td> <tr id="entity-gE"><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-gEl"><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> <tr id="entity-gacute"><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span class="glyph" title="">ǵ</span> /td> <tr id="entity-gamma"><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span class="glyph" title="">γ</span> </td> <tr id="entity-gammad"><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">ϝ</span> </td> <tr id="entity-gap"><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> <tr id="entity-gbreve"><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span class="glyph" title="">ğ</span> </td> <tr id="entity-gcirc"><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span class="glyph" title="">ĝ</span> </td> <tr id="entity-gcy"><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span class="glyph" title="">г</span> </td> <tr id="entity-gdot"><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span class="glyph" title="">ġ</span> </td> <tr id="entity-ge"><td> <code title="">ge;</code> </td> <td> U+02265 </td><td> <span class="glyph" title="">≥</span> </td> <tr id="entity-gel"><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-geq"><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">≥</span> </td> <tr id="entity-geqq"><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">≧</span> </td> <tr id="entity-geqslant"><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-ges"><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">⩾</span> </td> <tr id="entity-gescc"><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span class="glyph" title="">⪩</span> </td> <tr id="entity-gesdot"><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span class="glyph" title="">⪀</span> </td> <tr id="entity-gesdoto"<td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span class="glyph" title="">⪂</span> </td> <tr id="entity-gesdotol"><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span class="glyph" title="">⪄</span> </td> <tr id="entity-gesl"><td> <code title="">gesl;</code> </td> <td> U+022DB U+0FE00 </td> <td> <span class="glyph compound" title="">⋛︀</span> </td> <tr id="entity-gesles"><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span class="glyph" title="">⪔</span> </td> <tr id="entity-gfr"><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span class="glyph" title="">𝔤</span> </td> <tr id="entity-gg"><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">≫</span> </td> <tr id="entity-ggg"><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">⋙</span> </td> <tr id="entity-gimel"><td> <code title="">gimel;</code> </td> <td> U02137 </td> <td> <span class="glyph" title="">ℷ</span> </td> <tr id="entity-gjcy"><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span class="glyph" title="">ѓ</span> </td> <tr id="entity-gl"><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-glE"><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span class="glyph" title="">⪒</span> </td> <tr id="entity-gla"><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span class="glyph" title="">⪥</span> </td> <tr id="entity-glj"><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span class="glyph" title="">⪤</span> </td> <tr id="entity-gnE"><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> <tr id="entity-gnap"><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> <tr id="entity-gnapprox">td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">⪊</span> </td> <tr id="entity-gne"><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> <tr id="entity-gneq"><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">⪈</span> </td> <tr id="entity-gneqq"><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">≩</span> </td> <tr id="entity-gnsim"><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span class="glyph" title="">⋧</span> </td> <tr id="entity-gopf"><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span class="glyph" title="">𝕘</span> </td> <tr id="entity-grave"><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> <tr id="entity-gscr"><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span class="glph" title="">ℊ</span> </td> <tr id="entity-gsim"><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> <tr id="entity-gsime"><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span class="glyph" title="">⪎</span> </td> <tr id="entity-gsiml"><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span class="glyph" title="">⪐</span> </td> <tr id="entity-gt"><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">></span> </td> <tr id="entity-gtcc"><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span class="glyph" title="">⪧</span> </td> <tr id="entity-gtcir"><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span class="glyph" title="">⩺</span> </td> <tr id="entity-gtdot"><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> <tr id="entity-gtlPar"><td> <code title="">gtPar;</code> </td> <td> U+02995 </td> <td> <span class="glyph" title="">⦕</span> </td> <tr id="entity-gtquest"><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span class="glyph" title="">⩼</span> </td> <tr id="entity-gtrapprox"><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">⪆</span> </td> <tr id="entity-gtrarr"><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span class="glyph" title="">⥸</span> </td> <tr id="entity-gtrdot"><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">⋗</span> </td> <tr id="entity-gtreqless"><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">⋛</span> </td> <tr id="entity-gtreqqless"><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">⪌</span> </td> <tr id="entity-gtrless"><td> <code title="">gtrless;</code> </td> <td> U+0277 </td> <td> <span class="glyph" title="">≷</span> </td> <tr id="entity-gtrsim"><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">≳</span> </td> <tr id="entity-gvertneqq"><td> <code title="">gvertneqq;</code> </td> <td> U+02269 U+0FE00 </td> <td> <span class="glyph compound" title="">≩︀</span> </td> <tr id="entity-gvnE"><td> <code title="">gvnE;</code> </td> <td> U+02269 U+0FE00 </td> <td> <span class="glyph compound" title="">≩︀</span> </td> <tr id="entity-hArr"><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-hairsp"><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-half"><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">½</span> </td> <tr id="entity-hamilt"><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td <span class="glyph" title="">ℋ</span> </td> <tr id="entity-hardcy"><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span class="glyph" title="">ъ</span> </td> <tr id="entity-harr"><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-harrcir"><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span class="glyph" title="">⥈</span> </td> <tr id="entity-harrw"><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> <tr id="entity-hbar"><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-hcirc"><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span class="glyph" title="">ĥ</span> </td> <tr id="entity-hearts"><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> <tr id="entity-eartsuit"><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">♥</span> </td> <tr id="entity-hellip"><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">…</span> </td> <tr id="entity-hercon"><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span class="glyph" title="">⊹</span> </td> <tr id="entity-hfr"><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span class="glyph" title="">𝔥</span> </td> <tr id="entity-hksearow"><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">⤥</span> </td> <tr id="entity-hkswarow"><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> <tr id="entity-hoarr"><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span class="glyph" title="">⇿</span> </td> <tr id="entity-homtht"><td> <code title="">homtht;</code> </d> <td> U+0223B </td> <td> <span class="glyph" title="">∻</span> </td> <tr id="entity-hookleftarrow"><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> <tr id="entity-hookrightarrow"><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> </td> <tr id="entity-hopf"><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span class="glyph" title="">𝕙</span> </td> <tr id="entity-horbar"><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span class="glyph" title="">―</span> </td> <tr id="entity-hscr"><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span class="glyph" title="">𝒽</span> </td> <tr id="entity-hslash"><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-hstrok"><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <spn class="glyph" title="">ħ</span> </td> <tr id="entity-hybull"><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span class="glyph" title="">⁃</span> </td> <tr id="entity-hyphen"><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">‐</span> </td> <tr id="entity-iacute"><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span class="glyph" title="">í</span> </td> <tr id="entity-ic"><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">⁣</span> </td> <tr id="entity-icirc"><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span class="glyph" title="">î</span> </td> <tr id="entity-icy"><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span class="glyph" title="">и</span> </td> <tr id="entity-iecy"><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span class="glyph" title="">е</span> </td> <tr id="entity-iexcl"><td> <coe title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span class="glyph" title="">¡</span> </td> <tr id="entity-iff"><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">⇔</span> </td> <tr id="entity-ifr"><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span class="glyph" title="">𝔦</span> </td> <tr id="entity-igrave"><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span class="glyph" title="">ì</span> </td> <tr id="entity-ii"><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">ⅈ</span> </td> <tr id="entity-iiiint"><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> <tr id="entity-iiint"><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">∭</span> </td> <tr id="entity-iinfin"><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span class="glyph" itle="">⧜</span> </td> <tr id="entity-iiota"><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span class="glyph" title="">℩</span> </td> <tr id="entity-ijlig"><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span class="glyph" title="">ij</span> </td> <tr id="entity-imacr"><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span class="glyph" title="">ī</span> </td> <tr id="entity-image"><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-imagline"><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">ℐ</span> </td> <tr id="entity-imagpart"><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">ℑ</span> </td> <tr id="entity-imath"><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> </td> <tr id="entity-imof"><td> <codetitle="">imof;</code> </td> <td> U+022B7 </td> <td> <span class="glyph" title="">⊷</span> </td> <tr id="entity-imped"><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span class="glyph" title="">Ƶ</span> </td> <tr id="entity-in"><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-incare"><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span class="glyph" title="">℅</span> </td> <tr id="entity-infin"><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span class="glyph" title="">∞</span> </td> <tr id="entity-infintie"><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span class="glyph" title="">⧝</span> </td> <tr id="entity-inodot"><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">ı</span> </td> <tr id="entity-int"><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span class="glyph" itle="">∫</span> </td> <tr id="entity-intcal"><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> <tr id="entity-integers"><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">ℤ</span> </td> <tr id="entity-intercal"><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">⊺</span> </td> <tr id="entity-intlarhk"><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span class="glyph" title="">⨗</span> </td> <tr id="entity-intprod"><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> <tr id="entity-iocy"><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span class="glyph" title="">ё</span> </td> <tr id="entity-iogon"><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span class="glyph" title="">į</span> </td> <tr id="entity-iopf"<td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span class="glyph" title="">𝕚</span> </td> <tr id="entity-iota"><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span class="glyph" title="">ι</span> </td> <tr id="entity-iprod"><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">⨼</span> </td> <tr id="entity-iquest"><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span class="glyph" title="">¿</span> </td> <tr id="entity-iscr"><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span class="glyph" title="">𝒾</span> </td> <tr id="entity-isin"><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-isinE"><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span class="glyph" title="">⋹</span> </td> <tr id="entity-isindot"><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <spn class="glyph" title="">⋵</span> </td> <tr id="entity-isins"><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span class="glyph" title="">⋴</span> </td> <tr id="entity-isinsv"><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> <td> <span class="glyph" title="">⋳</span> </td> <tr id="entity-isinv"><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">∈</span> </td> <tr id="entity-it"><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">⁢</span> </td> <tr id="entity-itilde"><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span class="glyph" title="">ĩ</span> </td> <tr id="entity-iukcy"><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span class="glyph" title="">і</span> </td> <tr id="entity-iuml"><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span class="glyph" title="">ï</span> </td> <tr id="entity-jcirc"><td> <cod title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span class="glyph" title="">ĵ</span> </td> <tr id="entity-jcy"><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span class="glyph" title="">й</span> </td> <tr id="entity-jfr"><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span class="glyph" title="">𝔧</span> </td> <tr id="entity-jmath"><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span class="glyph" title="">ȷ</span> </td> <tr id="entity-jopf"><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span class="glyph" title="">𝕛</span> </td> <tr id="entity-jscr"><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span class="glyph" title="">𝒿</span> </td> <tr id="entity-jsercy"><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span class="glyph" title="">ј</span> </td> <tr id="entity-jukcy"><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span class="glyph" tile="">є</span> </td> <tr id="entity-kappa"><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span class="glyph" title="">κ</span> </td> <tr id="entity-kappav"><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> <tr id="entity-kcedil"><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span class="glyph" title="">ķ</span> </td> <tr id="entity-kcy"><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span class="glyph" title="">к</span> </td> <tr id="entity-kfr"><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span class="glyph" title="">𝔨</span> </td> <tr id="entity-kgreen"><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span class="glyph" title="">ĸ</span> </td> <tr id="entity-khcy"><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span class="glyph" title="">х</span> </td> <tr id="entity-kjcy"><td> <code title="">kjcy;<code> </td> <td> U+0045C </td> <td> <span class="glyph" title="">ќ</span> </td> <tr id="entity-kopf"><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span class="glyph" title="">𝕜</span> </td> <tr id="entity-kscr"><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span class="glyph" title="">𝓀</span> </td> <tr id="entity-lAarr"><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">⇚</span> </td> <tr id="entity-lArr"><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">⇐</span> </td> <tr id="entity-lAtail"><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span class="glyph" title="">⤛</span> </td> <tr id="entity-lBarr"><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span class="glyph" title="">⤎</span> </td> <tr id="entity-lE"><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</san> </td> <tr id="entity-lEg"><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span> </td> <tr id="entity-lHar"><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span class="glyph" title="">⥢</span> </td> <tr id="entity-lacute"><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span class="glyph" title="">ĺ</span> </td> <tr id="entity-laemptyv"><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span class="glyph" title="">⦴</span> </td> <tr id="entity-lagran"><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">ℒ</span> </td> <tr id="entity-lambda"><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span class="glyph" title="">λ</span> </td> <tr id="entity-lang"><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-langd"><td> <code title="">langd;</cod> </td> <td> U+02991 </td> <td> <span class="glyph" title="">⦑</span> </td> <tr id="entity-langle"><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">〈</span> </td> <tr id="entity-lap"><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> <tr id="entity-laquo"><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span class="glyph" title="">«</span> </td> <tr id="entity-larr"><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-larrb"><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">⇤</span> </td> <tr id="entity-larrbfs"><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span class="glyph" title="">⤟</span> </td> <tr id="entity-larrfs"><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span class="glyph" title="">П</span> </td> <tr id="entity-larrhk"><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">↩</span> </td> <tr id="entity-larrlp"><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> <tr id="entity-larrpl"><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span class="glyph" title="">⤹</span> </td> <tr id="entity-larrsim"><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span class="glyph" title="">⥳</span> </td> <tr id="entity-larrtl"><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">↢</span> </td> <tr id="entity-lat"><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span class="glyph" title="">⪫</span> </td> <tr id="entity-latail"><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span class="glyph" title="">⤙</span> </td> <tr id="entity-late"><td> <code title=""late;</code> </td> <td> U+02AAD </td> <td> <span class="glyph" title="">⪭</span> </td> <tr id="entity-lates"><td> <code title="">lates;</code> </td> <td> U+02AAD U+0FE00 </td> <td> <span class="glyph compound" title="">⪭︀</span> </td> <tr id="entity-lbarr"><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span class="glyph" title="">⤌</span> </td> <tr id="entity-lbbrk"><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span class="glyph" title="">❲</span> </td> <tr id="entity-lbrace"><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> <tr id="entity-lbrack"><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> <tr id="entity-lbrke"><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span class="glyph" title="">⦋</span> </td> <tr id="entity-lbrksld"><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <pan class="glyph" title="">⦏</span> </td> <tr id="entity-lbrkslu"><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span class="glyph" title="">⦍</span> </td> <tr id="entity-lcaron"><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span class="glyph" title="">ľ</span> </td> <tr id="entity-lcedil"><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span class="glyph" title="">ļ</span> </td> <tr id="entity-lceil"><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">⌈</span> </td> <tr id="entity-lcub"><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> <tr id="entity-lcy"><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span class="glyph" title="">л</span> </td> <tr id="entity-ldca"><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span class="glyph" title="">⤶</span> </td> <tr id="entity-ldquo"><td> code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">“</span> </td> <tr id="entity-ldquor"><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">„</span> </td> <tr id="entity-ldrdhar"><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span class="glyph" title="">⥧</span> </td> <tr id="entity-ldrushar"><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span class="glyph" title="">⥋</span> </td> <tr id="entity-ldsh"><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span class="glyph" title="">↲</span> </td> <tr id="entity-le"><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </td> <tr id="entity-leftarrow"><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-leftarrowtail"><td> <code title="">leftarrowtail;</code> </td> <td> U+0212 </td> <td> <span class="glyph" title="">↢</span> </td> <tr id="entity-leftharpoondown"><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-leftharpoonup"><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> <tr id="entity-leftleftarrows"><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> <tr id="entity-leftrightarrow"><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">↔</span> </td> <tr id="entity-leftrightarrows"><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-leftrightharpoons"><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-leftrightsquiarrow"><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">↭</span> </td> <tr id="entity-leftthreetimes"><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> <tr id="entity-leg"><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-leq"><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">≤</span> </td> <tr id="entity-leqq"><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">≦</span> </td> <tr id="entity-leqslant"><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-les"><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">⩽</span> </td> <tr id="entity-lescc"><td> <code title="">lescc;</code> </td> td> U+02AA8 </td> <td> <span class="glyph" title="">⪨</span> </td> <tr id="entity-lesdot"><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <span class="glyph" title="">⩿</span> </td> <tr id="entity-lesdoto"><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span class="glyph" title="">⪁</span> </td> <tr id="entity-lesdotor"><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span class="glyph" title="">⪃</span> </td> <tr id="entity-lesg"><td> <code title="">lesg;</code> </td> <td> U+022DA U+0FE00 </td> <td> <span class="glyph compound" title="">⋚︀</span> </td> <tr id="entity-lesges"><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span class="glyph" title="">⪓</span> </td> <tr id="entity-lessapprox"><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">⪅</span> </td> <tr id="entity-lessdot"><td> <code title="">lessdot;</code> </td> <td> U+022D6 <td> <td> <span class="glyph" title="">⋖</span> </td> <tr id="entity-lesseqgtr"><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">⋚</span> </td> <tr id="entity-lesseqqgtr"><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">⪋</span> </td> <tr id="entity-lessgtr"><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-lesssim"><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">≲</span> </td> <tr id="entity-lfisht"><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span class="glyph" title="">⥼</span> </td> <tr id="entity-lfloor"><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">⌊</span> </td> <tr id="entity-lfr"><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span class="glyph" title="">❹</span> </td> <tr id="entity-lg"><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">≶</span> </td> <tr id="entity-lgE"><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span class="glyph" title="">⪑</span> </td> <tr id="entity-lhard"><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">↽</span> </td> <tr id="entity-lharu"><td> <code title="">lharu;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">↼</span> </td> <tr id="entity-lharul"><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span class="glyph" title="">⥪</span> </td> <tr id="entity-lhblk"><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span class="glyph" title="">▄</span> </td> <tr id="entity-ljcy"><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span class="glyph" title="">љ</span> </td> <tr id="entity-ll"><td> <code title="">ll;</code> </td> <td U+0226A </td> <td> <span class="glyph" title="">≪</span> </td> <tr id="entity-llarr"><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">⇇</span> </td> <tr id="entity-llcorner"><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">⌞</span> </td> <tr id="entity-llhard"><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span class="glyph" title="">⥫</span> </td> <tr id="entity-lltri"><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span class="glyph" title="">◺</span> </td> <tr id="entity-lmidot"><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span class="glyph" title="">ŀ</span> </td> <tr id="entity-lmoust"><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">⎰</span> </td> <tr id="entity-lmoustache"><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title=""⎰</span> </td> <tr id="entity-lnE"><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> <tr id="entity-lnap"><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> <tr id="entity-lnapprox"><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">⪉</span> </td> <tr id="entity-lne"><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">⪇</span> </td> <tr id="entity-lneq"><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">⪇</span> </td> <tr id="entity-lneqq"><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">≨</span> </td> <tr id="entity-lnsim"><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span class="glyph" title="">⋦</span> </td> <tr id="entity-loang"><td> <code title="">loang;</cde> </td> <td> U+027EC </td> <td> <span class="glyph" title="">⟬</span> </td> <tr id="entity-loarr"><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span class="glyph" title="">⇽</span> </td> <tr id="entity-lobrk"><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">⟦</span> </td> <tr id="entity-longleftarrow"><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> <tr id="entity-longleftrightarrow"><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-longmapsto"><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">⟼</span> </td> <tr id="entity-longrightarrow"><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-looparrowleft"><td> <code title"">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">↫</span> </td> <tr id="entity-looparrowright"><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">↬</span> </td> <tr id="entity-lopar"><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span class="glyph" title="">⦅</span> </td> <tr id="entity-lopf"><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span class="glyph" title="">𝕝</span> </td> <tr id="entity-loplus"><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span class="glyph" title="">⨭</span> </td> <tr id="entity-lotimes"><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span class="glyph" title="">⨴</span> </td> <tr id="entity-lowast"><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span class="glyph" title="">∗</span> </td> <tr id="entity-lowbar"><td> <code title="">lowbar;</code> </td> <td> U+005F </td> <td> <span class="glyph" title="">_</span> </td> <tr id="entity-loz"><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> <tr id="entity-lozenge"><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">◊</span> </td> <tr id="entity-lozf"><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">⧫</span> </td> <tr id="entity-lpar"><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span class="glyph" title="">(</span> </td> <tr id="entity-lparlt"><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span class="glyph" title="">⦓</span> </td> <tr id="entity-lrarr"><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">⇆</span> </td> <tr id="entity-lrcorner"><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">⌟</span> </td> <tr id="entitylrhar"><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">⇋</span> </td> <tr id="entity-lrhard"><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span class="glyph" title="">⥭</span> </td> <tr id="entity-lrm"><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span class="glyph" title="">‎</span> </td> <tr id="entity-lrtri"><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span class="glyph" title="">⊿</span> </td> <tr id="entity-lsaquo"><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span class="glyph" title="">‹</span> </td> <tr id="entity-lscr"><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span class="glyph" title="">𝓁</span> </td> <tr id="entity-lsh"><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">↰</span> </td> <tr id="entity-lsim"><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <spanclass="glyph" title="">≲</span> </td> <tr id="entity-lsime"><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span class="glyph" title="">⪍</span> </td> <tr id="entity-lsimg"><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span class="glyph" title="">⪏</span> </td> <tr id="entity-lsqb"><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> <tr id="entity-lsquo"><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">‘</span> </td> <tr id="entity-lsquor"><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> <tr id="entity-lstrok"><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span class="glyph" title="">ł</span> </td> <tr id="entity-lt"><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title=""><</span> </td> <tr id="entity-ltcc"><td> <code title=">ltcc;</code> </td> <td> U+02AA6 </td> <td> <span class="glyph" title="">⪦</span> </td> <tr id="entity-ltcir"><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span class="glyph" title="">⩹</span> </td> <tr id="entity-ltdot"><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">⋖</span> </td> <tr id="entity-lthree"><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">⋋</span> </td> <tr id="entity-ltimes"><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span class="glyph" title="">⋉</span> </td> <tr id="entity-ltlarr"><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span class="glyph" title="">⥶</span> </td> <tr id="entity-ltquest"><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span class="glyph" title="">⩻</span> </td> <tr id="entity-ltrPar"><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span clas="glyph" title="">⦖</span> </td> <tr id="entity-ltri"><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">◃</span> </td> <tr id="entity-ltrie"><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-ltrif"><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">◂</span> </td> <tr id="entity-lurdshar"><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span class="glyph" title="">⥊</span> </td> <tr id="entity-luruhar"><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span class="glyph" title="">⥦</span> </td> <tr id="entity-lvertneqq"><td> <code title="">lvertneqq;</code> </td> <td> U+02268 U+0FE00 </td> <td> <span class="glyph compound" title="">≨︀</span> </td> <tr id="entity-lvnE"><td> <code title="">lvnE;</code> </td> <td> U+02268 U+0FE00 </td> <td> <span class="glyph compound" ttle="">≨︀</span> </td> <tr id="entity-mDDot"><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span class="glyph" title="">∺</span> </td> <tr id="entity-macr"><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> <tr id="entity-male"><td> <code title="">male;</code> </td> <td> U+02642 </td> <td> <span class="glyph" title="">♂</span> </td> <tr id="entity-malt"><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> <tr id="entity-maltese"><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">✠</span> </td> <tr id="entity-map"><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-mapsto"><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">↦</span> </td> <tr id="entity-mapstodown"><td> <codetitle="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">↧</span> </td> <tr id="entity-mapstoleft"><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">↤</span> </td> <tr id="entity-mapstoup"><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">↥</span> </td> <tr id="entity-marker"><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span class="glyph" title="">▮</span> </td> <tr id="entity-mcomma"><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span class="glyph" title="">⨩</span> </td> <tr id="entity-mcy"><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span class="glyph" title="">м</span> </td> <tr id="entity-mdash"><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span class="glyph" title="">—</span> </td> <tr id="entity-measuredangle"><td> <code title="">measuredangle;</code> </td> <td U+02221 </td> <td> <span class="glyph" title="">∡</span> </td> <tr id="entity-mfr"><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span class="glyph" title="">𝔪</span> </td> <tr id="entity-mho"><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span class="glyph" title="">℧</span> </td> <tr id="entity-micro"><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span class="glyph" title="">µ</span> </td> <tr id="entity-mid"><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-midast"><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> <tr id="entity-midcir"><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span class="glyph" title="">⫰</span> </td> <tr id="entity-middot"><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">·</span> </td> <tr id="ntity-minus"><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span class="glyph" title="">−</span> </td> <tr id="entity-minusb"><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">⊟</span> </td> <tr id="entity-minusd"><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">∸</span> </td> <tr id="entity-minusdu"><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span class="glyph" title="">⨪</span> </td> <tr id="entity-mlcp"><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span class="glyph" title="">⫛</span> </td> <tr id="entity-mldr"><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">…</span> </td> <tr id="entity-mnplus"><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-models"><td> <code title="">models;</code> </td> <td> U022A7 </td> <td> <span class="glyph" title="">⊧</span> </td> <tr id="entity-mopf"><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span class="glyph" title="">𝕞</span> </td> <tr id="entity-mp"><td> <code title="">mp;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">∓</span> </td> <tr id="entity-mscr"><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span class="glyph" title="">𝓂</span> </td> <tr id="entity-mstpos"><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">∾</span> </td> <tr id="entity-mu"><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span class="glyph" title="">μ</span> </td> <tr id="entity-multimap"><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> <tr id="entity-mumap"><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">⊸</span> </td> <tr id="enity-nGg"><td> <code title="">nGg;</code> </td> <td> U+022D9 U+00338 </td> <td> <span class="glyph compound" title="">⋙̸</span> </td> <tr id="entity-nGt"><td> <code title="">nGt;</code> </td> <td> U+0226B U+020D2 </td> <td> <span class="glyph compound" title="">≫⃒</span> </td> <tr id="entity-nGtv"><td> <code title="">nGtv;</code> </td> <td> U+0226B U+00338 </td> <td> <span class="glyph compound" title="">≫̸</span> </td> <tr id="entity-nLeftarrow"><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> <tr id="entity-nLeftrightarrow"><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> <tr id="entity-nLl"><td> <code title="">nLl;</code> </td> <td> U+022D8 U+00338 </td> <td> <span class="glyph compound" title="">⋘̸</span> </td> <tr id="entity-nLt"><td> <code title="">nLt;</code> </td> <td> U+0226A U+020D2 </td> <td> <span class="glyphcompound" title="">≪⃒</span> </td> <tr id="entity-nLtv"><td> <code title="">nLtv;</code> </td> <td> U+0226A U+00338 </td> <td> <span class="glyph compound" title="">≪̸</span> </td> <tr id="entity-nRightarrow"><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> <tr id="entity-nVDash"><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span class="glyph" title="">⊯</span> </td> <tr id="entity-nVdash"><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span class="glyph" title="">⊮</span> </td> <tr id="entity-nabla"><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">∇</span> </td> <tr id="entity-nacute"><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span class="glyph" title="">ń</span> </td> <tr id="entity-nang"><td> <code title="">nang;</code> </td> <td> U+02220 U+020D2 </td> <td> <span class="glyph compound" itle="">∠⃒</span> </td> <tr id="entity-nap"><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-napE"><td> <code title="">napE;</code> </td> <td> U+02A70 U+00338 </td> <td> <span class="glyph compound" title="">⩰̸</span> </td> <tr id="entity-napid"><td> <code title="">napid;</code> </td> <td> U+0224B U+00338 </td> <td> <span class="glyph compound" title="">≋̸</span> </td> <tr id="entity-napos"><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span class="glyph" title="">ʼn</span> </td> <tr id="entity-napprox"><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">≉</span> </td> <tr id="entity-natur"><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">♮</span> </td> <tr id="entity-natural"><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">♮</pan> </td> <tr id="entity-naturals"><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">ℕ</span> </td> <tr id="entity-nbsp"><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-nbump"><td> <code title="">nbump;</code> </td> <td> U+0224E U+00338 </td> <td> <span class="glyph compound" title="">≎̸</span> </td> <tr id="entity-nbumpe"><td> <code title="">nbumpe;</code> </td> <td> U+0224F U+00338 </td> <td> <span class="glyph compound" title="">≏̸</span> </td> <tr id="entity-ncap"><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span class="glyph" title="">⩃</span> </td> <tr id="entity-ncaron"><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span class="glyph" title="">ň</span> </td> <tr id="entity-ncedil"><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span class="glyph" title="">ņ</span> </td> <tr id=entity-ncong"><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">≇</span> </td> <tr id="entity-ncongdot"><td> <code title="">ncongdot;</code> </td> <td> U+02A6D U+00338 </td> <td> <span class="glyph compound" title="">⩭̸</span> </td> <tr id="entity-ncup"><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span class="glyph" title="">⩂</span> </td> <tr id="entity-ncy"><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span class="glyph" title="">н</span> </td> <tr id="entity-ndash"><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span class="glyph" title="">–</span> </td> <tr id="entity-ne"><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">≠</span> </td> <tr id="entity-neArr"><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span class="glyph" title="">⇗</span> </td> <tr id="entity-nearhk"><td> <code title="">nearhk;</code> </td <td> U+02924 </td> <td> <span class="glyph" title="">⤤</span> </td> <tr id="entity-nearr"><td> <code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-nearrow"><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">↗</span> </td> <tr id="entity-nedot"><td> <code title="">nedot;</code> </td> <td> U+02250 U+00338 </td> <td> <span class="glyph compound" title="">≐̸</span> </td> <tr id="entity-nequiv"><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">≢</span> </td> <tr id="entity-nesear"><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> <tr id="entity-nesim"><td> <code title="">nesim;</code> </td> <td> U+02242 U+00338 </td> <td> <span class="glyph compound" title="">≂̸</span> </td> <tr id="entity-nexist"><td> <code title="">nexist;</code> </td> <td> U+0220 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-nexists"><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">∄</span> </td> <tr id="entity-nfr"><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span class="glyph" title="">𝔫</span> </td> <tr id="entity-ngE"><td> <code title="">ngE;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-nge"><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-ngeq"><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">≱</span> </td> <tr id="entity-ngeqq"><td> <code title="">ngeqq;</code> </td> <td> U+02267 U+00338 </td> <td> <span class="glyph compound" title="">≧̸</span> </td> <tr id="entity-ngeqslant"><td> <code title="">ngeqslant;</code> </td> <td> U+02A7E U+00338 </td> <td> <spa class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-nges"><td> <code title="">nges;</code> </td> <td> U+02A7E U+00338 </td> <td> <span class="glyph compound" title="">⩾̸</span> </td> <tr id="entity-ngsim"><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">≵</span> </td> <tr id="entity-ngt"><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-ngtr"><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">≯</span> </td> <tr id="entity-nhArr"><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">⇎</span> </td> <tr id="entity-nharr"><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> <tr id="entity-nhpar"><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span class="glyph" title="">⫲</span </td> <tr id="entity-ni"><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-nis"><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span class="glyph" title="">⋼</span> </td> <tr id="entity-nisd"><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span class="glyph" title="">⋺</span> </td> <tr id="entity-niv"><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">∋</span> </td> <tr id="entity-njcy"><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span class="glyph" title="">њ</span> </td> <tr id="entity-nlArr"><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">⇍</span> </td> <tr id="entity-nlE"><td> <code title="">nlE;</code> </td> <td> U+02266 U+00338 </td> <td> <span class="glyph compound" title="">≦̸</span> </td> <tr id="entity-nlarr"><td> <code title="">nlarr;</code> </td> <td> U0219A </td> <td> <span class="glyph" title="">↚</span> </td> <tr id="entity-nldr"><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span class="glyph" title="">‥</span> </td> <tr id="entity-nle"><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-nleftarrow"><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">↚</span> </td> <tr id="entity-nleftrightarrow"><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">↮</span> </td> <tr id="entity-nleq"><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">≰</span> </td> <tr id="entity-nleqq"><td> <code title="">nleqq;</code> </td> <td> U+02266 U+00338 </td> <td> <span class="glyph compound" title="">≦̸</span> </td> <tr id="entity-nleqslant"><td> <code title="">nleqslant;</code> </td> <td> U+02A7D U+00338 </t> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-nles"><td> <code title="">nles;</code> </td> <td> U+02A7D U+00338 </td> <td> <span class="glyph compound" title="">⩽̸</span> </td> <tr id="entity-nless"><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-nlsim"><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">≴</span> </td> <tr id="entity-nlt"><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">≮</span> </td> <tr id="entity-nltri"><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-nltrie"><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-nmid"><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">#8740;</span> </td> <tr id="entity-nopf"><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span class="glyph" title="">𝕟</span> </td> <tr id="entity-not"><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span class="glyph" title="">¬</span> </td> <tr id="entity-notin"><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> <tr id="entity-notinE"><td> <code title="">notinE;</code> </td> <td> U+022F9 U+00338 </td> <td> <span class="glyph compound" title="">⋹̸</span> </td> <tr id="entity-notindot"><td> <code title="">notindot;</code> </td> <td> U+022F5 U+00338 </td> <td> <span class="glyph compound" title="">⋵̸</span> </td> <tr id="entity-notinva"><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">∉</span> </td> <tr id="entity-notinvb"><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span class="glyph" title="">⋷</span> /td> <tr id="entity-notinvc"><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span class="glyph" title="">⋶</span> </td> <tr id="entity-notni"><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-notniva"><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">∌</span> </td> <tr id="entity-notnivb"><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span class="glyph" title="">⋾</span> </td> <tr id="entity-notnivc"><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span class="glyph" title="">⋽</span> </td> <tr id="entity-npar"><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nparallel"><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nparsl"><td> <code title="">parsl;</code> </td> <td> U+02AFD U+020E5 </td> <td> <span class="glyph compound" title="">⫽⃥</span> </td> <tr id="entity-npart"><td> <code title="">npart;</code> </td> <td> U+02202 U+00338 </td> <td> <span class="glyph compound" title="">∂̸</span> </td> <tr id="entity-npolint"><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span class="glyph" title="">⨔</span> </td> <tr id="entity-npr"><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-nprcue"><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">⋠</span> </td> <tr id="entity-npre"><td> <code title="">npre;</code> </td> <td> U+02AAF U+00338 </td> <td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-nprec"><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">⊀</span> </td> <tr id="entity-npreceq"><td> <code title"">npreceq;</code> </td> <td> U+02AAF U+00338 </td> <td> <span class="glyph compound" title="">⪯̸</span> </td> <tr id="entity-nrArr"><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">⇏</span> </td> <tr id="entity-nrarr"><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> <tr id="entity-nrarrc"><td> <code title="">nrarrc;</code> </td> <td> U+02933 U+00338 </td> <td> <span class="glyph compound" title="">⤳̸</span> </td> <tr id="entity-nrarrw"><td> <code title="">nrarrw;</code> </td> <td> U+0219D U+00338 </td> <td> <span class="glyph compound" title="">↝̸</span> </td> <tr id="entity-nrightarrow"><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">↛</span> </td> <tr id="entity-nrtri"><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-nrtri"><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-nsc"><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> <tr id="entity-nsccue"><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">⋡</span> </td> <tr id="entity-nsce"><td> <code title="">nsce;</code> </td> <td> U+02AB0 U+00338 </td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-nscr"><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span class="glyph" title="">𝓃</span> </td> <tr id="entity-nshortmid"><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-nshortparallel"><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nsim"><td> <code title="">nsm;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">≁</span> </td> <tr id="entity-nsime"><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-nsimeq"><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">≄</span> </td> <tr id="entity-nsmid"><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">∤</span> </td> <tr id="entity-nspar"><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">∦</span> </td> <tr id="entity-nsqsube"><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">⋢</span> </td> <tr id="entity-nsqsupe"><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">⋣</span> </td> <tr id="entity-nsub"><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span class="glyph" tile="">⊄</span> </td> <tr id="entity-nsubE"><td> <code title="">nsubE;</code> </td> <td> U+02AC5 U+00338 </td> <td> <span class="glyph compound" title="">⫅̸</span> </td> <tr id="entity-nsube"><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-nsubset"><td> <code title="">nsubset;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-nsubseteq"><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">⊈</span> </td> <tr id="entity-nsubseteqq"><td> <code title="">nsubseteqq;</code> </td> <td> U+02AC5 U+00338 </td> <td> <span class="glyph compound" title="">⫅̸</span> </td> <tr id="entity-nsucc"><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">⊁</span> </td> <tr id="entity-nsucceq"><td> <code title="">nsucceq;</code> </td> <td> U+02AB0 U+00338 <td> <td> <span class="glyph compound" title="">⪰̸</span> </td> <tr id="entity-nsup"><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span class="glyph" title="">⊅</span> </td> <tr id="entity-nsupE"><td> <code title="">nsupE;</code> </td> <td> U+02AC6 U+00338 </td> <td> <span class="glyph compound" title="">⫆̸</span> </td> <tr id="entity-nsupe"><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-nsupset"><td> <code title="">nsupset;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-nsupseteq"><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">⊉</span> </td> <tr id="entity-nsupseteqq"><td> <code title="">nsupseteqq;</code> </td> <td> U+02AC6 U+00338 </td> <td> <span class="glyph compound" title="">⫆̸</span> </td> <tr id="entity-ntgl"><td> <code title="">tgl;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">≹</span> </td> <tr id="entity-ntilde"><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span class="glyph" title="">ñ</span> </td> <tr id="entity-ntlg"><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">≸</span> </td> <tr id="entity-ntriangleleft"><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">⋪</span> </td> <tr id="entity-ntrianglelefteq"><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">⋬</span> </td> <tr id="entity-ntriangleright"><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">⋫</span> </td> <tr id="entity-ntrianglerighteq"><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">⋭</span> </td> <tr id="entity-nu"><td> <code title=">nu;</code> </td> <td> U+003BD </td> <td> <span class="glyph" title="">ν</span> </td> <tr id="entity-num"><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span class="glyph" title="">#</span> </td> <tr id="entity-numero"><td> <code title="">numero;</code> </td> <td> U+02116 </td> <td> <span class="glyph" title="">№</span> </td> <tr id="entity-numsp"><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-nvDash"><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span class="glyph" title="">⊭</span> </td> <tr id="entity-nvHarr"><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span class="glyph" title="">⤄</span> </td> <tr id="entity-nvap"><td> <code title="">nvap;</code> </td> <td> U+0224D U+020D2 </td> <td> <span class="glyph compound" title="">≍⃒</span> </td> <tr id="entity-nvdash"><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span clas="glyph" title="">⊬</span> </td> <tr id="entity-nvge"><td> <code title="">nvge;</code> </td> <td> U+02265 U+020D2 </td> <td> <span class="glyph compound" title="">≥⃒</span> </td> <tr id="entity-nvgt"><td> <code title="">nvgt;</code> </td> <td> U+0003E U+020D2 </td> <td> <span class="glyph compound" title="">>⃒</span> </td> <tr id="entity-nvinfin"><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span class="glyph" title="">⧞</span> </td> <tr id="entity-nvlArr"><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span class="glyph" title="">⤂</span> </td> <tr id="entity-nvle"><td> <code title="">nvle;</code> </td> <td> U+02264 U+020D2 </td> <td> <span class="glyph compound" title="">≤⃒</span> </td> <tr id="entity-nvlt"><td> <code title="">nvlt;</code> </td> <td> U+0003C U+020D2 </td> <td> <span class="glyph compound" title=""><⃒</span> </td> <tr id="entity-nvltrie"><td> <code title="">nvltrie;</code> </td> <td> U+022B4 U+02D2 </td> <td> <span class="glyph compound" title="">⊴⃒</span> </td> <tr id="entity-nvrArr"><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span class="glyph" title="">⤃</span> </td> <tr id="entity-nvrtrie"><td> <code title="">nvrtrie;</code> </td> <td> U+022B5 U+020D2 </td> <td> <span class="glyph compound" title="">⊵⃒</span> </td> <tr id="entity-nvsim"><td> <code title="">nvsim;</code> </td> <td> U+0223C U+020D2 </td> <td> <span class="glyph compound" title="">∼⃒</span> </td> <tr id="entity-nwArr"><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span class="glyph" title="">⇖</span> </td> <tr id="entity-nwarhk"><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span class="glyph" title="">⤣</span> </td> <tr id="entity-nwarr"><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-nwarrow"><td> <code title="">nwarrow;</code> </td> <td>U+02196 </td> <td> <span class="glyph" title="">↖</span> </td> <tr id="entity-nwnear"><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span class="glyph" title="">⤧</span> </td> <tr id="entity-oS"><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">Ⓢ</span> </td> <tr id="entity-oacute"><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span class="glyph" title="">ó</span> </td> <tr id="entity-oast"><td> <code title="">oast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">⊛</span> </td> <tr id="entity-ocir"><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">⊚</span> </td> <tr id="entity-ocirc"><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span class="glyph" title="">ô</span> </td> <tr id="entity-ocy"><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span class="glyph" title="">о</span> </td> <tr id="etity-odash"><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">⊝</span> </td> <tr id="entity-odblac"><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span class="glyph" title="">ő</span> </td> <tr id="entity-odiv"><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span class="glyph" title="">⨸</span> </td> <tr id="entity-odot"><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">⊙</span> </td> <tr id="entity-odsold"><td> <code title="">odsold;</code> </td> <td> U+029BC </td> <td> <span class="glyph" title="">⦼</span> </td> <tr id="entity-oelig"><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span class="glyph" title="">œ</span> </td> <tr id="entity-ofcir"><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span class="glyph" title="">⦿</span> </td> <tr id="entity-ofr"><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <d> <span class="glyph" title="">𝔬</span> </td> <tr id="entity-ogon"><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span class="glyph" title="">˛</span> </td> <tr id="entity-ograve"><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span class="glyph" title="">ò</span> </td> <tr id="entity-ogt"><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span class="glyph" title="">⧁</span> </td> <tr id="entity-ohbar"><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span class="glyph" title="">⦵</span> </td> <tr id="entity-ohm"><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">Ω</span> </td> <tr id="entity-oint"><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">∮</span> </td> <tr id="entity-olarr"><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">↺</span> </td> <tr id="entity-olcir"><d> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span class="glyph" title="">⦾</span> </td> <tr id="entity-olcross"><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span class="glyph" title="">⦻</span> </td> <tr id="entity-oline"><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">‾</span> </td> <tr id="entity-olt"><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span class="glyph" title="">⧀</span> </td> <tr id="entity-omacr"><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span class="glyph" title="">ō</span> </td> <tr id="entity-omega"><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span class="glyph" title="">ω</span> </td> <tr id="entity-omicron"><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span class="glyph" title="">ο</span> </td> <tr id="entity-omid"><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <san class="glyph" title="">⦶</span> </td> <tr id="entity-ominus"><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">⊖</span> </td> <tr id="entity-oopf"><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span class="glyph" title="">𝕠</span> </td> <tr id="entity-opar"><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span class="glyph" title="">⦷</span> </td> <tr id="entity-operp"><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span class="glyph" title="">⦹</span> </td> <tr id="entity-oplus"><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">⊕</span> </td> <tr id="entity-or"><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> <tr id="entity-orarr"><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">↻</span> </td> <tr id="entity-ord"><td> <cod title="">ord;</code> </td> <td> U+02A5D </td> <td> <span class="glyph" title="">⩝</span> </td> <tr id="entity-order"><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-orderof"><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-ordf"><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span class="glyph" title="">ª</span> </td> <tr id="entity-ordm"><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span class="glyph" title="">º</span> </td> <tr id="entity-origof"><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span class="glyph" title="">⊶</span> </td> <tr id="entity-oror"><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span class="glyph" title="">⩖</span> </td> <tr id="entity-orslope"><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span class="gyph" title="">⩗</span> </td> <tr id="entity-orv"><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span class="glyph" title="">⩛</span> </td> <tr id="entity-oscr"><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">ℴ</span> </td> <tr id="entity-oslash"><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span class="glyph" title="">ø</span> </td> <tr id="entity-osol"><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span class="glyph" title="">⊘</span> </td> <tr id="entity-otilde"><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span class="glyph" title="">õ</span> </td> <tr id="entity-otimes"><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">⊗</span> </td> <tr id="entity-otimesas"><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span class="glyph" title="">⨶</span> </td> <tr id="entity-ouml"><td><code title="">ouml;</code> </td> <td> U+000F6 </td> <td> <span class="glyph" title="">ö</span> </td> <tr id="entity-ovbar"><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span class="glyph" title="">⌽</span> </td> <tr id="entity-par"><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-para"><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span class="glyph" title="">¶</span> </td> <tr id="entity-parallel"><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-parsim"><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span class="glyph" title="">⫳</span> </td> <tr id="entity-parsl"><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span class="glyph" title="">⫽</span> </td> <tr id="entity-part"><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span class=glyph" title="">∂</span> </td> <tr id="entity-pcy"><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span class="glyph" title="">п</span> </td> <tr id="entity-percnt"><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span class="glyph" title="">%</span> </td> <tr id="entity-period"><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span class="glyph" title="">.</span> </td> <tr id="entity-permil"><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span class="glyph" title="">‰</span> </td> <tr id="entity-perp"><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">⊥</span> </td> <tr id="entity-pertenk"><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span class="glyph" title="">‱</span> </td> <tr id="entity-pfr"><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span class="glyph" title="">𝔭</span> </td> <tr id="entity-phi"><td> <code title="">phi;/code> </td> <td> U+003C6 </td> <td> <span class="glyph" title="">φ</span> </td> <tr id="entity-phiv"><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> <tr id="entity-phmmat"><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">ℳ</span> </td> <tr id="entity-phone"><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span class="glyph" title="">☎</span> </td> <tr id="entity-pi"><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span class="glyph" title="">π</span> </td> <tr id="entity-pitchfork"><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">⋔</span> </td> <tr id="entity-piv"><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> <tr id="entity-planck"><td> <code title="">planck;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</spa> </td> <tr id="entity-planckh"><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span class="glyph" title="">ℎ</span> </td> <tr id="entity-plankv"><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">ℏ</span> </td> <tr id="entity-plus"><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span class="glyph" title="">+</span> </td> <tr id="entity-plusacir"><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span class="glyph" title="">⨣</span> </td> <tr id="entity-plusb"><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">⊞</span> </td> <tr id="entity-pluscir"><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span class="glyph" title="">⨢</span> </td> <tr id="entity-plusdo"><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">∔</span> </td> <tr id="entity-plusdu"><td> <code title="">plusdu;/code> </td> <td> U+02A25 </td> <td> <span class="glyph" title="">⨥</span> </td> <tr id="entity-pluse"><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span class="glyph" title="">⩲</span> </td> <tr id="entity-plusmn"><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-plussim"><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span class="glyph" title="">⨦</span> </td> <tr id="entity-plustwo"><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span class="glyph" title="">⨧</span> </td> <tr id="entity-pm"><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">±</span> </td> <tr id="entity-pointint"><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span class="glyph" title="">⨕</span> </td> <tr id="entity-popf"><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span class="glyph title="">𝕡</span> </td> <tr id="entity-pound"><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span class="glyph" title="">£</span> </td> <tr id="entity-pr"><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-prE"><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span class="glyph" title="">⪳</span> </td> <tr id="entity-prap"><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> <tr id="entity-prcue"><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-pre"><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-prec"><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">≺</span> </td> <tr id="entity-precapprox"><td> <code title="">precaprox;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">⪷</span> </td> <tr id="entity-preccurlyeq"><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">≼</span> </td> <tr id="entity-preceq"><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">⪯</span> </td> <tr id="entity-precnapprox"><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> <tr id="entity-precneqq"><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> <tr id="entity-precnsim"><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> <tr id="entity-precsim"><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-prime"><td> <code title="">prime;</code> </td> <td> +02032 </td> <td> <span class="glyph" title="">′</span> </td> <tr id="entity-primes"><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">ℙ</span> </td> <tr id="entity-prnE"><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">⪵</span> </td> <tr id="entity-prnap"><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">⪹</span> </td> <tr id="entity-prnsim"><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">⋨</span> </td> <tr id="entity-prod"><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">∏</span> </td> <tr id="entity-profalar"><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span class="glyph" title="">⌮</span> </td> <tr id="entity-profline"><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span class="glyph" title="">⌒</san> </td> <tr id="entity-profsurf"><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span class="glyph" title="">⌓</span> </td> <tr id="entity-prop"><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-propto"><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-prsim"><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">≾</span> </td> <tr id="entity-prurel"><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span class="glyph" title="">⊰</span> </td> <tr id="entity-pscr"><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span class="glyph" title="">𝓅</span> </td> <tr id="entity-psi"><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span class="glyph" title="">ψ</span> </td> <tr id="entity-puncsp"><td> <code title="">puncsp;</code> </d> <td> U+02008 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-qfr"><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span class="glyph" title="">𝔮</span> </td> <tr id="entity-qint"><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">⨌</span> </td> <tr id="entity-qopf"><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span class="glyph" title="">𝕢</span> </td> <tr id="entity-qprime"><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span class="glyph" title="">⁗</span> </td> <tr id="entity-qscr"><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span class="glyph" title="">𝓆</span> </td> <tr id="entity-quaternions"><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">ℍ</span> </td> <tr id="entity-quatint"><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span class="glyph" title=""⨖</span> </td> <tr id="entity-quest"><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span class="glyph" title="">?</span> </td> <tr id="entity-questeq"><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">≟</span> </td> <tr id="entity-quot"><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> <tr id="entity-rAarr"><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">⇛</span> </td> <tr id="entity-rArr"><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">⇒</span> </td> <tr id="entity-rAtail"><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span class="glyph" title="">⤜</span> </td> <tr id="entity-rBarr"><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">⤏</span> </td> <tr id="entity-rHar"><td> <code title="">rHar;</code> </t> <td> U+02964 </td> <td> <span class="glyph" title="">⥤</span> </td> <tr id="entity-race"><td> <code title="">race;</code> </td> <td> U+0223D U+00331 </td> <td> <span class="glyph compound" title="">∽̱</span> </td> <tr id="entity-racute"><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span class="glyph" title="">ŕ</span> </td> <tr id="entity-radic"><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">√</span> </td> <tr id="entity-raemptyv"><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span class="glyph" title="">⦳</span> </td> <tr id="entity-rang"><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-rangd"><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span class="glyph" title="">⦒</span> </td> <tr id="entity-range"><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span class="glph" title="">⦥</span> </td> <tr id="entity-rangle"><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">〉</span> </td> <tr id="entity-raquo"><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span class="glyph" title="">»</span> </td> <tr id="entity-rarr"><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-rarrap"><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span class="glyph" title="">⥵</span> </td> <tr id="entity-rarrb"><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">⇥</span> </td> <tr id="entity-rarrbfs"><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span class="glyph" title="">⤠</span> </td> <tr id="entity-rarrc"><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span class="glyph" title="">⤳</span> </td> <tr id="entity-rarrfs"><td><code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span class="glyph" title="">⤞</span> </td> <tr id="entity-rarrhk"><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">↪</span> </td> <tr id="entity-rarrlp"><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">↬</span> </td> <tr id="entity-rarrpl"><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span class="glyph" title="">⥅</span> </td> <tr id="entity-rarrsim"><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span class="glyph" title="">⥴</span> </td> <tr id="entity-rarrtl"><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">↣</span> </td> <tr id="entity-rarrw"><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> <tr id="entity-ratail"><td> <code title="">ratail;</code> </td> <td> U+0291A </td <td> <span class="glyph" title="">⤚</span> </td> <tr id="entity-ratio"><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span class="glyph" title="">∶</span> </td> <tr id="entity-rationals"><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">ℚ</span> </td> <tr id="entity-rbarr"><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">⤍</span> </td> <tr id="entity-rbbrk"><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span class="glyph" title="">❳</span> </td> <tr id="entity-rbrace"><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> <tr id="entity-rbrack"><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> <tr id="entity-rbrke"><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span class="glyph" title="">⦌</span> </td> <tr id="enity-rbrksld"><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span class="glyph" title="">⦎</span> </td> <tr id="entity-rbrkslu"><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span class="glyph" title="">⦐</span> </td> <tr id="entity-rcaron"><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span class="glyph" title="">ř</span> </td> <tr id="entity-rcedil"><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span class="glyph" title="">ŗ</span> </td> <tr id="entity-rceil"><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">⌉</span> </td> <tr id="entity-rcub"><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> <tr id="entity-rcy"><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span class="glyph" title="">р</span> </td> <tr id="entity-rdca"><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <t> <span class="glyph" title="">⤷</span> </td> <tr id="entity-rdldhar"><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span class="glyph" title="">⥩</span> </td> <tr id="entity-rdquo"><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-rdquor"><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">”</span> </td> <tr id="entity-rdsh"><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span class="glyph" title="">↳</span> </td> <tr id="entity-real"><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id="entity-realine"><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">ℛ</span> </td> <tr id="entity-realpart"><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">ℜ</span> </td> <tr id"entity-reals"><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">ℝ</span> </td> <tr id="entity-rect"><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span class="glyph" title="">▭</span> </td> <tr id="entity-reg"><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">®</span> </td> <tr id="entity-rfisht"><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span class="glyph" title="">⥽</span> </td> <tr id="entity-rfloor"><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">⌋</span> </td> <tr id="entity-rfr"><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span class="glyph" title="">𝔯</span> </td> <tr id="entity-rhard"><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> <tr id="entity-rharu"><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> td> <span class="glyph" title="">⇀</span> </td> <tr id="entity-rharul"><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span class="glyph" title="">⥬</span> </td> <tr id="entity-rho"><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span class="glyph" title="">ρ</span> </td> <tr id="entity-rhov"><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> <tr id="entity-rightarrow"><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-rightarrowtail"><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">↣</span> </td> <tr id="entity-rightharpoondown"><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">⇁</span> </td> <tr id="entity-rightharpoonup"><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <spa class="glyph" title="">⇀</span> </td> <tr id="entity-rightleftarrows"><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-rightleftharpoons"><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-rightrightarrows"><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> <tr id="entity-rightsquigarrow"><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">↝</span> </td> <tr id="entity-rightthreetimes"><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> <tr id="entity-ring"><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span class="glyph" title="">˚</span> </td> <tr id="entity-risingdotseq"><td> <code title="">risingdoteq;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">≓</span> </td> <tr id="entity-rlarr"><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">⇄</span> </td> <tr id="entity-rlhar"><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">⇌</span> </td> <tr id="entity-rlm"><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span class="glyph" title="">‏</span> </td> <tr id="entity-rmoust"><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> <tr id="entity-rmoustache"><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">⎱</span> </td> <tr id="entity-rnmid"><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span class="glyph" title="">⫮</span> </td> <tr id="entity-roang"><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span class="glyph" tile="">⟭</span> </td> <tr id="entity-roarr"><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span class="glyph" title="">⇾</span> </td> <tr id="entity-robrk"><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">⟧</span> </td> <tr id="entity-ropar"><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span class="glyph" title="">⦆</span> </td> <tr id="entity-ropf"><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span class="glyph" title="">𝕣</span> </td> <tr id="entity-roplus"><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span class="glyph" title="">⨮</span> </td> <tr id="entity-rotimes"><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span class="glyph" title="">⨵</span> </td> <tr id="entity-rpar"><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span class="glyph" title="">)</span> </td> <tr id="entity-rpargt"><td> <code title=">rpargt;</code> </td> <td> U+02994 </td> <td> <span class="glyph" title="">⦔</span> </td> <tr id="entity-rppolint"><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span class="glyph" title="">⨒</span> </td> <tr id="entity-rrarr"><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">⇉</span> </td> <tr id="entity-rsaquo"><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span class="glyph" title="">›</span> </td> <tr id="entity-rscr"><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span class="glyph" title="">𝓇</span> </td> <tr id="entity-rsh"><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">↱</span> </td> <tr id="entity-rsqb"><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> <tr id="entity-rsquo"><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span class="glyph" titl="">’</span> </td> <tr id="entity-rsquor"><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">’</span> </td> <tr id="entity-rthree"><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">⋌</span> </td> <tr id="entity-rtimes"><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span class="glyph" title="">⋊</span> </td> <tr id="entity-rtri"><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> <tr id="entity-rtrie"><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-rtrif"><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">▸</span> </td> <tr id="entity-rtriltri"><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span class="glyph" title="">⧎</span> </td> <tr id="entity-ruluhar"><td> <codetitle="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span class="glyph" title="">⥨</span> </td> <tr id="entity-rx"><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span class="glyph" title="">℞</span> </td> <tr id="entity-sacute"><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span class="glyph" title="">ś</span> </td> <tr id="entity-sbquo"><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">‚</span> </td> <tr id="entity-sc"><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-scE"><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span class="glyph" title="">⪴</span> </td> <tr id="entity-scap"><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> <tr id="entity-scaron"><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span class="glyph" title=">š</span> </td> <tr id="entity-sccue"><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-sce"><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-scedil"><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span class="glyph" title="">ş</span> </td> <tr id="entity-scirc"><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span class="glyph" title="">ŝ</span> </td> <tr id="entity-scnE"><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> <tr id="entity-scnap"><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">⪺</span> </td> <tr id="entity-scnsim"><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> <tr id="entity-scpolint"><td> <code title="">scplint;</code> </td> <td> U+02A13 </td> <td> <span class="glyph" title="">⨓</span> </td> <tr id="entity-scsim"><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-scy"><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span class="glyph" title="">с</span> </td> <tr id="entity-sdot"><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span class="glyph" title="">⋅</span> </td> <tr id="entity-sdotb"><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">⊡</span> </td> <tr id="entity-sdote"><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span class="glyph" title="">⩦</span> </td> <tr id="entity-seArr"><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> <td> <span class="glyph" title="">⇘</span> </td> <tr id="entity-searhk"><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&10533;</span> </td> <tr id="entity-searr"><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-searrow"><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">↘</span> </td> <tr id="entity-sect"><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span class="glyph" title="">§</span> </td> <tr id="entity-semi"><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span class="glyph" title="">;</span> </td> <tr id="entity-seswar"><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> <tr id="entity-setminus"><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-setmn"><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-sext"><td> <code title="">sext;</ode> </td> <td> U+02736 </td> <td> <span class="glyph" title="">✶</span> </td> <tr id="entity-sfr"><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span class="glyph" title="">𝔰</span> </td> <tr id="entity-sfrown"><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">⌢</span> </td> <tr id="entity-sharp"><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span class="glyph" title="">♯</span> </td> <tr id="entity-shchcy"><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span class="glyph" title="">щ</span> </td> <tr id="entity-shcy"><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span class="glyph" title="">ш</span> </td> <tr id="entity-shortmid"><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-shortparallel"><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span class=glyph" title="">∥</span> </td> <tr id="entity-shy"><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span class="glyph" title="">­</span> </td> <tr id="entity-sigma"><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span class="glyph" title="">σ</span> </td> <tr id="entity-sigmaf"><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-sigmav"><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-sim"><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-simdot"><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> <td> <span class="glyph" title="">⩪</span> </td> <tr id="entity-sime"><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-simeq"><td> <code title"">simeq;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">≃</span> </td> <tr id="entity-simg"><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span class="glyph" title="">⪞</span> </td> <tr id="entity-simgE"><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span class="glyph" title="">⪠</span> </td> <tr id="entity-siml"><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span class="glyph" title="">⪝</span> </td> <tr id="entity-simlE"><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span class="glyph" title="">⪟</span> </td> <tr id="entity-simne"><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span class="glyph" title="">≆</span> </td> <tr id="entity-simplus"><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span class="glyph" title="">⨤</span> </td> <tr id="entity-simrarr"><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span class="gyph" title="">⥲</span> </td> <tr id="entity-slarr"><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">←</span> </td> <tr id="entity-smallsetminus"><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-smashp"><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span class="glyph" title="">⨳</span> </td> <tr id="entity-smeparsl"><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span class="glyph" title="">⧤</span> </td> <tr id="entity-smid"><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">∣</span> </td> <tr id="entity-smile"><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> <tr id="entity-smt"><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span class="glyph" title="">⪪</span> </td> <tr id="entitysmte"><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span class="glyph" title="">⪬</span> </td> <tr id="entity-smtes"><td> <code title="">smtes;</code> </td> <td> U+02AAC U+0FE00 </td> <td> <span class="glyph compound" title="">⪬︀</span> </td> <tr id="entity-softcy"><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span class="glyph" title="">ь</span> </td> <tr id="entity-sol"><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span class="glyph" title="">/</span> </td> <tr id="entity-solb"><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span class="glyph" title="">⧄</span> </td> <tr id="entity-solbar"><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span class="glyph" title="">⌿</span> </td> <tr id="entity-sopf"><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span class="glyph" title="">𝕤</span> </td> <tr id="entity-spades"><td> <code title="">spades;</code> </td> <td U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> <tr id="entity-spadesuit"><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">♠</span> </td> <tr id="entity-spar"><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">∥</span> </td> <tr id="entity-sqcap"><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">⊓</span> </td> <tr id="entity-sqcaps"><td> <code title="">sqcaps;</code> </td> <td> U+02293 U+0FE00 </td> <td> <span class="glyph compound" title="">⊓︀</span> </td> <tr id="entity-sqcup"><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">⊔</span> </td> <tr id="entity-sqcups"><td> <code title="">sqcups;</code> </td> <td> U+02294 U+0FE00 </td> <td> <span class="glyph compound" title="">⊔︀</span> </td> <tr id="entity-sqsub"><td> <code title="">sqsub;</code> </td> <td> U+0228F</td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-sqsube"><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-sqsubset"><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">⊏</span> </td> <tr id="entity-sqsubseteq"><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">⊑</span> </td> <tr id="entity-sqsup"><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-sqsupe"><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">⊒</span> </td> <tr id="entity-sqsupset"><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">⊐</span> </td> <tr id="entity-sqsupseteq"><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span class="glyph" tite="">⊒</span> </td> <tr id="entity-squ"><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-square"><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">□</span> </td> <tr id="entity-squarf"><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-squf"><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">▪</span> </td> <tr id="entity-srarr"><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">→</span> </td> <tr id="entity-sscr"><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span class="glyph" title="">𝓈</span> </td> <tr id="entity-ssetmn"><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">∖</span> </td> <tr id="entity-ssmile"><td> <code title="">ssile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">⌣</span> </td> <tr id="entity-sstarf"><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">⋆</span> </td> <tr id="entity-star"><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span class="glyph" title="">☆</span> </td> <tr id="entity-starf"><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">★</span> </td> <tr id="entity-straightepsilon"><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-straightphi"><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">ϕ</span> </td> <tr id="entity-strns"><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">¯</span> </td> <tr id="entity-sub"><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <san class="glyph" title="">⊂</span> </td> <tr id="entity-subE"><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> <tr id="entity-subdot"><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span class="glyph" title="">⪽</span> </td> <tr id="entity-sube"><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-subedot"><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span class="glyph" title="">⫃</span> </td> <tr id="entity-submult"><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span class="glyph" title="">⫁</span> </td> <tr id="entity-subnE"><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> <tr id="entity-subne"><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">⊊</span> </td> <tr id="entity-ubplus"><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span class="glyph" title="">⪿</span> </td> <tr id="entity-subrarr"><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span class="glyph" title="">⥹</span> </td> <tr id="entity-subset"><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">⊂</span> </td> <tr id="entity-subseteq"><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">⊆</span> </td> <tr id="entity-subseteqq"><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">⫅</span> </td> <tr id="entity-subsetneq"><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">⊊</span> </td> <tr id="entity-subsetneqq"><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">⫋</span> </td> <tr id="entity-subsim"><td> <code title="">ubsim;</code> </td> <td> U+02AC7 </td> <td> <span class="glyph" title="">⫇</span> </td> <tr id="entity-subsub"><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span class="glyph" title="">⫕</span> </td> <tr id="entity-subsup"><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span class="glyph" title="">⫓</span> </td> <tr id="entity-succ"><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">≻</span> </td> <tr id="entity-succapprox"><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">⪸</span> </td> <tr id="entity-succcurlyeq"><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">≽</span> </td> <tr id="entity-succeq"><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">⪰</span> </td> <tr id="entity-succnapprox"><td> <code title="">succnapprox;</code> </td> <td> U+2ABA </td> <td> <span class="glyph" title="">⪺</span> </td> <tr id="entity-succneqq"><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">⪶</span> </td> <tr id="entity-succnsim"><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">⋩</span> </td> <tr id="entity-succsim"><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">≿</span> </td> <tr id="entity-sum"><td> <code title="">sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">∑</span> </td> <tr id="entity-sung"><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span class="glyph" title="">♪</span> </td> <tr id="entity-sup"><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">⊃</span> </td> <tr id="entity-sup1"><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span class="glyph" title="">¹</span> </td> <trid="entity-sup2"><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span class="glyph" title="">²</span> </td> <tr id="entity-sup3"><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span class="glyph" title="">³</span> </td> <tr id="entity-supE"><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> <tr id="entity-supdot"><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span class="glyph" title="">⪾</span> </td> <tr id="entity-supdsub"><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span class="glyph" title="">⫘</span> </td> <tr id="entity-supe"><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-supedot"><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span class="glyph" title="">⫄</span> </td> <tr id="entity-suphsol"><td> <code title="">suphsol;</code> </td> <td> +027C9 </td> <td> <span class="glyph" title="">⟉</span> </td> <tr id="entity-suphsub"><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span class="glyph" title="">⫗</span> </td> <tr id="entity-suplarr"><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span class="glyph" title="">⥻</span> </td> <tr id="entity-supmult"><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span class="glyph" title="">⫂</span> </td> <tr id="entity-supnE"><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span> </td> <tr id="entity-supne"><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> <tr id="entity-supplus"><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span class="glyph" title="">⫀</span> </td> <tr id="entity-supset"><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title=""⊃</span> </td> <tr id="entity-supseteq"><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">⊇</span> </td> <tr id="entity-supseteqq"><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">⫆</span> </td> <tr id="entity-supsetneq"><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">⊋</span> </td> <tr id="entity-supsetneqq"><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">⫌</span> </td> <tr id="entity-supsim"><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span class="glyph" title="">⫈</span> </td> <tr id="entity-supsub"><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span class="glyph" title="">⫔</span> </td> <tr id="entity-supsup"><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span class="glyph" title="">⫖</span> </td> <tr id="etity-swArr"><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span class="glyph" title="">⇙</span> </td> <tr id="entity-swarhk"><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">⤦</span> </td> <tr id="entity-swarr"><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-swarrow"><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">↙</span> </td> <tr id="entity-swnwar"><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span class="glyph" title="">⤪</span> </td> <tr id="entity-szlig"><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span class="glyph" title="">ß</span> </td> <tr id="entity-target"><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span class="glyph" title="">⌖</span> </td> <tr id="entity-tau"><td> <code title="">tau;</code> </td> <td> U+0034 </td> <td> <span class="glyph" title="">τ</span> </td> <tr id="entity-tbrk"><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">⎴</span> </td> <tr id="entity-tcaron"><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span class="glyph" title="">ť</span> </td> <tr id="entity-tcedil"><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span class="glyph" title="">ţ</span> </td> <tr id="entity-tcy"><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span class="glyph" title="">т</span> </td> <tr id="entity-tdot"><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">◌⃛</span> </td> <tr id="entity-telrec"><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span class="glyph" title="">⌕</span> </td> <tr id="entity-tfr"><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span class="glyph" title="">𝔱</span> </d> <tr id="entity-there4"><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-therefore"><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">∴</span> </td> <tr id="entity-theta"><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span class="glyph" title="">θ</span> </td> <tr id="entity-thetasym"><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-thetav"><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-thickapprox"><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-thicksim"><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-thinsp"><t> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title=""> </span> </td> <tr id="entity-thkap"><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">≈</span> </td> <tr id="entity-thksim"><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">∼</span> </td> <tr id="entity-thorn"><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span class="glyph" title="">þ</span> </td> <tr id="entity-tilde"><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">˜</span> </td> <tr id="entity-times"><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span class="glyph" title="">×</span> </td> <tr id="entity-timesb"><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">⊠</span> </td> <tr id="entity-timesbar"><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td><span class="glyph" title="">⨱</span> </td> <tr id="entity-timesd"><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span class="glyph" title="">⨰</span> </td> <tr id="entity-tint"><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">∭</span> </td> <tr id="entity-toea"><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">⤨</span> </td> <tr id="entity-top"><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">⊤</span> </td> <tr id="entity-topbot"><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span class="glyph" title="">⌶</span> </td> <tr id="entity-topcir"><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span class="glyph" title="">⫱</span> </td> <tr id="entity-topf"><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span class="glyph" title="">𝕥</span> </td> <tr id="entity-topork"><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span class="glyph" title="">⫚</span> </td> <tr id="entity-tosa"><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">⤩</span> </td> <tr id="entity-tprime"><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span class="glyph" title="">‴</span> </td> <tr id="entity-trade"><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">™</span> </td> <tr id="entity-triangle"><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> <tr id="entity-triangledown"><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">▿</span> </td> <tr id="entity-triangleleft"><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">◃</span> </td> <tr id="entity-trianglelefteq"><td> <code title=">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">⊴</span> </td> <tr id="entity-triangleq"><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> <tr id="entity-triangleright"><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">▹</span> </td> <tr id="entity-trianglerighteq"><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">⊵</span> </td> <tr id="entity-tridot"><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span class="glyph" title="">◬</span> </td> <tr id="entity-trie"><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">≜</span> </td> <tr id="entity-triminus"><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span class="glyph" title="">⨺</span> </td> <tr id="entity-triplus"><td> <code title="">triplus</code> </td> <td> U+02A39 </td> <td> <span class="glyph" title="">⨹</span> </td> <tr id="entity-trisb"><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span class="glyph" title="">⧍</span> </td> <tr id="entity-tritime"><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span class="glyph" title="">⨻</span> </td> <tr id="entity-trpezium"><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td> <td> <span class="glyph" title="">⏢</span> </td> <tr id="entity-tscr"><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span class="glyph" title="">𝓉</span> </td> <tr id="entity-tscy"><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span class="glyph" title="">ц</span> </td> <tr id="entity-tshcy"><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span class="glyph" title="">ћ</span> </td> <tr id="entity-tstrok"><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span class="glyph"title="">ŧ</span> </td> <tr id="entity-twixt"><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">≬</span> </td> <tr id="entity-twoheadleftarrow"><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">↞</span> </td> <tr id="entity-twoheadrightarrow"><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">↠</span> </td> <tr id="entity-uArr"><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">⇑</span> </td> <tr id="entity-uHar"><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span class="glyph" title="">⥣</span> </td> <tr id="entity-uacute"><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span class="glyph" title="">ú</span> </td> <tr id="entity-uarr"><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td><tr id="entity-ubrcy"><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span class="glyph" title="">ў</span> </td> <tr id="entity-ubreve"><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span class="glyph" title="">ŭ</span> </td> <tr id="entity-ucirc"><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span class="glyph" title="">û</span> </td> <tr id="entity-ucy"><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span class="glyph" title="">у</span> </td> <tr id="entity-udarr"><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">⇅</span> </td> <tr id="entity-udblac"><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span class="glyph" title="">ű</span> </td> <tr id="entity-udhar"><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">⥮</span> </td> <tr id="entity-ufisht"><td> <code title="">ufisht;</code> </td> <td> U+297E </td> <td> <span class="glyph" title="">⥾</span> </td> <tr id="entity-ufr"><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span class="glyph" title="">𝔲</span> </td> <tr id="entity-ugrave"><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span class="glyph" title="">ù</span> </td> <tr id="entity-uharl"><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-uharr"><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-uhblk"><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span class="glyph" title="">▀</span> </td> <tr id="entity-ulcorn"><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> </td> <tr id="entity-ulcorner"><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">⌜</span> /td> <tr id="entity-ulcrop"><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span class="glyph" title="">⌏</span> </td> <tr id="entity-ultri"><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span class="glyph" title="">◸</span> </td> <tr id="entity-umacr"><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <span class="glyph" title="">ū</span> </td> <tr id="entity-uml"><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">¨</span> </td> <tr id="entity-uogon"><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span class="glyph" title="">ų</span> </td> <tr id="entity-uopf"><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span class="glyph" title="">𝕦</span> </td> <tr id="entity-uparrow"><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">↑</span> </td> <tr id="entity-updownarrow"><td> <code title="">updownarrow;</code> /td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-upharpoonleft"><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">↿</span> </td> <tr id="entity-upharpoonright"><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">↾</span> </td> <tr id="entity-uplus"><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">⊎</span> </td> <tr id="entity-upsi"><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> <tr id="entity-upsih"><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">ϒ</span> </td> <tr id="entity-upsilon"><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">υ</span> </td> <tr id="entity-upuparrows"><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </d> <td> <span class="glyph" title="">⇈</span> </td> <tr id="entity-urcorn"><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> <tr id="entity-urcorner"><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">⌝</span> </td> <tr id="entity-urcrop"><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span class="glyph" title="">⌎</span> </td> <tr id="entity-uring"><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span class="glyph" title="">ů</span> </td> <tr id="entity-urtri"><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span class="glyph" title="">◹</span> </td> <tr id="entity-uscr"><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span class="glyph" title="">𝓊</span> </td> <tr id="entity-utdot"><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span class="glyph" title="">⋰</span> </td> <trid="entity-utilde"><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span class="glyph" title="">ũ</span> </td> <tr id="entity-utri"><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">▵</span> </td> <tr id="entity-utrif"><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">▴</span> </td> <tr id="entity-uuarr"><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">⇈</span> </td> <tr id="entity-uuml"><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span class="glyph" title="">ü</span> </td> <tr id="entity-uwangle"><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span class="glyph" title="">⦧</span> </td> <tr id="entity-vArr"><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">⇕</span> </td> <tr id="entity-vBar"><td> <code title="">vBar;</code> </td> <td> U+02AE8 </d> <td> <span class="glyph" title="">⫨</span> </td> <tr id="entity-vBarv"><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span class="glyph" title="">⫩</span> </td> <tr id="entity-vDash"><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">⊨</span> </td> <tr id="entity-vangrt"><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span class="glyph" title="">⦜</span> </td> <tr id="entity-varepsilon"><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">ϵ</span> </td> <tr id="entity-varkappa"><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">ϰ</span> </td> <tr id="entity-varnothing"><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">∅</span> </td> <tr id="entity-varphi"><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">#981;</span> </td> <tr id="entity-varpi"><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">ϖ</span> </td> <tr id="entity-varpropto"><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-varr"><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">↕</span> </td> <tr id="entity-varrho"><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">ϱ</span> </td> <tr id="entity-varsigma"><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">ς</span> </td> <tr id="entity-varsubsetneq"><td> <code title="">varsubsetneq;</code> </td> <td> U+0228A U+0FE00 </td> <td> <span class="glyph compound" title="">⊊︀</span> </td> <tr id="entity-varsubsetneqq"><td> <code title="">varsubsetneqq;</code> </td> <td> U+02ACB U+0FE00 </td> <td> <span class="glyph compoun" title="">⫋︀</span> </td> <tr id="entity-varsupsetneq"><td> <code title="">varsupsetneq;</code> </td> <td> U+0228B U+0FE00 </td> <td> <span class="glyph compound" title="">⊋︀</span> </td> <tr id="entity-varsupsetneqq"><td> <code title="">varsupsetneqq;</code> </td> <td> U+02ACC U+0FE00 </td> <td> <span class="glyph compound" title="">⫌︀</span> </td> <tr id="entity-vartheta"><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">ϑ</span> </td> <tr id="entity-vartriangleleft"><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-vartriangleright"><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-vcy"><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span class="glyph" title="">в</span> </td> <tr id="entity-vdash"><td> <code titl="">vdash;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">⊢</span> </td> <tr id="entity-vee"><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">∨</span> </td> <tr id="entity-veebar"><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span class="glyph" title="">⊻</span> </td> <tr id="entity-veeeq"><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span class="glyph" title="">≚</span> </td> <tr id="entity-vellip"><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span class="glyph" title="">⋮</span> </td> <tr id="entity-verbar"><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-vert"><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> <tr id="entity-vfr"><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span class="glyph" title="">𝔳</san> </td> <tr id="entity-vltri"><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">⊲</span> </td> <tr id="entity-vnsub"><td> <code title="">vnsub;</code> </td> <td> U+02282 U+020D2 </td> <td> <span class="glyph compound" title="">⊂⃒</span> </td> <tr id="entity-vnsup"><td> <code title="">vnsup;</code> </td> <td> U+02283 U+020D2 </td> <td> <span class="glyph compound" title="">⊃⃒</span> </td> <tr id="entity-vopf"><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span class="glyph" title="">𝕧</span> </td> <tr id="entity-vprop"><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">∝</span> </td> <tr id="entity-vrtri"><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">⊳</span> </td> <tr id="entity-vscr"><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span class="glyph" title="">𝓋</span> </td> <tr id="entity-vsbnE"><td> <code title="">vsubnE;</code> </td> <td> U+02ACB U+0FE00 </td> <td> <span class="glyph compound" title="">⫋︀</span> </td> <tr id="entity-vsubne"><td> <code title="">vsubne;</code> </td> <td> U+0228A U+0FE00 </td> <td> <span class="glyph compound" title="">⊊︀</span> </td> <tr id="entity-vsupnE"><td> <code title="">vsupnE;</code> </td> <td> U+02ACC U+0FE00 </td> <td> <span class="glyph compound" title="">⫌︀</span> </td> <tr id="entity-vsupne"><td> <code title="">vsupne;</code> </td> <td> U+0228B U+0FE00 </td> <td> <span class="glyph compound" title="">⊋︀</span> </td> <tr id="entity-vzigzag"><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span class="glyph" title="">⦚</span> </td> <tr id="entity-wcirc"><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span class="glyph" title="">ŵ</span> </td> <tr id="entity-wedbar"><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span class="glyph" tile="">⩟</span> </td> <tr id="entity-wedge"><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">∧</span> </td> <tr id="entity-wedgeq"><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span class="glyph" title="">≙</span> </td> <tr id="entity-weierp"><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> <tr id="entity-wfr"><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span class="glyph" title="">𝔴</span> </td> <tr id="entity-wopf"><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span class="glyph" title="">𝕨</span> </td> <tr id="entity-wp"><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">℘</span> </td> <tr id="entity-wr"><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-wreath"><td> <code title="">wreath;</ode> </td> <td> U+02240 </td> <td> <span class="glyph" title="">≀</span> </td> <tr id="entity-wscr"><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span class="glyph" title="">𝓌</span> </td> <tr id="entity-xcap"><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">⋂</span> </td> <tr id="entity-xcirc"><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">◯</span> </td> <tr id="entity-xcup"><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">⋃</span> </td> <tr id="entity-xdtri"><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">▽</span> </td> <tr id="entity-xfr"><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span class="glyph" title="">𝔵</span> </td> <tr id="entity-xhArr"><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">⟺</spn> </td> <tr id="entity-xharr"><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">⟷</span> </td> <tr id="entity-xi"><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span class="glyph" title="">ξ</span> </td> <tr id="entity-xlArr"><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">⟸</span> </td> <tr id="entity-xlarr"><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">⟵</span> </td> <tr id="entity-xmap"><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">⟼</span> </td> <tr id="entity-xnis"><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span class="glyph" title="">⋻</span> </td> <tr id="entity-xodot"><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">⨀</span> </td> <tr id="entity-xopf"><td> <code title="">xopf;</code> </td> <td> U+1D69 </td> <td> <span class="glyph" title="">𝕩</span> </td> <tr id="entity-xoplus"><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">⨁</span> </td> <tr id="entity-xotime"><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">⨂</span> </td> <tr id="entity-xrArr"><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">⟹</span> </td> <tr id="entity-xrarr"><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">⟶</span> </td> <tr id="entity-xscr"><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span class="glyph" title="">𝓍</span> </td> <tr id="entity-xsqcup"><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">⨆</span> </td> <tr id="entity-xuplus"><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">⨄</spn> </td> <tr id="entity-xutri"><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">△</span> </td> <tr id="entity-xvee"><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">⋁</span> </td> <tr id="entity-xwedge"><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">⋀</span> </td> <tr id="entity-yacute"><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span class="glyph" title="">ý</span> </td> <tr id="entity-yacy"><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span class="glyph" title="">я</span> </td> <tr id="entity-ycirc"><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span class="glyph" title="">ŷ</span> </td> <tr id="entity-ycy"><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span class="glyph" title="">ы</span> </td> <tr id="entity-yen"><td> <code title="">yen;</code> </td> <td> U+00A5 </td> <td> <span class="glyph" title="">¥</span> </td> <tr id="entity-yfr"><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span class="glyph" title="">𝔶</span> </td> <tr id="entity-yicy"><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span class="glyph" title="">ї</span> </td> <tr id="entity-yopf"><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span class="glyph" title="">𝕪</span> </td> <tr id="entity-yscr"><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span class="glyph" title="">𝓎</span> </td> <tr id="entity-yucy"><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span class="glyph" title="">ю</span> </td> <tr id="entity-yuml"><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span class="glyph" title="">ÿ</span> </td> <tr id="entity-zacute"><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span class="glyph" title="">ź</span> </td> <tr id="entityzcaron"><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span class="glyph" title="">ž</span> </td> <tr id="entity-zcy"><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span class="glyph" title="">з</span> </td> <tr id="entity-zdot"><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span class="glyph" title="">ż</span> </td> <tr id="entity-zeetrf"><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">ℨ</span> </td> <tr id="entity-zeta"><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span class="glyph" title="">ζ</span> </td> <tr id="entity-zfr"><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span class="glyph" title="">𝔷</span> </td> <tr id="entity-zhcy"><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span class="glyph" title="">ж</span> </td> <tr id="entity-zigrarr"><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <span lass="glyph" title="">⇝</span> </td> <tr id="entity-zopf"><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span class="glyph" title="">𝕫</span> </td> <tr id="entity-zscr"><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span class="glyph" title="">𝓏</span> </td> <tr id="entity-zwj"><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span class="glyph" title="">‍</span> </td> <tr id="entity-zwnj"><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span class="glyph" title="">‌</span> </td> </table></div><p><i>The glyphs displayed above are non-normative. Refer to the Unicode specifications for formal definitions of the characters listed above.</i> \ No newline at end of file Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.956 retrieving revision 1.957 diff -u -d -r1.956 -r1.957 --- references.html 13 Apr 2011 07:54:40 -0000 1.956 +++ references.html 20 Apr 2011 12:21:15 -0000 1.957 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>References — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>References — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,14 +335,14 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="index-of-terms.html">← Index of terms</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="acknowledgements.html">Acknowledgements →</a> </div> - <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> + <h2 class="no-num" id="references">References</h2><p>All references are normative unless marked "Non-normative".<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> @@ -409,29 +406,16 @@ 230-265. London Mathematical Society, 1937.</dd> <dt id="refsCOOKIES">[COOKIES]</dt> - <!-- - <dd><cite><a href="http://tools.ietf.org/html/rfc2109">HTTP State - Management Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> - <dd><cite><a href="http://tools.ietf.org/html/rfc2965">HTTP State Management - Mechanism</a></cite>, D. Kristol, L. Montulli. IETF.</dd> - --> - <dd><cite><a href="http://tools.ietf.org/html/draft-ietf-httpstate-cookie">HTTP State + <dd><cite><a href="http://tools.ietf.org/html/draft-ietf-httpstate-cookie">HTTP State Management Mechanism</a></cite>, A. Barth. IETF.</dd> <dt id="refsCORS">[CORS]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin - Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin + <dd><cite><a href="http://dev.w3.org/2006/waf/access-control/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd> <dt id="refsCP51932">[CP51932]</dt> <dd><cite><a href="http://www.iana.org/assignments/charset-reg/CP51932">CP51932</a></cite>, - Y. Naruse. IANA.</dd> <!-- really should be "NARUSE, Y." or some - such, but there's a western bias to these references for - consistency. sorry. --> - + Y. Naruse. IANA.</dd> <dt id="refsCSS">[CSS]</dt> <dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. @@ -442,12 +426,7 @@ Styling Attribute Syntax</a></cite>, E. Etemad. W3C.</dd> <dt id="refsCSSCOLOR">[CSSCOLOR]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/css3-color/">CSS Color - Module Level 3</a></cite>, T. Çelik, C. Lilley, L. - Baron. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color + <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color Module Level 3</a></cite>, T. Çelik, C. Lilley, L. Baron. W3C.</dd> @@ -479,13 +458,7 @@ <dd><cite><a href="http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html">Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd> <dt id="refsDOMEVENTS">[DOMEVENTS]</dt> - <!-- - <dd><cite><a - href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object - Model (DOM) Level 3 Events Specification</a></cite>, - B. Höhrmann, P. Le Hegaret, T. Pixley. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document + <dd><cite><a href="http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html">Document Object Model (DOM) Level 3 Events Specification</a></cite>, D. Schepers. W3C.</dd> @@ -517,21 +490,14 @@ <dt id="refsGBK">[GBK]</dt> <dd><cite>Chinese Internal Code Specification</cite>. Chinese IT Standardization Technical Committee.</dd> - <!-- http://www.iana.org/assignments/charset-reg/GBK --> + <dt id="refsGRAPHICS">[GRAPHICS]</dt> <dd>(Non-normative) <cite>Computer Graphics: Principles and Practice in C</cite>, Second Edition, J. Foley, A. van Dam, S. Feiner, J. Hughes. Addison-Wesley. ISBN 0-201-84840-6.</dd> - <!-- - This book ("Computer Graphics: Principles and Practice in C") - apparently does not make any references to literature in the - bibliographic section to define the "even-odd" rule for polygon - filling and hit testing. In the absence of such a reference, I - guess that this book is the most authoritative reference. - --> - + <dt id="refsGREGORIAN">[GREGORIAN]</dt> <dd>(Non-normative) <cite>Inter Gravissimas</cite>, A. Lilius, C. Clavius. Gregory XIII Papal Bulls, February 1582.</dd> @@ -543,12 +509,7 @@ <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/alt-techniques/">HTML5: Techniques for providing useful text alternatives</a></cite>, S. Faulkner. W3C.</dd> <dt id="refsHTMLDIFF">[HTMLDIFF]</dt> - <!-- - <dd>(Non-normative) <cite><a - href="http://www.w3.org/TR/html5-diff/">HTML5 differences from - HTML4</a></cite>, A. van Kesteren. W3C.</dd> - --> - <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/html4-differences/">HTML5 + <dd>(Non-normative) <cite><a href="http://dev.w3.org/html5/html4-differences/">HTML5 differences from HTML4</a></cite>, A. van Kesteren. W3C.</dd> <dt id="refsHTTP">[HTTP]</dt> @@ -601,12 +562,7 @@ Type Sniffing</a></cite>, A. Barth, I. Hickson. IETF.</dd> <dt id="refsMQ">[MQ]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/css3-mediaqueries/">Media - Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van - Kesteren. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media + <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media Queries</a></cite>, H. Lie, T. Çelik, D. Glazman, A. van Kesteren. W3C.</dd> @@ -637,7 +593,7 @@ <dt id="refsPPUTF8">[PPUTF8]</dt> <dd>(Non-normative) <cite><a href="http://www.ifi.uzh.ch/mml/mduerst/papers/PDF/IUC11-UTF-8.pdf">The - Properties and Promises <!-- Promizes (sic) --> of + Properties and Promises of UTF-8</a></cite>, M. Dürst. University of Zürich. In <cite>Proceedings of the 11th International Unicode Conference</cite>.</dd> @@ -686,9 +642,7 @@ <dt id="refsRFC2046">[RFC2046]</dt> <dd><cite><a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>, N. Freed, - N. Borenstein. IETF.</dd> <!-- for text/plain and - "Internet Media type"; not for definition of "valid MIME type". --> - + N. Borenstein. IETF.</dd> <dt id="refsRFC2119">[RFC2119]</dt> <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>, S. Bradner. IETF.</dd> @@ -860,11 +814,7 @@ G. Vanderheiden. W3C.</dd> <dt id="refsWEBIDL">[WEBIDL]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/WebIDL/">Web - IDL</a></cite>, C. McCormack. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web + <dd><cite><a href="http://dev.w3.org/2006/webapi/WebIDL/">Web IDL</a></cite>, C. McCormack. W3C.</dd> <dt id="refsWEBLINK">[WEBLINK]</dt> @@ -872,11 +822,7 @@ Linking</a></cite>, M. Nottingham. IETF.</dd> <dt id="refsWEBSOCKET">[WEBSOCKET]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/websockets/">The WebSocket - API</a></cite>, I. Hickson. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket + <dd><cite><a href="http://dev.w3.org/html5/websockets/">The WebSocket API</a></cite>, I. Hickson. W3C.</dd> <dt id="refsWEBSTORAGE">[WEBSTORAGE]</dt> @@ -884,12 +830,7 @@ Storage</a></cite>, I. Hickson. W3C.</dd> <dt id="refsWEBWORKERS">[WEBWORKERS]</dt> - <!-- - <dd><cite><a - href="http://www.w3.org/TR/webworkers/">Workers</a></cite>, - I. Hickson. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/html5/workers/">Web + <dd><cite><a href="http://dev.w3.org/html5/workers/">Web Workers</a></cite>, I. Hickson. W3C.</dd> <dt id="refsWHATWGWIKI">[WHATWGWIKI]</dt> @@ -918,11 +859,7 @@ (DER)</a></cite>. International Telecommunication Union.</dd> <dt id="refsXHR">[XHR]</dt> - <!-- - <dd><cite><a href="http://www.w3.org/TR/XMLHttpRequest/">The XMLHttpRequest - Object</a></cite>, A. van Kesteren. W3C.</dd> - --> - <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>, + <dd><cite><a href="http://dev.w3.org/2006/webapi/XMLHttpRequest-2/"><code>XMLHttpRequest</code></a></cite>, A. van Kesteren. W3C.</dd> <dt id="refsXML">[XML]</dt> @@ -946,10 +883,6 @@ <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/1999/REC-xslt-19991116">XSL Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd> -<!--(once XSLTProcessor is defined somewhere, update this and the place that references this) - <dt id="refsXSLTP">[XSLTP]</dt> - <dd>(Non-normative) <cite><a href=""></a></cite>, . .</dd> ---> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.970 retrieving revision 1.971 diff -u -d -r1.970 -r1.971 --- semantics.html 13 Apr 2011 07:54:40 -0000 1.970 +++ semantics.html 20 Apr 2011 12:21:15 -0000 1.971 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4 The elements of HTML — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4 The elements of HTML — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,16 +335,16 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="scripting-1.html">4.3 Scripting →</a> <ol class="toc"><li><a href="semantics.html#semantics"><span class="secno">4 </span>The elements of HTML</a> <ol><li><a href="semantics.html#the-root-element"><span class="secno">4.1 </span>The root element</a> - <ol><li><a href="semantics.html#the-html-element-0" id="x4.1.1-the-html-element"><span class="secno">4.1.1 </span>The <code>html</code> element</a></ol><li><a href="semantics.html#document-metadata"><span class="secno">4.2 </span>Document metadata</a> - <ol><li><a href="semantics.html#the-head-element-0" id="x4.2.1-the-head-element"><span class="secno">4.2.1 </span>The <code>head</code> element</a><li><a href="semantics.html#the-title-element-0" id="x4.2.2-the-title-element"><span class="secno">4.2.2 </span>The <code>title</code> element</a><li><a href="semantics.html#the-base-element" id="x4.2.3-the-base-element"><span class="secno">4.2.3 </span>The <code>base</code> element</a><li><a href="semantics.html#the-link-element" id="x4.2.4-the-link-element"><span class="secno">4.2.4 </span>The <code>link</code> element</a><li><a href="semantics.html#meta" id="x4.2.5-the-meta-element"><span class="secno">4.2.5 </span>The <code>meta</code> element</a> - <ol><li><a href="semantics.html#standard-metadata-names"><span class="secno">4.2.5.1 </span>Standard metadata names</a><li><a href="semantics.html#other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</a><li><a href="semantics.html#pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</a><li><a href="semantics.html#other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</a><li><a href="semantics.html#charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</a></ol><li><a href="semantics.html#the-style-element" id="x4.2.6-the-style-element"><span class="secno">4.2.6 </span>The <code>style</code> element</a><li><a href="semantics.html#styling" id="x4.2.7-styling"><span class="secno">4.2.7 </span>Styling</a></ol></ol></ol></div> + <ol><li><a href="semantics.html#the-html-element-0"><span class="secno">4.1.1 </span>The <code>html</code> element</a></ol><li><a href="semantics.html#document-metadata"><span class="secno">4.2 </span>Document metadata</a> + <ol><li><a href="semantics.html#the-head-element-0"><span class="secno">4.2.1 </span>The <code>head</code> element</a><li><a href="semantics.html#the-title-element-0"><span class="secno">4.2.2 </span>The <code>title</code> element</a><li><a href="semantics.html#the-base-element"><span class="secno">4.2.3 </span>The <code>base</code> element</a><li><a href="semantics.html#the-link-element"><span class="secno">4.2.4 </span>The <code>link</code> element</a><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><a href="semantics.html#other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</a><li><a href="semantics.html#pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</a><li><a href="semantics.html#other-pragma-directives"><span class="secno">4.2.5.4 </span>Other pragma directives</a><li><a href="semantics.html#charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</a></ol><li><a href="semantics.html#the-style-element"><span class="secno">4.2.6 </span>The <code>style</code> element</a><li><a href="semantics.html#styling"><span class="secno">4.2.7 </span>Styling</a></ol></ol></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><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> @@ -355,31 +352,31 @@ <dd>As the root element of a document.</dd> <dd>Wherever a subdocument fragment is allowed in a compound document.</dd> <dt>Content model:</dt> - <dd>A <code><a href="#the-head-element-0" id="head-6">head</a></code> element followed by a <code><a href="sections.html#the-body-element-0" id="body-7">body</a></code> element.</dd> + <dd>A <code><a href="#the-head-element-0">head</a></code> element followed by a <code><a href="sections.html#the-body-element-0">body</a></code> element.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-0">Global attributes</a></dd> - <dd><code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest">manifest</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlhtmlelement">HTMLHtmlElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-7">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlhtmlelement">HTMLHtmlElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-html-element-0" id="html-3">html</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the root of + </dl><p>The <code><a href="#the-html-element-0">html</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the root of an HTML document.<p>The <dfn id="attr-html-manifest" title="attr-html-manifest"><code>manifest</code></dfn> attribute gives the address of the document's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-manifest" title='Read about this "manifest" reference in the full HTML5 spec.'>manifest</a>, if there is one. If the attribute is present, the attribute's value must be a - <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-0">valid non-empty URL potentially surrounded by - spaces</a>.<p>The <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-0">manifest</a></code> attribute + <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by + spaces</a>.<p>The <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attribute only <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-init" title='Read about this "has an effect" reference in the full HTML5 spec.'>has an effect</a> during the early stages of document load. Changing the attribute dynamically thus has no effect (and thus, no DOM API is provided for this attribute).<p class="note">For the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-init" title='Read about this "application cache selection" reference in the full HTML5 spec.'>application cache selection</a>, - later <code><a href="#the-base-element" id="base-1">base</a></code> elements cannot affect the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving of relative URLs" reference in the full HTML5 spec.'>resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-1">manifest</a></code> attributes, as the + later <code><a href="#the-base-element">base</a></code> elements cannot affect the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving of relative URLs" reference in the full HTML5 spec.'>resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attributes, as the attributes are processed before those elements are seen.<p class="note">The <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "window.applicationCache" reference in the full HTML5 spec.'>window.applicationCache</a></code> IDL attribute provides scripted access to the offline <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> mechanism.<div class="example"> - <p>The <code><a href="#the-html-element-0" id="html-4">html</a></code> element in the following example declares + <p>The <code><a href="#the-html-element-0">html</a></code> element in the following example declares that the document's language is English.</p> <pre><!DOCTYPE html> @@ -397,20 +394,20 @@ </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 can be used:</dt> - <dd>As the first element in an <code><a href="#the-html-element-0" id="html-5">html</a></code> element.</dd> + <dd>As the first element in an <code><a href="#the-html-element-0">html</a></code> element.</dd> <dt>Content model:</dt> - <dd>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document" id="an-iframe-srcdoc-document-1">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a> or if title information is available from a higher-level protocol: Zero or more elements of <a href="content-models.html#metadata-content" id="metadata-content-3">metadata content</a>.</dd> - <dd>Otherwise: One or more elements of <a href="content-models.html#metadata-content" id="metadata-content-4">metadata content</a>, of which exactly one is a <code><a href="#the-title-element-0" id="title-40">title</a></code> element.</dd> + <dd>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a> or if title information is available from a higher-level protocol: Zero or more elements of <a href="content-models.html#metadata-content">metadata content</a>.</dd> + <dd>Otherwise: One or more elements of <a href="content-models.html#metadata-content">metadata content</a>, of which exactly one is a <code><a href="#the-title-element-0">title</a></code> element.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-1">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlheadelement">HTMLHeadElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-8">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlheadelement">HTMLHeadElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> - </dl><p>The <code><a href="#the-head-element-0" id="head-7">head</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + </dl><p>The <code><a href="#the-head-element-0">head</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a collection of metadata for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<div class="example"> - <p>The collection of metadata in a <code><a href="#the-head-element-0" id="head-8">head</a></code> element can be + <p>The collection of metadata in a <code><a href="#the-head-element-0">head</a></code> element can be large or small. Here is an example of a very short one:</p> <pre><!doctype html> @@ -437,37 +434,37 @@ <BODY> ...</pre> - </div><p class="note">The <code><a href="#the-title-element-0" id="title-41">title</a></code> element is a required child + </div><p class="note">The <code><a href="#the-title-element-0">title</a></code> element is a required child 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" id="title-42">title</a></code> element can be + as an e-mail authoring format, the <code><a href="#the-title-element-0">title</a></code> element can be omitted.<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" id="metadata-content-5">Metadata content</a>.</dd> + <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>In a <code><a href="#the-head-element-0" id="head-9">head</a></code> element containing no other <code><a href="#the-title-element-0" id="title-43">title</a></code> elements.</dd> + <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> <dt>Content model:</dt> - <dd><a href="content-models.html#text-content" id="text-content-4" title="text content">Text</a>.</dd> + <dd><a href="content-models.html#text-content" title="text content">Text</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-2">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmltitleelement">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-9">HTMLElement</a> { + <pre class="idl">interface <dfn id="htmltitleelement">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-title-element-0" id="title-44">title</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the + </dl><p>The <code><a href="#the-title-element-0">title</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of - context.<p>There must be no more than one <code><a href="#the-title-element-0" id="title-45">title</a></code> element per + context.<p>There must be no more than one <code><a href="#the-title-element-0">title</a></code> element per document.<dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt> <dd> <p>Returns the contents of the element, ignoring child nodes that - aren't <a href="infrastructure.html#text-node" id="text-node-10" title="text node">text nodes</a>.</p> + aren't <a href="infrastructure.html#text-node" title="text node">text nodes</a>.</p> <p>Can be set, to replace the element's children with the given value.</p> @@ -495,40 +492,40 @@ <h1>The Dances</h1></pre> </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "document.title" reference in the full HTML5 spec.'>document.title</a></code> IDL attribute.<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" id="metadata-content-6">Metadata content</a>.</dd> + <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>In a <code><a href="#the-head-element-0" id="head-10">head</a></code> element containing no other <code><a href="#the-base-element" id="base-2">base</a></code> elements.</dd> + <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> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-3">Global attributes</a></dd> - <dd><code title="attr-base-href"><a href="#attr-base-href" id="href">href</a></code></dd> - <dd><code title="attr-base-target"><a href="#attr-base-target" id="target">target</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-base-href"><a href="#attr-base-href">href</a></code></dd> + <dd><code title="attr-base-target"><a href="#attr-base-target">target</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlbaseelement">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-10">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlbaseelement">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-base-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-base-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-base-element" id="base-3">base</a></code> element allows authors to specify the + </dl><p>The <code><a href="#the-base-element">base</a></code> element allows authors to specify the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a> for the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving relative URLs" reference in the full HTML5 spec.'>resolving relative URLs</a>, and the name - of the default <a href="browsers.html#browsing-context" id="browsing-context-4">browsing context</a> for the purposes of + of the default <a href="browsers.html#browsing-context">browsing context</a> for the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#following-hyperlinks" title='Read about this "following hyperlinks" reference in the full HTML5 spec.'>following hyperlinks</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> any content beyond this - information.<p>There must be no more than one <code><a href="#the-base-element" id="base-4">base</a></code> element per - document.<p>A <code><a href="#the-base-element" id="base-5">base</a></code> element must have either an <code title="attr-base-href"><a href="#attr-base-href" id="href-0">href</a></code> attribute, a <code title="attr-base-target"><a href="#attr-base-target" id="target-0">target</a></code> attribute, or both.<p>The <dfn id="attr-base-href" title="attr-base-href"><code>href</code></dfn> content - attribute, if specified, must contain a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-0">valid URL potentially - surrounded by spaces</a>.<p>A <code><a href="#the-base-element" id="base-6">base</a></code> element, if it has an <code title="attr-base-href"><a href="#attr-base-href" id="href-1">href</a></code> attribute, must come before any + information.<p>There must be no more than one <code><a href="#the-base-element">base</a></code> element per + document.<p>A <code><a href="#the-base-element">base</a></code> element must have either an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, or both.<p>The <dfn id="attr-base-href" title="attr-base-href"><code>href</code></dfn> content + attribute, if specified, must contain a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially + surrounded by spaces</a>.<p>A <code><a href="#the-base-element">base</a></code> element, if it has an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, must come before any other elements in the tree that have attributes defined as taking - <a href="urls.html#url" id="url-8" title="URL">URLs</a>, except the <code><a href="#the-html-element-0" id="html-6">html</a></code> element - (its <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-2">manifest</a></code> attribute - isn't affected by <code><a href="#the-base-element" id="base-7">base</a></code> elements).<p>The <dfn id="attr-base-target" title="attr-base-target"><code>target</code></dfn> - attribute, if specified, must contain a <a href="browsers.html#valid-browsing-context-name-or-keyword" id="valid-browsing-context-name-or-keyword-0">valid browsing context - name or keyword</a>, which specifies which <a href="browsers.html#browsing-context" id="browsing-context-5">browsing - context</a> is to be used as the default when <a href="links.html#hyperlink" id="hyperlink-4" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" id="form-11" title="form">forms</a> in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cause <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>.<p>A <code><a href="#the-base-element" id="base-8">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target" id="target-1">target</a></code> attribute, must come before - any elements in the tree that represent <a href="links.html#hyperlink" id="hyperlink-5" title="hyperlink">hyperlinks</a>.<div class="example"> + <a href="urls.html#url" title="URL">URLs</a>, except the <code><a href="#the-html-element-0">html</a></code> element + (its <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attribute + isn't affected by <code><a href="#the-base-element">base</a></code> elements).<p>The <dfn id="attr-base-target" title="attr-base-target"><code>target</code></dfn> + attribute, if specified, must contain a <a href="browsers.html#valid-browsing-context-name-or-keyword">valid browsing context + name or keyword</a>, which specifies which <a href="browsers.html#browsing-context">browsing + context</a> is to be used as the default when <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" title="form">forms</a> in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cause <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>.<p>A <code><a href="#the-base-element">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, must come before + any elements in the tree that represent <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a>.<div class="example"> - <p>In this example, a <code><a href="#the-base-element" id="base-9">base</a></code> element is used to set the + <p>In this example, a <code><a href="#the-base-element">base</a></code> element is used to set the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a>:</p> <pre><!DOCTYPE html> @@ -545,103 +542,102 @@ <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#metadata-content" id="metadata-content-7">Metadata content</a>.</dd> + <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#metadata-content" id="metadata-content-8">metadata content</a> is expected.</dd> - <dd>In a <code><a href="scripting-1.html#the-noscript-element" id="noscript-4">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0" id="head-11">head</a></code> element.</dd> + <dd>Where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> + <dd>In a <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-4">Global attributes</a></dd> - <dd><code title="attr-link-href"><a href="#attr-link-href" id="href-3">href</a></code></dd> - <dd><code title="attr-link-rel"><a href="#attr-link-rel" id="rel">rel</a></code></dd> - <dd><code title="attr-link-media"><a href="#attr-link-media" id="media">media</a></code></dd> - <dd><code title="attr-link-hreflang"><a href="#attr-link-hreflang" id="hreflang">hreflang</a></code></dd> - <dd><code title="attr-link-type"><a href="#attr-link-type" id="type">type</a></code></dd> - <dd><code title="attr-link-sizes"><a href="links.html#attr-link-sizes" id="sizes">sizes</a></code></dd> - <dd>Also, the <code title="attr-link-title"><a href="#attr-link-title" id="title-56">title</a></code> attribute has special semantics on this element.</dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-link-href"><a href="#attr-link-href">href</a></code></dd> + <dd><code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code></dd> + <dd><code title="attr-link-media"><a href="#attr-link-media">media</a></code></dd> + <dd><code title="attr-link-hreflang"><a href="#attr-link-hreflang">hreflang</a></code></dd> + <dd><code title="attr-link-type"><a href="#attr-link-type">type</a></code></dd> + <dd><code title="attr-link-sizes"><a href="links.html#attr-link-sizes">sizes</a></code></dd> + <dd>Also, the <code title="attr-link-title"><a href="#attr-link-title">title</a></code> attribute has special semantics on this element.</dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-11">HTMLElement</a> { - attribute boolean <a href="#dom-link-disabled" id="dom-link-disabled-0" title="dom-link-disabled">disabled</a>; +<pre class="idl">interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + attribute boolean <a href="#dom-link-disabled" title="dom-link-disabled">disabled</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>; - readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-6">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>; + readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-3">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-sizes" title='Read about this "sizes" reference in the full HTML5 spec.'>sizes</a>; + [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-sizes" title='Read about this "sizes" reference in the full HTML5 spec.'>sizes</a>; }; -<a href="#htmllinkelement" id="htmllinkelement-0">HTMLLinkElement</a> implements <span>LinkStyle</span>;</pre> +<a href="#htmllinkelement">HTMLLinkElement</a> implements <span>LinkStyle</span>;</pre> </dd> - </dl><p>The <code><a href="#the-link-element" id="link-4">link</a></code> element allows authors to link their + </dl><p>The <code><a href="#the-link-element">link</a></code> element allows authors to link their document to other resources.<p>The destination of the link(s) is given by the <dfn id="attr-link-href" title="attr-link-href"><code>href</code></dfn> attribute, which must - be present and must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-1">valid non-empty URL potentially - surrounded by spaces</a>. <p>A <code><a href="#the-link-element" id="link-5">link</a></code> element must have <code title="attr-link-rel"><a href="#attr-link-rel" id="rel-0">rel</a></code> attribute.<p>The types of link indicated (the relationships) are given by the + be present and must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially + surrounded by spaces</a>. <p>A <code><a href="#the-link-element">link</a></code> element must have <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute.<p>The types of link indicated (the relationships) are given by the value of the <dfn id="attr-link-rel" title="attr-link-rel"><code>rel</code></dfn> - attribute, which, if present, must have a value that is a <a href="common-microsyntaxes.html#set-of-space-separated-tokens" id="set-of-space-separated-tokens-7">set + attribute, which, if present, must have a value that is a <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a>. The <a href="links.html#linkTypes">allowed keywords and their meanings</a> are defined in a later section. <p>Two categories of links can be created using the - <code><a href="#the-link-element" id="link-6">link</a></code> element: <a href="links.html#external-resource-link" id="external-resource-link-0" title="external resource - link">Links to external resources</a> and <a href="links.html#hyperlink" id="hyperlink-6" title="hyperlink">hyperlinks</a>. The <a href="links.html#linkTypes">link + <code><a href="#the-link-element">link</a></code> element: <a href="links.html#external-resource-link" title="external resource + link">Links to external resources</a> and <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a>. The <a href="links.html#linkTypes">link types section</a> defines whether a particular link type is an - external resource or a hyperlink. One <code><a href="#the-link-element" id="link-7">link</a></code> element can + external resource or a hyperlink. One <code><a href="#the-link-element">link</a></code> element can create multiple links (of which some might be external resource links and some might be hyperlinks); exactly which and how many - links are created depends on the keywords given in the <code title="attr-link-rel"><a href="#attr-link-rel" id="rel-1">rel</a></code> attribute. User agents must process - the links on a per-link basis, not a per-element basis.<p class="note">Each link created for a <code><a href="#the-link-element" id="link-8">link</a></code> element is - handled separately. For instance, if there are two <code><a href="#the-link-element" id="link-9">link</a></code> + links are created depends on the keywords given in the <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute. User agents must process + the links on a per-link basis, not a per-element basis.<p class="note">Each link created for a <code><a href="#the-link-element">link</a></code> element is + handled separately. For instance, if there are two <code><a href="#the-link-element">link</a></code> elements with <code title="">rel="stylesheet"</code>, they each count as a separate external resource, and each is affected by its own attributes independently. Similarly, if a single - <code><a href="#the-link-element" id="link-10">link</a></code> element has a <code title="attr-link-rel"><a href="#attr-link-rel" id="rel-2">rel</a></code> attribute with the value <code title="">next stylesheet</code>, it creates both a - <a href="links.html#hyperlink" id="hyperlink-7">hyperlink</a> (for the <code title="rel-next"><a href="links.html#link-type-next" id="next">next</a></code> - keyword) and an <a href="links.html#external-resource-link" id="external-resource-link-1">external resource link</a> (for the <code title="rel-stylesheet"><a href="links.html#link-type-stylesheet" id="stylesheet">stylesheet</a></code> keyword), and they are - affected by other attributes (such as <code title="attr-link-media"><a href="#attr-link-media" id="media-0">media</a></code> or <code title="attr-link-title"><a href="#attr-link-title" id="title-57">title</a></code>) differently.<p>The exact behavior for links to external resources depends on the + <code><a href="#the-link-element">link</a></code> element has a <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute with the value <code title="">next stylesheet</code>, it creates both a + <a href="links.html#hyperlink">hyperlink</a> (for the <code title="rel-next"><a href="links.html#link-type-next">next</a></code> + keyword) and an <a href="links.html#external-resource-link">external resource link</a> (for the <code title="rel-stylesheet"><a href="links.html#link-type-stylesheet">stylesheet</a></code> keyword), and they are + affected by other attributes (such as <code title="attr-link-media"><a href="#attr-link-media">media</a></code> or <code title="attr-link-title"><a href="#attr-link-title">title</a></code>) differently.<p>The exact behavior for links to external resources depends on the exact relationship, as defined for the relevant link type. Some of the attributes control whether or not the external resource is to be - applied (as defined below).<p class="note">Hyperlinks created with the <code><a href="#the-link-element" id="link-11">link</a></code> - element and its <code title="attr-link-rel"><a href="#attr-link-rel" id="rel-3">rel</a></code> attribute - apply to the whole page. This contrasts with the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-11">rel</a></code> attribute of <code><a href="text-level-semantics.html#the-a-element" id="a-12">a</a></code> - and <code><a href="the-map-element.html#the-area-element" id="area-7">area</a></code> elements, which indicates the type of a link + applied (as defined below).<p class="note">Hyperlinks created with the <code><a href="#the-link-element">link</a></code> + element and its <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute + apply to the whole page. This contrasts with the <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code> attribute of <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, which indicates the type of a link whose context is given by the link's location within the document.<p>The <dfn id="attr-link-media" title="attr-link-media"><code>media</code></dfn> attribute says which media the resource applies to. The value must - be a <a href="common-microsyntaxes.html#valid-media-query" id="valid-media-query-0">valid media query</a>.<p id="default-media">The default, if the <code title="attr-link-media"><a href="#attr-link-media" id="media-1">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default links apply to all + be a <a href="common-microsyntaxes.html#valid-media-query">valid media query</a>.<p id="default-media">The default, if the <code title="attr-link-media"><a href="#attr-link-media">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default links apply to all media.<p>The <dfn id="attr-link-hreflang" title="attr-link-hreflang"><code>hreflang</code></dfn> - attribute on the <code><a href="#the-link-element" id="link-12">link</a></code> element has the same semantics as - the <a href="links.html#attr-hyperlink-hreflang" id="attr-hyperlink-hreflang-0" title="attr-hyperlink-hreflang"><code>hreflang</code> + attribute on the <code><a href="#the-link-element">link</a></code> element has the same semantics as + the <a href="links.html#attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code> attribute on <code>a</code> and <code>area</code> elements</a>.<p>The <dfn id="attr-link-type" title="attr-link-type"><code>type</code></dfn> attribute - gives the <a href="infrastructure.html#mime-type" id="mime-type-3">MIME type</a> of the linked resource. It is - purely advisory. The value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-1">valid MIME - type</a>.<p>For <a href="links.html#external-resource-link" id="external-resource-link-2" title="external resource link">external resource - links</a>, the <code title="attr-link-type"><a href="#attr-link-type" id="type-0">type</a></code> attribute + gives the <a href="infrastructure.html#mime-type">MIME type</a> of the linked resource. It is + purely advisory. The value must be a <a href="infrastructure.html#valid-mime-type">valid MIME + type</a>.<p>For <a href="links.html#external-resource-link" title="external resource link">external resource + links</a>, the <code title="attr-link-type"><a href="#attr-link-type">type</a></code> attribute is used as a hint to user agents so that they can avoid fetching resources they do not support. <p>The <dfn id="attr-link-title" title="attr-link-title"><code>title</code></dfn> attribute gives the title of the link. With one exception, it is purely advisory. The value is text. The exception is for style sheet - links, where the <code title="attr-link-title"><a href="#attr-link-title" id="title-58">title</a></code> - attribute defines <span>alternative style sheet sets</span>.<p class="note">The <code title="attr-link-title"><a href="#attr-link-title" id="title-59">title</a></code> - attribute on <code><a href="#the-link-element" id="link-13">link</a></code> elements differs from the global - <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-6">title</a></code> attribute of most other + links, where the <code title="attr-link-title"><a href="#attr-link-title">title</a></code> + attribute defines <span>alternative style sheet sets</span>.<p class="note">The <code title="attr-link-title"><a href="#attr-link-title">title</a></code> + attribute on <code><a href="#the-link-element">link</a></code> elements differs from the global + <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute of most other elements in that a link without a title does not inherit the title - of the parent element: it merely has no title.<p>The <code title="attr-link-sizes"><a href="links.html#attr-link-sizes" id="sizes-0">sizes</a></code> attribute is used - with the <code title="rel-icon"><a href="links.html#rel-icon" id="icon-1">icon</a></code> link type. The attribute - must not be specified on <code><a href="#the-link-element" id="link-14">link</a></code> elements that do not have - a <code title="attr-link-rel"><a href="#attr-link-rel" id="rel-4">rel</a></code> attribute that specifies - the <code title="rel-icon"><a href="links.html#rel-icon" id="icon-2">icon</a></code> keyword.<p>The IDL attribute <dfn id="dom-link-disabled" title="dom-link-disabled"><code>disabled</code></dfn> only applies - to style sheet links. When the <code><a href="#the-link-element" id="link-15">link</a></code> element defines a - style sheet link, then the <code title="dom-link-disabled"><a href="#dom-link-disabled" id="disabled">disabled</a></code> attribute behaves as + of the parent element: it merely has no title.<p>The <code title="attr-link-sizes"><a href="links.html#attr-link-sizes">sizes</a></code> attribute is used + with the <code title="rel-icon"><a href="links.html#rel-icon">icon</a></code> link type. The attribute + must not be specified on <code><a href="#the-link-element">link</a></code> elements that do not have + a <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute that specifies + the <code title="rel-icon"><a href="links.html#rel-icon">icon</a></code> keyword.<p>The IDL attribute <dfn id="dom-link-disabled" title="dom-link-disabled"><code>disabled</code></dfn> only applies + to style sheet links. When the <code><a href="#the-link-element">link</a></code> element defines a + style sheet link, then the <code title="dom-link-disabled"><a href="#dom-link-disabled">disabled</a></code> attribute behaves as defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative - style sheets DOM</a>. For all other <code><a href="#the-link-element" id="link-16">link</a></code> elements it - always return false and does nothing on setting.</p><!-- that is - normatively required in the definition of dom-linkstyle-disabled --><p>The <code>LinkStyle</code> interface is also implemented by - this element; the <a href="#styling" id="styling-processing-model">styling processing model</a> defines + style sheets DOM</a>. For all other <code><a href="#the-link-element">link</a></code> elements it + always return false and does nothing on setting.<p>The <code>LinkStyle</code> interface is also implemented by + this element; the <a href="#styling">styling processing model</a> defines how. <a href="references.html#refsCSSOM">[CSSOM]</a><div class="example"> - <p>Here, a set of <code><a href="#the-link-element" id="link-17">link</a></code> elements provide some style + <p>Here, a set of <code><a href="#the-link-element">link</a></code> elements provide some style sheets:</p> <pre><!-- a persistent style sheet --> @@ -669,74 +665,74 @@ <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#metadata-content" id="metadata-content-9">Metadata content</a>.</dd> + <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>If the <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-0">charset</a></code> attribute is present, or if the element's <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv">http-equiv</a></code> attribute is in the <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-0" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0" id="head-12">head</a></code> element.</dd> - <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-0">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-1" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0" id="head-13">head</a></code> element.</dd> - <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-1">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-2" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="scripting-1.html#the-noscript-element" id="noscript-5">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0" id="head-14">head</a></code> element.</dd> - <dd>If the <code title="attr-meta-name"><a href="#attr-meta-name" id="name">name</a></code> attribute is present: where <a href="content-models.html#metadata-content" id="metadata-content-10">metadata content</a> is expected.</dd> + <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> + <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="#the-head-element-0">head</a></code> element.</dd> + <dd>If the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute is present but not in the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>: in a <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd> + <dd>If the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute is present: where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> <dt>Content model:</dt> <dd>Empty.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-5">Global attributes</a></dd> - <dd><code title="attr-meta-name"><a href="#attr-meta-name" id="name-0">name</a></code></dd> - <dd><code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-2">http-equiv</a></code></dd> - <dd><code title="attr-meta-content"><a href="#attr-meta-content" id="content">content</a></code></dd> - <dd><code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-1">charset</a></code></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-meta-name"><a href="#attr-meta-name">name</a></code></dd> + <dd><code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code></dd> + <dd><code title="attr-meta-content"><a href="#attr-meta-content">content</a></code></dd> + <dd><code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-12">HTMLElement</a> { +<pre class="idl">interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>; };</pre> </dd> - </dl><p>The <code><a href="#meta" id="meta-5">meta</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> various + </dl><p>The <code><a href="#meta">meta</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> various kinds of metadata that cannot be expressed using the - <code><a href="#the-title-element-0" id="title-46">title</a></code>, <code><a href="#the-base-element" id="base-10">base</a></code>, <code><a href="#the-link-element" id="link-18">link</a></code>, - <code><a href="#the-style-element" id="style-15">style</a></code>, and <code><a href="scripting-1.html#script" id="script-14">script</a></code> elements.<p>The <code><a href="#meta" id="meta-6">meta</a></code> element can represent document-level - metadata with the <code title="attr-meta-name"><a href="#attr-meta-name" id="name-1">name</a></code> - attribute, pragma directives with the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-3">http-equiv</a></code> attribute, and the - file's <a href="#character-encoding-declaration" id="character-encoding-declaration-0">character encoding declaration</a> when an HTML + <code><a href="#the-title-element-0">title</a></code>, <code><a href="#the-base-element">base</a></code>, <code><a href="#the-link-element">link</a></code>, + <code><a href="#the-style-element">style</a></code>, and <code><a href="scripting-1.html#script">script</a></code> elements.<p>The <code><a href="#meta">meta</a></code> element can represent document-level + metadata with the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> + attribute, pragma directives with the <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute, and the + file's <a href="#character-encoding-declaration">character encoding declaration</a> when an HTML document is serialized to string form (e.g. for transmission over - the network or for disk storage) with the <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-2">charset</a></code> attribute.<p>Exactly one of the <code title="attr-meta-name"><a href="#attr-meta-name" id="name-2">name</a></code>, - <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-4">http-equiv</a></code>, and <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-3">charset</a></code> attributes must be - specified.<p>If either <code title="attr-meta-name"><a href="#attr-meta-name" id="name-3">name</a></code> or <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-5">http-equiv</a></code> is specified, then - the <code title="attr-meta-content"><a href="#attr-meta-content" id="content-0">content</a></code> attribute must + the network or for disk storage) with the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute.<p>Exactly one of the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code>, + <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code>, and <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attributes must be + specified.<p>If either <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> or <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> is specified, then + the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must also be specified. Otherwise, it must be omitted.<p>The <dfn id="attr-meta-charset" title="attr-meta-charset"><code>charset</code></dfn> attribute specifies the character encoding used by the - document. This is a <a href="#character-encoding-declaration" id="character-encoding-declaration-1">character encoding declaration</a>. If - the attribute is present in an <a href="dom.html#xml-documents" id="xml-documents-17" title="XML documents">XML - document</a>, its value must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-6">ASCII + document. This is a <a href="#character-encoding-declaration">character encoding declaration</a>. If + the attribute is present in an <a href="dom.html#xml-documents" title="XML documents">XML + document</a>, its value must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">UTF-8</code>" (and the document is therefore forced to use - UTF-8 as its encoding).<p class="note">The <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-4">charset</a></code> - attribute on the <code><a href="#meta" id="meta-7">meta</a></code> element has no effect in XML + UTF-8 as its encoding).<p class="note">The <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> + attribute on the <code><a href="#meta">meta</a></code> element has no effect in XML documents, and is only allowed in order to facilitate migration to - and from XHTML.<p>There must not be more than one <code><a href="#meta" id="meta-8">meta</a></code> element with a - <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-5">charset</a></code> attribute per + and from XHTML.<p>There must not be more than one <code><a href="#meta">meta</a></code> element with a + <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute per document.<p>The <dfn id="attr-meta-content" title="attr-meta-content"><code>content</code></dfn> attribute gives the value of the document metadata or pragma directive when the element is used for those purposes. The allowed values depend on the exact context, as described in subsequent - sections of this specification.<p>If a <code><a href="#meta" id="meta-9">meta</a></code> element has a <dfn id="attr-meta-name" title="attr-meta-name"><code>name</code></dfn> attribute, it sets + sections of this specification.<p>If a <code><a href="#meta">meta</a></code> element has a <dfn id="attr-meta-name" title="attr-meta-name"><code>name</code></dfn> attribute, it sets document metadata. Document metadata is expressed in terms of - name/value pairs, the <code title="attr-meta-name"><a href="#attr-meta-name" id="name-4">name</a></code> - attribute on the <code><a href="#meta" id="meta-10">meta</a></code> element giving the name, and the - <code title="attr-meta-content"><a href="#attr-meta-content" id="content-1">content</a></code> attribute on the same + name/value pairs, the <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> + attribute on the <code><a href="#meta">meta</a></code> element giving the name, and the + <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute on the same element giving the value. The name specifies what aspect of metadata is being set; valid names and the meaning of their values are - described in the following sections. If a <code><a href="#meta" id="meta-11">meta</a></code> element - has no <code title="attr-meta-content"><a href="#attr-meta-content" id="content-2">content</a></code> attribute, + described in the following sections. If a <code><a href="#meta">meta</a></code> element + has no <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute, then the value part of the metadata name/value pair is the empty - string.<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" id="name-5">name</a></code> attribute of the - <code><a href="#meta" id="meta-12">meta</a></code> element.<p>Names are case-insensitive.<dl><dt><dfn id="meta-application-name" title="meta-application-name"><code>application-name</code></dfn></dt> + string.<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>Names are case-insensitive.<dl><dt><dfn id="meta-application-name" title="meta-application-name"><code>application-name</code></dfn></dt> <dd><p>The value must be a short free-form string giving the name of the Web application that the page represents. If the page is not - a Web application, the <code title="meta-application-name"><a href="#meta-application-name" id="application-name">application-name</a></code> metadata name - must not be used. There must not be more than one <code><a href="#meta" id="meta-13">meta</a></code> - element with its <code title="attr-meta-name"><a href="#attr-meta-name" id="name-6">name</a></code> attribute - set to the value <code title="meta-application-name"><a href="#meta-application-name" id="application-name-0">application-name</a></code> per + a Web application, the <code title="meta-application-name"><a href="#meta-application-name">application-name</a></code> metadata name + must not be used. There must not be more than one <code><a href="#meta">meta</a></code> + element with its <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute + set to the value <code title="meta-application-name"><a href="#meta-application-name">application-name</a></code> per document. </dd> <dt><dfn id="meta-author" title="meta-author"><code>author</code></dfn></dt> @@ -749,7 +745,7 @@ <dd><p>The value must be a free-form string that describes the page. The value must be appropriate for use in a directory of pages, e.g. in a search engine. There must not be more than one - <code><a href="#meta" id="meta-14">meta</a></code> element with its <code title="attr-meta-name"><a href="#attr-meta-name" id="name-7">name</a></code> attribute set to the value <code title="meta-description"><a href="#meta-description" id="description">description</a></code> per document.</dd> + <code><a href="#meta">meta</a></code> element with its <code title="attr-meta-name"><a href="#attr-meta-name">name</a></code> attribute set to the value <code title="meta-description"><a href="#meta-description">description</a></code> per document.</dd> <dt><dfn id="meta-generator" title="meta-generator"><code>generator</code></dfn></dt> @@ -762,7 +758,7 @@ <div class="example"> <p>Here is what a tool called "Frontweaver" could include in its - output, in the page's <code><a href="#the-head-element-0" id="head-15">head</a></code> element, to identify + output, in the page's <code><a href="#the-head-element-0">head</a></code> element, to identify itself as the tool used to generate the page:</p> <pre><meta name=generator content="Frontweaver 8.2"></pre> @@ -775,13 +771,13 @@ <dd> - <p>The value must be a <a href="common-microsyntaxes.html#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens-1">set of comma-separated tokens</a>, + <p>The value must be a <a href="common-microsyntaxes.html#set-of-comma-separated-tokens">set of comma-separated tokens</a>, each of which is a keyword relevant to the page.</p> <div class="example"> <p>This page about typefaces on British motorways uses a - <code><a href="#meta" id="meta-15">meta</a></code> element to specify some keywords that users + <code><a href="#meta">meta</a></code> element to specify some keywords that users might use to look for the page:</p> <pre><!DOCTYPE HTML> @@ -885,103 +881,55 @@ </dd> - </dl><p>Metadata names whose values are to be <a href="urls.html#url" id="url-9" title="URL">URLs</a> must not be proposed or accepted. Links must - be represented using the <code><a href="#the-link-element" id="link-19">link</a></code> element, not the - <code><a href="#meta" id="meta-16">meta</a></code> element.<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" id="meta-17">meta</a></code> element, the element is a pragma - directive.<p>The <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-6">http-equiv</a></code> - attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-1">enumerated attribute</a>. The following + </dl><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.<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>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 table lists the keywords defined for this attribute. The states given in the first cell of the rows with keywords give the states to - which those keywords map. </p><!-- things that are neither conforming nor do anything are commented out --><table id="table-http-equiv"><thead><tr><th>State + which those keywords map. <table id="table-http-equiv"><thead><tr><th>State <th>Keyword <th>Notes - <tbody><tr><td><a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-3" title="attr-meta-http-equiv-content-type">Encoding declaration</a> + <tbody><tr><td><a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration</a> <td><code title="">content-type</code> <td> -<!-- - <tr class="impl"> - <td><span title="attr-meta-http-equiv-content-script-type">Content-Script-Type</span> - <td><code title="">Content-Script-Type</code> - <td>Non-conforming - <tr class="impl"> - <td><span title="attr-meta-http-equiv-content-style-type">Content-Style-Type</span> - <td><code title="">Content-Style-Type</code> - <td>Non-conforming ---> - <tr><td><a href="#attr-meta-http-equiv-default-style" id="attr-meta-http-equiv-default-style-0" title="attr-meta-http-equiv-default-style">Default style</a> + <tr><td><a href="#attr-meta-http-equiv-default-style" title="attr-meta-http-equiv-default-style">Default style</a> <td><code title="">default-style</code> <td> - <tr><td><a href="#attr-meta-http-equiv-refresh" id="attr-meta-http-equiv-refresh-0" title="attr-meta-http-equiv-refresh">Refresh</a> + <tr><td><a href="#attr-meta-http-equiv-refresh" title="attr-meta-http-equiv-refresh">Refresh</a> <td><code title="">refresh</code> <td> - </table><!-- -DATA: According to Henri's validator stats, here are common -non-conforming values used by people who validate (sample of 400 -pages): - -COUNT ERROR - 20 Bad value "Content-Language" for attribute "http-equiv" on element "meta". - 17 Bad value "Content-Style-Type" for attribute "http-equiv" on element "meta". - 12 Bad value "Expires" for attribute "http-equiv" on element "meta". - 11 Bad value "Pragma" for attribute "http-equiv" on element "meta". - 11 Bad value "imagetoolbar" for attribute "http-equiv" on element "meta". - 10 Bad value "Content-Script-Type" for attribute "http-equiv" on element "meta". - 10 Bad value "content-language" for attribute "http-equiv" on element "meta". - [...] -http://hsivonen.iki.fi/test/moz/analysis.txt - -Here's some more data, this time from Philip`, on a sample of 15k pages. - - COUNT VALUE - 1181 Content-Language - 430 Content-Style-Type - 342 imagetoolbar - 276 content-language - 269 Pragma - 260 expires - 227 Expires - 211 pragma - 146 Content-Script-Type - 132 keywords - 119 Page-Enter - 116 description - 106 reply-to - 102 Cache-Control - [...] -http://philip.html5.org/data/meta-http-equiv.txt - -These numbers are low; further study is required to establish what -people expect to have work and what is necessary. ---><dl><dt><dfn id="attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</dfn> (<code title="">http-equiv="content-type"</code>) + </table><dl><dt><dfn id="attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</dfn> (<code title="">http-equiv="content-type"</code>) <dd> - <p>The <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-4" title="attr-meta-http-equiv-content-type">Encoding + <p>The <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a> is just an alternative form of setting the <code title="meta-charset">charset</code> attribute: it is a - <a href="#character-encoding-declaration" id="character-encoding-declaration-2">character encoding declaration</a>. </p> + <a href="#character-encoding-declaration">character encoding declaration</a>. </p> - <p>For <code><a href="#meta" id="meta-18">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-7">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-5" title="attr-meta-http-equiv-content-type">Encoding - declaration state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content" id="content-3">content</a></code> attribute must have a - value that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-7">ASCII case-insensitive</a> match for a + <p>For <code><a href="#meta">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the + <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding + declaration state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must have a + value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a string that consists of: the literal string "<code title="">text/html;</code>", optionally followed by any number of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by the literal string "<code title="">charset=</code>", followed by - the character encoding name of the <a href="#character-encoding-declaration" id="character-encoding-declaration-3">character encoding + the character encoding name of the <a href="#character-encoding-declaration">character encoding declaration</a>.</p> - <p>If the document contains a <code><a href="#meta" id="meta-19">meta</a></code> element with an - <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-8">http-equiv</a></code> attribute in - the <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-6" title="attr-meta-http-equiv-content-type">Encoding + <p>If the document contains a <code><a href="#meta">meta</a></code> element with an + <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in + the <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>, then the document must not contain a - <code><a href="#meta" id="meta-20">meta</a></code> element with the <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-6">charset</a></code> attribute present.</p> + <code><a href="#meta">meta</a></code> element with the <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute present.</p> - <p>The <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-7" title="attr-meta-http-equiv-content-type">Encoding - declaration state</a> may be used in <a href="dom.html#html-documents" id="html-documents-14">HTML - documents</a>, but elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-9">http-equiv</a></code> attribute in that - state must not be used in <a href="dom.html#xml-documents" id="xml-documents-18">XML documents</a>.</p> + <p>The <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding + declaration state</a> may be used in <a href="dom.html#html-documents">HTML + documents</a>, but elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in that + state must not be used in <a href="dom.html#xml-documents">XML documents</a>.</p> </dd> @@ -1004,30 +952,30 @@ - <p>For <code><a href="#meta" id="meta-21">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-10">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-refresh" id="attr-meta-http-equiv-refresh-1" title="attr-meta-http-equiv-refresh">Refresh state</a>, - the <code title="attr-meta-content"><a href="#attr-meta-content" id="content-4">content</a></code> attribute must + <p>For <code><a href="#meta">meta</a></code> elements with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the + <a href="#attr-meta-http-equiv-refresh" title="attr-meta-http-equiv-refresh">Refresh state</a>, + the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must have a value consisting either of:</p> - <ul><li>just a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-1">valid non-negative integer</a>, or</li> + <ul><li>just a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, or</li> - <li>a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-2">valid non-negative integer</a>, followed by a + <li>a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, followed by a U+003B SEMICOLON character (;), followed by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a - substring that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-8">ASCII case-insensitive</a> match + substring that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">URL</code>", followed by a U+003D - EQUALS SIGN character (=), followed by a <a href="urls.html#valid-url" id="valid-url-2">valid URL</a> + EQUALS SIGN character (=), followed by a <a href="urls.html#valid-url">valid URL</a> that does not start with a literal U+0027 APOSTROPHE (') or U+0022 QUOTATION MARK (") character.</li> </ul><p>In the former case, the integer represents a number of seconds before the page is to be reloaded; in the latter case the integer represents a number of seconds before the page is to be replaced - by the page at the given <a href="urls.html#url" id="url-10">URL</a>.</p> + by the page at the given <a href="urls.html#url">URL</a>.</p> <div class="example"> <p>A news organization's front page could include the following - markup in the page's <code><a href="#the-head-element-0" id="head-16">head</a></code> element, to ensure that + markup in the page's <code><a href="#the-head-element-0">head</a></code> element, to ensure that the page automatically reloads from the server every five minutes:</p> @@ -1049,7 +997,7 @@ - </dl><p>There must not be more than one <code><a href="#meta" id="meta-22">meta</a></code> element with + </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.<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 @@ -1058,7 +1006,7 @@ and must have behavior identical to that described for the HTTP header. <a href="references.html#refsIANAPERMHEADERS">[IANAPERMHEADERS]</a><p>Pragma directives corresponding to headers describing metadata, or not requiring specific user agent processing, must not be - registered; instead, use <a href="#concept-meta-extensions" id="concept-meta-extensions-1" title="concept-meta-extensions">metadata names</a>. Pragma + registered; instead, use <a href="#concept-meta-extensions" title="concept-meta-extensions">metadata names</a>. Pragma directives corresponding to headers that affect the HTTP processing model (e.g. caching) must not be registered, as they would result in HTTP-level behavior being different for user agents that implement @@ -1082,56 +1030,47 @@ <dd>A link to the specification defining the corresponding HTTP header.</dd> - </dl><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 - polyglot hack. --><p>A <dfn id="character-encoding-declaration">character encoding declaration</dfn> is a mechanism by + </dl><h5 id="charset"><span class="secno">4.2.5.5 </span>Specifying the document's character encoding</h5><p>A <dfn id="character-encoding-declaration">character encoding declaration</dfn> is a mechanism by which the character encoding used to store or transmit a document is specified.<p>The following restrictions apply to character encoding declarations:<ul><li>The character encoding name given must be the name of the character encoding used to serialize the file.</li> <li>The value must be a valid character encoding name, and must be - an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-9">ASCII case-insensitive</a> match for the - <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-0">preferred MIME name</a> for that encoding. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></li> + an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the + <a href="infrastructure.html#preferred-mime-name">preferred MIME name</a> for that encoding. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></li> <li>The character encoding declaration must be serialized without - the use of <a href="syntax.html#syntax-charref" id="syntax-charref-0" title="syntax-charref">character references</a> + the use of <a href="syntax.html#syntax-charref" title="syntax-charref">character references</a> or character escapes of any kind.</li> <li id="charset1024"><span id="charset512" title="">The element containing the character encoding declaration must be serialized completely within the first 1024 bytes of the document.</span></li> - <!-- span is for historical reasons, to keep an old ID alive --> + <li>There can only be one character encoding declaration in the - document.</li> <!-- conformance criteria for this one are given in - the XML spec, the <meta> section just after defining charset="", - and the character encoding pragma section. And actually this - statement isn't quite true, since you can have an XML one and an - HTML one at the same time if they match. --> - - </ul><p>If an <a href="dom.html#html-documents" id="html-documents-15" title="HTML documents">HTML document</a> does not + document.</li> + </ul><p>If an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> does not start with a BOM, and if its encoding is not explicitly given by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a>, and the - document is not <a href="the-iframe-element.html#an-iframe-srcdoc-document" id="an-iframe-srcdoc-document-2">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, then the - character encoding used must be an <a href="infrastructure.html#ascii-compatible-character-encoding" id="ascii-compatible-character-encoding-0">ASCII-compatible character + document is not <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, then the + character encoding used must be an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character encoding</a>, and, in addition, if that encoding isn't US-ASCII itself, then the encoding must be specified using a - <code><a href="#meta" id="meta-23">meta</a></code> element with a <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-7">charset</a></code> attribute or a - <code><a href="#meta" id="meta-24">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-11">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-8" title="attr-meta-http-equiv-content-type">Encoding declaration - state</a>.<p>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document" id="an-iframe-srcdoc-document-3">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, the - document must not have a <a href="#character-encoding-declaration" id="character-encoding-declaration-4">character encoding + <code><a href="#meta">meta</a></code> element with a <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute or a + <code><a href="#meta">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the + <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration + state</a>.<p>If the document is <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, the + document must not have a <a href="#character-encoding-declaration">character encoding declaration</a>. (In this case, the source is already decoded, since it is part of the document that contained the - <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-8">iframe</a></code>.)<p>If an <a href="dom.html#html-documents" id="html-documents-16" title="HTML documents">HTML document</a> contains - a <code><a href="#meta" id="meta-25">meta</a></code> element with a <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset-8">charset</a></code> attribute or a - <code><a href="#meta" id="meta-26">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv" id="http-equiv-12">http-equiv</a></code> attribute in the - <a href="#attr-meta-http-equiv-content-type" id="attr-meta-http-equiv-content-type-9" title="attr-meta-http-equiv-content-type">Encoding declaration + <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>.)<p>If an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> contains + a <code><a href="#meta">meta</a></code> element with a <code title="attr-meta-charset"><a href="#attr-meta-charset">charset</a></code> attribute or a + <code><a href="#meta">meta</a></code> element with an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the + <a href="#attr-meta-http-equiv-content-type" title="attr-meta-http-equiv-content-type">Encoding declaration state</a>, then the character encoding used must be an - <a href="infrastructure.html#ascii-compatible-character-encoding" id="ascii-compatible-character-encoding-1">ASCII-compatible character encoding</a>.<p>Authors are encouraged to use UTF-8. Conformance checkers may + <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character encoding</a>.<p>Authors are encouraged to use UTF-8. Conformance checkers may advise authors against using legacy encodings. <a href="references.html#refsRFC3629">[RFC3629]</a><p>Encodings in which a series of bytes in the range 0x20 to 0x7E can encode characters other than the corresponding characters in the range U+0020 to U+007E represent a potential security vulnerability: @@ -1142,29 +1081,24 @@ content as HTML tags and JavaScript. For example, this applies to encodings in which the bytes corresponding to "<code title=""><script></code>" in ASCII can encode a different string. Authors should not use such encodings, which are known to - include JIS_C6226-1983<!-- aka JIS-X-0208, x-JIS0208 -->, - JIS_X0212-1990<!-- aka JIS-X-0212 -->, HZ-GB-2312<!-- has crazy - handling of ASCII "~" -->, JOHAB <!-- a supplementary encoding in KS - C 5601-1992 Annex 3 (= KS X 1001:1998 Annex 3) --> (Windows code - page 1361), encodings based on ISO-2022<!-- - http://krijnhoetmer.nl/irc-logs/whatwg/20090628#l-422 and - http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-October/023797.html - -->, and encodings based on EBCDIC. Furthermore, authors must not + include JIS_C6226-1983, + JIS_X0212-1990, HZ-GB-2312, JOHAB (Windows code + page 1361), encodings based on ISO-2022, and encodings based on EBCDIC. Furthermore, authors must not use the CESU-8, UTF-7, BOCU-1 and SCSU encodings, which also fall into this category, because these encodings were never intended for use for Web content. - <a href="references.html#refsRFC1345">[RFC1345]</a><!-- for the JIS types --> + <a href="references.html#refsRFC1345">[RFC1345]</a> <a href="references.html#refsRFC1842">[RFC1842]</a><!-- HZ-GB-2312 --> <a href="references.html#refsRFC1468">[RFC1468]</a><!-- ISO-2022-JP --> <a href="references.html#refsRFC2237">[RFC2237]</a><!-- ISO-2022-JP-1 --> <a href="references.html#refsRFC1554">[RFC1554]</a><!-- ISO-2022-JP-2 --> - <a href="references.html#refsRFC1922">[RFC1922]</a><!-- ISO-2022-CN and ISO-2022-CN-EXT --> + <a href="references.html#refsRFC1922">[RFC1922]</a> <a href="references.html#refsRFC1557">[RFC1557]</a><!-- ISO-2022-KR --> <a href="references.html#refsCESU8">[CESU8]</a> <a href="references.html#refsUTF7">[UTF7]</a> <a href="references.html#refsBOCU1">[BOCU1]</a> <a href="references.html#refsSCSU">[SCSU]</a> - <!-- no idea what to reference for JOHAB or EBCDIC, so... --> + <p>Authors should not use UTF-32, as the encoding detection algorithms described in this specification intentionally do not distinguish it from UTF-16. <a href="references.html#refsUNICODE">[UNICODE]</a><p class="note">Using non-UTF-8 encodings can have unexpected @@ -1174,7 +1108,7 @@ <p>In HTML, to declare that the character encoding is UTF-8, the author could include the following markup near the top of the - document (in the <code><a href="#the-head-element-0" id="head-17">head</a></code> element):</p> + document (in the <code><a href="#the-head-element-0">head</a></code> element):</p> <pre><meta charset="utf-8"></pre> @@ -1184,73 +1118,65 @@ <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#metadata-content" id="metadata-content-11">Metadata content</a>.</dd> - <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped" id="scoped-0">scoped</a></code> attribute is present: <a href="content-models.html#flow-content" id="flow-content-9">flow content</a>.</dd> + <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 can be used:</dt> - <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped" id="scoped-1">scoped</a></code> attribute is absent: where <a href="content-models.html#metadata-content" id="metadata-content-12">metadata content</a> is expected.</dd> - <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped" id="scoped-2">scoped</a></code> attribute is absent: in a <code><a href="scripting-1.html#the-noscript-element" id="noscript-6">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0" id="head-18">head</a></code> element.</dd> - <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped" id="scoped-3">scoped</a></code> attribute is present: where <a href="content-models.html#flow-content" id="flow-content-10">flow content</a> is expected, but before any other <a href="content-models.html#flow-content" id="flow-content-11">flow content</a> other than other <code><a href="#the-style-element" id="style-16">style</a></code> elements and <a href="content-models.html#inter-element-whitespace" id="inter-element-whitespace-7">inter-element whitespace</a>.</dd> + <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is absent: where <a href="content-models.html#metadata-content">metadata content</a> is expected.</dd> + <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is absent: in a <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> element that is a child of a <code><a href="#the-head-element-0">head</a></code> element.</dd> + <dd>If the <code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code> attribute is present: where <a href="content-models.html#flow-content">flow content</a> is expected, but before any other <a href="content-models.html#flow-content">flow content</a> other than other <code><a href="#the-style-element">style</a></code> elements and <a href="content-models.html#inter-element-whitespace">inter-element whitespace</a>.</dd> <dt>Content model:</dt> - <dd>Depends on the value of the <code title="attr-style-type"><a href="#attr-style-type" id="type-2">type</a></code> attribute, but must match requirements described in prose below.</dd> + <dd>Depends on the value of the <code title="attr-style-type"><a href="#attr-style-type">type</a></code> attribute, but must match requirements described in prose below.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-6">Global attributes</a></dd> - <dd><code title="attr-style-media"><a href="#attr-style-media" id="media-3">media</a></code></dd> - <dd><code title="attr-style-type"><a href="#attr-style-type" id="type-3">type</a></code></dd> - <dd><code title="attr-style-scoped"><a href="#attr-style-scoped" id="scoped-4">scoped</a></code></dd> - <dd>Also, the <code title="attr-style-title"><a href="#attr-style-title" id="title-61">title</a></code> attribute has special semantics on this element.</dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> + <dd><code title="attr-style-media"><a href="#attr-style-media">media</a></code></dd> + <dd><code title="attr-style-type"><a href="#attr-style-type">type</a></code></dd> + <dd><code title="attr-style-scoped"><a href="#attr-style-scoped">scoped</a></code></dd> + <dd>Also, the <code title="attr-style-title"><a href="#attr-style-title">title</a></code> attribute has special semantics on this element.</dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-13">HTMLElement</a> { - attribute boolean <a href="#dom-style-disabled" id="dom-style-disabled-0" title="dom-style-disabled">disabled</a>; +<pre class="idl">interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + attribute boolean <a href="#dom-style-disabled" title="dom-style-disabled">disabled</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.'>scoped</a>; }; -<a href="#htmlstyleelement" id="htmlstyleelement-0">HTMLStyleElement</a> implements <span>LinkStyle</span>;</pre> +<a href="#htmlstyleelement">HTMLStyleElement</a> implements <span>LinkStyle</span>;</pre> </dd> - </dl><p>The <code><a href="#the-style-element" id="style-17">style</a></code> element allows authors to embed style - information in their documents. The <code><a href="#the-style-element" id="style-18">style</a></code> element is - one of several inputs to the <a href="#styling" id="styling-processing-model-0">styling processing + </dl><p>The <code><a href="#the-style-element">style</a></code> element allows authors to embed style + information in their documents. The <code><a href="#the-style-element">style</a></code> element is + one of several inputs to the <a href="#styling">styling processing model</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn> attribute gives the styling language. If the attribute is present, - its value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-2">valid MIME type</a> that designates a + its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a> that designates a styling language. The <code title="">charset</code> parameter must - not be specified. The default value for the <code title="attr-style-type"><a href="#attr-style-type" id="type-4">type</a></code> attribute, which is used if the + not be specified. The default value for the <code title="attr-style-type"><a href="#attr-style-type">type</a></code> attribute, which is used if the attribute is absent, is "<code title="">text/css</code>". <a href="references.html#refsRFC2318">[RFC2318]</a><p>The <dfn id="attr-style-media" title="attr-style-media"><code>media</code></dfn> attribute says which media the styles apply to. The value must be a - <a href="common-microsyntaxes.html#valid-media-query" id="valid-media-query-1">valid media query</a>. </p><!-- - note similar text in <link> section --><p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media" id="media-4">media</a></code> attribute is omitted, is + <a href="common-microsyntaxes.html#valid-media-query">valid media query</a>. <p id="style-default-media">The default, if the <code title="attr-style-media"><a href="#attr-style-media">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default styles apply to all media.<p>The <dfn id="attr-style-scoped" title="attr-style-scoped"><code>scoped</code></dfn> - attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-0">boolean attribute</a>. If set, it indicates + attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If set, it indicates that the styles are intended just for the subtree rooted at the - <code><a href="#the-style-element" id="style-19">style</a></code> element's parent element, as opposed to the whole + <code><a href="#the-style-element">style</a></code> element's parent element, as opposed to the whole <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p id="title-on-style">The <dfn id="attr-style-title" title="attr-style-title"><code>title</code></dfn> attribute on - <code><a href="#the-style-element" id="style-20">style</a></code> elements defines <span>alternative style sheet - sets</span>. If the <code><a href="#the-style-element" id="style-21">style</a></code> element has no <code title="attr-style-title"><a href="#attr-style-title" id="title-62">title</a></code> attribute, then it has no - title; the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-7">title</a></code> attribute of - ancestors does not apply to the <code><a href="#the-style-element" id="style-22">style</a></code> element. <a href="references.html#refsCSSOM">[CSSOM]</a><p class="note">The <code title="attr-style-title"><a href="#attr-style-title" id="title-63">title</a></code> - attribute on <code><a href="#the-style-element" id="style-23">style</a></code> elements, like the <code title="attr-link-title"><a href="#attr-link-title" id="title-60">title</a></code> attribute on <code><a href="#the-link-element" id="link-20">link</a></code> - elements, differs from the global <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-8">title</a></code> attribute in that a - <code><a href="#the-style-element" id="style-24">style</a></code> block without a title does not inherit the title - of the parent element: it merely has no title.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#the-style-element" id="style-25">style</a></code> element must + <code><a href="#the-style-element">style</a></code> elements defines <span>alternative style sheet + sets</span>. If the <code><a href="#the-style-element">style</a></code> element has no <code title="attr-style-title"><a href="#attr-style-title">title</a></code> attribute, then it has no + title; the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute of + ancestors does not apply to the <code><a href="#the-style-element">style</a></code> element. <a href="references.html#refsCSSOM">[CSSOM]</a><p class="note">The <code title="attr-style-title"><a href="#attr-style-title">title</a></code> + attribute on <code><a href="#the-style-element">style</a></code> elements, like the <code title="attr-link-title"><a href="#attr-link-title">title</a></code> attribute on <code><a href="#the-link-element">link</a></code> + elements, differs from the global <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute in that a + <code><a href="#the-style-element">style</a></code> block without a title does not inherit the title + of the parent element: it merely has no title.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#the-style-element">style</a></code> element must match the <code title="">style</code> production in the following ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a><pre>style = no-c-start *( c-start no-c-end c-end no-c-start ) no-c-start = <any string that doesn't contain a substring that matches c-start > c-start = "<!--" no-c-end = <any string that doesn't contain a substring that matches c-end > -c-end = "-->"</pre><!-- Unmatched comment-like syntax is invalid on a temporary basis, - waiting for IE, WebKit, and Opera to fix their parsing bug - whereby such comments trigger a weird escape in which </style> - is ignored. Otherwise, parsing behaviour in those browsers - could differ substantially from the parsing behaviour of HTML5. - Once everyone follows the HTML5 spec, we can drop this - requirement. - --><p class="note">This specification does not specify a style system, +c-end = "-->"</pre><p class="note">This specification does not specify a style system, but CSS is expected to be supported by most Web browsers. <a href="references.html#refsCSS">[CSS]</a><p>The <dfn id="dom-style-disabled" title="dom-style-disabled"><code>disabled</code></dfn> IDL attribute behaves as defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative style sheets DOM</a>.<p>The <code>LinkStyle</code> interface is also implemented by - this element; the <a href="#styling" id="styling-processing-model-1">styling processing model</a> defines + this element; the <a href="#styling">styling processing model</a> defines how. <a href="references.html#refsCSSOM">[CSSOM]</a><div class="example"> <p>The following document has its emphasis styled as bright red @@ -1274,9 +1200,9 @@ </body> </html></pre> - </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" id="link-21">link</a></code> and <code><a href="#the-style-element" id="style-26">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 - used. <a href="references.html#refsCSSOM">[CSSOM]</a><p>The <code><a href="#the-style-element" id="style-27">style</a></code> and <code><a href="#the-link-element" id="link-22">link</a></code> elements implement + used. <a href="references.html#refsCSSOM">[CSSOM]</a><p>The <code><a href="#the-style-element">style</a></code> and <code><a href="#the-link-element">link</a></code> elements implement the <code>LinkStyle</code> interface. <a href="references.html#refsCSSOM">[CSSOM]</a> \ No newline at end of file Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.973 retrieving revision 1.974 diff -u -d -r1.973 -r1.974 --- index.html 13 Apr 2011 07:54:39 -0000 1.973 +++ index.html 20 Apr 2011 12:21:13 -0000 1.974 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>Index — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...4847 lines suppressed...] + <td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a> <tr><td> <code title="event-show">show</code> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - <td> Fired at a <code><a href="interactive-elements.html#menus" id="menu-26">menu</a></code> element when it is shown as a context menu + <td> Fired at a <code><a href="interactive-elements.html#menus">menu</a></code> element when it is shown as a context menu <tr><td> <code title="event-submit">submit</code> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - <td> Fired at a <code><a href="forms.html#the-form-element" id="form-39">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a> + <td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a> <tr><td> <code title="event-unload">unload</code> <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - <td> Fired at the <code><a href="browsers.html#window" id="window-51">Window</a></code> object when the page is going away + <td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the page is going away </table><p class="note">See also <a href="video.html#mediaevents">media element events</a>, <a href="offline.html#appcacheevents">application cache events</a>, Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.411 retrieving revision 1.412 diff -u -d -r1.411 -r1.412 --- the-button-element.html 13 Apr 2011 07:54:45 -0000 1.411 +++ the-button-element.html 20 Apr 2011 12:21:18 -0000 1.412 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.8 The button element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.8 The button element — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,41 +335,41 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1086 lines suppressed...] <p><img alt="With the <meter> elements rendered as inline green bars of varying lengths." height="178" src="http://dev.w3.org/html5/spec/images/sample-meter.png" width="332"></p> </div><p>User agents combine the value of - the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-28">title</a></code> attribute and the other + the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute and the other attributes to provide context-sensitive help or inline text detailing the actual values.<div class="example"> <p>For example, the following snippet:</p> @@ -1400,9 +1383,9 @@ <p>...might cause the user agent to display a gauge with a tooltip saying "Value: 23.2 out of 60." on one line and "seconds" on a second line.</p> - </div><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-61">form</a></code> attribute is used to - explicitly associate the <code><a href="#the-meter-element" id="meter-15">meter</a></code> element with its - <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-13">form owner</a>.<div class="example"> + </div><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to + explicitly associate the <code><a href="#the-meter-element">meter</a></code> element with its + <a href="association-of-controls-and-forms.html#form-owner">form owner</a>.<div class="example"> <p>The following example shows how a gauge could fall back to localized or pretty-printed text.</p> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.408 retrieving revision 1.409 diff -u -d -r1.408 -r1.409 --- dnd.html 13 Apr 2011 07:54:38 -0000 1.408 +++ dnd.html 20 Apr 2011 12:21:09 -0000 1.409 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>7.7 Drag and drop — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>7.7 Drag and drop — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,83 +335,27 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="editing.html">← 7 User interaction</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="syntax.html">8 The HTML syntax →</a> - <ol class="toc"><li><ol><li><a href="dnd.html#dnd" id="x7.7-drag-and-drop"><span class="secno">7.7 </span>Drag and drop</a> + <ol class="toc"><li><ol><li><a href="dnd.html#dnd"><span class="secno">7.7 </span>Drag and drop</a> <ol><li><a href="dnd.html#introduction-6"><span class="secno">7.7.1 </span>Introduction</a><li><a href="dnd.html#the-drag-data-store"><span class="secno">7.7.2 </span>The drag data store</a><li><a href="dnd.html#the-datatransfer-interface"><span class="secno">7.7.3 </span>The <code>DataTransfer</code> interface</a> - <ol><li><a href="dnd.html#the-datatransferitems-interface"><span class="secno">7.7.3.1 </span>The <code>DataTransferItems</code> interface</a><li><a href="dnd.html#the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code>DataTransferItem</code> interface</a></ol><li><a href="dnd.html#the-dragevent-interface"><span class="secno">7.7.4 </span>The <code>DragEvent</code> interface</a><li><a href="dnd.html#dndevents"><span class="secno">7.7.5 </span>Events summary</a><li><a href="dnd.html#the-draggable-attribute" id="x7.7.6-the-draggable-attribute"><span class="secno">7.7.6 </span>The <code>draggable</code> attribute</a><li><a href="dnd.html#the-dropzone-attribute" id="x7.7.7-the-dropzone-attribute"><span class="secno">7.7.7 </span>The <code>dropzone</code> attribute</a></ol><li><a href="dnd.html#editing-apis"><span class="secno">7.8 </span>Editing APIs</a></ol></ol></div> - - <h3 id="dnd"><span class="secno">7.7 </span><dfn>Drag and drop</dfn></h3><!-- v2: ideas for drag and drop: - - * being able to animate a drop target: - - > To implement this with simple interface I've proposed, events - > should be handled either by existing elements (like list - > items that compare their size and position of dragged element - > to decide whether element should be dropped before or after) - > or handled by container that would probably need to calculate - > positions of it's children and create new element to show - > drop target. Smooth Mac-like drag'n'drop can be implemented - > by animating drop target's padding/margin. So that's quite a - > bit of code that's going to be reinvented each time someone - > implements reordering. - - <hyatt> :droptarget - <hyatt> or something - <hyatt> we don't support a pseudo-class for the drop target but that's a great idea - <Hixie_> yeah, thinking about that too - <Hixie_> :drop-target, :drop-target(above), :drop-target(below) and having ondragover be able to say "not on me, but next to me maybe" - - * We should let drop targets communicate back to drag sources if - they want to communicate. (e.g. expose Window, and thus - postMessage(), on the dataTransfer object on drop.) - Or maybe just use a MessagePort! - - We should let drag sources provide a set of options via a - context menu when the drop happens. (So that, e.g., the source - can know whether a capabilities URI that it is passing along is - supposed to be read-write access or read-only access to the - object being dragged.) - - We should let potential drop targets see the types (but not the - contents!) of dragged data so they can establish if they care - or not. (dataTransfer.hasType()) - - Ack: Ben Laurie (@g) - - * Interop with native apps. In particular, we probably want to - whitelist the list of types that a Web page can see, since - otherwise we'll end up exposing things like the username (if a - user drags a file from their desktop, the path is exposed on - some OSes). - - Other things listed below: - DND-v2: more native support: text/html from selections, etc - DND-v3: add Blob support - DND-v4: add structured clone support - DND-v5: add promises (should be able to say "if you accept this - drop, then I can provide the File object that - corresponds to it eventually") - - DataTransferPromise.type = 'string' or 'file' or 'blob' or 'data' - .onneeddata - can wait until this fires to provide data - .setData() - call this once you have data, must be the right type + <ol><li><a href="dnd.html#the-datatransferitems-interface"><span class="secno">7.7.3.1 </span>The <code>DataTransferItems</code> interface</a><li><a href="dnd.html#the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code>DataTransferItem</code> interface</a></ol><li><a href="dnd.html#the-dragevent-interface"><span class="secno">7.7.4 </span>The <code>DragEvent</code> interface</a><li><a href="dnd.html#dndevents"><span class="secno">7.7.6 </span>Events summary</a><li><a href="dnd.html#the-draggable-attribute"><span class="secno">7.7.7 </span>The <code>draggable</code> attribute</a><li><a href="dnd.html#the-dropzone-attribute"><span class="secno">7.7.8 </span>The <code>dropzone</code> attribute</a></ol><li><a href="dnd.html#editing-apis"><span class="secno">7.8 </span>Editing APIs</a></ol></ol></div> ---><p>This section defines an event-based drag-and-drop mechanism.<p>This specification does not define exactly what a + <h3 id="dnd"><span class="secno">7.7 </span><dfn>Drag and drop</dfn></h3><p>This section defines an event-based drag-and-drop mechanism.<p>This specification does not define exactly what a <em>drag-and-drop operation</em> actually is.<p>On a visual medium with a pointing device, a drag operation could be the default action of a <code title="event-mousedown">mousedown</code> event that is followed by a series of <code title="event-mousemove">mousemove</code> events, and the drop could be triggered by the mouse being released.<p>On media without a pointing device, the user would probably have to explicitly indicate his intention to perform a drag-and-drop operation, stating what he wishes to drag and where he wishes to - drop it, respectively.<h4 id="introduction-6"><span class="secno">7.7.1 </span>Introduction</h4><p><i>This section is non-normative.</i><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-0">draggable</a></code> attribute, and set an event - listener for <code title="event-dragstart"><a href="#event-dragstart" id="dragstart">dragstart</a></code> that + drop it, respectively.<h4 id="introduction-6"><span class="secno">7.7.1 </span>Introduction</h4><p><i>This section is non-normative.</i><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>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 - the <code><a href="#datatransfer" id="datatransfer-0">DataTransfer</a></code> object and set the allowed effects + the <code><a href="#datatransfer">DataTransfer</a></code> object and set the allowed effects (copy, move, link, or some combination).<p>For example:<pre><p>What fruits do you like?</p> <ol ondragstart="dragStartHandler(event)"> <li draggable="true" data-value="fruit-apple">Apples</li> @@ -432,16 +373,16 @@ event.preventDefault(); // don't allow selection to be dragged } } -</script></pre><hr><p>To accept a drop, the drop target has to have a <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-0">dropzone</a></code> attribute and listen to the - <code title="drop-event">drop</code> event.<p>The value of the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-1">dropzone</a></code> +</script></pre><hr><p>To accept a drop, the drop target has to have a <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute and listen to the + <code title="drop-event">drop</code> event.<p>The value of the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute specifies what kind of data to accept (e.g. "<code title="">s:text/plain</code>" to accept any text strings, or "<code>f:image/png</code>" to accept a PNG image file) and what kind of feedback to give (e.g. "<code>move</code>" to indicate that the - data will be moved).<p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-2">dropzone</a></code> attribute, a drop target can - handle the <code title="event-dragenter"><a href="#event-dragenter" id="dragenter">dragenter</a></code> event (to + data will be moved).<p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute, a drop target can + handle the <code title="event-dragenter"><a href="#event-dragenter">dragenter</a></code> event (to report whether or not the drop target is to accept the drop) and the - <code title="event-dragover"><a href="#event-dragover" id="dragover">dragover</a></code> event (to specify what - feedback is to be shown to the user).<p>The <code title="event-drop"><a href="#event-drop" id="drop">drop</a></code> event allows the actual + <code title="event-dragover"><a href="#event-dragover">dragover</a></code> event (to specify what + feedback is to be shown to the user).<p>The <code title="event-drop"><a href="#event-drop">drop</a></code> event allows the actual drop to be performed. This event needs to be canceled, so that the <code title="dom-DataTransfer-DropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> attribute's value can be used by the source (otherwise it's @@ -467,7 +408,7 @@ event.target.appendChild(li); } </script></pre><hr><p>To remove the original element (the one that was dragged) from - the display, the <code title="event-dragend"><a href="#event-dragend" id="dragend">dragend</a></code> event + the display, the <code title="event-dragend"><a href="#event-dragend">dragend</a></code> event can be used.<p>For our example here, that means updating the original markup to handle that event:<pre><p>What fruits do you like?</p> <ol ondragstart="dragStartHandler(event)" ondragend="dragEndHandler(event)"> @@ -497,24 +438,12 @@ <p>Text.</p> </dd> -<!-- DND-v3: - <dt><i>Blob</i></dt> - <dd> - <p>Binary data.</p> - </dd> ---> <dt><i>File</i></dt> <dd> <p>Binary data with a file name.</p> </dd> -<!-- DND-v4: - <dt><i>Structured object</i></dt> - <dd> - <p>An object that will be cloned using the <span>structured clone</span> algorithm.</p> - </dd> ---> </dl></dd> @@ -523,31 +452,29 @@ <dd> <p>A Unicode string giving the type or format of the data, - generally given by a <a href="infrastructure.html#mime-type" id="mime-type-15">MIME type</a>. Some values that - are not <a href="infrastructure.html#mime-type" id="mime-type-16" title="MIME type">MIME types</a> are + generally given by a <a href="infrastructure.html#mime-type">MIME type</a>. Some values that + are not <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> are special-cased for legacy reasons. The API does not enforce the - use of <a href="infrastructure.html#mime-type" id="mime-type-17" title="MIME type">MIME types</a>; other values + use of <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a>; other values can be used as well. In all cases, however, the values are all <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a> by the API.</p> - <p class="note">Strings that contain <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a> cannot be used with the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-3">dropzone</a></code> attribute, so authors are - encouraged to use only <a href="infrastructure.html#mime-type" id="mime-type-18" title="MIME type">MIME types</a> + <p class="note">Strings that contain <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a> cannot be used with the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute, so authors are + encouraged to use only <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> or custom strings (without spaces).</p> <p>There is a limit of one <i>Plain Unicode string</i> item per - <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string-0" title="The drag data item type string">item type - string</a>.</p> <!-- DND-v4: consider limiting the structured - objects too --> - + <a href="#the-drag-data-item-type-string" title="The drag data item type string">item type + string</a>.</p> </dd> <dt>The actual data</dt> <dd><p>A Unicode or binary string, in some cases with a file name - (itself a Unicode string), <!-- (DND-v4:) or an object, --> as - per <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-0">the drag data item kind</a>.</dd> + (itself a Unicode string), as + per <a href="#the-drag-data-item-kind">the drag data item kind</a>.</dd> - </dl><p>The <a href="#drag-data-store-item-list" id="drag-data-store-item-list-0">drag data store item list</a> is ordered in the + </dl><p>The <a href="#drag-data-store-item-list">drag data store item list</a> is ordered in the order that the items were added to the list; most recently added last.</p> @@ -578,15 +505,15 @@ <dl><dt><dfn id="concept-dnd-rw" title="concept-dnd-rw">Read/write mode</dfn></dt> <dd> - <p>For the <code title="event-dragstart"><a href="#event-dragstart" id="dragstart-0">dragstart</a></code> event. - New data can be added to the <a href="#drag-data-store" id="drag-data-store-0">drag data store</a>.</p> + <p>For the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> event. + New data can be added to the <a href="#drag-data-store">drag data store</a>.</p> </dd> <dt><dfn id="concept-dnd-ro" title="concept-dnd-ro">Read-only mode</dfn></dt> <dd> - <p>For the <code title="event-drop"><a href="#event-drop" id="drop-0">drop</a></code> event. The list of + <p>For the <code title="event-drop"><a href="#event-drop">drop</a></code> event. The list of items representing dragged data can be read, including the data. No new data can be added.</p> @@ -595,7 +522,7 @@ <dt><dfn id="concept-dnd-p" title="concept-dnd-p">Protected mode</dfn></dt> <dd> - <p>For all other events. The formats and kinds in the <a href="#drag-data-store" id="drag-data-store-1">drag + <p>For all other events. The formats and kinds in the <a href="#drag-data-store">drag data store</a> list of items representing dragged data can be enumerated, but the data itself is unavailable and no new data can be added.</p> @@ -611,20 +538,20 @@ </li> - </ul><p>When a <a href="#drag-data-store" id="drag-data-store-2">drag data store</a> is <dfn id="create-a-drag-data-store" title="create a drag + </ul><p>When a <a href="#drag-data-store">drag data store</a> is <dfn id="create-a-drag-data-store" title="create a drag data store">created</dfn>, it must be initialized such that its - <a href="#drag-data-store-item-list" id="drag-data-store-item-list-1">drag data store item list</a> is empty, it has no - <a href="#drag-data-store-default-feedback" id="drag-data-store-default-feedback-0">drag data store default feedback</a>, its <a href="#drag-data-store-elements-list" id="drag-data-store-elements-list-0">drag data - store elements list</a> is empty, it has no <a href="#drag-data-store-bitmap" id="drag-data-store-bitmap-0">drag data store - bitmap</a> / <a href="#drag-data-store-hot-spot-coordinate" id="drag-data-store-hot-spot-coordinate-0">drag data store hot spot coordinate</a>, - its <a href="#drag-data-store-mode" id="drag-data-store-mode-0">drag data store mode</a> is <a href="#concept-dnd-p" id="concept-dnd-p-0" title="concept-dnd-p">protected mode</a>, and its <a href="#drag-data-store-allowed-effects-state" id="drag-data-store-allowed-effects-state-0">drag data - store allowed effects state</a> is the string "<code title="">uninitialized</code>".<h4 id="the-datatransfer-interface"><span class="secno">7.7.3 </span>The <code><a href="#datatransfer" id="datatransfer-1">DataTransfer</a></code> interface</h4><p><code><a href="#datatransfer" id="datatransfer-2">DataTransfer</a></code> objects are used to expose the - <a href="#drag-data-store" id="drag-data-store-3">drag data store</a> that underlies a drag-and-drop + <a href="#drag-data-store-item-list">drag data store item list</a> is empty, it has no + <a href="#drag-data-store-default-feedback">drag data store default feedback</a>, its <a href="#drag-data-store-elements-list">drag data + store elements list</a> is empty, it has no <a href="#drag-data-store-bitmap">drag data store + bitmap</a> / <a href="#drag-data-store-hot-spot-coordinate">drag data store hot spot coordinate</a>, + its <a href="#drag-data-store-mode">drag data store mode</a> is <a href="#concept-dnd-p" title="concept-dnd-p">protected mode</a>, and its <a href="#drag-data-store-allowed-effects-state">drag data + store allowed effects state</a> is the string "<code title="">uninitialized</code>".<h4 id="the-datatransfer-interface"><span class="secno">7.7.3 </span>The <code><a href="#datatransfer">DataTransfer</a></code> interface</h4><p><code><a href="#datatransfer">DataTransfer</a></code> objects are used to expose the + <a href="#drag-data-store">drag data store</a> that underlies a drag-and-drop operation.<pre class="idl">interface <dfn id="datatransfer">DataTransfer</dfn> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a>; - readonly attribute <a href="#datatransferitems" id="datatransferitems-0">DataTransferItems</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-items" title='Read about this "items" reference in the full HTML5 spec.'>items</a>; + readonly attribute <a href="#datatransferitems">DataTransferItems</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-items" title='Read about this "items" reference in the full HTML5 spec.'>items</a>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a>(in Element image, in long x, in long y); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a>(in Element element); @@ -664,11 +591,11 @@ </dd> - <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-items"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-items" title='Read about this "items" reference in the full HTML5 spec.'>items</a></code></dt> + <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-items"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-items" title='Read about this "items" reference in the full HTML5 spec.'>items</a></code></dt> <dd> - <p>Returns a <code><a href="#datatransferitems" id="datatransferitems-1">DataTransferItems</a></code> object, with the drag data.</p> + <p>Returns a <code><a href="#datatransferitems">DataTransferItems</a></code> object, with the drag data.</p> </dd> @@ -696,7 +623,7 @@ <dd> <p>Returns a <code>DOMStringList</code> listing the formats that - were set in the <code title="event-dragstart"><a href="#event-dragstart" id="dragstart-1">dragstart</a></code> + were set in the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> event. In addition, if any files are being dragged, then one of the types will be the string "<code title="">Files</code>".</p> @@ -739,29 +666,24 @@ </dd> - </dl><p><code><a href="#datatransfer" id="datatransfer-3">DataTransfer</a></code> objects are used during the <a href="#dndevents">drag-and-drop events</a>, and are only valid while - those events are being dispatched.<h5 id="the-datatransferitems-interface"><span class="secno">7.7.3.1 </span>The <code><a href="#datatransferitems" id="datatransferitems-2">DataTransferItems</a></code> interface</h5><p>Each <code><a href="#datatransfer" id="datatransfer-4">DataTransfer</a></code> object is associated with a - <code><a href="#datatransferitems" id="datatransferitems-3">DataTransferItems</a></code> object.<pre class="idl">interface <dfn id="datatransferitems">DataTransferItems</dfn> { - readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a href="#datatransferitem" id="datatransferitem-0">DataTransferItem</a> (in unsigned long index); - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-removeitem" title='Read about this "deleter" reference in the full HTML5 spec.'>deleter</a> void (in unsigned long index); - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-clear" title='Read about this "clear" reference in the full HTML5 spec.'>clear</a>(); + </dl><p><code><a href="#datatransfer">DataTransfer</a></code> objects are used during the <a href="#dndevents">drag-and-drop events</a>, and are only valid while + those events are being dispatched.<h5 id="the-datatransferitems-interface"><span class="secno">7.7.3.1 </span>The <code><a href="#datatransferitems">DataTransferItems</a></code> interface</h5><p>Each <code><a href="#datatransfer">DataTransfer</a></code> object is associated with a + <code><a href="#datatransferitems">DataTransferItems</a></code> object.<pre class="idl">interface <dfn id="datatransferitems">DataTransferItems</dfn> { + readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a href="#datatransferitem">DataTransferItem</a> (in unsigned long index); + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-removeitem" title='Read about this "deleter" reference in the full HTML5 spec.'>deleter</a> void (in unsigned long index); + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-clear" title='Read about this "clear" reference in the full HTML5 spec.'>clear</a>(); - <a href="#datatransferitem" id="datatransferitem-1">DataTransferItem</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in DOMString data, in DOMString type);<!-- -DND-v3: <span>DataTransferItem</span> <span title="dom-DataTransferItems-add">add</span>(in <span>Blob</span> data);--> - <a href="#datatransferitem" id="datatransferitem-2">DataTransferItem</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <span>File</span> data);<!-- -DND-v4: <span>DataTransferItem</span> <span title="dom-DataTransferItems-add">add</span>(in any data, in DOMString type);--><!-- -DND-v5: <span>DataTransferItem</span> <span title="dom-DataTransferItems-add">add</span>(in <span>DataTransferPromise</span> data);--> -};</pre><dl class="domintro"><dt><var title="">items</var> . <code title="dom-DataTransferItems-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt> + <a href="#datatransferitem">DataTransferItem</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in DOMString data, in DOMString type); <a href="#datatransferitem">DataTransferItem</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <span>File</span> data);};</pre><dl class="domintro"><dt><var title="">items</var> . <code title="dom-DataTransferItems-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt> - <dd><p>Returns the number of items in the <a href="#drag-data-store" id="drag-data-store-4">drag data store</a>.</dd> + <dd><p>Returns the number of items in the <a href="#drag-data-store">drag data store</a>.</dd> <dt><var title="">items</var>[<var title="">index</var>]</dt> <dd> - <p>Returns the <code><a href="#datatransferitem" id="datatransferitem-3">DataTransferItem</a></code> object representing the <var title="">index</var>th entry in the <a href="#drag-data-store" id="drag-data-store-5">drag data store</a>.</p> + <p>Returns the <code><a href="#datatransferitem">DataTransferItem</a></code> object representing the <var title="">index</var>th entry in the <a href="#drag-data-store">drag data store</a>.</p> </dd> @@ -770,183 +692,157 @@ <dd> - <p>Removes the <var title="">index</var>th entry in the <a href="#drag-data-store" id="drag-data-store-6">drag data store</a>.</p> + <p>Removes the <var title="">index</var>th entry in the <a href="#drag-data-store">drag data store</a>.</p> </dd> - <dt><var title="">items</var> . <code title="dom-DataTransferItems-clear"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-clear" title='Read about this "clear" reference in the full HTML5 spec.'>clear</a></code>()</dt> + <dt><var title="">items</var> . <code title="dom-DataTransferItems-clear"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-clear" title='Read about this "clear" reference in the full HTML5 spec.'>clear</a></code>()</dt> <dd> - <p>Removes all the entries in the <a href="#drag-data-store" id="drag-data-store-7">drag data store</a>.</p> + <p>Removes all the entries in the <a href="#drag-data-store">drag data store</a>.</p> </dd> - <dt><var title="">items</var> . <code title="dom-DataTransferItems-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>)</dt> - <dt><var title="">items</var> . <code title="dom-DataTransferItems-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>, <var title="">type</var>)</dt> + <dt><var title="">items</var> . <code title="dom-DataTransferItems-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>)</dt> + <dt><var title="">items</var> . <code title="dom-DataTransferItems-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitems-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>, <var title="">type</var>)</dt> <dd> - <p>Adds a new entry for the given data to the <a href="#drag-data-store" id="drag-data-store-8">drag data - store</a>. If the data is plain text <!-- DND-v4: or an object --> + <p>Adds a new entry for the given data to the <a href="#drag-data-store">drag data + store</a>. If the data is plain text then a <var title="">type</var> string has to be provided also.</p> </dd> - </dl><h5 id="the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code><a href="#datatransferitem" id="datatransferitem-4">DataTransferItem</a></code> interface</h5><p>Each <code><a href="#datatransferitem" id="datatransferitem-5">DataTransferItem</a></code> object is associated with a - <code><a href="#datatransfer" id="datatransfer-5">DataTransfer</a></code> object.<pre class="idl">interface <dfn id="datatransferitem">DataTransferItem</dfn> { - readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-kind" title='Read about this "kind" reference in the full HTML5 spec.'>kind</a>; - readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-getasstring" title='Read about this "getAsString" reference in the full HTML5 spec.'>getAsString</a>(in <a href="#functionstringcallback" id="functionstringcallback-0">FunctionStringCallback</a> callback);<!-- -DND-v3: <span>Blob</span> <span title="dom-DataTransferItem-getAsBlob">getAsBlob</span>();--> - <span>File</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-getasfile" title='Read about this "getAsFile" reference in the full HTML5 spec.'>getAsFile</a>();<!-- -DND-v4: void <span title="dom-DataTransferItem-getAsObject">getAsObject</span>(in <span>FunctionObjectCallback</span> callback);--> -}; + </dl><h5 id="the-datatransferitem-interface"><span class="secno">7.7.3.2 </span>The <code><a href="#datatransferitem">DataTransferItem</a></code> interface</h5><p>Each <code><a href="#datatransferitem">DataTransferItem</a></code> object is associated with a + <code><a href="#datatransfer">DataTransfer</a></code> object.<pre class="idl">interface <dfn id="datatransferitem">DataTransferItem</dfn> { + readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-kind" title='Read about this "kind" reference in the full HTML5 spec.'>kind</a>; + readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-getasstring" title='Read about this "getAsString" reference in the full HTML5 spec.'>getAsString</a>(in <a href="#functionstringcallback">FunctionStringCallback</a> callback); <span>File</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-getasfile" title='Read about this "getAsFile" reference in the full HTML5 spec.'>getAsFile</a>();}; [Callback=FunctionOnly, NoInterfaceObject] interface <dfn id="functionstringcallback">FunctionStringCallback</dfn> { void <span title="dom-FunctionStringCallback-handleEvent">handleEvent</span>(in DOMString data); -};<!-- - -// DND-v4: -[Callback=FunctionOnly, NoInterfaceObject] -interface <dfn>FunctionObjectCallback</dfn> { - void <span title="dom-FunctionObjectCallback-handleEvent">handleEvent</span>(in DOMString data); -};--></pre><dl class="domintro"><dt><var title="">item</var> . <code title="dom-DataTransferItem-kind"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-kind" title='Read about this "kind" reference in the full HTML5 spec.'>kind</a></code></dt> +};</pre><dl class="domintro"><dt><var title="">item</var> . <code title="dom-DataTransferItem-kind"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-kind" title='Read about this "kind" reference in the full HTML5 spec.'>kind</a></code></dt> <dd> - <p>Returns <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-1">the drag data item kind</a>, one of: "string", - <!-- DND-v3: "blob", --> "file"<!-- DND-v4: , "object" -->.</p> + <p>Returns <a href="#the-drag-data-item-kind">the drag data item kind</a>, one of: "string", + "file".</p> </dd> - <dt><var title="">item</var> . <code title="dom-DataTransferItem-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt> + <dt><var title="">item</var> . <code title="dom-DataTransferItem-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt> <dd> - <p>Returns <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string-1">the drag data item type string</a>.</p> + <p>Returns <a href="#the-drag-data-item-type-string">the drag data item type string</a>.</p> </dd> - <dt><var title="">item</var> . <code title="dom-DataTransferItem-getAsString"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-getasstring" title='Read about this "getAsString" reference in the full HTML5 spec.'>getAsString</a></code>(<var title="">callback</var>)</dt> + <dt><var title="">item</var> . <code title="dom-DataTransferItem-getAsString"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-getasstring" title='Read about this "getAsString" reference in the full HTML5 spec.'>getAsString</a></code>(<var title="">callback</var>)</dt> <dd> - <p>Invokes the callback with the string data as the argument, if <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-2">the drag data item kind</a> is <i>Plain Unicode string</i>.</p> + <p>Invokes the callback with the string data as the argument, if <a href="#the-drag-data-item-kind">the drag data item kind</a> is <i>Plain Unicode string</i>.</p> </dd> -<!-- DND-v3: - <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsBlob">getAsBlob</code>()</dt> - <dd> - - <p>Returns a <code>Blob</code> object, if <span>the drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p> - - </dd> ---> - <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransferitem-getasfile" title='Read about this "getAsFile" reference in the full HTML5 spec.'>getAsFile</a></code>()</dt> + <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransferitem-getasfile" title='Read about this "getAsFile" reference in the full HTML5 spec.'>getAsFile</a></code>()</dt> <dd> - <p>Returns a <code>File</code> object, if <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-3">the drag data item kind</a> is <i>File</i>.</p> + <p>Returns a <code>File</code> object, if <a href="#the-drag-data-item-kind">the drag data item kind</a> is <i>File</i>.</p> </dd> -<!-- DND-v4: - <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile">getAsFile</code>()</dt> - <dd> - - <p>Invokes the callback with the cloned object data as the argument, if <span>the drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p> - - </dd> ---> - </dl><h4 id="the-dragevent-interface"><span class="secno">7.7.4 </span>The <code><a href="#dragevent" id="dragevent-0">DragEvent</a></code> interface</h4><p>The drag-and-drop processing model involves several events. They - all use the <code><a href="#dragevent" id="dragevent-1">DragEvent</a></code> interface.<pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> { - readonly attribute <a href="#datatransfer" id="datatransfer-6">DataTransfer</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a>; + </dl><h4 id="the-dragevent-interface"><span class="secno">7.7.4 </span>The <code><a href="#dragevent">DragEvent</a></code> interface</h4><p>The drag-and-drop processing model involves several events. They + all use the <code><a href="#dragevent">DragEvent</a></code> interface.<pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> { + readonly attribute <a href="#datatransfer">DataTransfer</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a>; - void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-initdragevent" title='Read about this "initDragEvent" reference in the full HTML5 spec.'>initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg<!-- used to be viewArg, back when we had views -->, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer" id="datatransfer-7">DataTransfer</a> dataTransferArg); + void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-initdragevent" title='Read about this "initDragEvent" reference in the full HTML5 spec.'>initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer">DataTransfer</a> dataTransferArg); };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a></code></dt> <dd> - <p>Returns the <code><a href="#datatransfer" id="datatransfer-8">DataTransfer</a></code> object for the event.</p> + <p>Returns the <code><a href="#datatransfer">DataTransfer</a></code> object for the event.</p> </dd> </dl><h4 id="dndevents"><span class="secno">7.7.5 </span>Events summary</h4><p><i>This section is non-normative.</i><p>The following events are involved in the drag-and-drop model.<table><thead><tr><th> Event Name </th> <th> Target </th> - <!-- <th> Bubbles? </th> --> + <th> Cancelable? </th> - <th> <a href="#drag-data-store-mode" id="drag-data-store-mode-1">Drag data store mode</a> </th> - <!-- <th> <code title="dom-DataTransfer-effectAllowed">effectAllowed</code> </th> --> + <th> <a href="#drag-data-store-mode">Drag data store mode</a> </th> + <th> <code title="dom-DataTransfer-dropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> </th> <th> Default Action </th> <tbody><tr><td><dfn id="event-dragstart" title="event-dragstart"><code>dragstart</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>✓ Cancelable</td> - <td><a href="#concept-dnd-rw" id="concept-dnd-rw-0" title="concept-dnd-rw">Read/write mode</a> - <!-- <td>"<code title="">uninitialized</code>"</td> --> + <td><a href="#concept-dnd-rw" title="concept-dnd-rw">Read/write mode</a> + <td>"<code title="">none</code>"</td> <td>Initiate the drag-and-drop operation</td> <tr><td><dfn id="event-drag" title="event-drag"><code>drag</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>✓ Cancelable</td> - <td><a href="#concept-dnd-p" id="concept-dnd-p-1" title="concept-dnd-p">Protected mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a> + <td>"<code title="">none</code>"</td> <td>Continue the drag-and-drop operation</td> <tr><td><dfn id="event-dragenter" title="event-dragenter"><code>dragenter</code></dfn></td> - <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection" title='Read about this "Immediate user selection" reference in the full HTML5 spec.'>Immediate user selection</a> or <a href="dom.html#the-body-element" id="the-body-element-7">the body element</a></td> - <!-- <td>✓ Bubbles</td> --> + <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection" title='Read about this "Immediate user selection" reference in the full HTML5 spec.'>Immediate user selection</a> or <a href="dom.html#the-body-element">the body element</a></td> + <td>✓ Cancelable</td> - <td><a href="#concept-dnd-p" id="concept-dnd-p-2" title="concept-dnd-p">Protected mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a> + <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td> <td>Reject <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection" title='Read about this "immediate user selection" reference in the full HTML5 spec.'>immediate user selection</a> as potential <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "target element" reference in the full HTML5 spec.'>target element</a></td> <tr><td><dfn id="event-dragleave" title="event-dragleave"><code>dragleave</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Previous target element" reference in the full HTML5 spec.'>Previous target element</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>—</td> - <td><a href="#concept-dnd-p" id="concept-dnd-p-3" title="concept-dnd-p">Protected mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a> + <td>"<code title="">none</code>"</td> <td>None</td> <tr><td><dfn id="event-dragover" title="event-dragover"><code>dragover</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>✓ Cancelable</td> - <td><a href="#concept-dnd-p" id="concept-dnd-p-4" title="concept-dnd-p">Protected mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a> + <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td> <td>Reset the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "current drag operation" reference in the full HTML5 spec.'>current drag operation</a> to "none"</td> <tr><td><dfn id="event-drop" title="event-drop"><code>drop</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>✓ Cancelable</td> - <td><a href="#concept-dnd-ro" id="concept-dnd-ro-0" title="concept-dnd-ro">Read-only mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-ro" title="concept-dnd-ro">Read-only mode</a> + <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td> <td>Varies</td> <tr><td><dfn id="event-dragend" title="event-dragend"><code>dragend</code></dfn></td> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td> - <!-- <td>✓ Bubbles</td> --> + <td>—</td> - <td><a href="#concept-dnd-p" id="concept-dnd-p-5" title="concept-dnd-p">Protected mode</a> - <!-- <td>Same as last event</td> --> + <td><a href="#concept-dnd-p" title="concept-dnd-p">Protected mode</a> + <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td> <td>Varies</td> </table><p>Not shown in the above table: all these events bubble, and the <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> attribute always has the value it had after the previous event was fired, defaulting to "<code title="">uninitialized</code>" in the - <code title="event-dragstart"><a href="#event-dragstart" id="dragstart-2">dragstart</a></code> event.<h4 id="the-draggable-attribute"><span class="secno">7.7.6 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements" id="html-elements-36">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-1">draggable</a></code> content attribute set. The - <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-2">draggable</a></code> attribute is an - <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-18">enumerated attribute</a>. It has three states. The first + <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> event.<h4 id="the-draggable-attribute"><span class="secno">7.7.6 </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 the keyword <code title="">false</code>. The third state is <i>auto</i>; it has no keywords but it is the <i>missing value @@ -959,13 +855,13 @@ <p>Returns true if the element is draggable; otherwise, returns false.</p> - <p>Can be set, to override the default and set the <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-3">draggable</a></code> content attribute.</p> + <p>Can be set, to override the default and set the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute.</p> </dd> - </dl><h4 id="the-dropzone-attribute"><span class="secno">7.7.7 </span>The <dfn title="attr-dropzone"><code>dropzone</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements" id="html-elements-37">HTML elements</a> may have the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-4">dropzone</a></code> content attribute set. When - specified, its value must be an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-4">unordered set of unique - space-separated tokens</a> that are <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-21">ASCII + </dl><h4 id="the-dropzone-attribute"><span class="secno">7.7.7 </span>The <dfn title="attr-dropzone"><code>dropzone</code></dfn> attribute</h4><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> content attribute set. When + specified, its value must be an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique + space-separated tokens</a> that are <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>. The allowed values are the following:<dl><dt><dfn id="attr-dropzone-copy" title="attr-dropzone-copy"><code>copy</code></dfn></dt> <dd><p>Indicates that dropping an accepted item on the element will @@ -986,58 +882,34 @@ <dt>Any keyword with three characters or more, beginning with the two characters U+0073 LATIN SMALL LETTER S and U+003A COLON or - U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-22">ASCII + U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">s:</code>")<dt> - </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-4">the drag data item - kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string-2">the drag data + </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item + kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string">the drag data item type string</a> set to a value that matches the remainder of the keyword are accepted.</dd> -<!--DND-v3: - <dt>Any keyword with three characters or more, beginning with the - two characters U+0062 LATIN SMALL LETTER B and U+003A COLON or - U+0042 LATIN CAPITAL LETTER B and U+003A COLON (i.e. an <span>ASCII - case-insensitive</span> match for the string "<code - title="">b:</code>")<dt> - - <dd><p>Indicates that items with <span>the drag data item - kind</span> <i>Blob</i>, <i>File</i>, or <i>Plain Unicode - string</i> and <span>the drag data item type string</span> set to a - value that matches the remainder of the keyword are - accepted.</p></dd> ---> <dt>Any keyword with three characters or more, beginning with the two characters U+0066 LATIN SMALL LETTER F and U+003A COLON or - U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-23">ASCII + U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">f:</code>")<dt> - </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind-5">the drag data item - kind</a> <i>File</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string-3">the drag data item type + </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item + kind</a> <i>File</i> and <a href="#the-drag-data-item-type-string">the drag data item type string</a> set to a value that matches the remainder of the keyword are accepted.</dd> -<!--DND-v4: - <dt>Any keyword with three characters or more, beginning with the - two characters U+006F LATIN SMALL LETTER O and U+003A COLON or - U+004F LATIN CAPITAL LETTER O and U+003A COLON (i.e. an <span>ASCII - case-insensitive</span> match for the string "<code - title="">o:</code>")<dt> - <dd><p>Indicates that items with <span>the drag data item type - string</span> set to a value that matches the remainder of the - keyword are accepted.</p></dd> ---> - - </dl><p>The <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-5">dropzone</a></code> content + </dl><p>The <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> content attribute's values must not have more than one of the three feedback - values (<code title="attr-dropzone-copy"><a href="#attr-dropzone-copy" id="copy">copy</a></code>, <code title="attr-dropzone-move"><a href="#attr-dropzone-move" id="move">move</a></code>, and <code title="attr-dropzone-link"><a href="#attr-dropzone-link" id="link-64">link</a></code>) specified. If none are - specified, the <code title="attr-dropzone-copy"><a href="#attr-dropzone-copy" id="copy-0">copy</a></code> value is + values (<code title="attr-dropzone-copy"><a href="#attr-dropzone-copy">copy</a></code>, <code title="attr-dropzone-move"><a href="#attr-dropzone-move">move</a></code>, and <code title="attr-dropzone-link"><a href="#attr-dropzone-link">link</a></code>) specified. If none are + specified, the <code title="attr-dropzone-copy"><a href="#attr-dropzone-copy">copy</a></code> value is implied.<div class="example"> - <p>In this example, a <code><a href="grouping-content.html#the-div-element" id="div-16">div</a></code> element is made into a drop - target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone-6">dropzone</a></code> attribute. Images dropped + <p>In this example, a <code><a href="grouping-content.html#the-div-element">div</a></code> element is made into a drop + target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute. Images dropped into the target are then displayed.</p> <pre><div dropzone="copy f:image/png f:image/gif f:image/jpeg" ondrop="receive(event, this)"> @@ -1056,85 +928,7 @@ } </script></pre> - </div><!-- - <h4>Copy and paste</h4> - - <p>Copy-and-paste is a form of drag-and-drop: the "copy" part is - equivalent to dragging content to another application (the - "clipboard"), and the "paste" part is equivalent to dragging content - <em>from</em> another application.</p> - - <p>Select-and-paste (a model used by mouse operations in the X - Window System) is equivalent to a drag-and-drop operation where the - source is the selection.</p> - - - <div class="impl"> - - <h5>Copy to clipboard</h5> - - <p>When the user invokes a copy operation, the user agent must act - as if the user had invoked a drag on the current selection. If the - drag-and-drop operation initiates, then the user agent must act as - if the user had indicated (as the <span>immediate user - selection</span>) a hypothetical application representing the - clipboard. Then, the user agent must act as if the user had ended - the drag-and-drop operation without canceling it. If the - drag-and-drop operation didn't get canceled, the user agent should - then follow the relevant platform-specific conventions for copy - operations (e.g. updating the clipboard).</p> - - <p>The events involved in this process are the <code - title="event-dragstart">dragstart</code>, <code - title="event-drag">drag</code>, and <code - title="event-dragend">dragend</code> events.</p> - - - <h5>Cut to clipboard</h5> - - <p>When the user invokes a cut operation, the user agent must act as - if the user had invoked a copy operation (see the previous section), - followed, if the copy was completed successfully, by <a - href="#contenteditable-delete">a selection delete operation</a>.</p> - - <p>The events involved in this process are the <code - title="event-dragstart">dragstart</code>, <code - title="event-drag">drag</code>, and <code - title="event-dragend">dragend</code> events.</p> - - - <h5>Paste from clipboard</h5> - - <p>When the user invokes a clipboard paste operation, the user agent - must act as if the user had invoked a drag on a hypothetical - application representing the clipboard, setting the data associated - with the drag as the content on the clipboard (in whatever formats - are available).</p> - - <p>Then, the user agent must act as if the user had indicated (as - the <span>immediate user selection</span>) the element with the - keyboard focus, and then ended the drag-and-drop operation without - canceling it.</p> - - <p>The events involved in this process are the <code - title="event-dragenter">dragenter</code>, <code - title="event-dragover">dragover</code>, <code - title="event-dragleave">dragleave</code>, and <code - title="event-drop">drop</code> events.</p> - - - <h5>Paste from selection</h5> - - <p>When the user invokes a selection paste operation, the user agent - must act as if the user had invoked a drag on the current selection, - then indicated (as the <span>immediate user selection</span>) the - element with the keyboard focus, and then ended the drag-and-drop - operation without canceling it.</p> - - <p>All the drag-and-drop events can be involved in this process.</p> - - </div> ---><h3 id="editing-apis"><span class="secno">7.8 </span>Editing APIs</h3><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>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.8 </span>Editing APIs</h3><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt> <dd> @@ -1191,12 +985,12 @@ corresponding meanings, are as follows. <dl><dt><dfn id="command-bold" title="command-bold"><code>bold</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is bold.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-0">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: True if the selection, or the caret, if there is no selection, is, or is contained within, a - <code><a href="text-level-semantics.html#the-b-element" id="b-15">b</a></code> element. False otherwise.</dd> + <code><a href="text-level-semantics.html#the-b-element">b</a></code> element. False otherwise.</dd> <dd><strong>Value</strong>: The string "<code title="">true</code>" if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> @@ -1207,7 +1001,7 @@ added, the user agent will ask the user for the address. Otherwise, the third argument will be used as the address.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-1">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1217,7 +1011,7 @@ <dd><strong>Summary</strong>: Deletes the selection or the character before the cursor.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-2">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1229,7 +1023,7 @@ specify an element that is a <dfn id="formatblock-candidate"><code title="">formatBlock</code> candidate</dfn>, does nothing.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-3">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1239,7 +1033,7 @@ <dd><strong>Summary</strong>: Deletes the selection or the character after the cursor.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-4">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1251,7 +1045,7 @@ added, the user agent will ask the user for the address. Otherwise, the third argument will be used as the address.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-5">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1261,7 +1055,7 @@ <dd><strong>Summary</strong>: Replaces the selection with the value of the third argument parsed as HTML.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-6">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1270,7 +1064,7 @@ <dt><dfn id="command-insertlinebreak" title="command-insertLineBreak"><code>insertLineBreak</code></dfn></dt> <dd><strong>Summary</strong>: Inserts a line break.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-7">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1279,7 +1073,7 @@ <dt><dfn id="command-insertorderedlist" title="command-insertOrderedList"><code>insertOrderedList</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is an ordered list.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-8">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1288,7 +1082,7 @@ <dt><dfn id="command-insertunorderedlist" title="command-insertUnorderedList"><code>insertUnorderedList</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is an unordered list.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-9">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1297,7 +1091,7 @@ <dt><dfn id="command-insertparagraph" title="command-insertParagraph"><code>insertParagraph</code></dfn></dt> <dd><strong>Summary</strong>: Inserts a paragraph break.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-10">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1306,7 +1100,7 @@ <dt><dfn id="command-inserttext" title="command-insertText"><code>insertText</code></dfn></dt> <dd><strong>Summary</strong>: Inserts the text given in the third parameter.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-11">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> @@ -1315,12 +1109,12 @@ <dt><dfn id="command-italic" title="command-italic"><code>italic</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is italic.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-12">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: True if the selection, or the caret, if there is no selection, is, or is contained within, a - <code><a href="text-level-semantics.html#the-i-element" id="i-24">i</a></code> element. False otherwise.</dd> + <code><a href="text-level-semantics.html#the-i-element">i</a></code> element. False otherwise.</dd> <dd><strong>Value</strong>: The string "<code title="">true</code>" if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> @@ -1346,12 +1140,12 @@ <dt><dfn id="command-subscript" title="command-subscript"><code>subscript</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is subscripted.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-13">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: True if the selection, or the caret, if there is no selection, is, or is contained within, a - <code><a href="text-level-semantics.html#the-sub-and-sup-elements" id="sub-7">sub</a></code> element. False otherwise.</dd> + <code><a href="text-level-semantics.html#the-sub-and-sup-elements">sub</a></code> element. False otherwise.</dd> <dd><strong>Value</strong>: The string "<code title="">true</code>" if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> @@ -1359,12 +1153,12 @@ <dt><dfn id="command-superscript" title="command-superscript"><code>superscript</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is superscripted.</dd> - <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands" id="ready-for-editing-host-commands-14">ready for + <dd><strong>Enabled When</strong>: The document is <a href="#ready-for-editing-host-commands">ready for editing host commands</a>.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: True if the selection, or the caret, if there is no selection, is, or is contained within, a - <code><a href="text-level-semantics.html#the-sub-and-sup-elements" id="sup-5">sup</a></code> element. False otherwise.</dd> + <code><a href="text-level-semantics.html#the-sub-and-sup-elements">sup</a></code> element. False otherwise.</dd> <dd><strong>Value</strong>: The string "<code title="">true</code>" if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> @@ -1385,7 +1179,7 @@ <dd><strong>Enabled When</strong>: The document has a selection that is entirely within an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a> and that contains (either partially or completely) at least one - <code><a href="text-level-semantics.html#the-a-element" id="a-57">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-25">href</a></code> attribute.</dd> + <code><a href="text-level-semantics.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute.</dd> <dd><strong>Indeterminate When</strong>: Never.</dd> <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> @@ -1412,8 +1206,4 @@ - </dl><!-- -v2 (well, really v0): - "forecolor", "hilitecolor", "fontname", "fontsize", "justifyleft", - "justifycenter", "justifyright", "justifyfull", "indent", "outdent" ---> \ No newline at end of file + </dl> \ No newline at end of file Index: links.html =================================================================== RCS file: /sources/public/html5/spec-author-view/links.html,v retrieving revision 1.415 retrieving revision 1.416 diff -u -d -r1.415 -r1.416 --- links.html 13 Apr 2011 07:54:39 -0000 1.415 +++ links.html 20 Apr 2011 12:21:14 -0000 1.416 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.12 Links — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.12 Links — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,19 +335,19 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="commands.html">← 4.11.5 Commands</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="browsers.html">5 Loading Web pages →</a> <ol class="toc"><li><ol><li><a href="links.html#links"><span class="secno">4.12 </span>Links</a> - <ol><li><a href="links.html#introduction-2"><span class="secno">4.12.1 </span>Introduction</a><li><a href="links.html#links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a><li><a href="links.html#linkTypes"><span class="secno">4.12.3 </span>Link types</a> - <ol><li><a href="links.html#rel-alternate" id="x4.12.3.1-link-type-alternate"><span class="secno">4.12.3.1 </span>Link type "<code>alternate</code>"</a><li><a href="links.html#link-type-author" id="x4.12.3.2-link-type-author"><span class="secno">4.12.3.2 </span>Link type "<code>author</code>"</a><li><a href="links.html#link-type-bookmark" id="x4.12.3.3-link-type-bookmark"><span class="secno">4.12.3.3 </span>Link type "<code>bookmark</code>"</a><li><a href="links.html#link-type-external" id="x4.12.3.4-link-type-external"><span class="secno">4.12.3.4 </span>Link type "<code>external</code>"</a><li><a href="links.html#link-type-help" id="x4.12.3.5-link-type-help"><span class="secno">4.12.3.5 </span>Link type "<code>help</code>"</a><li><a href="links.html#rel-icon" id="x4.12.3.6-link-type-icon"><span class="secno">4.12.3.6 </span>Link type "<code>icon</code>"</a><li><a href="links.html#link-type-license" id="x4.12.3.7-link-type-license"><span class="secno">4.12.3.7 </span>Link type "<code>license</code>"/a><li><a href="links.html#link-type-nofollow" id="x4.12.3.8-link-type-nofollow"><span class="secno">4.12.3.8 </span>Link type "<code>nofollow</code>"</a><li><a href="links.html#link-type-noreferrer" id="x4.12.3.9-link-type-noreferrer"><span class="secno">4.12.3.9 </span>Link type "<code>noreferrer</code>"</a><li><a href="links.html#link-type-pingback" id="x4.12.3.10-link-type-pingback"><span class="secno">4.12.3.10 </span>Link type "<code>pingback</code>"</a><li><a href="links.html#link-type-prefetch" id="x4.12.3.11-link-type-prefetch"><span class="secno">4.12.3.11 </span>Link type "<code>prefetch</code>"</a><li><a href="links.html#link-type-search" id="x4.12.3.12-link-type-search"><span class="secno">4.12.3.12 </span>Link type "<code>search</code>"</a><li><a href="links.html#link-type-sidebar" id="x4.12.3.13-link-type-sidebar"><span class="secno">4.12.3.13 </span>Link type "<code>sidebar</code>"</a><li><a href="links.html#link-type-stylesheet" id="x4.12.3.14-link-type-stylesheet"><span class="secno">4.12..14 </span>Link type "<code>stylesheet</code>"</a><li><a href="links.html#link-type-tag" id="x4.12.3.15-link-type-tag"><span class="secno">4.12.3.15 </span>Link type "<code>tag</code>"</a><li><a href="links.html#sequential-link-types"><span class="secno">4.12.3.16 </span>Sequential link types</a> - <ol><li><a href="links.html#link-type-next" id="x4.12.3.16.1-link-type-next"><span class="secno">4.12.3.16.1 </span>Link type "<code>next</code>"</a><li><a href="links.html#link-type-prev" id="x4.12.3.16.2-link-type-prev"><span class="secno">4.12.3.16.2 </span>Link type "<code>prev</code>"</a></ol><li><a href="links.html#other-link-types"><span class="secno">4.12.3.17 </span>Other link types</a></ol></ol><li><a href="links.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a> + <ol><li><a href="links.html#introduction-2"><span class="secno">4.12.1 </span>Introduction</a><li><a href="links.html#links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <code>a</code> and <code>area</code> elements</a><li><a href="links.html#linkTypes"><span class="secno">4.12.4 </span>Link types</a> + <ol><li><a href="links.html#rel-alternate"><span class="secno">4.12.4.1 </span>Link type "<code>alternate</code>"</a><li><a href="links.html#link-type-author"><span class="secno">4.12.4.2 </span>Link type "<code>author</code>"</a><li><a href="links.html#link-type-bookmark"><span class="secno">4.12.4.3 </span>Link type "<code>bookmark</code>"</a><li><a href="links.html#link-type-external"><span class="secno">4.12.4.4 </span>Link type "<code>external</code>"</a><li><a href="links.html#link-type-help"><span class="secno">4.12.4.5 </span>Link type "<code>help</code>"</a><li><a href="links.html#rel-icon"><span class="secno">4.12.4.6 </span>Link type "<code>icon</code>"</a><li><a href="links.html#link-type-license"><span class="secno">4.12.4.7 </span>Link type "<code>license</code>"</a><li><a href="links.html#link-type-nofollow"><span class="secno">4.12.4.8 </span>Link type "<code>nofollow</code>"</a><li><a href="links.html#link-type-noreferrer"><span class="secno">4.12.4.9 </span>Link type "<code>noreferrr</code>"</a><li><a href="links.html#link-type-pingback"><span class="secno">4.12.4.10 </span>Link type "<code>pingback</code>"</a><li><a href="links.html#link-type-prefetch"><span class="secno">4.12.4.11 </span>Link type "<code>prefetch</code>"</a><li><a href="links.html#link-type-search"><span class="secno">4.12.4.12 </span>Link type "<code>search</code>"</a><li><a href="links.html#link-type-sidebar"><span class="secno">4.12.4.13 </span>Link type "<code>sidebar</code>"</a><li><a href="links.html#link-type-stylesheet"><span class="secno">4.12.4.14 </span>Link type "<code>stylesheet</code>"</a><li><a href="links.html#link-type-tag"><span class="secno">4.12.4.15 </span>Link type "<code>tag</code>"</a><li><a href="links.html#sequential-link-types"><span class="secno">4.12.4.16 </span>Sequential link types</a> + <ol><li><a href="links.html#link-type-next"><span class="secno">4.12.4.16.1 </span>Link type "<code>next</code>"</a><li><a href="links.html#link-type-prev"><span class="secno">4.12.4.16.2 </span>Link type "<code>prev</code>"</a></ol><li><a href="links.html#other-link-types"><span class="secno">4.12.4.17 </span>Other link types</a></ol></ol><li><a href="links.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a> <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a><li><a href="links.html#rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</a><li><a href="links.html#tag-clouds"><span class="secno">4.13.3 </span>Tag clouds</a><li><a href="links.html#conversations"><span class="secno">4.13.4 </span>Conversations</a><li><a href="links.html#footnotes"><span class="secno">4.13.5 </span>Footnotes</a></ol></ol></ol></div> - <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" id="a-24">a</a></code>, - <code><a href="the-map-element.html#the-area-element" id="area-19">area</a></code>, and <code><a href="semantics.html#the-link-element" id="link-26">link</a></code> elements, that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> a connection between two + <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 class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> a connection between two resources, one of which is the current <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. There are two kinds of links in HTML:<dl><dt><dfn id="external-resource-link" title="external resource link">Links to external resources</dfn></dt> @@ -366,168 +363,158 @@ the user agent to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> to those resources, e.g. to visit them in a browser or download them.</dd> - </dl><p>For <code><a href="semantics.html#the-link-element" id="link-27">link</a></code> elements with an <code title="attr-link-href"><a href="semantics.html#attr-link-href" id="href-4">href</a></code> attribute and a <code title="attr-link-rel"><a href="semantics.html#attr-link-rel" id="rel-5">rel</a></code> attribute, links must be created - for the keywords of the <code title="attr-link-rel"><a href="semantics.html#attr-link-rel" id="rel-6">rel</a></code> - attribute, as defined for those keywords in the <a href="#linkTypes">link types</a> section.<p>Similarly, for <code><a href="text-level-semantics.html#the-a-element" id="a-25">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-20">area</a></code> elements with - an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href" id="href-19">href</a></code> attribute and a - <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-16">rel</a></code> attribute, links must be - created for the keywords of the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-17">rel</a></code> attribute as defined for those + </dl><p>For <code><a href="semantics.html#the-link-element">link</a></code> elements with an <code title="attr-link-href"><a href="semantics.html#attr-link-href">href</a></code> attribute and a <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">rel</a></code> attribute, links must be created + for the keywords of the <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">rel</a></code> + attribute, as defined for those keywords in the <a href="#linkTypes">link types</a> section.<p>Similarly, 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 with + an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute and a + <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute, links must be + created for the keywords of the <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute as defined for those keywords in the <a href="#linkTypes">link types</a> section. Unlike - <code><a href="semantics.html#the-link-element" id="link-28">link</a></code> elements, however, <code><a href="text-level-semantics.html#the-a-element" id="a-26">a</a></code> and - <code><a href="the-map-element.html#the-area-element" id="area-21">area</a></code> element with an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href" id="href-20">href</a></code> attribute that either do not - have a <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-18">rel</a></code> attribute, or - whose <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-19">rel</a></code> attribute has no - keywords that are defined as specifying <a href="#hyperlink" id="hyperlink-12" title="hyperlink">hyperlinks</a>, must also create a - <a href="#hyperlink" id="hyperlink-13">hyperlink</a>. This implied hyperlink has no special + <code><a href="semantics.html#the-link-element">link</a></code> elements, however, <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> element with an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute that either do not + have a <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute, or + whose <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute has no + keywords that are defined as specifying <a href="#hyperlink" title="hyperlink">hyperlinks</a>, must also create a + <a href="#hyperlink">hyperlink</a>. This implied hyperlink has no special meaning (it has no <a href="#linkTypes">link type</a>) beyond linking the element's document to the resource given by the - element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href" id="href-21">href</a></code> - attribute.<p>A <a href="#hyperlink" id="hyperlink-14">hyperlink</a> can have one or more <dfn id="hyperlink-annotation" title="hyperlink annotation">hyperlink annotations</dfn> that modify - the processing semantics of that hyperlink.<h4 id="links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <code><a href="text-level-semantics.html#the-a-element" id="a-27">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-22">area</a></code> elements</h4><p>The <dfn id="attr-hyperlink-href" title="attr-hyperlink-href"><code>href</code></dfn> - attribute on <code><a href="text-level-semantics.html#the-a-element" id="a-28">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-23">area</a></code> elements must have - a value that is a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-5">valid URL potentially surrounded by - spaces</a>.<p class="note">The <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href" id="href-22">href</a></code> - attribute on <code><a href="text-level-semantics.html#the-a-element" id="a-29">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-24">area</a></code> elements is not - required; when those elements do not have <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href" id="href-23">href</a></code> attributes they do not + element's <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> + attribute.<p>A <a href="#hyperlink">hyperlink</a> can have one or more <dfn id="hyperlink-annotation" title="hyperlink annotation">hyperlink annotations</dfn> that modify + the processing semantics of that hyperlink.<h4 id="links-created-by-a-and-area-elements"><span class="secno">4.12.2 </span>Links created by <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</h4><p>The <dfn id="attr-hyperlink-href" title="attr-hyperlink-href"><code>href</code></dfn> + attribute on <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 must have + a value that is a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by + spaces</a>.<p class="note">The <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> + attribute on <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 is not + required; when those elements do not have <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attributes they do not create hyperlinks.<p>The <dfn id="attr-hyperlink-target" title="attr-hyperlink-target"><code>target</code></dfn> - attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name-or-keyword" id="valid-browsing-context-name-or-keyword-2">valid browsing context name - or keyword</a>. It gives the name of the <a href="browsers.html#browsing-context" id="browsing-context-9">browsing + attribute, if present, must be a <a href="browsers.html#valid-browsing-context-name-or-keyword">valid browsing context name + or keyword</a>. It gives the name of the <a href="browsers.html#browsing-context">browsing context</a> that will be used. <p>The <dfn id="attr-hyperlink-rel" title="attr-hyperlink-rel"><code>rel</code></dfn> - attribute on <code><a href="text-level-semantics.html#the-a-element" id="a-30">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-25">area</a></code> elements controls + attribute on <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 controls what kinds of links the elements create. The attribue's value must - be a <a href="common-microsyntaxes.html#set-of-space-separated-tokens" id="set-of-space-separated-tokens-8">set of space-separated tokens</a>. The <a href="#linkTypes">allowed keywords and their meanings</a> are - defined below.<p>The <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-20">rel</a></code> attribute has + be a <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a>. The <a href="#linkTypes">allowed keywords and their meanings</a> are + defined below.<p>The <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute has no default value. If the attribute is omitted or if none of the values in the attribute are recognized by the user agent, then the document has no particular relationship with the destination resource other than there being a hyperlink between the two.<p>The <dfn id="attr-hyperlink-media" title="attr-hyperlink-media"><code>media</code></dfn> attribute describes for which media the target document was - designed. It is purely advisory. The value must be a <a href="common-microsyntaxes.html#valid-media-query" id="valid-media-query-3">valid - media query</a>. The default, if the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media" id="media-12">media</a></code> attribute is omitted, is + designed. It is purely advisory. The value must be a <a href="common-microsyntaxes.html#valid-media-query">valid + media query</a>. The default, if the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code> attribute is omitted, is "<code title="">all</code>".<p>The <dfn id="attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code></dfn> - attribute on <code><a href="text-level-semantics.html#the-a-element" id="a-31">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-26">area</a></code> elements that - create <a href="#hyperlink" id="hyperlink-15" title="hyperlink">hyperlinks</a>, if present, gives + attribute on <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 that + create <a href="#hyperlink" title="hyperlink">hyperlinks</a>, if present, gives the language of the linked resource. It is purely advisory. The value must be a valid BCP 47 language tag. <a href="references.html#refsBCP47">[BCP47]</a> <p>The <dfn id="attr-hyperlink-type" title="attr-hyperlink-type"><code>type</code></dfn> - attribute, if present, gives the <a href="infrastructure.html#mime-type" id="mime-type-11">MIME type</a> of the + attribute, if present, gives the <a href="infrastructure.html#mime-type">MIME type</a> of the linked resource. It is purely advisory. The value must be a - <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-7">valid MIME type</a>. <h4 id="linkTypes"><span class="secno">4.12.3 </span>Link types</h4><p>The following table summarizes the link types that are defined by + <a href="infrastructure.html#valid-mime-type">valid MIME type</a>. <h4 id="linkTypes"><span class="secno">4.12.3 </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>In this section, the term <i>referenced document</i> refers to the resource identified by the element representing the link, and the term <i>current document</i> refers to the resource within which the element representing the link finds itself.<p>Except where otherwise specified, a keyword must not be specified - more than once per <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-21">rel</a></code> + more than once per <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code> attribute.<p>The link types that contain no U+003A COLON characters (:), - including all those defined in this specification, are <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-17">ASCII + including all those defined in this specification, are <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> values.<p class="example">Thus, <code title="">rel="next"</code> is the same as <code title="">rel="NEXT"</code>.<table><thead><tr><th rowspan="2">Link type</th> <th colspan="2">Effect on...</th> <th rowspan="2">Brief description</th> - <tr><th><code><a href="semantics.html#the-link-element" id="link-29">link</a></code></th> - <th><code><a href="text-level-semantics.html#the-a-element" id="a-32">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-27">area</a></code></th> - <tbody><tr><td><code title="rel-alternate"><a href="#rel-alternate" id="alternate">alternate</a></code></td> <!-- second most used <link rel> value --> - <td><a href="#hyperlink" id="hyperlink-16">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-17">Hyperlink</a></td> + <tr><th><code><a href="semantics.html#the-link-element">link</a></code></th> + <th><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></th> + <tbody><tr><td><code title="rel-alternate"><a href="#rel-alternate">alternate</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Gives alternate representations of the current document.</td> - <tr><td><code title="rel-author"><a href="#link-type-author" id="author-0">author</a></code></td> - <td><a href="#hyperlink" id="hyperlink-18">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-19">Hyperlink</a></td> + <tr><td><code title="rel-author"><a href="#link-type-author">author</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Gives a link to the current document's author.</td> - <tr><td><code title="rel-bookmark"><a href="#link-type-bookmark" id="bookmark">bookmark</a></code></td> <!-- fourth most used <a rel> value --> + <tr><td><code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code></td> <td><em>not allowed</em></td> - <td><a href="#hyperlink" id="hyperlink-20">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Gives the permalink for the nearest ancestor section.</td> - </tr><!-- (commented out on the assumption that rel=contact is really XFN) - <tr> - <td><code title="rel-contact">contact</code></td> <!- 8th most used <a rel> value -> - <td><span>Hyperlink</span></td> - <td><span>Hyperlink</span></td> - <td>Gives a link to contact information for the current document.</td> - </tr> ---><tr><td><code title="rel-external"><a href="#link-type-external" id="external">external</a></code></td> <!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") --> + <tr><td><code title="rel-external"><a href="#link-type-external">external</a></code></td> <td><em>not allowed</em></td> - <td><a href="#hyperlink" id="hyperlink-21">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Indicates that the referenced document is not part of the same site as the current document.</td> - <tr><td><code title="rel-help"><a href="#link-type-help" id="help">help</a></code></td> - <td><a href="#hyperlink" id="hyperlink-22">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-23">Hyperlink</a></td> + <tr><td><code title="rel-help"><a href="#link-type-help">help</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Provides a link to context-sensitive help.</td> - <tr><td><code title="rel-icon"><a href="#rel-icon" id="icon-3">icon</a></code></td> <!-- link rel="shortcut icon" and its ilk are the fourth, sixth, and ninth most used values --> - <td><a href="#external-resource-link" id="external-resource-link-3" title="external resource link">External Resource</a></td> + <tr><td><code title="rel-icon"><a href="#rel-icon">icon</a></code></td> + <td><a href="#external-resource-link" title="external resource link">External Resource</a></td> <td><em>not allowed</em></td> <td>Imports an icon to represent the current document.</td> - <tr><td><code title="rel-license"><a href="#link-type-license" id="license">license</a></code></td> <!-- seventh most used <a rel> value --> - <td><a href="#hyperlink" id="hyperlink-24">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-25">Hyperlink</a></td> + <tr><td><code title="rel-license"><a href="#link-type-license">license</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Indicates that the main content of the current document is covered by the copyright license described by the referenced document.</td> - <tr><td><code title="rel-next"><a href="#link-type-next" id="next-0">next</a></code></td> - <td><a href="#hyperlink" id="hyperlink-26">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-27">Hyperlink</a></td> + <tr><td><code title="rel-next"><a href="#link-type-next">next</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Indicates that the current document is a part of a series, and that the next document in the series is the referenced document.</td> - <tr><td><code title="rel-nofollow"><a href="#link-type-nofollow" id="nofollow">nofollow</a></code></td> <!-- most used <a rel> value (and sixth most used is "external nofollow") --> + <tr><td><code title="rel-nofollow"><a href="#link-type-nofollow">nofollow</a></code></td> <td><em>not allowed</em></td> - <td><a href="#hyperlink-annotation" id="hyperlink-annotation-0" title="hyperlink annotation">Annotation</a></td> + <td><a href="#hyperlink-annotation" title="hyperlink annotation">Annotation</a></td> <td>Indicates that the current document's original author or publisher does not endorse the referenced document.</td> - <tr><td><code title="rel-noreferrer"><a href="#link-type-noreferrer" id="noreferrer-0">noreferrer</a></code></td> + <tr><td><code title="rel-noreferrer"><a href="#link-type-noreferrer">noreferrer</a></code></td> <td><em>not allowed</em></td> - <td><a href="#hyperlink-annotation" id="hyperlink-annotation-1" title="hyperlink annotation">Annotation</a></td> + <td><a href="#hyperlink-annotation" title="hyperlink annotation">Annotation</a></td> <td>Requires that the user agent not send an HTTP <code title="http-referer">Referer</code> (sic) header if the user follows the hyperlink.</td> - <tr><td><code title="rel-pingback"><a href="#link-type-pingback" id="pingback">pingback</a></code></td> - <td><a href="#external-resource-link" id="external-resource-link-4" title="external resource link">External Resource</a></td> + <tr><td><code title="rel-pingback"><a href="#link-type-pingback">pingback</a></code></td> + <td><a href="#external-resource-link" title="external resource link">External Resource</a></td> <td><em>not allowed</em></td> <td>Gives the address of the pingback server that handles pingbacks to the current document.</td> - <tr><td><code title="rel-prefetch"><a href="#link-type-prefetch" id="prefetch">prefetch</a></code></td> - <td><a href="#external-resource-link" id="external-resource-link-5" title="external resource link">External Resource</a></td> - <td><a href="#external-resource-link" id="external-resource-link-6" title="external resource link">External Resource</a></td> + <tr><td><code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code></td> + <td><a href="#external-resource-link" title="external resource link">External Resource</a></td> + <td><a href="#external-resource-link" title="external resource link">External Resource</a></td> <td>Specifies that the target resource should be preemptively cached.</td> - <tr><td><code title="rel-prev"><a href="#link-type-prev" id="prev">prev</a></code></td> <!-- prev is used more than previous --> - <td><a href="#hyperlink" id="hyperlink-28">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-29">Hyperlink</a></td> + <tr><td><code title="rel-prev"><a href="#link-type-prev">prev</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Indicates that the current document is a part of a series, and that the previous document in the series is the referenced document.</td> - <tr><td><code title="rel-search"><a href="#link-type-search" id="search">search</a></code></td> <!-- used quite a bit --> - <td><a href="#hyperlink" id="hyperlink-30">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-31">Hyperlink</a></td> + <tr><td><code title="rel-search"><a href="#link-type-search">search</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Gives a link to a resource that can be used to search through the current document and its related pages.</td> - <tr><td><code title="rel-sidebar"><a href="#link-type-sidebar" id="sidebar">sidebar</a></code></td> <!-- used quite a bit --> - <td><a href="#hyperlink" id="hyperlink-32">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-33">Hyperlink</a></td> + <tr><td><code title="rel-sidebar"><a href="#link-type-sidebar">sidebar</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one).</td> - <tr><td><code title="rel-stylesheet"><a href="#link-type-stylesheet" id="stylesheet-0">stylesheet</a></code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... --> - <td><a href="#external-resource-link" id="external-resource-link-7" title="external resource link">External Resource</a></td> + <tr><td><code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code></td> + <td><a href="#external-resource-link" title="external resource link">External Resource</a></td> <td><em>not allowed</em></td> <td>Imports a stylesheet.</td> - <tr><td><code title="rel-tag"><a href="#link-type-tag" id="tag">tag</a></code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). --> - <td><a href="#hyperlink" id="hyperlink-34">Hyperlink</a></td> - <td><a href="#hyperlink" id="hyperlink-35">Hyperlink</a></td> + <tr><td><code title="rel-tag"><a href="#link-type-tag">tag</a></code></td> + <td><a href="#hyperlink">Hyperlink</a></td> + <td><a href="#hyperlink">Hyperlink</a></td> <td>Gives a tag (identified by the given address) that applies to the current document.</td> - </table><!-- v2 ideas: - * rel="related" // see also - * http://microformats.org/wiki/rel-enclosure - --><h5 id="rel-alternate"><span class="secno">4.12.3.1 </span>Link type "<dfn title="rel-alternate"><code>alternate</code></dfn>"</h5><p>The <code title="rel-alternate"><a href="#rel-alternate" id="alternate-0">alternate</a></code> keyword may be - used with <code><a href="semantics.html#the-link-element" id="link-30">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-33">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-28">area</a></code> + </table><h5 id="rel-alternate"><span class="secno">4.12.3.1 </span>Link type "<dfn title="rel-alternate"><code>alternate</code></dfn>"</h5><p>The <code title="rel-alternate"><a href="#rel-alternate">alternate</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.<p>The meaning of this keyword depends on the values of the other - attributes.<dl class="switch"><dt>If the element is a <code><a href="semantics.html#the-link-element" id="link-31">link</a></code> element and the <code title="attr-link-rel"><a href="semantics.html#attr-link-rel" id="rel-7">rel</a></code> attribute also contains the - keyword <code title="rel-stylesheet"><a href="#link-type-stylesheet" id="stylesheet-1">stylesheet</a></code></dt> + attributes.<dl class="switch"><dt>If the element is a <code><a href="semantics.html#the-link-element">link</a></code> element and the <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">rel</a></code> attribute also contains the + keyword <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code></dt> <dd> - <p>The <code title="rel-alternate"><a href="#rel-alternate" id="alternate-1">alternate</a></code> keyword - modifies the meaning of the <code title="rel-stylesheet"><a href="#link-type-stylesheet" id="stylesheet-2">stylesheet</a></code> keyword in the way - described for that keyword. The <code title="rel-alternate"><a href="#rel-alternate" id="alternate-2">alternate</a></code> keyword does not create a + <p>The <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword + modifies the meaning of the <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword in the way + described for that keyword. The <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword does not create a link of its own.</p> </dd> - <dt>The <code title="rel-alternate"><a href="#rel-alternate" id="alternate-3">alternate</a></code> keyword is - used with the <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type" id="type-102">type</a></code> + <dt>The <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword is + used with the <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attribute set to the value <code title="">application/rss+xml</code> or the value <code title="">application/atom+xml</code></dt> <dd> - <p>The keyword creates a <a href="#hyperlink" id="hyperlink-36">hyperlink</a> referencing a + <p>The keyword creates a <a href="#hyperlink">hyperlink</a> referencing a syndication feed (though not necessarily syndicating exactly the same content as the current page).</p> @@ -540,29 +527,29 @@ <dd> - <p>The keyword creates a <a href="#hyperlink" id="hyperlink-37">hyperlink</a> referencing an + <p>The keyword creates a <a href="#hyperlink">hyperlink</a> referencing an alternate representation of the current document.</p> - <p>The nature of the referenced document is given by the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media" id="media-13">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang" id="hreflang-5">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type" id="type-103">type</a></code> attributes.</p> + <p>The nature of the referenced document is given by the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes.</p> - <p>If the <code title="rel-alternate"><a href="#rel-alternate" id="alternate-4">alternate</a></code> keyword is - used with the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media" id="media-14">media</a></code> + <p>If the <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword is + used with the <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code> attribute, it indicates that the referenced document is intended for use with the media specified.</p> - <p>If the <code title="rel-alternate"><a href="#rel-alternate" id="alternate-5">alternate</a></code> keyword is - used with the <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang" id="hreflang-6">hreflang</a></code> - attribute, and that attribute's value differs from the <a href="infrastructure.html#root-element" id="root-element-9">root - element</a>'s <a href="obsolete.html#language">language</a>, it indicates that the + <p>If the <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword is + used with the <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code> + attribute, and that attribute's value differs from the <a href="infrastructure.html#root-element">root + element</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#language" title='Read about this "language" reference in the full HTML5 spec.'>language</a>, it indicates that the referenced document is a translation.</p> - <p>If the <code title="rel-alternate"><a href="#rel-alternate" id="alternate-6">alternate</a></code> keyword is - used with the <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type" id="type-104">type</a></code> + <p>If the <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword is + used with the <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attribute, it indicates that the referenced document is a reformulation of the current document in the specified format.</p> - <p>The <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media" id="media-15">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang" id="hreflang-7">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type" id="type-105">type</a></code> attributes can be combined - when specified with the <code title="rel-alternate"><a href="#rel-alternate" id="alternate-7">alternate</a></code> + <p>The <code title="attr-hyperlink-media"><a href="#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="#attr-hyperlink-type">type</a></code> attributes can be combined + when specified with the <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword.</p> <div class="example"> @@ -575,30 +562,30 @@ </div> <p>This relationship is transitive — that is, if a document - links to two other documents with the link type "<code title="rel-alternate"><a href="#rel-alternate" id="alternate-8">alternate</a></code>", then, in addition to + links to two other documents with the link type "<code title="rel-alternate"><a href="#rel-alternate">alternate</a></code>", then, in addition to implying that those documents are alternative representations of the first document, it is also implying that those two documents are alternative representations of each other.</p> </dd> - </dl><h5 id="link-type-author"><span class="secno">4.12.3.2 </span>Link type "<dfn title="rel-author"><code>author</code></dfn>"</h5><p>The <code title="rel-author"><a href="#link-type-author" id="author-1">author</a></code> keyword may be - used with <code><a href="semantics.html#the-link-element" id="link-32">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-34">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-29">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-38">hyperlink</a>.<p>For <code><a href="text-level-semantics.html#the-a-element" id="a-35">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-30">area</a></code> elements, the <code title="rel-author"><a href="#link-type-author" id="author-2">author</a></code> keyword indicates that the + </dl><h5 id="link-type-author"><span class="secno">4.12.3.2 </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>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 - the nearest <code><a href="sections.html#the-article-element" id="article-21">article</a></code> element ancestor of the element + the nearest <code><a href="sections.html#the-article-element">article</a></code> element ancestor of the element defining the hyperlink, if there is one, or of the page as a whole, - otherwise.<p>For <code><a href="semantics.html#the-link-element" id="link-33">link</a></code> elements, the <code title="rel-author"><a href="#link-type-author" id="author-3">author</a></code> keyword indicates that the + otherwise.<p>For <code><a href="semantics.html#the-link-element">link</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 for the page as a whole.<p class="note">The "referenced document" can be, and often is, a <code title="">mailto:</code> URL giving the e-mail address of the - author. <a href="references.html#refsMAILTO">[MAILTO]</a><h5 id="link-type-bookmark"><span class="secno">4.12.3.3 </span>Link type "<dfn title="rel-bookmark"><code>bookmark</code></dfn>"</h5><p>The <code title="rel-bookmark"><a href="#link-type-bookmark" id="bookmark-0">bookmark</a></code> keyword may be - used with <code><a href="text-level-semantics.html#the-a-element" id="a-36">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-31">area</a></code> elements. This - keyword creates a <a href="#hyperlink" id="hyperlink-39">hyperlink</a>.<p>The <code title="rel-bookmark"><a href="#link-type-bookmark" id="bookmark-1">bookmark</a></code> keyword gives a - permalink for the nearest ancestor <code><a href="sections.html#the-article-element" id="article-22">article</a></code> element of + author. <a href="references.html#refsMAILTO">[MAILTO]</a><h5 id="link-type-bookmark"><span class="secno">4.12.3.3 </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>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 the linking element in question, or of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#associatedSection" title='Read about this "the section the linking element is most closely associated with" reference in the full HTML5 spec.'>the section the linking element is most closely associated with</a>, if there are no ancestor - <code><a href="sections.html#the-article-element" id="article-23">article</a></code> elements.<div class="example"> + <code><a href="sections.html#the-article-element">article</a></code> elements.<div class="example"> <p>The following snippet has three permalinks. A user agent could determine which permalink applies to which part of the spec by looking at where the permalinks are given.</p> @@ -622,39 +609,13 @@ </article> </body> ...</pre> - </div><!-- (commented out on the assumption that rel=contact is really XFN) - <h5>Link type "<dfn title="rel-contact"><code>contact</code></dfn>"</h5> - - <p>The <code title="rel-contact">contact</code> keyword may be used - with <code>link</code>, <code>a</code>, and <code>area</code> - elements. This keyword creates a <span>hyperlink</span>.</p> - - <p>For <code>a</code> and <code>area</code> elements, the <code - title="rel-contact">contact</code> keyword indicates that the - referenced document provides further contact information for the - author of the nearest <code>article</code> element ancestor of the - element defining the hyperlink, if there is one, or of the page as a - whole, otherwise.</p> - - <div class="impl"> - - <p>User agents must treat any hyperlink in an <code>address</code> - element as having the <code title="rel-contact">contact</code> link - type specified.</p> - - </div> - - <p>For <code>link</code> elements, the <code - 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.3.4 </span>Link type "<dfn title="rel-external"><code>external</code></dfn>"</h5><p>The <code title="rel-external"><a href="#link-type-external" id="external-0">external</a></code> keyword may be - used with <code><a href="text-level-semantics.html#the-a-element" id="a-37">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-32">area</a></code> elements. This - keyword creates a <a href="#hyperlink" id="hyperlink-40">hyperlink</a>.<p>The <code title="rel-external"><a href="#link-type-external" id="external-1">external</a></code> keyword indicates + </div><h5 id="link-type-external"><span class="secno">4.12.3.4 </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>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.<h5 id="link-type-help"><span class="secno">4.12.3.5 </span>Link type "<dfn title="rel-help"><code>help</code></dfn>"</h5><p>The <code title="rel-help"><a href="#link-type-help" id="help-0">help</a></code> keyword may be used with - <code><a href="semantics.html#the-link-element" id="link-34">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-38">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-33">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-41">hyperlink</a>.<p>For <code><a href="text-level-semantics.html#the-a-element" id="a-39">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-34">area</a></code> elements, the <code title="rel-help"><a href="#link-type-help" id="help-1">help</a></code> keyword indicates that the referenced + that the current document forms a part of.<h5 id="link-type-help"><span class="secno">4.12.3.5 </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>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 element defining the hyperlink, and its children.<div class="example"> @@ -665,21 +626,21 @@ <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" id="link-35">link</a></code> elements, the <code title="rel-help"><a href="#link-type-help" id="help-2">help</a></code> keyword indicates that the referenced - document provides help for the page as a whole.<h5 id="rel-icon"><span class="secno">4.12.3.6 </span>Link type "<dfn title="rel-icon"><code>icon</code></dfn>"</h5><p>The <code title="rel-icon"><a href="#rel-icon" id="icon-4">icon</a></code> keyword may be used with - <code><a href="semantics.html#the-link-element" id="link-36">link</a></code> elements. This keyword creates an <a href="#external-resource-link" id="external-resource-link-8" title="external resource link">external resource link</a>.<p>Icons could be auditory icons, visual icons, or other kinds of + </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.<h5 id="rel-icon"><span class="secno">4.12.3.6 </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>Icons could be auditory icons, visual icons, or other kinds of icons. <p>The <dfn id="attr-link-sizes" title="attr-link-sizes"><code>sizes</code></dfn> attribute gives the sizes of icons for visual media.<p>If specified, the attribute must have a value that is an - <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-3">unordered set of unique space-separated tokens</a>, which - are <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-18">ASCII case-insensitive</a>. The values must all be - either an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-19">ASCII case-insensitive</a> match for the string - "<code title="attr-link-sizes-any"><a href="#attr-link-sizes-any" id="any">any</a></code>", or a value that - consists of two <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-14" title="valid non-negative integer">valid + <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a>, which + are <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>. The values must all be + either an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string + "<code title="attr-link-sizes-any"><a href="#attr-link-sizes-any">any</a></code>", or a value that + consists of two <a href="common-microsyntaxes.html#valid-non-negative-integer" title="valid non-negative integer">valid non-negative integers</a> that do not have a leading U+0030 DIGIT ZERO (0) character and that are separated by a single U+0078 LATIN SMALL LETTER X or U+0058 LATIN CAPITAL LETTER X character.<p>The keywords represent icon sizes.<p>The <dfn id="attr-link-sizes-any" title="attr-link-sizes-any"><code>any</code></dfn> keyword represents that the resource contains a scalable icon, e.g. as - provided by an SVG image.<p>The keywords specified on the <code title="attr-link-sizes"><a href="#attr-link-sizes" id="sizes-1">sizes</a></code> attribute must not represent + provided by an SVG image.<p>The keywords specified on the <code title="attr-link-sizes"><a href="#attr-link-sizes">sizes</a></code> attribute must not represent icon sizes that are not actually available in the linked resource.<div class="example"> @@ -702,9 +663,9 @@ <body> ...</pre> - </div><h5 id="link-type-license"><span class="secno">4.12.3.7 </span>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5><p>The <code title="rel-license"><a href="#link-type-license" id="license-0">license</a></code> keyword may be used - with <code><a href="semantics.html#the-link-element" id="link-37">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-40">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-35">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-42">hyperlink</a>.<p>The <code title="rel-license"><a href="#link-type-license" id="license-1">license</a></code> keyword indicates + </div><h5 id="link-type-license"><span class="secno">4.12.3.7 </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>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword indicates that the referenced document provides the copyright license terms under which the main content of the current document is provided.<p>This specification does not specify how to distinguish between @@ -740,7 +701,7 @@ </body> </html></pre> - <p>In this case the <code title="rel-license"><a href="#link-type-license" id="license-2">license</a></code> + <p>In this case the <code title="rel-license"><a href="#link-type-license">license</a></code> applies to just the photo (the main content of the document), not the whole document. In particular not the design of the page itself, which is covered by the copyright given at the bottom of @@ -749,49 +710,48 @@ photograph, while having the page copyright in light small text at the foot of the page.</p> - </div><h5 id="link-type-nofollow"><span class="secno">4.12.3.8 </span>Link type "<dfn title="rel-nofollow"><code>nofollow</code></dfn>"</h5><p>The <code title="rel-nofollow"><a href="#link-type-nofollow" id="nofollow-0">nofollow</a></code> keyword may be - used with <code><a href="text-level-semantics.html#the-a-element" id="a-41">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-36">area</a></code> elements. This - keyword does not create a <a href="#hyperlink" id="hyperlink-43">hyperlink</a>, but <a href="#hyperlink-annotation" id="hyperlink-annotation-2" title="hyperlink annotation">annotates</a> any other hyperlinks + </div><h5 id="link-type-nofollow"><span class="secno">4.12.3.8 </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 - create one).<p>The <code title="rel-nofollow"><a href="#link-type-nofollow" id="nofollow-1">nofollow</a></code> keyword indicates + create one).<p>The <code title="rel-nofollow"><a href="#link-type-nofollow">nofollow</a></code> keyword indicates 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.<h5 id="link-type-noreferrer"><span class="secno">4.12.3.9 </span>Link type "<dfn title="rel-noreferrer"><code>noreferrer</code></dfn>"</h5><p>The <code title="rel-noreferrer"><a href="#link-type-noreferrer" id="noreferrer-1">noreferrer</a></code> keyword may be - used with <code><a href="text-level-semantics.html#the-a-element" id="a-42">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-37">area</a></code> elements. This - keyword does not create a <a href="#hyperlink" id="hyperlink-44">hyperlink</a>, but <a href="#hyperlink-annotation" id="hyperlink-annotation-3" title="hyperlink annotation">annotates</a> any other hyperlinks + affiliated with the two pages.<h5 id="link-type-noreferrer"><span class="secno">4.12.3.9 </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 create one).<p>It indicates that no referrer information is to be leaked when - following the link.</p><!-- 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.3.10 </span>Link type "<dfn title="rel-pingback"><code>pingback</code></dfn>"</h5><p>The <code title="rel-pingback"><a href="#link-type-pingback" id="pingback-0">pingback</a></code> keyword may be - used with <code><a href="semantics.html#the-link-element" id="link-38">link</a></code> elements. This keyword creates an <a href="#external-resource-link" id="external-resource-link-9" title="external resource link">external resource link</a>.<p>For the semantics of the <code title="rel-pingback"><a href="#link-type-pingback" id="pingback-1">pingback</a></code> keyword, see the Pingback 1.0 - specification. <a href="references.html#refsPINGBACK">[PINGBACK]</a><h5 id="link-type-prefetch"><span class="secno">4.12.3.11 </span>Link type "<dfn title="rel-prefetch"><code>prefetch</code></dfn>"</h5><p>The <code title="rel-prefetch"><a href="#link-type-prefetch" id="prefetch-0">prefetch</a></code> keyword may be - used with <code><a href="semantics.html#the-link-element" id="link-39">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-43">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-38">area</a></code> - elements. This keyword creates an <a href="#external-resource-link" id="external-resource-link-10" title="external resource - link">external resource link</a>.<p>The <code title="rel-prefetch"><a href="#link-type-prefetch" id="prefetch-1">prefetch</a></code> keyword indicates + following the link.<h5 id="link-type-pingback"><span class="secno">4.12.3.10 </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>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><h5 id="link-type-prefetch"><span class="secno">4.12.3.11 </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>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>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch" id="prefetch-2">prefetch</a></code> keyword.<h5 id="link-type-search"><span class="secno">4.12.3.12 </span>Link type "<dfn title="rel-search"><code>search</code></dfn>"</h5><p>The <code title="rel-search"><a href="#link-type-search" id="search-0">search</a></code> keyword may be used - with <code><a href="semantics.html#the-link-element" id="link-40">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-44">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-39">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-45">hyperlink</a>.<p>The <code title="rel-search"><a href="#link-type-search" id="search-1">search</a></code> keyword indicates that + require this resource.<p>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword.<h5 id="link-type-search"><span class="secno">4.12.3.12 </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>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 class="note">OpenSearch description documents can be used with - <code><a href="semantics.html#the-link-element" id="link-41">link</a></code> elements and the <code title="rel-search"><a href="#link-type-search" id="search-2">search</a></code> link type to enable user agents to - autodiscover search interfaces. <a href="references.html#refsOPENSEARCH">[OPENSEARCH]</a><h5 id="link-type-sidebar"><span class="secno">4.12.3.13 </span>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5><p>The <code title="rel-sidebar"><a href="#link-type-sidebar" id="sidebar-0">sidebar</a></code> keyword may be used - with <code><a href="semantics.html#the-link-element" id="link-42">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-45">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-40">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-46">hyperlink</a>.<p>The <code title="rel-sidebar"><a href="#link-type-sidebar" id="sidebar-1">sidebar</a></code> keyword indicates + <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><h5 id="link-type-sidebar"><span class="secno">4.12.3.13 </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>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" id="secondary-browsing-context-0">secondary browsing context</a> (if possible), instead - of in the current <a href="browsers.html#browsing-context" id="browsing-context-10">browsing context</a>.<p>A <a href="#hyperlink" id="hyperlink-47">hyperlink</a> with the <code title="rel-sidebar"><a href="#link-type-sidebar" id="sidebar-2">sidebar</a></code> keyword specified is a <dfn id="rel-sidebar-hyperlink" title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.<h5 id="link-type-stylesheet"><span class="secno">4.12.3.14 </span>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5><p>The <code title="rel-stylesheet"><a href="#link-type-stylesheet" id="stylesheet-3">stylesheet</a></code> keyword may be - used with <code><a href="semantics.html#the-link-element" id="link-43">link</a></code> elements. This keyword creates an <a href="#external-resource-link" id="external-resource-link-11" title="external resource link">external resource link</a> that - contributes to the <a href="semantics.html#styling" id="styling-processing-model-2">styling processing model</a>.<p>The specified resource is a resource that describes how to + 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>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>.<h5 id="link-type-stylesheet"><span class="secno">4.12.3.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>The specified resource is a resource that describes how to present the document. Exactly how the resource is to be processed - depends on the actual type of the resource.<p>If the <code title="rel-alternate"><a href="#rel-alternate" id="alternate-9">alternate</a></code> keyword is - also specified on the <code><a href="semantics.html#the-link-element" id="link-44">link</a></code> element, then <dfn id="the-link-is-an-alternative-stylesheet">the link - is an alternative stylesheet</dfn>; in this case, the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-29">title</a></code> attribute must be specified on the - <code><a href="semantics.html#the-link-element" id="link-45">link</a></code> element, with a non-empty value.<p>The default type for resources given by the <code title="rel-stylesheet"><a href="#link-type-stylesheet" id="stylesheet-4">stylesheet</a></code> keyword is <code title="">text/css</code>.<h5 id="link-type-tag"><span class="secno">4.12.3.15 </span>Link type "<dfn title="rel-tag"><code>tag</code></dfn>"</h5><p>The <code title="rel-tag"><a href="#link-type-tag" id="tag-0">tag</a></code> keyword may be used - with <code><a href="semantics.html#the-link-element" id="link-46">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-46">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-41">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-48">hyperlink</a>.<p>The <code title="rel-tag"><a href="#link-type-tag" id="tag-1">tag</a></code> keyword indicates that the + depends on the actual type of the resource.<p>If the <code title="rel-alternate"><a href="#rel-alternate">alternate</a></code> keyword is + also specified on the <code><a href="semantics.html#the-link-element">link</a></code> element, then <dfn id="the-link-is-an-alternative-stylesheet">the link + is an alternative stylesheet</dfn>; in this case, the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute must be specified on the + <code><a href="semantics.html#the-link-element">link</a></code> element, with a non-empty value.<p>The default type for resources given by the <code title="rel-stylesheet"><a href="#link-type-stylesheet">stylesheet</a></code> keyword is <code title="">text/css</code>.<h5 id="link-type-tag"><span class="secno">4.12.3.15 </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>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 class="note">Since it indicates that the tag <em>applies to the current document</em>, it would be inappropriate to use this keyword @@ -799,17 +759,15 @@ the popular tag across a set of pages.<h5 id="sequential-link-types"><span class="secno">4.12.3.16 </span>Sequential link types</h5><p>Some documents form part of a sequence of documents.<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>A document may be part of multiple sequences.<h6 id="link-type-next"><span class="secno">4.12.3.16.1 </span>Link type "<dfn title="rel-next"><code>next</code></dfn>"</h6><p>The <code title="rel-next"><a href="#link-type-next" id="next-1">next</a></code> keyword may be used with - <code><a href="semantics.html#the-link-element" id="link-47">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-47">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-42">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-49">hyperlink</a>.<p>The <code title="rel-next"><a href="#link-type-next" id="next-2">next</a></code> keyword indicates that the + with no next sibling is the end of its sequence.<p>A document may be part of multiple sequences.<h6 id="link-type-next"><span class="secno">4.12.3.16.1 </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>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.<h6 id="link-type-prev"><span class="secno">4.12.3.16.2 </span>Link type "<dfn title="rel-prev"><code>prev</code></dfn>"</h6><p>The <code title="rel-prev"><a href="#link-type-prev" id="prev-0">prev</a></code> keyword may be used with - <code><a href="semantics.html#the-link-element" id="link-48">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-48">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-43">area</a></code> - elements. This keyword creates a <a href="#hyperlink" id="hyperlink-50">hyperlink</a>.<p>The <code title="rel-prev"><a href="#link-type-prev" id="prev-1">prev</a></code> keyword indicates that the + document that is the next logical document in the sequence.<h6 id="link-type-prev"><span class="secno">4.12.3.16.2 </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>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 - document that is the previous logical document in the sequence.<h5 id="other-link-types"><span class="secno">4.12.3.17 </span>Other link types</h5><!-- XXX should update this section to more closely match the wiki --><!-- possibly also applying the principles described here: - http://lists.w3.org/Archives/Public/public-html/2011Mar/0497.html - --><p><dfn id="concept-rel-extensions" title="concept-rel-extensions">Extensions to the predefined + document that is the previous logical document in the sequence.<h5 id="other-link-types"><span class="secno">4.12.3.17 </span>Other link types</h5><p><dfn id="concept-rel-extensions" title="concept-rel-extensions">Extensions to the predefined set of link types</dfn> may be registered in the <a href="http://microformats.org/wiki/existing-rel-values">Microformats wiki existing-rel-values page</a>. <a href="references.html#refsMFREL">[MFREL]</a><p>Anyone is free to edit the <span title="">Microformats wiki existing-rel-values page</span> at any time to add a type. Extension types must be specified with the following information:<dl><dt>Keyword</dt> @@ -821,12 +779,12 @@ only in case).</p> <p>If the value contains a U+003A COLON character (:), it must - also be an <a href="urls.html#absolute-url" id="absolute-url-7">absolute URL</a>.</p> + also be an <a href="urls.html#absolute-url">absolute URL</a>.</p> </dd> - <dt>Effect on... <code><a href="semantics.html#the-link-element" id="link-49">link</a></code></dt> + <dt>Effect on... <code><a href="semantics.html#the-link-element">link</a></code></dt> <dd> @@ -834,23 +792,23 @@ <dl><dt>Not allowed</dt> - <dd>The keyword must not be specified on <code><a href="semantics.html#the-link-element" id="link-50">link</a></code> + <dd>The keyword must not be specified on <code><a href="semantics.html#the-link-element">link</a></code> elements.</dd> <dt>Hyperlink</dt> - <dd>The keyword may be specified on a <code><a href="semantics.html#the-link-element" id="link-51">link</a></code> element; - it creates a <a href="#hyperlink" id="hyperlink-51">hyperlink</a>.</dd> + <dd>The keyword may be specified on a <code><a href="semantics.html#the-link-element">link</a></code> element; + it creates a <a href="#hyperlink">hyperlink</a>.</dd> <dt>External Resource</dt> - <dd>The keyword may be specified on a <code><a href="semantics.html#the-link-element" id="link-52">link</a></code> element; - it creates an <a href="#external-resource-link" id="external-resource-link-12">external resource link</a>.</dd> + <dd>The keyword may be specified on a <code><a href="semantics.html#the-link-element">link</a></code> element; + it creates an <a href="#external-resource-link">external resource link</a>.</dd> </dl></dd> - <dt>Effect on... <code><a href="text-level-semantics.html#the-a-element" id="a-49">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-44">area</a></code></dt> + <dt>Effect on... <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></dt> <dd> @@ -858,26 +816,26 @@ <dl><dt>Not allowed</dt> - <dd>The keyword must not be specified on <code><a href="text-level-semantics.html#the-a-element" id="a-50">a</a></code> and - <code><a href="the-map-element.html#the-area-element" id="area-45">area</a></code> elements.</dd> + <dd>The keyword must not be specified on <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.</dd> <dt>Hyperlink</dt> - <dd>The keyword may be specified on <code><a href="text-level-semantics.html#the-a-element" id="a-51">a</a></code> and - <code><a href="the-map-element.html#the-area-element" id="area-46">area</a></code> elements; it creates a - <a href="#hyperlink" id="hyperlink-52">hyperlink</a>.</dd> + <dd>The keyword may be specified on <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; it creates a + <a href="#hyperlink">hyperlink</a>.</dd> <dt>External Resource</dt> - <dd>The keyword may be specified on a <code><a href="text-level-semantics.html#the-a-element" id="a-52">a</a></code> and - <code><a href="the-map-element.html#the-area-element" id="area-47">area</a></code> elements; it creates an <a href="#external-resource-link" id="external-resource-link-13">external resource + <dd>The keyword may be specified on a <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; it creates an <a href="#external-resource-link">external resource link</a>.</dd> <dt>Hyperlink Annotation</dt> - <dd>The keyword may be specified on a <code><a href="text-level-semantics.html#the-a-element" id="a-53">a</a></code> and - <code><a href="the-map-element.html#the-area-element" id="area-48">area</a></code> elements; it <a href="#hyperlink-annotation" id="hyperlink-annotation-4" title="hyperlink - annotation">annotates</a> other <a href="#hyperlink" id="hyperlink-53" title="hyperlink">hyperlinks</a> created by the element.</dd> + <dd>The keyword may be specified on a <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; it <a href="#hyperlink-annotation" title="hyperlink + annotation">annotates</a> other <a href="#hyperlink" title="hyperlink">hyperlinks</a> created by the element.</dd> </dl></dd> @@ -955,23 +913,23 @@ </dl><p>Types defined as extensions in the <a href="http://microformats.org/wiki/existing-rel-values">Microformats wiki existing-rel-values 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" id="link-53">link</a></code>, <code><a href="text-level-semantics.html#the-a-element" id="a-54">a</a></code>, and <code><a href="the-map-element.html#the-area-element" id="area-49">area</a></code> elements + 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#refsMFREL">[MFREL]</a><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><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>The simplest solution is to not mark up the main content at all, and just leave it as implicit. Another way to think of this is that - the <code><a href="sections.html#the-body-element-0" id="body-24">body</a></code> elements marks up the main content of the + the <code><a href="sections.html#the-body-element-0">body</a></code> elements marks up the main content of the page, and the bits that aren't main content are excluded through the - use of more appropriate elements like <code><a href="sections.html#the-aside-element" id="aside-7">aside</a></code> and - <code><a href="sections.html#the-nav-element" id="nav-10">nav</a></code>.<div class="example"> + use of more appropriate elements like <code><a href="sections.html#the-aside-element">aside</a></code> and + <code><a href="sections.html#the-nav-element">nav</a></code>.<div class="example"> <p>Here is a short Web page marked up along this minimalistic school of thought. The main content is highlighted. Notice how all - the <em>other</em> content in the <code><a href="sections.html#the-body-element-0" id="body-25">body</a></code> is marked up + the <em>other</em> content in the <code><a href="sections.html#the-body-element-0">body</a></code> is marked up with elements to indicate that it's not part of the main content, - in this case <code><a href="sections.html#the-header-element" id="header-12">header</a></code>, <code><a href="sections.html#the-nav-element" id="nav-11">nav</a></code>, and - <code><a href="sections.html#the-footer-element" id="footer-14">footer</a></code>.</p> + in this case <code><a href="sections.html#the-header-element">header</a></code>, <code><a href="sections.html#the-nav-element">nav</a></code>, and + <code><a href="sections.html#the-footer-element">footer</a></code>.</p> <pre><!DOCTYPE HTML> <html> @@ -997,7 +955,7 @@ </div><p>If the main content is an independent unit of content that one could imagine syndicating independently, then the - <code><a href="sections.html#the-article-element" id="article-24">article</a></code> element would be appropriate to mark up the + <code><a href="sections.html#the-article-element">article</a></code> element would be appropriate to mark up the main content of the document.<div class="example"> <p>The document in the previous example is here recast as a blog @@ -1033,7 +991,7 @@ </div><p>If the main content is not an independent unit of content so much as a section of a larger work, for instance a chapter, then the - <code><a href="sections.html#the-section-element" id="section-13">section</a></code> element would be appropriate to mark up the + <code><a href="sections.html#the-section-element">section</a></code> element would be appropriate to mark up the main content of the document.<div class="example"> <p>Here is the same document, case as a chapter in an online @@ -1064,13 +1022,13 @@ </body> </html></pre> - </div><p>If neither <code><a href="sections.html#the-article-element" id="article-25">article</a></code> nor <code><a href="sections.html#the-section-element" id="section-14">section</a></code> would be + </div><p>If neither <code><a href="sections.html#the-article-element">article</a></code> nor <code><a href="sections.html#the-section-element">section</a></code> would be appropriate, but the main content still needs an explicit element, - for example for styling purposes, then the <code><a href="grouping-content.html#the-div-element" id="div-13">div</a></code> element + for example for styling purposes, then the <code><a href="grouping-content.html#the-div-element">div</a></code> element can be used.<div class="example"> <p>This is the same as the original example, but using - <code><a href="grouping-content.html#the-div-element" id="div-14">div</a></code> for the main content instead of leaving it + <code><a href="grouping-content.html#the-div-element">div</a></code> for the main content instead of leaving it implied:</p> <pre><!DOCTYPE HTML> @@ -1102,7 +1060,7 @@ </div><h4 id="rel-up"><span class="secno">4.13.2 </span>Bread crumb navigation</h4><p>This specification does not provide a machine-readable way of describing bread-crumb navigation menus. Authors are encouraged to - just use a series of links in a paragraph. The <code><a href="sections.html#the-nav-element" id="nav-12">nav</a></code> + just use a series of links in a paragraph. The <code><a href="sections.html#the-nav-element">nav</a></code> element can be used to mark the section containing these paragraphs as being navigation blocks.<div class="example"> @@ -1126,7 +1084,7 @@ </div><h4 id="tag-clouds"><span class="secno">4.13.3 </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" id="ul-12">ul</a></code> + encouraged to either mark up such lists using <code><a href="grouping-content.html#the-ul-element">ul</a></code> elements with explicit inline counts that are then hidden and turned into a presentational effect using a style sheet, or to use SVG.<div class="example"> @@ -1151,31 +1109,31 @@ <li class="tag-cloud-5"><a title="41 instances" href="/t/pear">pear</a> <span>(very popular)</span> </ul></pre> - <p>The actual frequency of each tag is given using the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-30">title</a></code> attribute. A CSS style sheet is + <p>The actual frequency of each tag is given using the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute. A CSS style sheet is provided to convert the markup into a cloud of differently-sized words, but for user agents that do not support CSS or are not visual, the markup contains annotations like "(popular)" or "(rare)" to categorize the various tags by frequency, thus enabling all users to benefit from the information.</p> - <p>The <code><a href="grouping-content.html#the-ul-element" id="ul-13">ul</a></code> element is used (rather than - <code><a href="grouping-content.html#the-ol-element" id="ol-15">ol</a></code>) because the order is not particularly important: + <p>The <code><a href="grouping-content.html#the-ul-element">ul</a></code> element is used (rather than + <code><a href="grouping-content.html#the-ol-element">ol</a></code>) because the order is not particularly important: while the list is in fact ordered alphabetically, it would convey the same information if ordered by, say, the length of the tag.</p> - <p>The <code title="rel-tag"><a href="#link-type-tag" id="tag-2">tag</a></code> <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel" id="rel-22">rel</a></code>-keyword is <em>not</em> used - on these <code><a href="text-level-semantics.html#the-a-element" id="a-55">a</a></code> elements because they do not represent tags + <p>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> <code title="attr-hyperlink-rel"><a href="#attr-hyperlink-rel">rel</a></code>-keyword is <em>not</em> used + on these <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements because they do not represent tags 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.4 </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 + </div><h4 id="conversations"><span class="secno">4.13.4 </span>Conversations</h4><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>Instead, authors are encouraged to mark up conversations using - <code><a href="grouping-content.html#the-p-element" id="p-22">p</a></code> elements and punctuation. Authors who need to mark + <code><a href="grouping-content.html#the-p-element">p</a></code> elements and punctuation. Authors who need to mark the speaker for styling purposes are encouraged to use - <code><a href="text-level-semantics.html#the-span-element" id="span-11">span</a></code> or <code><a href="text-level-semantics.html#the-b-element" id="b-14">b</a></code>. Paragraphs with their text - wrapped in the <code><a href="text-level-semantics.html#the-i-element" id="i-23">i</a></code> element can be used for marking up + <code><a href="text-level-semantics.html#the-span-element">span</a></code> or <code><a href="text-level-semantics.html#the-b-element">b</a></code>. Paragraphs with their text + wrapped in the <code><a href="text-level-semantics.html#the-i-element">i</a></code> element can be used for marking up stage directions.<div class="example"> <p>This example demonstrates this using an extract from Abbot and @@ -1199,13 +1157,13 @@ <p> <time>14:23</time> <b>egof</b> it's unarguably <p> <time>14:23</time> <i>* kaj blinks</i> <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.5 </span>Footnotes</h4><p>HTML does not have a dedicated mechanism for marking up - footnotes. Here are the recommended alternatives.<hr><p>For short inline annotations, the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-31">title</a></code> attribute should be used.<div class="example"> + footnotes. Here are the recommended alternatives.<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.<div class="example"> <p>In this example, two parts of a dialogue are annotated with - footnote-like content using the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-32">title</a></code> attribute.</p> + footnote-like content using the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute.</p> <pre><p> <b>Customer</b>: Hello! I wish to register a complaint. Hello. Miss? <p> <b>Shopkeeper</b>: <strong><span title="Colloquial pronunciation of 'What do you'"</strong> @@ -1214,7 +1172,7 @@ <p> <b>Shopkeeper</b>: Sorry, <span <strong>title="This is, of course, a lie."</strong>>we're closing for lunch</span>.</pre> - </div><hr><p>For longer annotations, the <code><a href="text-level-semantics.html#the-a-element" id="a-56">a</a></code> element should be + </div><hr><p>For longer annotations, the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element should be used, pointing to an element later in the document. The convention is that the contents of the link be a number in square brackets.<div class="example"> @@ -1239,7 +1197,7 @@ </div><hr><p>For side notes, longer annotations that apply to entire sections of the text rather than just specific words or sentences, the - <code><a href="sections.html#the-aside-element" id="aside-8">aside</a></code> element should be used.<div class="example"> + <code><a href="sections.html#the-aside-element">aside</a></code> element should be used.<div class="example"> <p>In this example, a sidebar is given after a dialogue, giving it some context.</p> @@ -1256,11 +1214,11 @@ </aside></pre> </div><hr><p>For figures or tables, footnotes can be included in the relevant - <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-13">figcaption</a></code> or <code><a href="tabular-data.html#the-caption-element" id="caption-15">caption</a></code> element, or in + <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code> or <code><a href="tabular-data.html#the-caption-element">caption</a></code> element, or in surrounding prose.<div class="example"> - <p>In this example, a <!-- round --> table has cells with footnotes - that are given in prose. A <code><a href="grouping-content.html#the-figure-element" id="figure-16">figure</a></code> element is used to + <p>In this example, a table has cells with footnotes + that are given in prose. A <code><a href="grouping-content.html#the-figure-element">figure</a></code> element is used to give a single legend to the combination of the table and its footnotes.</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1358 retrieving revision 1.1359 diff -u -d -r1.1358 -r1.1359 --- spec.html 20 Apr 2011 11:47:42 -0000 1.1358 +++ spec.html 20 Apr 2011 12:21:15 -0000 1.1359 @@ -540,11 +540,11 @@ <li><a href="#plugins"><span class="secno">2.1.5 </span>Plugins</a></li> <li><a href="#character-encodings"><span class="secno">2.1.6 </span>Character encodings</a></li></ol></li> <li><a href="#conformance-requirements"><span class="secno">2.2 </span>Conformance requirements</a> - <ol><li><a href="http://dev.w3.org/html5/spec/.html#conformance-classes" class="full-spec-link" title='Read about this "2.2.1 Conformance classes" reference in the full HTML5 spec.'><span class="secno">2.2.1 </span>Conformance classes</a></li> + <ol><li><a href="http://dev.w3.org/html5/spec/infrastructure.html#conformance-classes" class="full-spec-link" title='Read about this "2.2.1 Conformance classes" reference in the full HTML5 spec.'><span class="secno">2.2.1 </span>Conformance classes</a></li> <li><a href="http://dev.w3.org/html5/spec/infrastructure.html#dependencies" class="full-spec-link" title='Read about this "2.2.2 Dependencies" reference in the full HTML5 spec.'><span class="secno">2.2.2 </span>Dependencies</a></li> <li><a href="#extensibility"><span class="secno">2.2.3 </span>Extensibility</a></li></ol></li> <li><a href="#case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</a></li> - <li><a href="http://dev.w3.org/html5/spec/.html#utf-8" class="full-spec-link" title='Read about this "2.4 UTF-8" reference in the full HTML5 spec.'><span class="secno">2.4 </span>UTF-8</a></li> + <li><a href="http://dev.w3.org/html5/spec/infrastructure.html#utf-8" class="full-spec-link" title='Read about this "2.4 UTF-8" reference in the full HTML5 spec.'><span class="secno">2.4 </span>UTF-8</a></li> <li><a href="#common-microsyntaxes"><span class="secno">2.5 </span>Common microsyntaxes</a> [...1344 lines suppressed...] </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> @@ -27624,7 +27624,7 @@ </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th id="ix-handler-window-onscroll"> <code title="">onscroll</code> - </th><td> <code title="handler-window-onscroll"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onscroll" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> + </th><td> <code title="handler-window-onscroll"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onscroll" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> </td><td> <code title="event-scroll">scroll</code> event handler for <code><a href="#window">Window</a></code> object </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> @@ -28101,7 +28101,7 @@ </td><td> <code><a href="#popstateevent">PopStateEvent</a></code> </td><td> Fired at the <code><a href="#window">Window</a></code> when the user navigates the <a href="#session-history">session history</a> - </td></tr><tr><td> <code title="event-readystatechange"><a href="http://dev.w3.org/html5/spec/.html#event-readystatechange" class="full-spec-link" title='Read about this "readystatechange" reference in the full HTML5 spec.'>readystatechange</a></code> + </td></tr><tr><td> <code title="event-readystatechange"><a href="http://dev.w3.org/html5/spec/dom.html#event-readystatechange" class="full-spec-link" title='Read about this "readystatechange" reference in the full HTML5 spec.'>readystatechange</a></code> </td><td> <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td> Fired at the <code><a href="http://dev.w3.org/html5/spec/infrastructure.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> when it finishes parsing and again when all its subresources have finished loading Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.404 retrieving revision 1.405 diff -u -d -r1.404 -r1.405 --- number-state.html 13 Apr 2011 07:54:40 -0000 1.404 +++ number-state.html 20 Apr 2011 12:21:14 -0000 1.405 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.1.13 Number state — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.10.7.1.13 Number state — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,35 +335,34 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> [...1003 lines suppressed...] <p>The following IDL attributes and methods do not apply to the element: @@ -1096,12 +1085,12 @@ <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>, <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>, <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>, - <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, - <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, + <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, + <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes; - <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>, - <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>, + <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>, + <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>, <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p> Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- Makefile 20 Apr 2011 11:44:08 -0000 1.36 +++ Makefile 20 Apr 2011 12:21:08 -0000 1.37 @@ -83,6 +83,10 @@ $(RM) spec.preprocessed.html $(RM) spec.html.tmp $(RM) spec.html + $(RM) fragment-links.xhtml + $(RM) fragment-links-full.js + $(MAKE) fragment-links-full.js + $(MAKE) fragment-links.xhtml $(RM) CHANGEDESC $(RM) SPLITTERLOG $(RM) FILECHECK @@ -90,8 +94,6 @@ distclean: clean $(RM) -r anolis $(RM) -r html5-tools - $(RM) fragment-links-full.js - $(RM) fragment-links.xhtml CHANGEDESC: $(HTML5)/Overview.html $(CVS) $(CVSFLAGS) log -r$(REVISION) $< \ Index: sections.html =================================================================== RCS file: /sources/public/html5/spec-author-view/sections.html,v retrieving revision 1.417 retrieving revision 1.418 diff -u -d -r1.417 -r1.418 --- sections.html 13 Apr 2011 07:54:40 -0000 1.417 +++ sections.html 20 Apr 2011 12:21:15 -0000 1.418 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.4 Sections — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.4 Sections — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,26 +335,26 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="scripting-1.html">← 4.3 Scripting</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="grouping-content.html">4.5 Grouping content →</a> <ol class="toc"><li><ol><li><a href="sections.html#sections"><span class="secno">4.4 </span>Sections</a> - <ol><li><a href="sections.html#the-body-element-0" id="x4.4.1-the-body-element"><span class="secno">4.4.1 </span>The <code>body</code> element</a><li><a href="sections.html#the-section-element" id="x4.4.2-the-section-element"><span class="secno">4.4.2 </span>The <code>section</code> element</a><li><a href="sections.html#the-nav-element" id="x4.4.3-the-nav-element"><span class="secno">4.4.3 </span>The <code>nav</code> element</a><li><a href="sections.html#the-article-element" id="x4.4.4-the-article-element"><span class="secno">4.4.4 </span>The <code>article</code> element</a><li><a href="sections.html#the-aside-element" id="x4.4.5-the-aside-element"><span class="secno">4.4.5 </span>The <code>aside</code> element</a><li><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="x4.4.6-the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <code>h1</code>, <code>h2</code>, + <ol><li><a href="sections.html#the-body-element-0"><span class="secno">4.4.1 </span>The <code>body</code> element</a><li><a href="sections.html#the-section-element"><span class="secno">4.4.2 </span>The <code>section</code> element</a><li><a href="sections.html#the-nav-element"><span class="secno">4.4.3 </span>The <code>nav</code> element</a><li><a href="sections.html#the-article-element"><span class="secno">4.4.4 </span>The <code>article</code> element</a><li><a href="sections.html#the-aside-element"><span class="secno">4.4.5 </span>The <code>aside</code> element</a><li><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <code>h1</code>, <code>h2</code>, <code>h3</code>, <code>h4</code>, <code>h5</code>, and <code>h6</code> - elements</a><li><a href="sections.html#the-hgroup-element" id="x4.4.7-the-hgroup-element"><span class="secno">4.4.7 </span>The <code>hgroup</code> element</a><li><a href="sections.html#the-header-element" id="x4.4.8-the-header-element"><span class="secno">4.4.8 </span>The <code>header</code> element</a><li><a href="sections.html#the-footer-element" id="x4.4.9-the-footer-element"><span class="secno">4.4.9 </span>The <code>footer</code> element</a><li><a href="sections.html#the-address-element" id="x4.4.10-the-address-element"><span class="secno">4.4.10 </span>The <code>address</code> element</a><li><a href="sections.html#headings-and-sections" id="x4.4.11-headings-and-sections"><span class="secno">4.4.11 </span>Headings and sections</a> + elements</a><li><a href="sections.html#the-hgroup-element"><span class="secno">4.4.7 </span>The <code>hgroup</code> element</a><li><a href="sections.html#the-header-element"><span class="secno">4.4.8 </span>The <code>header</code> element</a><li><a href="sections.html#the-footer-element"><span class="secno">4.4.9 </span>The <code>footer</code> element</a><li><a href="sections.html#the-address-element"><span class="secno">4.4.10 </span>The <code>address</code> element</a><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></ol></ol></ol></ol></div> <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" id="sectioning-root-1">Sectioning root</a>.</dd> + <dd><a href="#sectioning-root">Sectioning root</a>.</dd> <dt>Contexts in which this element can be used:</dt> - <dd>As the second element in an <code><a href="semantics.html#the-html-element-0" id="html-7">html</a></code> element.</dd> + <dd>As the second element in an <code><a href="semantics.html#the-html-element-0">html</a></code> element.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-14">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-9">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dd><code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code></dd> <dd><code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code></dd> <dd><code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code></dd> @@ -374,61 +371,61 @@ <dd><code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code></dd> <dd><code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code></dd> <dd><code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code></dd> - <dd><code title="handler-window-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code></dd> + <dd><code title="handler-window-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code></dd> <dd><code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code></dd> <dd><code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code></dd> <dd><code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlbodyelement">HTMLBodyElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-16">HTMLElement</a> { - attribute <a href="webappapis.html#function" id="function-108">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>; - attribute <a href="webappapis.html#function" id="function-109">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>; - attribute <a href="webappapis.html#function" id="function-110">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>; - attribute <a href="webappapis.html#function" id="function-111">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; - attribute <a href="webappapis.html#function" id="function-112">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; - attribute <a href="webappapis.html#function" id="function-113">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; - attribute <a href="webappapis.html#function" id="function-114">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>; - attribute <a href="webappapis.html#function" id="function-115">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; - attribute <a href="webappapis.html#function" id="function-116">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>; - attribute <a href="webappapis.html#function" id="function-117">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>; - attribute <a href="webappapis.html#function" id="function-118">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>; - attribute <a href="webappapis.html#function" id="function-119">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>; - attribute <a href="webappapis.html#function" id="function-120">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>; - attribute <a href="webappapis.html#function" id="function-121">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>; - attribute <a href="webappapis.html#function" id="function-122">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>; - attribute <a href="webappapis.html#function" id="function-123">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>; - attribute <a href="webappapis.html#function" id="function-124">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; - attribute <a href="webappapis.html#function" id="function-125">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>; - attribute <a href="webappapis.html#function" id="function-126">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>; - attribute <a href="webappapis.html#function" id="function-127">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>; +<pre class="idl">interface <dfn id="htmlbodyelement">HTMLBodyElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> { + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>; + attribute <a href="webappapis.html#function">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>; };</pre> </dd> - </dl><p>The <code><a href="#the-body-element-0" id="body-8">body</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the main - content of the document.<p>In conforming documents, there is only one <code><a href="#the-body-element-0" id="body-9">body</a></code> + </dl><p>The <code><a href="#the-body-element-0">body</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the main + content of the document.<p>In conforming documents, there is only one <code><a href="#the-body-element-0">body</a></code> element. The <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "document.body" reference in the full HTML5 spec.'>document.body</a></code> IDL attribute provides scripts with easy access to a document's - <code><a href="#the-body-element-0" id="body-10">body</a></code> element.<p>The <code><a href="#the-body-element-0" id="body-11">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-2">event handler - content attributes</a> a number of the <a href="webappapis.html#event-handlers" id="event-handlers-1">event - handlers</a> of the <code><a href="browsers.html#window" id="window-1">Window</a></code> object. It also mirrors - their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>.<p>The <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>, <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>, <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>, <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webapppis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>, and <code title="handler-window-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code> <a href="webappapis.html#event-handlers" id="event-handlers-2">event - handlers</a> of the <code><a href="browsers.html#window" id="window-2">Window</a></code> object, exposed on the - <code><a href="#the-body-element-0" id="body-12">body</a></code> element, shadow the generic <a href="webappapis.html#event-handlers" id="event-handlers-3">event - handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements" id="html-elements-31">HTML - elements</a>.<p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element" id="the-body-element-4">the + <code><a href="#the-body-element-0">body</a></code> element.<p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes">event handler + content attributes</a> a number of the <a href="webappapis.html#event-handlers">event + handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object. It also mirrors + their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>.<p>The <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>, <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>, <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>, <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webapppis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>, and <code title="handler-window-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code> <a href="webappapis.html#event-handlers">event + handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the + <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="webappapis.html#event-handlers">event + handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements">HTML + elements</a>.<p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element">the body element</a> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> would first trigger - the <code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-3">event handler + the <code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a> of that element, then that of the root - <code><a href="semantics.html#the-html-element-0" id="html-8">html</a></code> element, and only <em>then</em> would it trigger - the <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-4" title="event handler content attributes">event handler content - attribute</a> on the <code><a href="#the-body-element-0" id="body-13">body</a></code> element. This is because - the event would bubble from the target, to the <code><a href="#the-body-element-0" id="body-14">body</a></code>, to - the <code><a href="semantics.html#the-html-element-0" id="html-9">html</a></code>, to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, to the - <code><a href="browsers.html#window" id="window-3">Window</a></code>, and the <a href="webappapis.html#event-handlers" id="event-handlers-4" title="event handlers">event - handler</a> on the <code><a href="#the-body-element-0" id="body-15">body</a></code> is watching the - <code><a href="browsers.html#window" id="window-4">Window</a></code> not the <code><a href="#the-body-element-0" id="body-16">body</a></code>. A regular event - listener attached to the <code><a href="#the-body-element-0" id="body-17">body</a></code> using <code title="">addEventListener()</code>, however, would fire when the - event bubbled through the <code><a href="#the-body-element-0" id="body-18">body</a></code> and not when it reaches - the <code><a href="browsers.html#window" id="window-5">Window</a></code> object.<div class="example"> + <code><a href="semantics.html#the-html-element-0">html</a></code> element, and only <em>then</em> would it trigger + the <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">event handler content + attribute</a> on the <code><a href="#the-body-element-0">body</a></code> element. This is because + the event would bubble from the target, to the <code><a href="#the-body-element-0">body</a></code>, to + the <code><a href="semantics.html#the-html-element-0">html</a></code>, to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, to the + <code><a href="browsers.html#window">Window</a></code>, and the <a href="webappapis.html#event-handlers" title="event handlers">event + handler</a> on the <code><a href="#the-body-element-0">body</a></code> is watching the + <code><a href="browsers.html#window">Window</a></code> not the <code><a href="#the-body-element-0">body</a></code>. A regular event + listener attached to the <code><a href="#the-body-element-0">body</a></code> using <code title="">addEventListener()</code>, however, would fire when the + event bubbled through the <code><a href="#the-body-element-0">body</a></code> and not when it reaches + the <code><a href="browsers.html#window">Window</a></code> object.<div class="example"> <p>This page updates an indicator to show whether or not the user is online:</p> @@ -452,18 +449,18 @@ </html></pre> </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" id="flow-content-15">Flow content</a>.</dd> - <dd><a href="content-models.html#sectioning-content" id="sectioning-content-5">Sectioning content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-0"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-16">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-17">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-10">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-17">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-section-element" id="section-3">section</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-section-element">section</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading.<p class="example">Examples of sections would be chapters, the @@ -471,15 +468,15 @@ sections of a thesis. A Web site's home page could be split into sections for an introduction, news items, and contact information.<p class="note">Authors are encouraged to use the - <code><a href="#the-article-element" id="article-2">article</a></code> element instead of the <code><a href="#the-section-element" id="section-4">section</a></code> + <code><a href="#the-article-element">article</a></code> element instead of the <code><a href="#the-section-element">section</a></code> element when it would make sense to syndicate the contents of the - element.<p class="note" id="use-div-for-wrappers">The <code><a href="#the-section-element" id="section-5">section</a></code> + element.<p class="note" id="use-div-for-wrappers">The <code><a href="#the-section-element">section</a></code> element is not a generic container element. When an element is needed for styling purposes or as a convenience for scripting, - authors are encouraged to use the <code><a href="grouping-content.html#the-div-element" id="div-6">div</a></code> element - instead. A general rule is that the <code><a href="#the-section-element" id="section-6">section</a></code> element is + authors are encouraged to use the <code><a href="grouping-content.html#the-div-element">div</a></code> element + instead. A general rule is that the <code><a href="#the-section-element">section</a></code> element is appropriate only if the element's contents would be listed - explicitly in the document's <a href="#outline" id="outline-2">outline</a>.<div class="example"> + explicitly in the document's <a href="#outline">outline</a>.<div class="example"> <p>In the following example, we see an article (part of a larger Web page) about apples, containing two short sections.</p> @@ -502,8 +499,8 @@ </section> </article></pre> - <p>Notice how the use of <code><a href="#the-section-element" id="section-7">section</a></code> means that the author - can use <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-5">h1</a></code> elements throughout, without having to + <p>Notice how the use of <code><a href="#the-section-element">section</a></code> means that the author + can use <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> elements throughout, without having to worry about whether a particular section is at the top level, the second level, the third level, and so on.</p> @@ -558,27 +555,27 @@ ></Html></pre> </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" id="flow-content-18">Flow content</a>.</dd> - <dd><a href="content-models.html#sectioning-content" id="sectioning-content-6">Sectioning content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-1"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-19">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-20">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-11">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-18">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-nav-element" id="nav-2">nav</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-nav-element">nav</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of a page that links to other pages or to parts within the page: a section with navigation links.<p>Not all groups of links on a page need to be in a - <code><a href="#the-nav-element" id="nav-3">nav</a></code> element — only sections that consist of major - navigation blocks are appropriate for the <code><a href="#the-nav-element" id="nav-4">nav</a></code> + <code><a href="#the-nav-element">nav</a></code> element — only sections that consist of major + navigation blocks are appropriate for the <code><a href="#the-nav-element">nav</a></code> element. In particular, it is common for footers to have a short list of links to various pages of a site, such as the terms of service, the home page, and a copyright page. The - <code><a href="#the-footer-element" id="footer-2">footer</a></code> element alone is sufficient for such cases, - without a <code><a href="#the-nav-element" id="nav-5">nav</a></code> element.<p class="note">User agents (such as screen readers) that are + <code><a href="#the-footer-element">footer</a></code> element alone is sufficient for such cases, + without a <code><a href="#the-nav-element">nav</a></code> element.<p class="note">User agents (such as screen readers) that are targeted at users who can benefit from navigation information being omitted in the initial rendering, or who can benefit from navigation information being immediately available, can use this element as a @@ -628,13 +625,13 @@ </footer> </body></pre> - <p>Notice the <code><a href="grouping-content.html#the-div-element" id="div-7">div</a></code> elements being used to wrap all the + <p>Notice the <code><a href="grouping-content.html#the-div-element">div</a></code> elements being used to wrap all the contents of the page other than the header and footer, and all the contents of the blog entry other than its header and footer.</p> </div><div class="example"> - <p>In the following example, there are two <code><a href="#the-nav-element" id="nav-6">nav</a></code> + <p>In the following example, there are two <code><a href="#the-nav-element">nav</a></code> elements, one for primary navigation around the site, and one for secondary navigation around the page itself.</p> @@ -681,7 +678,7 @@ </div><div class="example"> - <p>A <code><a href="#the-nav-element" id="nav-7">nav</a></code> element doesn't have to contain a list, it + <p>A <code><a href="#the-nav-element">nav</a></code> element doesn't have to contain a list, it can contain other kinds of content as well. In this navigation block, links are provided in prose:</p> @@ -703,41 +700,41 @@ </nav></pre> </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" id="flow-content-21">Flow content</a>.</dd> - <dd><a href="content-models.html#sectioning-content" id="sectioning-content-7">Sectioning content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-2"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-22">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-23">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-12">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-19">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-article-element" id="article-3">article</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-article-element">article</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a self-contained composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of - content.<p>When <code><a href="#the-article-element" id="article-4">article</a></code> elements are nested, the inner - <code><a href="#the-article-element" id="article-5">article</a></code> elements represent articles that are in + content.<p>When <code><a href="#the-article-element">article</a></code> elements are nested, the inner + <code><a href="#the-article-element">article</a></code> elements represent articles that are in principle related to the contents of the outer article. For instance, a blog entry on a site that accepts user-submitted - comments could represent the comments as <code><a href="#the-article-element" id="article-6">article</a></code> - elements nested within the <code><a href="#the-article-element" id="article-7">article</a></code> element for the blog - entry.<p>Author information associated with an <code><a href="#the-article-element" id="article-8">article</a></code> - element (q.v. the <code><a href="#the-address-element" id="address-1">address</a></code> element) does not apply to - nested <code><a href="#the-article-element" id="article-9">article</a></code> elements.<p class="note">When used specifically with content to be - redistributed in syndication, the <code><a href="#the-article-element" id="article-10">article</a></code> element is + comments could represent the comments as <code><a href="#the-article-element">article</a></code> + elements nested within the <code><a href="#the-article-element">article</a></code> element for the blog + entry.<p>Author information associated with an <code><a href="#the-article-element">article</a></code> + element (q.v. the <code><a href="#the-address-element">address</a></code> element) does not apply to + nested <code><a href="#the-article-element">article</a></code> elements.<p class="note">When used specifically with content to be + redistributed in syndication, the <code><a href="#the-article-element">article</a></code> element is similar in purpose to the <code title="">entry</code> element in Atom. <a href="references.html#refsATOM">[ATOM]</a> - <p class="note">The <code><a href="text-level-semantics.html#the-time-element" id="time-3">time</a></code> element's <code title="attr-time-pubdate"><a href="text-level-semantics.html#attr-time-pubdate" id="pubdate">pubdate</a></code> attribute can be used to - provide the publication date for an <code><a href="#the-article-element" id="article-11">article</a></code> + <p class="note">The <code><a href="text-level-semantics.html#the-time-element">time</a></code> element's <code title="attr-time-pubdate"><a href="text-level-semantics.html#attr-time-pubdate">pubdate</a></code> attribute can be used to + provide the publication date for an <code><a href="#the-article-element">article</a></code> element.<div class="example" id="article-example"> - <p>This example shows a blog post using the <code><a href="#the-article-element" id="article-12">article</a></code> + <p>This example shows a blog post using the <code><a href="#the-article-element">article</a></code> element:</p> <pre><article> @@ -782,33 +779,33 @@ </section> </article></pre> - <p>Notice the use of <code><a href="#the-footer-element" id="footer-3">footer</a></code> to give the information + <p>Notice the use of <code><a href="#the-footer-element">footer</a></code> to give the information for each comment (such as who wrote it and when): the - <code><a href="#the-footer-element" id="footer-4">footer</a></code> element <em>can</em> appear at the start of its + <code><a href="#the-footer-element">footer</a></code> element <em>can</em> appear at the start of its section when appropriate, such as in this case. (Using - <code><a href="#the-header-element" id="header-1">header</a></code> in this case wouldn't be wrong either; it's + <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><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-24">Flow content</a>.</dd> - <dd><a href="content-models.html#sectioning-content" id="sectioning-content-8">Sectioning content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-3"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-25">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-26">Flow content</a>.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-13">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-20">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-aside-element" id="aside-2">aside</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-aside-element">aside</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of a page that consists of content that is tangentially related to - the content around the <code><a href="#the-aside-element" id="aside-3">aside</a></code> element, and which could + the content around the <code><a href="#the-aside-element">aside</a></code> element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.<p>The element can be used for typographical effects like pull - quotes or sidebars, for advertising, for groups of <code><a href="#the-nav-element" id="nav-8">nav</a></code> + quotes or sidebars, for advertising, for groups of <code><a href="#the-nav-element">nav</a></code> elements, and for other content that is considered separate from the - main content of the page.<p class="note">It's not appropriate to use the <code><a href="#the-aside-element" id="aside-4">aside</a></code> + main content of the page.<p class="note">It's not appropriate to use the <code><a href="#the-aside-element">aside</a></code> element just for parentheticals, since those are part of the main flow of the document.<div class="example"> @@ -849,7 +846,7 @@ </div><div class="example"> - <p>The following extract shows how <code><a href="#the-aside-element" id="aside-5">aside</a></code> can be used + <p>The following extract shows how <code><a href="#the-aside-element">aside</a></code> can be used for blogrolls and other side content on a blog:</p> <pre><body> @@ -924,25 +921,25 @@ <dfn><code>h3</code></dfn>, <dfn><code>h4</code></dfn>, <dfn><code>h5</code></dfn>, and <dfn><code>h6</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-27">Flow content</a>.</dd> - <dd><a href="content-models.html#heading-content" id="heading-content-3">Heading content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-4"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>As a child of an <code><a href="#the-hgroup-element" id="hgroup-9">hgroup</a></code> element.</dd> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-28">flow content</a> is expected.</dd> + <dd>As a child of an <code><a href="#the-hgroup-element">hgroup</a></code> element.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#phrasing-content" id="phrasing-content-23">Phrasing content</a>.</dd> + <dd><a href="content-models.html#phrasing-content">Phrasing content</a>.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-14">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlheadingelement">HTMLHeadingElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-21">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn id="htmlheadingelement">HTMLHeadingElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre> </dd> </dl><p>These elements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> headings for their sections.<p>The semantics and meaning of these elements are defined in the - section on <a href="#headings-and-sections" id="headings-and-sections-1">headings and sections</a>.<p>These elements have a <dfn id="rank">rank</dfn> given by the number in - their name. The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-6">h1</a></code> element is said to have the highest - rank, the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-2">h6</a></code> element has the lowest rank, and two + section on <a href="#headings-and-sections">headings and sections</a>.<p>These elements have a <dfn id="rank">rank</dfn> given by the number in + their name. The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element is said to have the highest + rank, the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element has the lowest rank, and two elements with the same name have equal rank.<div class="example"> <p>These two snippets are equivalent:</p> @@ -976,35 +973,35 @@ </body></pre> </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" id="flow-content-29">Flow content</a>.</dd> - <dd><a href="content-models.html#heading-content" id="heading-content-4">Heading content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-5"><code title="">formatBlock</code> candidate</a>.</dd> + <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> <dt>Contexts in which this element can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-30">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd>One or more <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-7">h1</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-3">h2</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h3-2">h3</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h4-2">h4</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h5-2">h5</a></code>, and/or <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-3">h6</a></code> elements.</dd> + <dd>One or more <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">h2</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, and/or <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-15">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-22">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-hgroup-element" id="hgroup-10">hgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-hgroup-element">hgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the heading of a section. The element is used to group a set of - <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-8">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-4">h6</a></code> elements when the heading has + <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 when the heading has multiple levels, such as subheadings, alternative titles, or taglines.<p>For the purposes of document summaries, outlines, and the like, - the text of <code><a href="#the-hgroup-element" id="hgroup-11">hgroup</a></code> elements is defined to be the text - of the highest <a href="#rank" id="rank-0" title="rank">ranked</a> - <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-9">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-5">h6</a></code> element descendant of the - <code><a href="#the-hgroup-element" id="hgroup-12">hgroup</a></code> element, if there are any such elements, and the + the text of <code><a href="#the-hgroup-element">hgroup</a></code> elements is defined to be the text + of the highest <a href="#rank" title="rank">ranked</a> + <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> element descendant of the + <code><a href="#the-hgroup-element">hgroup</a></code> element, if there are any such elements, and the first such element if there are multiple elements with that - <a href="#rank" id="rank-1">rank</a>. If there are no such elements, then the text of - the <code><a href="#the-hgroup-element" id="hgroup-13">hgroup</a></code> element is the empty string.<p>Other elements of <a href="content-models.html#heading-content" id="heading-content-5">heading content</a> in the - <code><a href="#the-hgroup-element" id="hgroup-14">hgroup</a></code> element indicate subheadings or subtitles.<p>The <a href="#rank" id="rank-2">rank</a> of an <code><a href="#the-hgroup-element" id="hgroup-15">hgroup</a></code> element is the - rank of the highest-ranked <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-10">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-6">h6</a></code> - element descendant of the <code><a href="#the-hgroup-element" id="hgroup-16">hgroup</a></code> element, if there are - any such elements, or otherwise the same as for an <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-11">h1</a></code> - element (the highest rank).<p>The section on <a href="#headings-and-sections" id="headings-and-sections-2">headings and sections</a> - defines how <code><a href="#the-hgroup-element" id="hgroup-17">hgroup</a></code> elements are assigned to individual + <a href="#rank">rank</a>. If there are no such elements, then the text of + the <code><a href="#the-hgroup-element">hgroup</a></code> element is the empty string.<p>Other elements of <a href="content-models.html#heading-content">heading content</a> in the + <code><a href="#the-hgroup-element">hgroup</a></code> element indicate subheadings or subtitles.<p>The <a href="#rank">rank</a> of an <code><a href="#the-hgroup-element">hgroup</a></code> element is the + rank of the highest-ranked <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> + element descendant of the <code><a href="#the-hgroup-element">hgroup</a></code> element, if there are + any such elements, or otherwise the same as for an <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> + element (the highest rank).<p>The section on <a href="#headings-and-sections">headings and sections</a> + defines how <code><a href="#the-hgroup-element">hgroup</a></code> elements are assigned to individual sections.<div class="example"> <p>Here are some examples of valid headings. In each case, the @@ -1022,30 +1019,27 @@ <h2>Or: How I Learned to Stop Worrying and Love the Bomb</h2> </hgroup></pre> - <p>The point of using <code><a href="#the-hgroup-element" id="hgroup-18">hgroup</a></code> in these examples is to - mask the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-4">h2</a></code> element (which acts as a secondary title) - from the <a href="#outline" id="outline-3">outline</a> algorithm.</p><!-- - http://www.brucelawson.co.uk/2009/html-5-is-a-mess/#comment-618895 - --> - + <p>The point of using <code><a href="#the-hgroup-element">hgroup</a></code> in these examples is to + mask the <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> element (which acts as a secondary title) + from the <a href="#outline">outline</a> algorithm.</p> </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" id="flow-content-31">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-6"><code title="">formatBlock</code> candidate</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-32">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-33">Flow content</a>, but with no <code><a href="#the-header-element" id="header-2">header</a></code> or - <code><a href="#the-footer-element" id="footer-5">footer</a></code> element descendants.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>, but with no <code><a href="#the-header-element">header</a></code> or + <code><a href="#the-footer-element">footer</a></code> element descendants.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-16">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-23">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-header-element" id="header-3">header</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group - of introductory or navigational aids.<p class="note">A <code><a href="#the-header-element" id="header-4">header</a></code> element is intended to usually + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-header-element">header</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group + of introductory or navigational aids.<p class="note">A <code><a href="#the-header-element">header</a></code> element is intended to usually contain the section's heading (an - <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-12">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-7">h6</a></code> element or an - <code><a href="#the-hgroup-element" id="hgroup-19">hgroup</a></code> element), but this is not required. The - <code><a href="#the-header-element" id="header-5">header</a></code> element can also be used to wrap a section's + <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> element or an + <code><a href="#the-hgroup-element">hgroup</a></code> element), but this is not required. The + <code><a href="#the-header-element">header</a></code> element can also be used to wrap a section's table of contents, a search form, or any relevant logos.<div class="example"> <p>Here are some sample headers. This first one is for a game:</p> @@ -1080,17 +1074,17 @@ <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notic <em>...</em> </header></pre> - </div><p class="note">The <code><a href="#the-header-element" id="header-6">header</a></code> element is not - <a href="content-models.html#sectioning-content" id="sectioning-content-9">sectioning content</a>; it doesn't introduce a new + </div><p class="note">The <code><a href="#the-header-element">header</a></code> element is not + <a href="content-models.html#sectioning-content">sectioning content</a>; it doesn't introduce a new section.<div class="example"> <p>In this example, the page has a page heading given by the - <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-13">h1</a></code> element, and two subsections whose headings are - given by <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-5">h2</a></code> elements. The content after the - <code><a href="#the-header-element" id="header-7">header</a></code> element is still part of the last subsection - started in the <code><a href="#the-header-element" id="header-8">header</a></code> element, because the - <code><a href="#the-header-element" id="header-9">header</a></code> element doesn't take part in the - <a href="#outline" id="outline-4">outline</a> algorithm.</p> + <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element, and two subsections whose headings are + given by <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> elements. The content after the + <code><a href="#the-header-element">header</a></code> element is still part of the last subsection + started in the <code><a href="#the-header-element">header</a></code> element, because the + <code><a href="#the-header-element">header</a></code> element doesn't take part in the + <a href="#outline">outline</a> algorithm.</p> <pre><body> <header> @@ -1112,31 +1106,31 @@ ...</pre> </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" id="flow-content-34">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-7"><code title="">formatBlock</code> candidate</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-35">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-36">Flow content</a>, but with no <code><a href="#the-header-element" id="header-10">header</a></code> or - <code><a href="#the-footer-element" id="footer-6">footer</a></code> element descendants.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>, but with no <code><a href="#the-header-element">header</a></code> or + <code><a href="#the-footer-element">footer</a></code> element descendants.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-17">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-24">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-footer-element" id="footer-7">footer</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a footer - for its nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content-10">sectioning content</a> or - <a href="#sectioning-root" id="sectioning-root-2">sectioning root</a> element. A footer typically contains + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-footer-element">footer</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a footer + for its nearest ancestor <a href="content-models.html#sectioning-content">sectioning content</a> or + <a href="#sectioning-root">sectioning root</a> element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like.<p class="note">Contact information for the author or editor of a - section belongs in an <code><a href="#the-address-element" id="address-2">address</a></code> element, possibly itself - inside a <code><a href="#the-footer-element" id="footer-8">footer</a></code>.<p>Footers don't necessarily have to appear at the <em>end</em> of a - section, though they usually do.<p>When the <code><a href="#the-footer-element" id="footer-9">footer</a></code> element contains entire sections, + section belongs in an <code><a href="#the-address-element">address</a></code> element, possibly itself + inside a <code><a href="#the-footer-element">footer</a></code>.<p>Footers don't necessarily have to appear at the <em>end</em> of a + section, though they usually do.<p>When the <code><a href="#the-footer-element">footer</a></code> element contains entire sections, they <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> appendices, indexes, long colophons, verbose license agreements, and other such - content.<p class="note">The <code><a href="#the-footer-element" id="footer-10">footer</a></code> element is not - <a href="content-models.html#sectioning-content" id="sectioning-content-11">sectioning content</a>; it doesn't introduce a new - section.<p>When the nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content-12">sectioning content</a> or - <a href="#sectioning-root" id="sectioning-root-3">sectioning root</a> element is <a href="dom.html#the-body-element" id="the-body-element-5">the body + content.<p class="note">The <code><a href="#the-footer-element">footer</a></code> element is not + <a href="content-models.html#sectioning-content">sectioning content</a>; it doesn't introduce a new + section.<p>When the nearest ancestor <a href="content-models.html#sectioning-content">sectioning content</a> or + <a href="#sectioning-root">sectioning root</a> element is <a href="dom.html#the-body-element">the body element</a>, then it applies to the whole page.<div class="example"> <p>Here is a page with two footers, one at the top and one at the @@ -1160,7 +1154,7 @@ </div><div class="example"> - <p>Here is an example which shows the <code><a href="#the-footer-element" id="footer-11">footer</a></code> element + <p>Here is an example which shows the <code><a href="#the-footer-element">footer</a></code> element being used both for a site-wide footer and for a section footer.</p> @@ -1199,22 +1193,22 @@ </HTML></pre> </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" id="flow-content-37">Flow content</a>.</dd> - <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate-8"><code title="">formatBlock</code> candidate</a>.</dd> + <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 can be used:</dt> - <dd>Where <a href="content-models.html#flow-content" id="flow-content-38">flow content</a> is expected.</dd> + <dd>Where <a href="content-models.html#flow-content">flow content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#flow-content" id="flow-content-39">Flow content</a>, but with no <a href="content-models.html#heading-content" id="heading-content-6">heading - content</a> descendants, no <a href="content-models.html#sectioning-content" id="sectioning-content-13">sectioning content</a> - descendants, and no <code><a href="#the-header-element" id="header-11">header</a></code>, <code><a href="#the-footer-element" id="footer-12">footer</a></code>, or - <code><a href="#the-address-element" id="address-3">address</a></code> element descendants.</dd> + <dd><a href="content-models.html#flow-content">Flow content</a>, but with no <a href="content-models.html#heading-content">heading + content</a> descendants, no <a href="content-models.html#sectioning-content">sectioning content</a> + descendants, and no <code><a href="#the-header-element">header</a></code>, <code><a href="#the-footer-element">footer</a></code>, or + <code><a href="#the-address-element">address</a></code> element descendants.</dd> <dt>Content attributes:</dt> - <dd><a href="elements.html#global-attributes" id="global-attributes-18">Global attributes</a></dd> + <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> - <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-25">HTMLElement</a></code>.</dd> - </dl><p>The <code><a href="#the-address-element" id="address-4">address</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the - contact information for its nearest <code><a href="#the-article-element" id="article-13">article</a></code> or - <code><a href="#the-body-element-0" id="body-19">body</a></code> element ancestor. If that is <a href="dom.html#the-body-element" id="the-body-element-6">the body + <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd> + </dl><p>The <code><a href="#the-address-element">address</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the + contact information for its nearest <code><a href="#the-article-element">article</a></code> or + <code><a href="#the-body-element-0">body</a></code> element ancestor. If that is <a href="dom.html#the-body-element">the body element</a>, then the contact information applies to the document as a whole.<div class="example"> <p>For example, a page at the W3C Web site related to HTML might @@ -1224,17 +1218,17 @@ <A href="../People/Arnaud/">Arnaud Le Hors</A>, contact persons for the <A href="Activity">W3C HTML Activity</A> </ADDRESS></pre> - </div><p>The <code><a href="#the-address-element" id="address-5">address</a></code> element must not be used to represent + </div><p>The <code><a href="#the-address-element">address</a></code> element must not be used to represent arbitrary addresses (e.g. postal addresses), unless those addresses - are in fact the relevant contact information. (The <code><a href="grouping-content.html#the-p-element" id="p-13">p</a></code> + are in fact the relevant contact information. (The <code><a href="grouping-content.html#the-p-element">p</a></code> element is the appropriate element for marking up postal addresses - in general.)<p>The <code><a href="#the-address-element" id="address-6">address</a></code> element must not contain information + in general.)<p>The <code><a href="#the-address-element">address</a></code> element must not contain information other than contact information.<div class="example"> <p>For example, the following is non-conforming use of the - <code><a href="#the-address-element" id="address-7">address</a></code> element:</p> + <code><a href="#the-address-element">address</a></code> element:</p> <pre class="bad"><ADDRESS>Last Modified: 1999/12/24 23:37:50</ADDRESS></pre> - </div><p>Typically, the <code><a href="#the-address-element" id="address-8">address</a></code> element would be included - along with other information in a <code><a href="#the-footer-element" id="footer-13">footer</a></code> element.<div class="example"> + </div><p>Typically, the <code><a href="#the-address-element">address</a></code> element would be included + along with other information in a <code><a href="#the-footer-element">footer</a></code> element.<div class="example"> <p>In this example the footer contains contact information and a copyright notice.</p> @@ -1247,29 +1241,26 @@ <p><small>© copyright 2038 Example Corp.</small></p> </footer></pre> - </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" id="h1-14">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-8">h6</a></code> elements and the - <code><a href="#the-hgroup-element" id="hgroup-20">hgroup</a></code> element are headings.<p>The first element of <a href="content-models.html#heading-content" id="heading-content-7">heading content</a> in an element - of <a href="content-models.html#sectioning-content" id="sectioning-content-14">sectioning content</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> 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>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 class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the heading for that section. Subsequent headings of equal or higher - <a href="#rank" id="rank-3">rank</a> start new (implied) sections, headings of lower - <a href="#rank" id="rank-4">rank</a> start implied subsections that are part of the + <a href="#rank">rank</a> start new (implied) sections, headings of lower + <a href="#rank">rank</a> start implied subsections that are part of the previous one. In both cases, the element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the heading of the implied section.<p>Certain elements are said to be <dfn id="sectioning-root" title="sectioning - root">sectioning roots</dfn>, including <code><a href="grouping-content.html#the-blockquote-element" id="blockquote-0">blockquote</a></code> and - <code><a href="tabular-data.html#the-td-element" id="td-4">td</a></code> elements. These elements can have their own + root">sectioning roots</dfn>, including <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code> and + <code><a href="tabular-data.html#the-td-element">td</a></code> elements. These elements can have their own outlines, but the sections and headings inside these elements do not - contribute to the outlines of their ancestors.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="grouping-content.html#the-blockquote-element" id="blockquote-1">blockquote</a></code></li> - <li><code><a href="#the-body-element-0" id="body-20">body</a></code></li> - <li><code><a href="interactive-elements.html#the-details-element" id="details-4">details</a></code></li> - <li><code><a href="forms.html#the-fieldset-element" id="fieldset-2">fieldset</a></code></li> - <li><code><a href="grouping-content.html#the-figure-element" id="figure-0">figure</a></code></li> - <li><code><a href="tabular-data.html#the-td-element" id="td-5">td</a></code></li> - </ul><!-- a root element isn't a sectioning root. This means, for - instance, that you don't get an outline if you just have a random - XML file with <html:h1> elements in it. Other vocabs need to define - what their sectioning root is. --><p><a href="content-models.html#sectioning-content" id="sectioning-content-15">Sectioning content</a> elements are always considered - subsections of their nearest ancestor <a href="#sectioning-root" id="sectioning-root-4">sectioning root</a> - or their nearest ancestor element of <a href="content-models.html#sectioning-content" id="sectioning-content-16">sectioning + contribute to the outlines of their ancestors.<ul class="brief category-list"><li><code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code></li> + <li><code><a href="#the-body-element-0">body</a></code></li> + <li><code><a href="interactive-elements.html#the-details-element">details</a></code></li> + <li><code><a href="forms.html#the-fieldset-element">fieldset</a></code></li> + <li><code><a href="grouping-content.html#the-figure-element">figure</a></code></li> + <li><code><a href="tabular-data.html#the-td-element">td</a></code></li> + </ul><p><a href="content-models.html#sectioning-content">Sectioning content</a> elements are always considered + subsections of their nearest ancestor <a href="#sectioning-root">sectioning root</a> + or their nearest ancestor element of <a href="content-models.html#sectioning-content">sectioning content</a>, whichever is nearest, regardless of what implied sections other headings may have created.<div class="example"> <p>For the following fragment:</p> @@ -1288,7 +1279,7 @@ </body></pre> <p>...the structure would be:</p> <ol><li> - Foo (heading of explicit <code><a href="#the-body-element-0" id="body-21">body</a></code> section, containing the "Grunt" paragraph) + Foo (heading of explicit <code><a href="#the-body-element-0">body</a></code> section, containing the "Grunt" paragraph) <ol><li> Bar (heading starting implied section, containing a block quote and the "Baz" paragraph) </li> @@ -1296,19 +1287,19 @@ Quux (heading starting implied section with no content other than the heading itself) </li> <li> - Thud (heading of explicit <code><a href="#the-section-element" id="section-8">section</a></code> section) + Thud (heading of explicit <code><a href="#the-section-element">section</a></code> section) </li> </ol></li> - </ol><p>Notice how the <code><a href="#the-section-element" id="section-9">section</a></code> ends the earlier implicit + </ol><p>Notice how the <code><a href="#the-section-element">section</a></code> ends the earlier implicit section so that a later paragraph ("Grunt") is back at the top level.</p> - </div><p>Sections may contain headings of any <a href="#rank" id="rank-5">rank</a>, but - authors are strongly encouraged to either use only <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-15">h1</a></code> - elements, or to use elements of the appropriate <a href="#rank" id="rank-6">rank</a> + </div><p>Sections may contain headings of any <a href="#rank">rank</a>, but + authors are strongly encouraged to either use only <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> + elements, or to use elements of the appropriate <a href="#rank">rank</a> for the section's nesting level.<p>Authors are also encouraged to explicitly wrap sections in - elements of <a href="content-models.html#sectioning-content" id="sectioning-content-17">sectioning content</a>, instead of relying on + elements of <a href="content-models.html#sectioning-content">sectioning content</a>, instead of relying on the implicit sections generated by having multiple headings in one - element of <a href="content-models.html#sectioning-content" id="sectioning-content-18">sectioning content</a>.<div class="example"> + element of <a href="content-models.html#sectioning-content">sectioning content</a>.<div class="example"> <p>For example, the following is correct:</p> <pre><body> @@ -1368,13 +1359,13 @@ </section> </body></pre> - </div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><p>The <dfn id="outline">outline</dfn> for a <a href="content-models.html#sectioning-content" id="sectioning-content-19">sectioning content</a> - element or a <a href="#sectioning-root" id="sectioning-root-5">sectioning root</a> element consists of a list - of one or more potentially nested <a href="#concept-section" id="concept-section-0" title="concept-section">sections</a>. A <dfn id="concept-section" title="concept-section">section</dfn> is a container that + </div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><p>The <dfn id="outline">outline</dfn> for a <a href="content-models.html#sectioning-content">sectioning content</a> + element or a <a href="#sectioning-root">sectioning root</a> element consists of a list + of one or more potentially nested <a href="#concept-section" title="concept-section">sections</a>. A <dfn id="concept-section" title="concept-section">section</dfn> is a container that corresponds to some nodes in the original DOM tree. Each section can have one heading associated with it, and can contain any number of further nested sections. (The sections in the - outline aren't <code><a href="#the-section-element" id="section-10">section</a></code> elements, though some may + outline aren't <code><a href="#the-section-element">section</a></code> elements, though some may correspond to such elements — they are merely conceptual sections.)<div class="example"> @@ -1390,21 +1381,21 @@ </body></pre> <p>...results in the following outline being created for the - <code><a href="#the-body-element-0" id="body-22">body</a></code> node (and thus the entire document):</p> + <code><a href="#the-body-element-0">body</a></code> node (and thus the entire document):</p> <ol class="brief"><li> - <p>Section created for <code><a href="#the-body-element-0" id="body-23">body</a></code> node.</p> + <p>Section created for <code><a href="#the-body-element-0">body</a></code> node.</p> <p>Associated with heading "A".</p> <p>Also associated with paragraph "B".</p> <p>Nested sections:</p> <ol class="brief"><li> - <p>Section implied for first <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-6">h2</a></code> element.</p> + <p>Section implied for first <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> element.</p> <p>Associated with heading "C".</p> <p>Also associated with paragraph "D".</p> <p>No nested sections.</p> </li> <li> - <p>Section implied for second <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-7">h2</a></code> element.</p> + <p>Section implied for second <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> element.</p> <p>Associated with heading "E".</p> <p>Also associated with paragraph "F".</p> <p>No nested sections.</p> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.965 retrieving revision 1.966 diff -u -d -r1.965 -r1.966 --- introduction.html 13 Apr 2011 07:54:39 -0000 1.965 +++ introduction.html 20 Apr 2011 12:21:13 -0000 1.966 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>1 Introduction — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>1 Introduction — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -337,7 +334,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> @@ -443,7 +440,7 @@ chartered to work with the WHATWG on the development of the HTML5 specification. Apple, Mozilla, and Opera allowed the W3C to publish the specification under the W3C copyright, while keeping a version - with the less restrictive license on the WHATWG site.<p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML + with the less restrictive license on the WHATWG site.<p>Since then, both groups have been working together.<p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to this specification. The main differences are that the WHATWG version includes features not included in this W3C version: some features @@ -451,7 +448,7 @@ HTML, not HTML5; and other features are omitted because at the W3C they are published as separate specifications. There are also some 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 + WHATWG specification.<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><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.<p>HTML, its supporting DOM APIs, as well as many of its supporting @@ -468,7 +465,7 @@ script can ever detect the simultaneous execution of other scripts. Even with <span title="Worker">workers</span>, the intent is that the behavior of implementations can be thought of as - completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" id="browsing-context-0" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code> + completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to run while the calling script is blocked.<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>This specification interacts with and relies on a wide variety of other specifications. In certain circumstances, unfortunately, @@ -484,8 +481,8 @@ resources that use this abstract language, two of which are defined in this specification.<p>The first such concrete syntax is the HTML syntax. This is the format suggested for most authors. It is compatible with most legacy - Web browsers. If a document is transmitted with an <a href="infrastructure.html#html-mime-type" id="html-mime-type-0">HTML MIME - type</a>, such as <code><a href="iana.html#text-html" id="text-html-0">text/html</a></code>, then it will be + Web browsers. If a document is transmitted with an <a href="infrastructure.html#html-mime-type">HTML MIME + type</a>, such as <code><a href="iana.html#text-html">text/html</a></code>, then it will be processed as an HTML document by Web browsers. @@ -493,8 +490,8 @@ "HTML5". <p>The second concrete syntax is the XHTML syntax, which is an - application of XML. When a document is transmitted with an <a href="infrastructure.html#xml-mime-type" id="xml-mime-type-0">XML - MIME type</a>, such as <code><a href="iana.html#application-xhtml-xml" id="application-xhtml-xml-0">application/xhtml+xml</a></code>, then + application of XML. When a document is transmitted with an <a href="infrastructure.html#xml-mime-type">XML + MIME type</a>, such as <code><a href="iana.html#application-xhtml-xml">application/xhtml+xml</a></code>, then it is treated as an XML document by Web browsers, to be parsed by an XML processor. Authors are reminded that the processing for XML and HTML differs; in particular, even minor syntax errors will prevent a @@ -508,7 +505,7 @@ <p>The DOM, the HTML syntax, and XML cannot all represent the same content. For example, namespaces cannot be represented using the HTML syntax, but they are supported in the DOM and in XML. - Similarly, documents that use the <code><a href="scripting-1.html#the-noscript-element" id="noscript">noscript</a></code> feature can + Similarly, documents that use the <code><a href="scripting-1.html#the-noscript-element">noscript</a></code> feature can be represented using the HTML syntax, but cannot be represented with the DOM or in XML. Comments that contain the string "<code title="">--></code>" can only be represented in the DOM, not in the HTML and XML syntaxes.<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>This specification is divided into the following major @@ -543,7 +540,7 @@ <dd>This section introduces basic features for scripting of applications in HTML.</dd> - <dt><a href="editing.html#editing" id="user-interaction">User interaction</a></dt> + <dt><a href="editing.html#editing">User interaction</a></dt> <dd>HTML documents can provide a number of mechanisms for users to interact with and modify content, which are described in this @@ -553,8 +550,8 @@ - <dt><a href="syntax.html#syntax" id="the-html-syntax">The HTML syntax</a></dt> - <dt><a href="the-xhtml-syntax.html#xhtml" id="the-xhtml-syntax-0">The XHTML syntax</a></dt> + <dt><a href="syntax.html#syntax">The HTML syntax</a></dt> + <dt><a href="the-xhtml-syntax.html#xhtml">The XHTML syntax</a></dt> <dd>All of these features would be for naught if they couldn't be represented in a serialized form and sent to other people, and so @@ -579,9 +576,9 @@ </dd> </dl><pre class="css">/* this is a CSS fragment */</pre><p>The defining instance of a term is marked up like <dfn id="x-this" title="x-this">this</dfn>. Uses of that term are marked up like - <a href="#x-this" id="x-this-0" title="x-this">this</a> or like <i title="x-this"><a href="#x-this" id="this">this</a></i>.<p>The defining instance of an element, attribute, or API is marked + <a href="#x-this" title="x-this">this</a> or like <i title="x-this"><a href="#x-this">this</a></i>.<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" id="this-0">this</a></code>.<p>Other code fragments are marked up <code title="">like + that element, attribute, or API are marked up like <code title="x-that"><a href="#x-that">this</a></code>.<p>Other code fragments are marked up <code title="">like this</code>.<p>Variables are marked up like <var title="">this</var>.<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>A basic HTML document looks like this:<pre id="intro-early-example"><!DOCTYPE html> <html> <head> @@ -593,16 +590,16 @@ <!-- this is a comment --> </body> </html></pre><p>HTML documents consist of a tree of elements and text. Each - element is denoted in the source by a <a href="syntax.html#syntax-start-tag" id="syntax-start-tag-0" title="syntax-start-tag">start tag</a>, such as "<code title=""><body></code>", and an <a href="syntax.html#syntax-end-tag" id="syntax-end-tag-0" title="syntax-end-tag">end + element is denoted in the source by a <a href="syntax.html#syntax-start-tag" title="syntax-start-tag">start tag</a>, such as "<code title=""><body></code>", and an <a href="syntax.html#syntax-end-tag" title="syntax-end-tag">end tag</a>, such as "<code title=""></body></code>". (Certain - start tags and end tags can in certain cases be <a href="syntax.html#syntax-tag-omission" id="syntax-tag-omission-0" title="syntax-tag-omission">omitted</a> and are implied by other + start tags and end tags can in certain cases be <a href="syntax.html#syntax-tag-omission" title="syntax-tag-omission">omitted</a> and are implied by other tags.)<p>Tags have to be nested such that elements are all completely within each other, without overlapping:<pre class="bad"><p>This is <em>very <strong>wrong</em>!</strong></p></pre><pre><p>This <em>is <strong>correct</strong>.</em></p></pre><p>This specification defines a set of elements that can be used in HTML, along with rules about the ways in which the elements can be nested.<p>Elements can have attributes, which control how the elements - work. In the example below, there is a <a href="links.html#hyperlink" id="hyperlink-0">hyperlink</a>, - formed using the <code><a href="text-level-semantics.html#the-a-element" id="a">a</a></code> element and its <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-6">href</a></code> attribute:<pre><a href="demo.html">simple</a></pre><p><a href="syntax.html#syntax-attributes" id="syntax-attributes-0" title="syntax-attributes">Attributes</a> are placed - inside the start tag, and consist of a <a href="syntax.html#syntax-attribute-name" id="syntax-attribute-name-0" title="syntax-attribute-name">name</a> and a <a href="syntax.html#syntax-attribute-value" id="syntax-attribute-value-0" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can remain <a href="syntax.html#unquoted">unquoted</a> if it doesn't contain spaces or any of + work. In the example below, there is a <a href="links.html#hyperlink">hyperlink</a>, + formed using the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute:<pre><a href="demo.html">simple</a></pre><p><a href="syntax.html#syntax-attributes" title="syntax-attributes">Attributes</a> are placed + inside the start tag, and consist of a <a href="syntax.html#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="syntax.html#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can remain <a href="syntax.html#unquoted">unquoted</a> if it doesn't contain spaces or any of <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title=""><</code> or <code title="">></code>. Otherwise, it has to be quoted using either single or double quotes. The value, along with the "<code title="">=</code>" character, can be omitted altogether if the value @@ -617,36 +614,36 @@ markup, turning it into a DOM (Document Object Model) tree. A DOM tree is an in-memory representation of a document.<p>DOM trees contain several kinds of nodes, in particular a DOCTYPE node, elements, text nodes, and comment nodes.<p>The <a href="#intro-early-example">markup snippet at the top of - this section</a> would be turned into the following DOM tree:<ul class="domTree"><li class="t10">DOCTYPE: <code title="">html</code><li class="t1"><code><a href="semantics.html#the-html-element-0" id="html">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0" id="head-0">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span><li class="t1"><code><a href="semantics.html#the-title-element-0" id="title-34">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣</span><li class="t1"><code><a href="sections.html#the-body-element-0" id="body">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1">h1</a></code><ul><li class="t3"><code>#txt</code>: <span title="">Sample page</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span><li class="t1"><code><a href="grouping-content.html#the-p-element" id="p">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span><li class="t1"><code><a href="text-level-semantics.html#the-a-element" id="a-0">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></ul><li class="t3"><code>#text</code>: <span title=""> sample.</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span><li class="t3"><code>#text</code>: <span title="">⏎␣⏎</span></ul></ul></ul><p>The <a href="infrastructure.html#root-element" id="root-element-0">root element</a> of this tree is the - <code><a href="semantics.html#the-html-element-0" id="html-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" id="head-1">head</a></code> - and <code><a href="sections.html#the-body-element-0" id="body-0">body</a></code>, as well as a text node between them.<p>There are many more text nodes in the DOM tree than one would + this section</a> would be turned into the following DOM tree:<ul class="domTree"><li class="t10">DOCTYPE: <code title="">html</code><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 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></ul><li class="t3"><code>#text</code>: <span title="">⏎␣</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣</span><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 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></ul><li lass="t3"><code>#text</code>: <span title="">⏎␣␣</span><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 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></ul><li class="t3"><code>#text</code>: <span title=""> sample.</span></ul><li class="t3"><code>#text</code>: <span title="">⏎␣␣</span><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span><li class="t3"><code>#text</code>: <span title="">⏎␣⏎</span></ul></ul></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>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. 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" id="head-2">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" id="body-1">body</a></code> end tag ends up placed at - the end of the <code><a href="sections.html#the-body-element-0" id="body-2">body</a></code>.<p>The <code><a href="semantics.html#the-head-element-0" id="head-3">head</a></code> element contains a <code><a href="semantics.html#the-title-element-0" id="title-35">title</a></code> + <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>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" id="body-3">body</a></code> element contains an - <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-0">h1</a></code> element, a <code><a href="grouping-content.html#the-p-element" id="p-0">p</a></code> element, and a + 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 comment.<hr><p>This DOM tree can be manipulated from scripts in the page. Scripts (typically in JavaScript) are small programs that can - be embedded using the <code><a href="scripting-1.html#script" id="script-3">script</a></code> element or using - <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-0">event handler content attributes</a>. For example, here is + be embedded using the <code><a href="scripting-1.html#script">script</a></code> element or using + <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is a form with a script that sets the value of the form's - <code><a href="the-button-element.html#the-output-element" id="output-2">output</a></code> element to say "Hello World":<pre><<a href="forms.html#the-form-element" id="form-3">form</a> <a href="forms.html#attr-form-name" id="attr-form-name-0" title="attr-form-name">name</a>="main"> - Result: <<a href="the-button-element.html#the-output-element" id="output-3">output</a> <a href="association-of-controls-and-forms.html#attr-fe-name" id="attr-fe-name-0" title="attr-fe-name">name</a>="result"></output> - <<a href="scripting-1.html#script" id="script-4">script</a>> - <a href="dom.html#htmldocument" id="htmldocument-0" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>.main.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>.result.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> = 'Hello World'; + <code><a href="the-button-element.html#the-output-element">output</a></code> element to say "Hello World":<pre><<a href="forms.html#the-form-element">form</a> <a href="forms.html#attr-form-name" title="attr-form-name">name</a>="main"> + Result: <<a href="the-button-element.html#the-output-element">output</a> <a href="association-of-controls-and-forms.html#attr-fe-name" title="attr-fe-name">name</a>="result"></output> + <<a href="scripting-1.html#script">script</a>> + <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>.main.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>.result.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> = 'Hello World'; </script> </form></pre><p>Each element in the DOM tree is represented by an object, and these objects have APIs so that they can be manipulated. For - instance, a link (e.g. the <code><a href="text-level-semantics.html#the-a-element" id="a-1">a</a></code> element in the tree above) - can have its "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-7">href</a></code>" - attribute changed in several ways:<pre>var a = <a href="dom.html#htmldocument" id="htmldocument-1" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>[0]; // obtain the first link in the document + instance, a link (e.g. the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element in the tree above) + can have its "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code>" + attribute changed in several ways:<pre>var a = <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>[0]; // obtain the first link in the document a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a> = 'sample.html'; // change the destination URL of the link a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a> = 'https'; // change just the scheme part of the URL a.setAttribute('href', 'http://example.com/'); // change the content attribute directly</pre><p>Since DOM trees are used as the way to represent HTML documents @@ -677,9 +674,7 @@ language with a level of detail that might be difficult to understand at first.<h3 id="conformance-requirements-for-authors"><span class="secno">1.9 </span>Conformance requirements for authors</h3><p><i>This section is non-normative.</i><p>Unlike previous versions of the HTML specification, this specification defines in some detail the required processing for - invalid documents as well as valid documents.</p><!-- This has led - to some questioning the purpose of conformance criteria: if there is - no ambiguity in how something will be processed, why disallow it? --><p>However, even though the processing of invalid content is in most + invalid documents as well as valid documents.<p>However, even though the processing of invalid content is in most cases well-defined, conformance requirements for documents are still important: in practice, interoperability (the situation in which all implementations process particular content in a reliable and @@ -736,19 +731,19 @@ mode (HTML4 Transitional) to help authors move away from presentational markup; later, XHTML 1.1 went further and obsoleted those features altogether.<p>The only remaining presentational markup features in HTML are the - <code title="attr-style"><a href="elements.html#the-style-attribute" id="style-1">style</a></code> attribute and the - <code><a href="semantics.html#the-style-element" id="style-9">style</a></code> element. Use of the <code title="attr-style"><a href="elements.html#the-style-attribute" id="style-2">style</a></code> attribute is somewhat discouraged in + <code title="attr-style"><a href="elements.html#the-style-attribute">style</a></code> attribute and the + <code><a href="semantics.html#the-style-element">style</a></code> element. Use of the <code title="attr-style"><a href="elements.html#the-style-attribute">style</a></code> attribute is somewhat discouraged in production environments, but it can be useful for rapid prototyping (where its rules can be directly moved into a separate style sheet later) and for providing specific styles in unusual cases where a separate style sheet would be inconvenient. Similarly, the - <code><a href="semantics.html#the-style-element" id="style-10">style</a></code> element can be useful in syndication or for + <code><a href="semantics.html#the-style-element">style</a></code> element can be useful in syndication or for page-specific styles, but in general an external style sheet is likely to be more convenient when the styles apply to multiple pages.<p>It is also worth noting that some elements that were previously presentational have been redefined in this specification to be - media-independent: <code><a href="text-level-semantics.html#the-b-element" id="b">b</a></code>, <code><a href="text-level-semantics.html#the-i-element" id="i">i</a></code>, <code><a href="grouping-content.html#the-hr-element" id="hr">hr</a></code>, - <code><a href="text-level-semantics.html#the-s-element" id="s">s</a></code>, and <code><a href="text-level-semantics.html#the-small-element" id="small">small</a></code>.<h4 id="syntax-errors"><span class="secno">1.9.2 </span>Syntax errors</h4><p><i>This section is non-normative.</i><p>The syntax of HTML is constrained to avoid a wide variety of + media-independent: <code><a href="text-level-semantics.html#the-b-element">b</a></code>, <code><a href="text-level-semantics.html#the-i-element">i</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>, + <code><a href="text-level-semantics.html#the-s-element">s</a></code>, <code><a href="text-level-semantics.html#the-small-element">small</a></code>, and <code><a href="text-level-semantics.html#the-u-element">u</a></code>.<h4 id="syntax-errors"><span class="secno">1.9.2 </span>Syntax errors</h4><p><i>This section is non-normative.</i><p>The syntax of HTML is constrained to avoid a wide variety of problems.<dl><dt>Unintuitive error-handling behavior</dt> <dd> @@ -759,8 +754,8 @@ <div class="example"> <p>For example, the following markup fragment results in a DOM - with an <code><a href="grouping-content.html#the-hr-element" id="hr-0">hr</a></code> element that is an <em>earlier</em> - sibling of the corresponding <code><a href="tabular-data.html#the-table-element" id="table">table</a></code> element:</p> + with an <code><a href="grouping-content.html#the-hr-element">hr</a></code> element that is an <em>earlier</em> + sibling of the corresponding <code><a href="tabular-data.html#the-table-element">table</a></code> element:</p> <pre class="bad"><table><hr>...</pre> @@ -821,7 +816,7 @@ <div class="example"> <p>For example, the following markup results in poor performance, - since all the unclosed <code><a href="text-level-semantics.html#the-i-element" id="i-0">i</a></code> elements have to be + since all the unclosed <code><a href="text-level-semantics.html#the-i-element">i</a></code> elements have to be reconstructed in each paragraph, resulting in progressively more elements in each paragraph:</p> @@ -832,7 +827,7 @@ <p>The resulting DOM for this fragment would be:</p> - <ul class="domTree"><li class="t1"><code><a href="grouping-content.html#the-p-element" id="p-1">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-1">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt.</span></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element" id="p-2">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-2">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-3">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt that he ate breakfast.</span></ul></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element" id="p-3">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-4">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-5">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#thei-element" id="i-6">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">Then lunch.</span></ul></ul></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element" id="p-4">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-7">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-8">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-9">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element" id="i-10">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">And finally dinner.</span></ul></ul></ul></ul></ul></ul></div> + <ul class="domTree"><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt.</span></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">He dreamt that he ate breakfast.</span></ul></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span tite="">Then lunch.</span></ul></ul></ul></ul><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t1"><code><a href="text-level-semantics.html#the-i-element">i</a></code><ul><li class="t3"><code>#text</code>: <span title="">And finally dinner.</span></ul></ul></ul></ul></ul></ul></div> </dd> @@ -892,7 +887,7 @@ <p>For example, this is why the U+0060 GRAVE ACCENT character (`) is not allowed in unquoted attributes. In certain legacy user - agents, <!-- namely IE --> it is sometimes treated as a quote + agents, it is sometimes treated as a quote character.</p> </div> @@ -938,7 +933,7 @@ <div class="example"> <p>For example, it is unclear whether the author intended the - following to be an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-1">h1</a></code> heading or an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2">h2</a></code> + following to be an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> heading or an <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> heading:</p> <pre class="bad"><h1>Contact details</h2></pre> @@ -1005,7 +1000,7 @@ such nestings would be of dubious value.</p> <p class="example">For example, this specification disallows - nesting a <code><a href="sections.html#the-section-element" id="section">section</a></code> element inside a <code><a href="text-level-semantics.html#the-kbd-element" id="kbd">kbd</a></code> + nesting a <code><a href="sections.html#the-section-element">section</a></code> element inside a <code><a href="text-level-semantics.html#the-kbd-element">kbd</a></code> element, since it is highly unlikely for an author to indicate that an entire section should be keyed in.</p> @@ -1032,10 +1027,10 @@ </div> <p class="example">Another example is the restrictions on the - content models of the <code><a href="grouping-content.html#the-ul-element" id="ul">ul</a></code> element, which only allows - <code><a href="grouping-content.html#the-li-element" id="li">li</a></code> element children. Lists by definition consist just - of zero or more list items, so if a <code><a href="grouping-content.html#the-ul-element" id="ul-0">ul</a></code> element - contains something other than an <code><a href="grouping-content.html#the-li-element" id="li-0">li</a></code> element, it's not + content models of the <code><a href="grouping-content.html#the-ul-element">ul</a></code> element, which only allows + <code><a href="grouping-content.html#the-li-element">li</a></code> element children. Lists by definition consist just + of zero or more list items, so if a <code><a href="grouping-content.html#the-ul-element">ul</a></code> element + contains something other than an <code><a href="grouping-content.html#the-li-element">li</a></code> element, it's not clear what was meant.</p> </dd> @@ -1050,19 +1045,19 @@ equivalent alternatives without this problem, the confusing combinations are disallowed.</p> - <p class="example">For example, <code><a href="grouping-content.html#the-div-element" id="div">div</a></code> elements are - rendered as block boxes, and <code><a href="text-level-semantics.html#the-span-element" id="span">span</a></code> elements as inline + <p class="example">For example, <code><a href="grouping-content.html#the-div-element">div</a></code> elements are + rendered as block boxes, and <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements as inline boxes. Putting a block box in an inline box is unnecessarily - confusing; since either nesting just <code><a href="grouping-content.html#the-div-element" id="div-0">div</a></code> elements, or - nesting just <code><a href="text-level-semantics.html#the-span-element" id="span-0">span</a></code> elements, or nesting - <code><a href="text-level-semantics.html#the-span-element" id="span-1">span</a></code> elements inside <code><a href="grouping-content.html#the-div-element" id="div-1">div</a></code> elements all - serve the same purpose as nesting a <code><a href="grouping-content.html#the-div-element" id="div-2">div</a></code> element in a - <code><a href="text-level-semantics.html#the-span-element" id="span-2">span</a></code> element, but only the latter involves a block + confusing; since either nesting just <code><a href="grouping-content.html#the-div-element">div</a></code> elements, or + nesting just <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements, or nesting + <code><a href="text-level-semantics.html#the-span-element">span</a></code> elements inside <code><a href="grouping-content.html#the-div-element">div</a></code> elements all + serve the same purpose as nesting a <code><a href="grouping-content.html#the-div-element">div</a></code> element in a + <code><a href="text-level-semantics.html#the-span-element">span</a></code> element, but only the latter involves a block box in an inline box, the latter combination is disallowed.</p> <p class="example">Another example would be the way - <a href="content-models.html#interactive-content" id="interactive-content-1">interactive content</a> cannot be nested. For example, a - <code><a href="the-button-element.html#the-button-element" id="button-0">button</a></code> element cannot contain a <code><a href="the-button-element.html#the-textarea-element" id="textarea-10">textarea</a></code> + <a href="content-models.html#interactive-content">interactive content</a> cannot be nested. For example, a + <code><a href="the-button-element.html#the-button-element">button</a></code> element cannot contain a <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element. This is because the default behavior of such nesting interactive elements would be highly confusing to users. Instead of nesting these elements, they can be placed side by side.</p> @@ -1077,7 +1072,7 @@ <p>Sometimes, something is disallowed because allowing it would likely cause author confusion.</p> - <p class="example">For example, setting the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled-9">disabled</a></code> attribute to the value + <p class="example">For example, setting the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute to the value "<code title="">false</code>" is disallowed, because despite the appearance of meaning that the element is enabled, it in fact means that the element is <em>disabled</em> (what matters for @@ -1094,9 +1089,9 @@ <p>Some conformance errors simplify the language that authors need to learn.</p> - <p class="example">For example, the <code><a href="the-map-element.html#the-area-element" id="area-0">area</a></code> element's - <code title="attr-area-shape"><a href="the-map-element.html#attr-area-shape" id="shape">shape</a></code> attribute, despite - accepting both <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle" id="circle">circle</a></code> values in + <p class="example">For example, the <code><a href="the-map-element.html#the-area-element">area</a></code> element's + <code title="attr-area-shape"><a href="the-map-element.html#attr-area-shape">shape</a></code> attribute, despite + accepting both <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle">circle</a></code> values in practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> value, so as to simplify tutorials and other learning aids. There would be no benefit to allowing both, but it would cause extra confusion when @@ -1116,11 +1111,11 @@ <div class="example"> - <p>For example, a <code><a href="forms.html#the-form-element" id="form-4">form</a></code> element isn't allowed inside - <a href="content-models.html#phrasing-content" id="phrasing-content-1">phrasing content</a>, because when parsed as HTML, a - <code><a href="forms.html#the-form-element" id="form-5">form</a></code> element's start tag will imply a <code><a href="grouping-content.html#the-p-element" id="p-5">p</a></code> + <p>For example, a <code><a href="forms.html#the-form-element">form</a></code> element isn't allowed inside + <a href="content-models.html#phrasing-content">phrasing content</a>, because when parsed as HTML, a + <code><a href="forms.html#the-form-element">form</a></code> element's start tag will imply a <code><a href="grouping-content.html#the-p-element">p</a></code> element's end tag. Thus, the following markup results in two - <a href="content-models.html#paragraph" id="paragraph-0" title="paragraph">paragraphs</a>, not one:</p> + <a href="content-models.html#paragraph" title="paragraph">paragraphs</a>, not one:</p> <pre><p>Welcome. <form><label>Name:</label> <input></form></pre> @@ -1141,7 +1136,7 @@ would be hard to debug.</p> <p class="example">This is why, for instance, it is non-conforming - to have two <code title="attr-id"><a href="elements.html#the-id-attribute" id="id">id</a></code> attributes with the + to have two <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attributes with the same value. Duplicate IDs lead to the wrong element being selected, with sometimes disastrous effects whose cause is hard to determine.</p> @@ -1158,15 +1153,15 @@ encouraging authors to avoid making them, authors can save time in future efforts.</p> - <p class="example">For example, a <code><a href="scripting-1.html#script" id="script-5">script</a></code> element's - <code title="attr-script-src"><a href="scripting-1.html#attr-script-src" id="src">src</a></code> attribute causes the + <p class="example">For example, a <code><a href="scripting-1.html#script">script</a></code> element's + <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code> attribute causes the element's contents to be ignored. However, this isn't obvious, especially if the element's contents appear to be executable script — which can lead to authors spending a lot of time trying to debug the inline script without realizing that it is not executing. To reduce this problem, this specification makes it - non-conforming to have executable script in a <code><a href="scripting-1.html#script" id="script-6">script</a></code> - element when the <code title="attr-script-src"><a href="scripting-1.html#attr-script-src" id="src-0">src</a></code> + non-conforming to have executable script in a <code><a href="scripting-1.html#script">script</a></code> + element when the <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code> attribute is present. This means that authors who are validating their documents are less likely to waste time with this kind of mistake.</p> @@ -1188,8 +1183,8 @@ transitionary step when migrating between HTML and XHTML.</p> <p class="example">For example, there are somewhat complicated - rules surrounding the <code title="attr-lang"><a href="elements.html#attr-lang" id="lang">lang</a></code> and - <code title="attr-xml-lang"><a href="elements.html#attr-xml-lang" id="xml:lang">xml:lang</a></code> attributes intended + rules surrounding the <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code> and + <code title="attr-xml-lang"><a href="elements.html#attr-xml-lang">xml:lang</a></code> attributes intended to keep the two synchronized.</p> <p class="example">Another example would be the restrictions on @@ -1210,7 +1205,7 @@ on the content models of elements and values of attributes are intended to allow for future expansion of the HTML vocabulary.</p> - <p class="example">For example, limiting the values of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="target-11">target</a></code> attribute that start + <p class="example">For example, limiting the values of the <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code> attribute that start with an U+005F LOW LINE character (_) to only specific predefined values allows new predefined values to be introduced at a future time without conflicting with author-defined values.</p> @@ -1293,8 +1288,6 @@ elements, named entity references, and the use of scripts and style.</blockquote></dd> -<!--(the following is not included in the WHATWG spec for quality reasons)--> -<!--HPAAIG--> <dt><cite>HTML to Platform Accessibility APIs Implementation Guide</cite> <a href="references.html#refsHPAAIG">[HPAAIG]</a></dt> <dd><blockquote><p>This is draft documentation mapping HTML @@ -1303,6 +1296,5 @@ on deriving the accessible names and descriptions for HTML elements. It also provides accessible feature implementation examples.</blockquote></dd> -<!--HPAAIG--> </dl> \ No newline at end of file Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.401 retrieving revision 1.402 diff -u -d -r1.401 -r1.402 --- commands.html 13 Apr 2011 07:54:37 -0000 1.401 +++ commands.html 20 Apr 2011 12:21:09 -0000 1.402 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.11.5 Commands — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>4.11.5 Commands — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,7 +335,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -346,18 +343,15 @@ </div> <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 - aspects such as the disabled state.--><p id="facets">Commands are defined to have the following + behind menu items, buttons, and links.<p id="facets">Commands are defined to have the following <dfn id="concept-facet" title="concept-facet">facets</dfn>:<dl><dt><dfn id="command-facet-type" title="command-facet-Type">Type</dfn></dt> <dd>The kind of command: "command", meaning it is a normal command; "radio", meaning that triggering the command will, amongst other - things, set the <a href="#command-facet-checkedstate" id="command-facet-checkedstate-2" title="command-facet-CheckedState">Checked + things, set the <a href="#command-facet-checkedstate" title="command-facet-CheckedState">Checked State</a> to true (and probably uncheck some other commands); or "checkbox", meaning that triggering the command will, amongst other - things, toggle the value of the <a href="#command-facet-checkedstate" id="command-facet-checkedstate-3" title="command-facet-CheckedState">Checked State</a>.</dd> + things, toggle the value of the <a href="#command-facet-checkedstate" title="command-facet-CheckedState">Checked State</a>.</dd> <dt><dfn id="command-facet-id" title="command-facet-ID">ID</dfn></dt> @@ -376,10 +370,8 @@ <dt><dfn id="command-facet-icon" title="command-facet-Icon">Icon</dfn></dt> - <dd>An <a href="urls.html#absolute-url" id="absolute-url-6">absolute URL</a> identifying a graphical image that - represents the action. A command might not have an Icon.</dd> <!-- - changing base URLs might change the icon --> - + <dd>An <a href="urls.html#absolute-url">absolute URL</a> identifying a graphical image that + represents the action. A command might not have an Icon.</dd> <dt><dfn id="command-facet-accesskey" title="command-facet-AccessKey">Access Key</dfn></dt> <dd>A key combination selected by the user agent that triggers the @@ -401,25 +393,16 @@ <dt><dfn id="command-facet-action" title="command-facet-Action">Action</dfn></dt> <dd>The actual effect that triggering the command will have. This - could be a scripted event handler, a <a href="urls.html#url" id="url-14">URL</a> to which to + could be a scripted event handler, a <a href="urls.html#url">URL</a> to which to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a>, or a form submission.</dd> -<!-- v2COMMAND - <dt><dfn title="command-facet-Triggers">Triggers</dfn></dt> - - <dd>The list of elements that can trigger the command. The element - defining a command is always in the list of elements that can - trigger the command. For anonymous commands, only the element - defining the command is on the list, since other elements have no - way to refer to it.</dd> ---> </dl><p>These facets are exposed on elements using the <dfn id="command-api">command API</dfn>:<dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a></code></dt> <dd> - <p>Exposes the <a href="#command-facet-type" id="command-facet-type-3" title="command-facet-Type">Type</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-type" title="command-facet-Type">Type</a> facet of the command.</p> </dd> @@ -427,7 +410,7 @@ <dd> - <p>Exposes the <a href="#command-facet-id" id="command-facet-id-0" title="command-facet-ID">ID</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-id" title="command-facet-ID">ID</a> facet of the command.</p> </dd> @@ -435,7 +418,7 @@ <dd> - <p>Exposes the <a href="#command-facet-label" id="command-facet-label-0" title="command-facet-Label">Label</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-label" title="command-facet-Label">Label</a> facet of the command.</p> </dd> @@ -443,7 +426,7 @@ <dd> - <p>Exposes the <a href="#command-facet-hint" id="command-facet-hint-0" title="command-facet-Hint">Hint</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-hint" title="command-facet-Hint">Hint</a> facet of the command.</p> </dd> @@ -451,7 +434,7 @@ <dd> - <p>Exposes the <a href="#command-facet-icon" id="command-facet-icon-0" title="command-facet-Icon">Icon</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-icon" title="command-facet-Icon">Icon</a> facet of the command.</p> </dd> @@ -459,7 +442,7 @@ <dd> - <p>Exposes the <a href="#command-facet-accesskey" id="command-facet-accesskey-0" title="command-facet-AccessKey">Access Key</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-accesskey" title="command-facet-AccessKey">Access Key</a> facet of the command.</p> </dd> @@ -467,10 +450,10 @@ <dd> - <p>Exposes the state of the element's <code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden-3">hidden</a></code> attribute, which is generally - equivalent to the <a href="#command-facet-hiddenstate" id="command-facet-hiddenstate-0" title="command-facet-HiddenState">Hidden - State</a> facet of the command. For <code><a href="forms.html#the-label-element" id="label-21">label</a></code> and - <code><a href="forms.html#the-legend-element" id="legend-6">legend</a></code> elements (used in conjunction with the <code title="attr-accesskey"><a href="editing.html#the-accesskey-attribute" id="accesskey-0">accesskey</a></code> attribute), the <a href="#command-facet-hiddenstate" id="command-facet-hiddenstate-1" title="command-facet-HiddenState">Hidden State</a> facet is + <p>Exposes the state of the element's <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> attribute, which is generally + equivalent to the <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden + State</a> facet of the command. For <code><a href="forms.html#the-label-element">label</a></code> and + <code><a href="forms.html#the-legend-element">legend</a></code> elements (used in conjunction with the <code title="attr-accesskey"><a href="editing.html#the-accesskey-attribute">accesskey</a></code> attribute), the <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</a> facet is derived from another element (the one that the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#assigned-access-key" title='Read about this "assigned access key" reference in the full HTML5 spec.'>assigned access key</a> will trigger), and cannot be directly accessed from the element.</p> @@ -481,7 +464,7 @@ <dd> - <p>Exposes the <a href="#command-facet-disabledstate" id="command-facet-disabledstate-0" title="command-facet-DisabledState">Disabled State</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</a> facet of the command.</p> </dd> @@ -489,7 +472,7 @@ <dd> - <p>Exposes the <a href="#command-facet-checkedstate" id="command-facet-checkedstate-4" title="command-facet-CheckedState">Checked State</a> facet of the command.</p> + <p>Exposes the <a href="#command-facet-checkedstate" title="command-facet-CheckedState">Checked State</a> facet of the command.</p> </dd> @@ -497,27 +480,18 @@ <dd> - <p>Triggers the <a href="#command-facet-action" id="command-facet-action-0" title="command-facet-Action">Action</a> of the command.</p> + <p>Triggers the <a href="#command-facet-action" title="command-facet-Action">Action</a> of the command.</p> </dd> -<!--v2COMMAND - <dt><var title="">element</var> . <code title="dom-command-ro-triggers">triggers</code></dt> - - <dd> - - <p>Exposes the <span title="command-facet-Triggers">Triggers</span> facet of the command.</p> - - </dd> ---> </dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a></code></dt> <dd> - <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-38">HTMLCollection</a></code> of the elements in the + <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that define commands and have IDs.</p> </dd> - </dl><hr><p>User agents may expose the <a href="#concept-command" id="concept-command-4" title="concept-command">commands</a> whose <a href="#command-facet-hiddenstate" id="command-facet-hiddenstate-2" title="command-facet-HiddenState">Hidden State</a> facet is false + </dl><hr><p>User agents may expose the <a href="#concept-command" title="concept-command">commands</a> whose <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</a> facet is false (visible), e.g. in the user agent's menu bar. User agents are - encouraged to do this especially for commands that have <a href="#command-facet-accesskey" id="command-facet-accesskey-1" title="command-facet-AccessKey">Access Keys</a>, as a way to + 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. \ No newline at end of file Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- common-microsyntaxes.html 13 Apr 2011 07:54:37 -0000 1.406 +++ common-microsyntaxes.html 20 Apr 2011 12:21:09 -0000 1.407 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2.4 Common microsyntaxes — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>2.4 Common microsyntaxes — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,15 +335,15 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="urls.html">2.5 URLs →</a> - <ol class="toc"><li><ol><li><a href="common-microsyntaxes.html#common-microsyntaxes"><span class="secno">2.4 </span>Common microsyntaxes</a> - <ol><li><a href="common-microsyntaxes.html#boolean-attributes"><span class="secno">2.4.1 </span>Boolean attributes</a><li><a href="common-microsyntaxes.html#keywords-and-enumerated-attributes"><span class="secno">2.4.2 </span>Keywords and enumerated attributes</a><li><a href="common-microsyntaxes.html#numbers"><span class="secno">2.4.3 </span>Numbers</a> - <ol><li><a href="common-microsyntaxes.html#non-negative-integers"><span class="secno">2.4.3.1 </span>Non-negative integers</a><li><a href="common-microsyntaxes.html#signed-integers"><span class="secno">2.4.3.2 </span>Signed integers</a><li><a href="common-microsyntaxes.html#real-numbers"><span class="secno">2.4.3.3 </span>Real numbers</a><li><a href="common-microsyntaxes.html#lists-of-integers"><span class="secno">2.4.3.4 </span>Lists of integers</a></ol><li><a href="common-microsyntaxes.html#dates-and-times"><span class="secno">2.4.4 </span>Dates and times</a> - <ol><li><a href="common-microsyntaxes.html#months"><span class="secno">2.4.4.1 </span>Months</a><li><a href="common-microsyntaxes.html#dates"><span class="secno">2.4.4.2 </span>Dates</a><li><a href="common-microsyntaxes.html#times"><span class="secno">2.4.4.3 </span>Times</a><li><a href="common-microsyntaxes.html#local-dates-and-times"><span class="secno">2.4.4.4 </span>Local dates and times</a><li><a href="common-microsyntaxes.html#global-dates-and-times"><span class="secno">2.4.4.5 </span>Global dates and times</a><li><a href="common-microsyntaxes.html#weeks"><span class="secno">2.4.4.6 </span>Weeks</a><li><a href="common-microsyntaxes.html#vaguer-moments-in-time"><span class="secno">2.4.4.7 </span>Vaguer moments in time</a></ol><li><a href="common-microsyntaxes.html#colors"><span class="secno">2.4.5 </span>Colors</a><li><a href="common-microsyntaxes.html#space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</a><li><a href="common-microsyntaxes.html#comma-separated-tokens"<span class="secno">2.4.7 </span>Comma-separated tokens</a><li><a href="common-microsyntaxes.html#syntax-references"><span class="secno">2.4.8 </span>References</a><li><a href="common-microsyntaxes.html#mq"><span class="secno">2.4.9 </span>Media queries</a></ol></ol></ol></div> + <ol class="toc"><li><ol><li><a href="common-microsyntaxes.html#common-microsyntaxes"><span class="secno">2.5 </span>Common microsyntaxes</a> + <ol><li><a href="common-microsyntaxes.html#boolean-attributes"><span class="secno">2.5.2 </span>Boolean attributes</a><li><a href="common-microsyntaxes.html#keywords-and-enumerated-attributes"><span class="secno">2.5.3 </span>Keywords and enumerated attributes</a><li><a href="common-microsyntaxes.html#numbers"><span class="secno">2.5.4 </span>Numbers</a> + <ol><li><a href="common-microsyntaxes.html#non-negative-integers"><span class="secno">2.5.4.1 </span>Non-negative integers</a><li><a href="common-microsyntaxes.html#signed-integers"><span class="secno">2.5.4.2 </span>Signed integers</a><li><a href="common-microsyntaxes.html#real-numbers"><span class="secno">2.5.4.3 </span>Real numbers</a><li><a href="common-microsyntaxes.html#lists-of-integers"><span class="secno">2.5.4.5 </span>Lists of integers</a></ol><li><a href="common-microsyntaxes.html#dates-and-times"><span class="secno">2.5.5 </span>Dates and times</a> + <ol><li><a href="common-microsyntaxes.html#months"><span class="secno">2.5.5.1 </span>Months</a><li><a href="common-microsyntaxes.html#dates"><span class="secno">2.5.5.2 </span>Dates</a><li><a href="common-microsyntaxes.html#times"><span class="secno">2.5.5.3 </span>Times</a><li><a href="common-microsyntaxes.html#local-dates-and-times"><span class="secno">2.5.5.4 </span>Local dates and times</a><li><a href="common-microsyntaxes.html#global-dates-and-times"><span class="secno">2.5.5.5 </span>Global dates and times</a><li><a href="common-microsyntaxes.html#weeks"><span class="secno">2.5.5.6 </span>Weeks</a><li><a href="common-microsyntaxes.html#vaguer-moments-in-time"><span class="secno">2.5.5.7 </span>Vaguer moments in time</a></ol><li><a href="common-microsyntaxes.html#colors"><span class="secno">2.5.6 </span>Colors</a><li><a href="common-microsyntaxes.html#space-separated-tokens"><span class="secno">2.5.7 </span>Space-separated tokens</a><li><a href="common-microsyntaxes.html#comma-separated-tokens"<span class="secno">2.5.8 </span>Comma-separated tokens</a><li><a href="common-microsyntaxes.html#syntax-references"><span class="secno">2.5.9 </span>References</a><li><a href="common-microsyntaxes.html#mq"><span class="secno">2.5.10 </span>Media queries</a></ol></ol></ol></div> <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 @@ -355,14 +352,14 @@ 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>If the attribute is present, its value must either be the empty - string or a value that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-1">ASCII case-insensitive</a> + string or a value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the attribute's canonical name, with no leading or trailing whitespace.<p class="note">The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.<div class="example"> <p>Here is an example of a checkbox that is checked and disabled. - The <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked">checked</a></code> and <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled-10">disabled</a></code> attributes are the + The <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code> and <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attributes are the boolean attributes.</p> <pre><label><input type=checkbox checked name=cheese disabled> Cheese</label></pre> @@ -385,9 +382,9 @@ historical reasons). In addition, two default states can be given. The first is the <i>invalid value default</i>, the second is the <i>missing value default</i>.<p>If an enumerated attribute is specified, the attribute's value - must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-2">ASCII case-insensitive</a> match for one of the + must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of the given keywords that are not said to be non-conforming, with no - leading or trailing whitespace.<p>When the attribute is specified, if its value is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-3">ASCII + leading or trailing whitespace.<p>When the attribute is specified, if its value is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of the given keywords then that keyword's state is the state that the attribute represents. If the attribute value matches none of the given keywords, but the @@ -401,13 +398,13 @@ represented by the (missing) attribute. Otherwise, the absence of the attribute means that there is no state represented.<p class="note">The empty string can be a valid keyword.<h4 id="numbers"><span class="secno">2.4.3 </span>Numbers</h4><h5 id="non-negative-integers"><span class="secno">2.4.3.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>A <a href="#valid-non-negative-integer" id="valid-non-negative-integer-0">valid non-negative integer</a> represents the number + (0) to U+0039 DIGIT NINE (9).<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.<h5 id="signed-integers"><span class="secno">2.4.3.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>A <a href="#valid-integer" id="valid-integer-0">valid integer</a> without a U+002D HYPHEN-MINUS (-) + (-).<p>A <a href="#valid-integer">valid integer</a> without a U+002D HYPHEN-MINUS (-) prefix represents the number that is represented in base ten by that - string of digits. A <a href="#valid-integer" id="valid-integer-1">valid integer</a> <em>with</em> a + string of digits. A <a href="#valid-integer">valid integer</a> <em>with</em> a U+002D HYPHEN-MINUS (-) prefix represents the number represented in base ten by the string of digits that follows the U+002D HYPHEN-MINUS, subtracted from zero.<h5 id="real-numbers"><span class="secno">2.4.3.3 </span>Real numbers</h5><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it @@ -438,7 +435,7 @@ </ol></li> - </ol><p>A <a href="#valid-floating-point-number" id="valid-floating-point-number-0">valid floating point number</a> represents the number + </ol><p>A <a href="#valid-floating-point-number">valid floating point number</a> represents the number obtained by multiplying the significand by ten raised to the power of the exponent, where the significand is the first number, interpreted as base ten (including the decimal point and the number @@ -451,8 +448,8 @@ ignoring a U+002B PLUS SIGN character (+) between the E and the number if there is one). If there is no E, then the exponent is treated as zero.<p class="note">The Infinity and Not-a-Number (NaN) values are not - <a href="#valid-floating-point-number" id="valid-floating-point-number-1" title="valid floating point number">valid floating point - numbers</a>.<h5 id="lists-of-integers"><span class="secno">2.4.3.4 </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" id="valid-integer-2" title="valid integer">valid integers</a> separated by U+002C + <a href="#valid-floating-point-number" title="valid floating point number">valid floating point + numbers</a>.<h5 id="lists-of-integers"><span class="secno">2.4.3.4 </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 class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>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.<h4 id="dates-and-times"><span class="secno">2.4.4 </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: @@ -467,11 +464,11 @@ 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>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 - consists of the following components in the given order:<ol><li>Four or more <a href="#concept-datetime-digit" id="concept-datetime-digit-0" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li> + consists of the following components in the given order:<ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li> <li>A U+002D HYPHEN-MINUS character (-)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-1" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the month <var title="">month</var>, in the range 1 ≤ <var title="">month</var> ≤ 12</li> @@ -480,13 +477,13 @@ of a year, a month, and a day. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><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 <var title="">day</var> if it consists of the following components - in the given order:<ol><li>A <a href="#valid-month-string" id="valid-month-string-0">valid month string</a>, representing <var title="">year</var> and <var title="">month</var></li> + in the given order:<ol><li>A <a href="#valid-month-string">valid month string</a>, representing <var title="">year</var> and <var title="">month</var></li> <li>A U+002D HYPHEN-MINUS character (-)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-2" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">day</var>, in the range - 1 ≤ <var title="">day</var> ≤ <var title="">maxday</var> where <var title="">maxday</var> is the <a href="#number-of-days-in-month-month-of-year-year" id="number-of-days-in-month-month-of-year-year-0" title="number of days in month month of year year">number of days + 1 ≤ <var title="">day</var> ≤ <var title="">maxday</var> where <var title="">maxday</var> is the <a href="#number-of-days-in-month-month-of-year-year" title="number of days in month month of year year">number of days in the month <var title="">month</var> and year <var title="">year</var></a></li> </ol><h5 id="times"><span class="secno">2.4.4.3 </span>Times</h5><p>A <dfn id="concept-time" title="concept-time">time</dfn> consists of a specific @@ -494,13 +491,13 @@ a second, and a fraction of a second.<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 second <var title="">second</var> if it consists of the following - components in the given order:<ol><li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-3" title="concept-datetime-digit">digits</a>, + components in the given order:<ol><li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">hour</var>, in the range 0 ≤ <var title="">hour</var> ≤ 23</li> <li>A U+003A COLON character (:)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-4" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">minute</var>, in the range 0 ≤ <var title="">minute</var> ≤ 59</li> @@ -509,7 +506,7 @@ <ol><li>A U+003A COLON character (:)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-5" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the integer part of <var title="">second</var>, in the range 0 ≤ <var title="">s</var> ≤ 59</li> @@ -518,7 +515,7 @@ <ol><li>A 002E FULL STOP character (.)</li> - <li>One or more <a href="#concept-datetime-digit" id="concept-datetime-digit-6" title="concept-datetime-digit">digits</a>, representing the + <li>One or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the fractional part of <var title="">second</var></li> </ol></li> @@ -532,11 +529,11 @@ minute, a second, and a fraction of a second, but expressed without a time zone. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-local-date-and-time-string">valid local date and time string</dfn> representing a date and time if it consists of the following - components in the given order:<ol><li>A <a href="#valid-date-string" id="valid-date-string-0">valid date string</a> representing the date.</li> + components in the given order:<ol><li>A <a href="#valid-date-string">valid date string</a> representing the date.</li> <li>A U+0054 LATIN CAPITAL LETTER T character (T).</li> - <li>A <a href="#valid-time-string" id="valid-time-string-0">valid time string</a> representing the time.</li> + <li>A <a href="#valid-time-string">valid time string</a> representing the time.</li> </ol><h5 id="global-dates-and-times"><span class="secno">2.4.4.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 @@ -545,11 +542,11 @@ time-zone offset, consisting of a signed number of hours and minutes. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-global-date-and-time-string">valid global date and time string</dfn> representing a date, time, and a time-zone offset if it consists of - the following components in the given order:<ol><li>A <a href="#valid-date-string" id="valid-date-string-1">valid date string</a> representing the date</li> + the following components in the given order:<ol><li>A <a href="#valid-date-string">valid date string</a> representing the date</li> <li>A U+0054 LATIN CAPITAL LETTER T character (T)</li> - <li>A <a href="#valid-time-string" id="valid-time-string-1">valid time string</a> representing the time</li> + <li>A <a href="#valid-time-string">valid time string</a> representing the time</li> <li>Either: @@ -561,16 +558,14 @@ <ol><li>Either a U+002B PLUS SIGN character (+) or, if the time-zone offset is not zero, a U+002D HYPHEN-MINUS character (-), representing the sign of the time-zone offset</li> - <!-- the -00:00 offset is disallowed because RFC3339 gives it a - special semantic --> - - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-7" title="concept-datetime-digit">digits</a>, + + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the hours component <var title="">hour</var> of the time-zone offset, in the range 0 ≤ <var title="">hour</var> ≤ 23</li> <li>A U+003A COLON character (:)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-8" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the minutes component <var title="">minute</var> of the time-zone offset, in the range 0 ≤ <var title="">minute</var> ≤ 59</li> @@ -590,7 +585,7 @@ difference between the appropriate local time and the time observed at the location of Greenwich, London.<div class="example"> - <p>The following are some examples of dates written as <a href="#valid-global-date-and-time-string" id="valid-global-date-and-time-string-0" title="valid global date and time string">valid global date and + <p>The following are some examples of dates written as <a href="#valid-global-date-and-time-string" title="valid global date and time string">valid global date and time strings</a>.</p> <dl><dt>"<code>0037-12-13T00:00Z</code>"</dt> @@ -624,12 +619,7 @@ calendar in use at the time (e.g. from the Julian calendar). The date of Nero's birth is the 15th of December 37, in the Julian Calendar, which is the 13th of December 37 in the proleptic - Gregorian Calendar.</li> <!-- This might not be true. I can't find - a reference that gives his birthday with an explicit statement - about the calendar being used. However, it seems unlikely that it - would be given in the Gregorian calendar, so I assume sites use - the Julian one. --> - + Gregorian Calendar.</li> <li>The time and time-zone offset components are not optional.</li> <li>Dates before the year one can't be represented as a datetime @@ -663,35 +653,35 @@ proleptic Gregorian calendar. The first week in a week-year <var title="">y</var> is the week that contains the first Thursday of the Gregorian year <var title="">y</var>.<p>A string is a <dfn id="valid-week-string">valid week string</dfn> representing a week-year <var title="">year</var> and week <var title="">week</var> - if it consists of the following components in the given order:<ol><li>Four or more <a href="#concept-datetime-digit" id="concept-datetime-digit-9" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li> + if it consists of the following components in the given order:<ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var> > 0</li> <li>A U+002D HYPHEN-MINUS character (-)</li> <li>A U+0057 LATIN CAPITAL LETTER W character (W)</li> - <li>Two <a href="#concept-datetime-digit" id="concept-datetime-digit-10" title="concept-datetime-digit">digits</a>, + <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing the week <var title="">week</var>, in the range 1 ≤ <var title="">week</var> ≤ <var title="">maxweek</var>, where <var title="">maxweek</var> is the - <a href="#week-number-of-the-last-day" id="week-number-of-the-last-day-0">week number of the last day</a> of week-year <var title="">year</var></li> + <a href="#week-number-of-the-last-day">week number of the last day</a> of week-year <var title="">year</var></li> </ol><h5 id="vaguer-moments-in-time"><span class="secno">2.4.4.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:<ul><li>A <a href="#valid-date-string" id="valid-date-string-2">valid date string</a>.</li> + one of the following:<ul><li>A <a href="#valid-date-string">valid date string</a>.</li> - <li>A <a href="#valid-time-string" id="valid-time-string-2">valid time string</a>.</li> + <li>A <a href="#valid-time-string">valid time string</a>.</li> - <li>A <a href="#valid-global-date-and-time-string" id="valid-global-date-and-time-string-1">valid global date and time string</a>.</li> + <li>A <a href="#valid-global-date-and-time-string">valid global date and time string</a>.</li> </ul><p>A string is a <dfn id="valid-date-or-time-string-in-content">valid date or time string in content</dfn> if it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters, - followed by a <a href="#valid-date-or-time-string" id="valid-date-or-time-string-0">valid date or time string</a>, followed by + followed by a <a href="#valid-date-or-time-string">valid date or time string</a>, followed by zero or more further <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.<hr><p>A string is a <dfn id="valid-date-string-with-optional-time">valid date string with optional time</dfn> if - it is also one of the following:<ul><li>A <a href="#valid-date-string" id="valid-date-string-3">valid date string</a>.</li> + it is also one of the following:<ul><li>A <a href="#valid-date-string">valid date string</a>.</li> - <li>A <a href="#valid-global-date-and-time-string" id="valid-global-date-and-time-string-2">valid global date and time string</a>.</li> + <li>A <a href="#valid-global-date-and-time-string">valid global date and time string</a>.</li> </ul><p>A string is a <dfn id="valid-date-string-in-content-with-optional-time">valid date string in content with optional time</dfn> if it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> - characters, followed by a <a href="#valid-date-string-with-optional-time" id="valid-date-string-with-optional-time-0">valid date string with optional + characters, followed by a <a href="#valid-date-string-with-optional-time">valid date string with optional time</a>, followed by zero or more further <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.<h4 id="colors"><span class="secno">2.4.5 </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 @@ -704,22 +694,22 @@ digits representing the red component, the middle two digits representing the green component, and the last two digits representing the blue component, in hexadecimal.<p>A string is a <dfn id="valid-lowercase-simple-color">valid lowercase simple color</dfn> if it is a - <a href="#valid-simple-color" id="valid-simple-color-0">valid simple color</a> and doesn't use any characters in + <a href="#valid-simple-color">valid simple color</a> and doesn't use any characters in the range U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F.<hr><h4 id="space-separated-tokens"><span class="secno">2.4.6 </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 (known as tokens) separated by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, where words consist - of any string of one or more characters, none of which are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p>A string containing a <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-0">set of space-separated tokens</a> + of any string of one or more characters, none of which are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p>A string containing a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> may have leading or trailing <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p>An <dfn id="unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</dfn> is a - <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-1">set of space-separated tokens</a> where none of the tokens + <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> where none of the tokens are duplicated.<p>An <dfn id="ordered-set-of-unique-space-separated-tokens">ordered set of unique space-separated tokens</dfn> is a - <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-2">set of space-separated tokens</a> where none of the tokens - are duplicated but where the order of the tokens is meaningful.<p><a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-3" title="set of space-separated tokens">Sets of + <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> where none of the tokens + are duplicated but where the order of the tokens is meaningful.<p><a href="#set-of-space-separated-tokens" title="set of space-separated tokens">Sets of space-separated tokens</a> sometimes have a defined set of allowed values. When a set of allowed values is defined, the tokens must all be from that list of allowed values; other values are non-conforming. If no such set of allowed values is provided, then - all values are conforming.<p class="note">How tokens in a <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-4">set of space-separated + all values are conforming.<p class="note">How tokens in a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> are to be compared (e.g. case-sensitively or not) is defined on a per-set basis.<h4 id="comma-separated-tokens"><span class="secno">2.4.7 </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 @@ -728,7 +718,7 @@ U+002C COMMA characters (,), and optionally surrounded by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p class="example">For instance, the string "<code title=""> a ,b,,d d </code>" consists of four tokens: "a", "b", the empty string, and "d d". Leading and trailing whitespace around each token doesn't count as part of the - token, and the empty string can be a token.<p><a href="#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens-0" title="set of comma-separated tokens">Sets of + token, and the empty string can be a token.<p><a href="#set-of-comma-separated-tokens" title="set of comma-separated tokens">Sets of comma-separated tokens</a> sometimes have further restrictions on what consists a valid token. When such restrictions are defined, the tokens must all fit within those restrictions; other values are Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.968 retrieving revision 1.969 diff -u -d -r1.968 -r1.969 --- syntax.html 13 Apr 2011 07:54:45 -0000 1.968 +++ syntax.html 20 Apr 2011 12:21:17 -0000 1.969 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>8 The HTML syntax — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>8 The HTML syntax — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,70 +335,69 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="dnd.html">← 7.7 Drag and drop</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="named-character-references.html">8.2 Named character references →</a> - <ol class="toc"><li><a href="syntax.html#syntax" id="x8-the-html-syntax"><span class="secno">8 </span>The HTML syntax</a> + <ol class="toc"><li><a href="syntax.html#syntax"><span class="secno">8 </span>The HTML syntax</a> <ol><li><a href="syntax.html#writing"><span class="secno">8.1 </span>Writing HTML documents</a> <ol><li><a href="syntax.html#the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</a><li><a href="syntax.html#elements-0"><span class="secno">8.1.2 </span>Elements</a> <ol><li><a href="syntax.html#start-tags"><span class="secno">8.1.2.1 </span>Start tags</a><li><a href="syntax.html#end-tags"><span class="secno">8.1.2.2 </span>End tags</a><li><a href="syntax.html#attributes-0"><span class="secno">8.1.2.3 </span>Attributes</a><li><a href="syntax.html#optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</a><li><a href="syntax.html#element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</a><li><a href="syntax.html#cdata-rcdata-restrictions"><span class="secno">8.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></ol><li><a href="syntax.html#text-0"><span class="secno">8.1.3 </span>Text</a> <ol><li><a href="syntax.html#newlines"><span class="secno">8.1.3.1 </span>Newlines</a></ol><li><a href="syntax.html#character-references"><span class="secno">8.1.4 </span>Character references</a><li><a href="syntax.html#cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</a><li><a href="syntax.html#comments"><span class="secno">8.1.6 </span>Comments</a></ol></ol></ol></div> <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" id="html-mime-type-1">HTML MIME type</a>. Rules for XML 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>".<h3 id="writing"><span class="secno">8.1 </span>Writing HTML documents</h3><p>Documents must consist of the following parts, in the given order:<ol><li>Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character.</li> - <li>Any number of <a href="#syntax-comments" id="syntax-comments-3" title="syntax-comments">comments</a> and + <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>A <a href="#syntax-doctype" id="syntax-doctype-2" title="syntax-doctype">DOCTYPE</a>. + <li>A <a href="#syntax-doctype" title="syntax-doctype">DOCTYPE</a>. - <li>Any number of <a href="#syntax-comments" id="syntax-comments-4" title="syntax-comments">comments</a> and + <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0" id="html-11">html</a></code> <a href="#syntax-elements" id="syntax-elements-1" title="syntax-elements">element</a>.</li> + <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0">html</a></code> <a href="#syntax-elements" title="syntax-elements">element</a>.</li> - <li>Any number of <a href="#syntax-comments" id="syntax-comments-5" title="syntax-comments">comments</a> and + <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> </ol><p>The various types of content mentioned above are described in the - next few sections.<p>In addition, there are some restrictions on how <a href="semantics.html#character-encoding-declaration" id="character-encoding-declaration-5" title="character encoding declaration">character encoding + next few sections.<p>In addition, there are some restrictions on how <a href="semantics.html#character-encoding-declaration" title="character encoding declaration">character encoding declarations</a> are to be serialized, as discussed in the section on that topic.<div class="note"> - <p>Space characters before the root <code><a href="semantics.html#the-html-element-0" id="html-12">html</a></code> element, and - space characters at the start of the <code><a href="semantics.html#the-html-element-0" id="html-13">html</a></code> element and - before the <code><a href="semantics.html#the-head-element-0" id="head-26">head</a></code> element, will be dropped when the + <p>Space characters before the root <code><a href="semantics.html#the-html-element-0">html</a></code> element, and + space characters at the start of the <code><a href="semantics.html#the-html-element-0">html</a></code> element and + before the <code><a href="semantics.html#the-head-element-0">head</a></code> element, will be dropped when the document is parsed; space characters <em>after</em> the root - <code><a href="semantics.html#the-html-element-0" id="html-14">html</a></code> element will be parsed as if they were at the end - of the <code><a href="sections.html#the-body-element-0" id="body-26">body</a></code> element. Thus, space characters around the + <code><a href="semantics.html#the-html-element-0">html</a></code> element will be parsed as if they were at the end + of the <code><a href="sections.html#the-body-element-0">body</a></code> element. Thus, space characters around the root element do not round-trip.</p> <p>It is suggested that newlines be inserted after the DOCTYPE, after any comments that are before the root element, after the - <code><a href="semantics.html#the-html-element-0" id="html-15">html</a></code> element's start tag (if it is not <a href="#syntax-tag-omission" id="syntax-tag-omission-1" title="syntax-tag-omission">omitted</a>), and after any comments - that are inside the <code><a href="semantics.html#the-html-element-0" id="html-16">html</a></code> element but before the - <code><a href="semantics.html#the-head-element-0" id="head-27">head</a></code> element.</p> + <code><a href="semantics.html#the-html-element-0">html</a></code> element's start tag (if it is not <a href="#syntax-tag-omission" title="syntax-tag-omission">omitted</a>), and after any comments + that are inside the <code><a href="semantics.html#the-html-element-0">html</a></code> element but before the + <code><a href="semantics.html#the-head-element-0">head</a></code> element.</p> </div><p>Many strings in the HTML syntax (e.g. the names of elements and their attributes) are case-insensitive, but only for characters in 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".<h4 id="the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</h4><p>A <dfn id="syntax-doctype" title="syntax-doctype">DOCTYPE</dfn> is a <!-- mostly - useless but nonetheless --> required preamble.<p class="note">DOCTYPEs are required for legacy reasons. When + as "case-insensitive".<h4 id="the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</h4><p>A <dfn id="syntax-doctype" title="syntax-doctype">DOCTYPE</dfn> is a required preamble.<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 document ensures that the browser makes a best-effort attempt at following the relevant specifications.<p>A DOCTYPE must consist of the following components, in this - order:<ol class="brief"><li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-24">ASCII case-insensitive</a> match for the string "<code title=""><!DOCTYPE</code>".</li> + order:<ol class="brief"><li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title=""><!DOCTYPE</code>".</li> <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-25">ASCII case-insensitive</a> match for the string "<code title="">html</code>".</li> - <li>Optionally, a <a href="#doctype-legacy-string" id="doctype-legacy-string-0">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string" id="obsolete-permitted-doctype-string-0">obsolete permitted DOCTYPE string</a> (defined below).</li> + <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">html</code>".</li> + <li>Optionally, a <a href="#doctype-legacy-string">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> (defined below).</li> <li>Zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> <li>A U+003E GREATER-THAN SIGN character (>).</li> </ol><p class="note">In other words, <code><!DOCTYPE html></code>, @@ -410,21 +406,21 @@ html></code>", a <dfn id="doctype-legacy-string">DOCTYPE legacy string</dfn> may be inserted into the DOCTYPE (in the position defined above). This string must consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-26">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li> + <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li> <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li> - <li>The literal string "<code><a href="urls.html#about:legacy-compat" id="about:legacy-compat-0">about:legacy-compat</a></code>".</li> + <li>The literal string "<code><a href="urls.html#about:legacy-compat">about:legacy-compat</a></code>".</li> <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li> </ol><p class="note">In other words, <code><!DOCTYPE html SYSTEM "about:legacy-compat"></code> or <code><!DOCTYPE html SYSTEM 'about:legacy-compat'></code>, case-insensitively except for the - part in single or double quotes.<p>The <a href="#doctype-legacy-string" id="doctype-legacy-string-1">DOCTYPE legacy string</a> should not be used unless + part in single or double quotes.<p>The <a href="#doctype-legacy-string">DOCTYPE legacy string</a> should not be used unless the document is generated from a system that cannot output the - shorter string.<hr><!-- see the parser section before changing this bit --><p>To help authors transition from HTML4 and XHTML1, an + shorter string.<hr><p>To help authors transition from HTML4 and XHTML1, an <dfn id="obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</dfn> can be inserted into the DOCTYPE (in the position defined above). This string must consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-27">ASCII case-insensitive</a> match for the string "<code title="">PUBLIC</code>".</li> + <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">PUBLIC</code>".</li> <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>first quote mark</i>).</li> <li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.</li> @@ -434,7 +430,7 @@ <li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.</li> <li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</li> </ol><table><caption> - Allowed values for public and system identifiers in an <a href="#obsolete-permitted-doctype-string" id="obsolete-permitted-doctype-string-1">obsolete permitted DOCTYPE string</a>. + Allowed values for public and system identifiers in an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a>. </caption> <thead><tr><th> Public identifier <th> System identifier @@ -450,77 +446,75 @@ <td> <code title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code> <tr><td> <code title="">-//W3C//DTD XHTML 1.1//EN</code> <td> <code title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code> - </table><p>A <a href="#syntax-doctype" id="syntax-doctype-3" title="syntax-doctype">DOCTYPE</a> containing an - <a href="#obsolete-permitted-doctype-string" id="obsolete-permitted-doctype-string-2">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" id="obsolete-permitted-doctype-0" title="obsolete permitted DOCTYPE">obsolete permitted - DOCTYPEs</a>, as they are unnecessarily long.<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" id="void-elements-0">void elements</a>, - <a href="#raw-text-elements" id="raw-text-elements-0">raw text elements</a>, <a href="#rcdata-elements" id="rcdata-elements-0">RCDATA elements</a>, - <a href="#foreign-elements" id="foreign-elements-0">foreign elements</a>, and <a href="#normal-elements" id="normal-elements-0">normal elements</a>.<dl><dt><dfn id="void-elements">Void elements</dfn></dt> + </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.<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>.<dl><dt><dfn id="void-elements">Void elements</dfn></dt> - <dd><code><a href="the-map-element.html#the-area-element" id="area-50">area</a></code>, <code><a href="semantics.html#the-base-element" id="base-14">base</a></code>, <code><a href="text-level-semantics.html#the-br-element" id="br-8">br</a></code>, - <code><a href="tabular-data.html#the-col-element" id="col-3">col</a></code>, <code><a href="interactive-elements.html#the-command" id="command-5">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element" id="embed-12">embed</a></code>, - <code><a href="grouping-content.html#the-hr-element" id="hr-8">hr</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-28">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-127">input</a></code>, - <code><a href="the-button-element.html#the-keygen-element" id="keygen-14">keygen</a></code>, <code><a href="semantics.html#the-link-element" id="link-54">link</a></code>, <code><a href="semantics.html#meta" id="meta-30">meta</a></code>, - <code><a href="the-iframe-element.html#the-param-element" id="param-4">param</a></code>, <code><a href="video.html#the-source-element" id="source-10">source</a></code>, <code><a href="video.html#the-track-element" id="track-21">track</a></code>, - <code><a href="text-level-semantics.html#the-wbr-element" id="wbr-4">wbr</a></code></dd> - <!-- see also other places that say VOIDLIST --> + <dd><code><a href="the-map-element.html#the-area-element">area</a></code>, <code><a href="semantics.html#the-base-element">base</a></code>, <code><a href="text-level-semantics.html#the-br-element">br</a></code>, + <code><a href="tabular-data.html#the-col-element">col</a></code>, <code><a href="interactive-elements.html#the-command">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, + <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, + <code><a href="the-button-element.html#the-keygen-element">keygen</a></code>, <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#meta">meta</a></code>, + <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="video.html#the-source-element">source</a></code>, <code><a href="video.html#the-track-element">track</a></code>, + <code><a href="text-level-semantics.html#the-wbr-element">wbr</a></code></dd> + <dt><dfn id="raw-text-elements">Raw text elements</dfn></dt> - <dd><code><a href="scripting-1.html#script" id="script-31">script</a></code>, <code><a href="semantics.html#the-style-element" id="style-32">style</a></code></dd> <!-- iframe and - noscript don't count as raw text for syntax purposes --> - + <dd><code><a href="scripting-1.html#script">script</a></code>, <code><a href="semantics.html#the-style-element">style</a></code></dd> <dt><dfn id="rcdata-elements">RCDATA elements</dfn></dt> - <dd><code><a href="the-button-element.html#the-textarea-element" id="textarea-34">textarea</a></code>, <code><a href="semantics.html#the-title-element-0" id="title-52">title</a></code></dd> + <dd><code><a href="the-button-element.html#the-textarea-element">textarea</a></code>, <code><a href="semantics.html#the-title-element-0">title</a></code></dd> <dt><dfn id="foreign-elements">Foreign elements</dfn></dt> - <dd>Elements from the <a href="urls.html#mathml-namespace" id="mathml-namespace-1">MathML namespace</a> - and the <a href="urls.html#svg-namespace" id="svg-namespace-2">SVG namespace</a>.</dd> + <dd>Elements from the <a href="urls.html#mathml-namespace">MathML namespace</a> + and the <a href="urls.html#svg-namespace">SVG namespace</a>.</dd> <dt><dfn id="normal-elements">Normal elements</dfn></dt> - <dd>All other allowed <a href="infrastructure.html#html-elements" id="html-elements-38">HTML elements</a> are normal + <dd>All other allowed <a href="infrastructure.html#html-elements">HTML elements</a> are normal elements.</dd> </dl><p><dfn id="syntax-tags" title="syntax-tags">Tags</dfn> are used to delimit the start - and end of elements in the markup. <a href="#raw-text-elements" id="raw-text-elements-1" title="raw text - elements">Raw text</a>, <a href="#rcdata-elements" id="rcdata-elements-1" title="RCDATA - elements">RCDATA</a>, and <a href="#normal-elements" id="normal-elements-1" title="normal - elements">normal</a> elements have a <a href="#syntax-start-tag" id="syntax-start-tag-1" title="syntax-start-tag">start tag</a> to indicate where they - begin, and an <a href="#syntax-end-tag" id="syntax-end-tag-1" title="syntax-end-tag">end tag</a> to + and end of elements in the markup. <a href="#raw-text-elements" title="raw text + elements">Raw text</a>, <a href="#rcdata-elements" title="RCDATA + elements">RCDATA</a>, and <a href="#normal-elements" title="normal + elements">normal</a> elements have a <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> to indicate where they + begin, and an <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> to indicate where they end. The start and end tags of certain - <a href="#normal-elements" id="normal-elements-2">normal elements</a> can be <a href="#syntax-tag-omission" id="syntax-tag-omission-2" title="syntax-tag-omission">omitted</a>, as described - later. Those that cannot be omitted must not be omitted. <a href="#void-elements" id="void-elements-1">Void + <a href="#normal-elements">normal elements</a> can be <a href="#syntax-tag-omission" title="syntax-tag-omission">omitted</a>, as described + later. Those that cannot be omitted must not be omitted. <a href="#void-elements">Void elements</a> only have a start tag; end tags must not be - specified for <a href="#void-elements" id="void-elements-2">void elements</a>. <a href="#foreign-elements" id="foreign-elements-1">Foreign + specified for <a href="#void-elements">void elements</a>. <a href="#foreign-elements">Foreign elements</a> must either have a start tag and an end tag, or a start tag that is marked as self-closing, in which case they must not have an end tag.<p>The contents of the element must be placed between just after the - start tag (which <a href="#syntax-tag-omission" id="syntax-tag-omission-3" title="syntax-tag-omission">might be implied, + start tag (which <a href="#syntax-tag-omission" title="syntax-tag-omission">might be implied, in certain cases</a>) and just before the end tag (which again, - <a href="#syntax-tag-omission" id="syntax-tag-omission-4" title="syntax-tag-omission">might be implied in certain + <a href="#syntax-tag-omission" title="syntax-tag-omission">might be implied in certain cases</a>). The exact allowed contents of each individual element depend on the content model of that element, as described earlier in this specification. Elements must not contain content that their content model disallows. In addition to the restrictions placed on the contents by those content models, however, the five types of - elements have additional <em>syntactic</em> requirements.<p><a href="#void-elements" id="void-elements-3">Void elements</a> can't have any contents (since there's + elements have additional <em>syntactic</em> requirements.<p><a href="#void-elements">Void elements</a> can't have any contents (since there's no end tag, no content can be put between the start tag and the end - tag).<p><a href="#raw-text-elements" id="raw-text-elements-2">Raw text elements</a> can have <a href="#syntax-text" id="syntax-text-0" title="syntax-text">text</a>, though it has <a href="#cdata-rcdata-restrictions">restrictions</a> described - below.<p><a href="#rcdata-elements" id="rcdata-elements-2">RCDATA elements</a> can have <a href="#syntax-text" id="syntax-text-1" title="syntax-text">text</a> and <a href="#syntax-charref" id="syntax-charref-1" title="syntax-charref">character references</a>, but the text - must not contain an <a href="#syntax-ambiguous-ampersand" id="syntax-ambiguous-ampersand-0" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>. + tag).<p><a href="#raw-text-elements">Raw text elements</a> can have <a href="#syntax-text" title="syntax-text">text</a>, though it has <a href="#cdata-rcdata-restrictions">restrictions</a> described + below.<p><a href="#rcdata-elements">RCDATA elements</a> can have <a href="#syntax-text" title="syntax-text">text</a> and <a href="#syntax-charref" title="syntax-charref">character references</a>, but the text + must not contain an <a href="#syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>. There are also <a href="#cdata-rcdata-restrictions">further - restrictions</a> described below.<p><a href="#foreign-elements" id="foreign-elements-2">Foreign elements</a> whose start tag is marked as + restrictions</a> described below.<p><a href="#foreign-elements">Foreign elements</a> whose start tag is marked as self-closing can't have any contents (since, again, as there's no end tag, no content can be put between the start tag and the end - tag). <a href="#foreign-elements" id="foreign-elements-3">Foreign elements</a> whose start tag is <em>not</em> - marked as self-closing can have <a href="#syntax-text" id="syntax-text-2" title="syntax-text">text</a>, <a href="#syntax-charref" id="syntax-charref-2" title="syntax-charref">character references</a>, <a href="#syntax-cdata" id="syntax-cdata-0" title="syntax-cdata">CDATA sections</a>, other <a href="#syntax-elements" id="syntax-elements-2" title="syntax-elements">elements</a>, and <a href="#syntax-comments" id="syntax-comments-6" title="syntax-comments">comments</a>, but the text must not - contain the character U+003C LESS-THAN SIGN (<) or an <a href="#syntax-ambiguous-ampersand" id="syntax-ambiguous-ampersand-1" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>.<div class="note"> + tag). <a href="#foreign-elements">Foreign elements</a> whose start tag is <em>not</em> + marked as self-closing can have <a href="#syntax-text" title="syntax-text">text</a>, <a href="#syntax-charref" title="syntax-charref">character references</a>, <a href="#syntax-cdata" title="syntax-cdata">CDATA sections</a>, other <a href="#syntax-elements" title="syntax-elements">elements</a>, and <a href="#syntax-comments" title="syntax-comments">comments</a>, but the text must not + contain the character U+003C LESS-THAN SIGN (<) or an <a href="#syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>.<div class="note"> <p>The HTML syntax does not support namespace - declarations, even in <a href="#foreign-elements" id="foreign-elements-4">foreign elements</a>.</p> + declarations, even in <a href="#foreign-elements">foreign elements</a>.</p> <p>For instance, consider the following HTML fragment:</p> @@ -539,9 +533,9 @@ fragment is actually non-conforming. This is because the SVG specification does not define any elements called "<code title="">cdr:license</code>" in the SVG namespace.</p> - </div><p><a href="#normal-elements" id="normal-elements-3">Normal elements</a> can have <a href="#syntax-text" id="syntax-text-3" title="syntax-text">text</a>, <a href="#syntax-charref" id="syntax-charref-3" title="syntax-charref">character references</a>, other <a href="#syntax-elements" id="syntax-elements-3" title="syntax-elements">elements</a>, and <a href="#syntax-comments" id="syntax-comments-7" title="syntax-comments">comments</a>, but the text must not - contain the character U+003C LESS-THAN SIGN (<) or an <a href="#syntax-ambiguous-ampersand" id="syntax-ambiguous-ampersand-2" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>. Some - <a href="#normal-elements" id="normal-elements-4">normal elements</a> also have <a href="#element-restrictions">yet more restrictions</a> on what + </div><p><a href="#normal-elements">Normal elements</a> can have <a href="#syntax-text" title="syntax-text">text</a>, <a href="#syntax-charref" title="syntax-charref">character references</a>, other <a href="#syntax-elements" title="syntax-elements">elements</a>, and <a href="#syntax-comments" title="syntax-comments">comments</a>, but the text must not + contain the character U+003C LESS-THAN SIGN (<) or an <a href="#syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>. Some + <a href="#normal-elements">normal elements</a> also have <a href="#element-restrictions">yet more restrictions</a> on what content they are allowed to hold, beyond the restrictions imposed by the content model and those described in this paragraph. Those restrictions are described below.<p>Tags contain a <dfn id="syntax-tag-name" title="syntax-tag-name">tag name</dfn>, @@ -549,7 +543,7 @@ use characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER Z, and U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER - Z. In the HTML syntax, tag names, even those for <a href="#foreign-elements" id="foreign-elements-5">foreign + 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.<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 @@ -557,27 +551,27 @@ SIGN character (<).</li> <li>The next few characters of a start tag must be the element's - <a href="#syntax-tag-name" id="syntax-tag-name-0" title="syntax-tag-name">tag name</a>.</li> + <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a>.</li> <li>If there are to be any attributes in the next step, there must first be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>Then, the start tag may have a number of attributes, the <a href="#syntax-attributes" id="syntax-attributes-1" title="syntax-attributes">syntax for which</a> is described + <li>Then, the start tag may have a number of attributes, the <a href="#syntax-attributes" title="syntax-attributes">syntax for which</a> is described below. Attributes must be separated from each other by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> - <li>After the attributes, or after the <a href="#syntax-tag-name" id="syntax-tag-name-1" title="syntax-tag-name">tag name</a> if there are no attributes, + <li>After the attributes, or after the <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a> if there are no attributes, there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. (Some attributes are required to be followed by - a space. See the <a href="#syntax-attributes" id="syntax-attributes-2" title="syntax-attributes">attributes + a space. See the <a href="#syntax-attributes" title="syntax-attributes">attributes section</a> below.)</li> - <li>Then, if the element is one of the <a href="#void-elements" id="void-elements-4">void elements</a>, - or if the element is a <a href="#foreign-elements" id="foreign-elements-6" title="foreign elements">foreign + <li>Then, if the element is one of the <a href="#void-elements">void elements</a>, + or if the element is a <a href="#foreign-elements" title="foreign elements">foreign element</a>, then there may be a single U+002F SOLIDUS character - (/). This character has no effect on <a href="#void-elements" id="void-elements-5">void elements</a>, - but on <a href="#foreign-elements" id="foreign-elements-7">foreign elements</a> it marks the start tag as + (/). This character has no effect on <a href="#void-elements">void elements</a>, + but on <a href="#foreign-elements">foreign elements</a> it marks the start tag as self-closing.</li> <li>Finally, start tags must be closed by a U+003E GREATER-THAN @@ -591,7 +585,7 @@ character (/).</li> <li>The next few characters of an end tag must be the element's - <a href="#syntax-tag-name" id="syntax-tag-name-2" title="syntax-tag-name">tag name</a>.</li> + <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a>.</li> <li>After the tag name, there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li> @@ -605,20 +599,20 @@ (>), U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=) characters, the control characters, and any characters that are not defined by Unicode. In the HTML syntax, attribute names, even those for - <a href="#foreign-elements" id="foreign-elements-8">foreign elements</a>, may be written with any mix of lower- - and uppercase letters that are an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-28">ASCII + <a href="#foreign-elements">foreign elements</a>, may be written with any mix of lower- + and uppercase letters that are an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the attribute's name.<p><dfn id="syntax-attribute-value" title="syntax-attribute-value">Attribute values</dfn> are a - mixture of <a href="#syntax-text" id="syntax-text-4" title="syntax-text">text</a> and <a href="#syntax-charref" id="syntax-charref-4" title="syntax-charref">character references</a>, except with the - additional restriction that the text cannot contain an <a href="#syntax-ambiguous-ampersand" id="syntax-ambiguous-ampersand-3" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>.<p>Attributes can be specified in four different ways:<dl><dt>Empty attribute syntax</dt> + mixture of <a href="#syntax-text" title="syntax-text">text</a> and <a href="#syntax-charref" title="syntax-charref">character references</a>, except with the + additional restriction that the text cannot contain an <a href="#syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous ampersand</a>.<p>Attributes can be specified in four different ways:<dl><dt>Empty attribute syntax</dt> <dd> - <p>Just the <a href="#syntax-attribute-name" id="syntax-attribute-name-1" title="syntax-attribute-name">attribute + <p>Just the <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>. The value is implicitly the empty string.</p> <div class="example"> - <p>In the following example, the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled-22">disabled</a></code> attribute is given with + <p>In the following example, the <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute is given with the empty attribute syntax:</p> <pre><input <em>disabled</em>></pre> @@ -635,10 +629,10 @@ <dd> - <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-2" title="syntax-attribute-name">attribute name</a>, + <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+003D EQUALS SIGN - character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-1" title="syntax-attribute-value">attribute value</a>, which, in + character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in addition to the requirements given above for attribute values, must not contain any literal <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, any U+0022 QUOTATION MARK characters ("), @@ -647,39 +641,11 @@ GREATER-THAN SIGN characters (>), or U+0060 GRAVE ACCENT characters (`), and must not be the empty string.</p> - <!-- The ` character is in this list on a temporary basis, waiting - for IE to fix its parsing bug whereby it treats ` as an - attribute value delimiter. Otherwise, escaping software that - tries to be clever and not use quotes when it doesn't need to - could be tricked by an attacker. - - Posit a site that allows the user to input text that is used - verbatim in two attributes, such that the user can set the - first attribute's value to: - - ` - - ...and the second to: - - ` onload='...payload...' end=x - - ...with the assumption that the site is going to not quote - the first one, and quote the second one with double quotes: - - <body title=` class="` onload='...payload...' end=x"> - - In IE, this is treated as: - - <body title=' class="' - onload='...payload...' - end='x"'> - - --> - + <div class="example"> - <p>In the following example, the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-28">value</a></code> attribute is given + <p>In the following example, the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute is given with the unquoted attribute value syntax:</p> <pre><input <em>value=yes</em>></pre> @@ -688,7 +654,7 @@ <p>If an attribute using the unquoted attribute syntax is to be followed by another attribute or by the optional U+002F SOLIDUS - character (/) allowed in step 6 of the <a href="#syntax-start-tag" id="syntax-start-tag-2" title="syntax-start-tag">start tag</a> syntax above, then there + character (/) allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> separating the two.</p> </dd> @@ -697,11 +663,11 @@ <dd> - <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-3" title="syntax-attribute-name">attribute name</a>, + <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+003D EQUALS SIGN character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0027 - APOSTROPHE character ('), followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-2" title="syntax-attribute-value">attribute value</a>, which, in + APOSTROPHE character ('), followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in addition to the requirements given above for attribute values, must not contain any literal U+0027 APOSTROPHE characters ('), and finally followed by a second single U+0027 APOSTROPHE character @@ -709,7 +675,7 @@ <div class="example"> - <p>In the following example, the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-72">type</a></code> attribute is given with the + <p>In the following example, the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute is given with the single-quoted attribute value syntax:</p> <pre><input <em>type='checkbox'</em>></pre> @@ -726,11 +692,11 @@ <dd> - <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-4" title="syntax-attribute-name">attribute name</a>, + <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+003D EQUALS SIGN character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0022 - QUOTATION MARK character ("), followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-3" title="syntax-attribute-value">attribute value</a>, which, in + QUOTATION MARK character ("), followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in addition to the requirements given above for attribute values, must not contain any literal U+0022 QUOTATION MARK characters ("), and finally followed by a second single U+0022 QUOTATION MARK @@ -738,7 +704,7 @@ <div class="example"> - <p>In the following example, the <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-47">name</a></code> attribute is given with the + <p>In the following example, the <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> attribute is given with the double-quoted attribute value syntax:</p> <pre><input <em>name="be evil"</em>></pre> @@ -752,143 +718,128 @@ </dd> </dl><p>There must never be two or more attributes on the same start tag - whose names are an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-29">ASCII case-insensitive</a> match for - each other.<hr><p>When a <a href="#foreign-elements" id="foreign-elements-9" title="foreign elements">foreign element</a> has + whose names are an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for + each other.<hr><p>When a <a href="#foreign-elements" title="foreign elements">foreign element</a> has one of the namespaced attributes given by the local name and namespace of the first and second cells of a row from the following table, it must be written using the name given by the third cell from the same row.<table><thead><tr><th> Local name <th> Namespace <th> Attribute name - <tbody><tr><td> <code title="">actuate</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-0">XLink namespace</a> <td> <code title="">xlink:actuate</code> - <tr><td> <code title="">arcrole</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-1">XLink namespace</a> <td> <code title="">xlink:arcrole</code> - <tr><td> <code title="">href</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-2">XLink namespace</a> <td> <code title="">xlink:href</code> - <tr><td> <code title="">role</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-3">XLink namespace</a> <td> <code title="">xlink:role</code> - <tr><td> <code title="">show</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-4">XLink namespace</a> <td> <code title="">xlink:show</code> - <tr><td> <code title="">title</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-5">XLink namespace</a> <td> <code title="">xlink:title</code> - <tr><td> <code title="">type</code> <td> <a href="urls.html#xlink-namespace" id="xlink-namespace-6">XLink namespace</a> <td> <code title="">xlink:type</code> - <tr><td> <code title="">base</code> <td> <a href="urls.html#xml-namespace" id="xml-namespace-2">XML namespace</a> <!-- attr-xml-base --> <td> <code title="">xml:base</code> - <tr><td> <code title="">lang</code> <td> <a href="urls.html#xml-namespace" id="xml-namespace-3">XML namespace</a> <td> <code title="">xml:lang</code> - <tr><td> <code title="">space</code> <td> <a href="urls.html#xml-namespace" id="xml-namespace-4">XML namespace</a> <td> <code title="">xml:space</code> - <tr><td> <code title="">xmlns</code> <td> <a href="urls.html#xmlns-namespace" id="xmlns-namespace-0">XMLNS namespace</a> <td> <code title="">xmlns</code> - <tr><td> <code title="">xlink</code> <td> <a href="urls.html#xmlns-namespace" id="xmlns-namespace-1">XMLNS namespace</a> <td> <code title="">xmlns:xlink</code> - </table><p>No other namespaced attribute can be expressed in <a href="#syntax" id="the-html-syntax-6">the - HTML syntax</a>.<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 class="note">Omitting an element's <a href="#syntax-start-tag" id="syntax-start-tag-3" title="syntax-start-tag">start tag</a> does not mean the element + <tbody><tr><td> <code title="">actuate</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:actuate</code> + <tr><td> <code title="">arcrole</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:arcrole</code> + <tr><td> <code title="">href</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:href</code> + <tr><td> <code title="">role</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:role</code> + <tr><td> <code title="">show</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:show</code> + <tr><td> <code title="">title</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:title</code> + <tr><td> <code title="">type</code> <td> <a href="urls.html#xlink-namespace">XLink namespace</a> <td> <code title="">xlink:type</code> + <tr><td> <code title="">base</code> <td> <a href="urls.html#xml-namespace">XML namespace</a> <td> <code title="">xml:base</code> + <tr><td> <code title="">lang</code> <td> <a href="urls.html#xml-namespace">XML namespace</a> <td> <code title="">xml:lang</code> + <tr><td> <code title="">space</code> <td> <a href="urls.html#xml-namespace">XML namespace</a> <td> <code title="">xml:space</code> + <tr><td> <code title="">xmlns</code> <td> <a href="urls.html#xmlns-namespace">XMLNS namespace</a> <td> <code title="">xmlns</code> + <tr><td> <code title="">xlink</code> <td> <a href="urls.html#xmlns-namespace">XMLNS namespace</a> <td> <code title="">xmlns:xlink</code> + </table><p>No other namespaced attribute can be expressed in <a href="#syntax">the + HTML syntax</a>.<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 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" id="html-17">html</a></code> element, even if the + 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 - the markup.</p><!-- <html> --><p>An <code><a href="semantics.html#the-html-element-0" id="html-18">html</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-4" title="syntax-start-tag">start tag</a> may be omitted if the - first thing inside the <code><a href="semantics.html#the-html-element-0" id="html-19">html</a></code> element is not a <a href="#syntax-comments" id="syntax-comments-8" title="syntax-comments">comment</a>.</p><!-- </html> --><p>An <code><a href="semantics.html#the-html-element-0" id="html-20">html</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-2" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="semantics.html#the-html-element-0" id="html-21">html</a></code> element is not - immediately followed by a <a href="#syntax-comments" id="syntax-comments-9" title="syntax-comments">comment</a>.</p><!-- <head> --><p>A <code><a href="semantics.html#the-head-element-0" id="head-28">head</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-5" title="syntax-start-tag">start tag</a> may be omitted if the + the markup.<p>An <code><a href="semantics.html#the-html-element-0">html</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the + first thing inside the <code><a href="semantics.html#the-html-element-0">html</a></code> element is not a <a href="#syntax-comments" title="syntax-comments">comment</a>.<p>An <code><a href="semantics.html#the-html-element-0">html</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="semantics.html#the-html-element-0">html</a></code> element is not + immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.<p>A <code><a href="semantics.html#the-head-element-0">head</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the element is empty, or if the first thing inside the - <code><a href="semantics.html#the-head-element-0" id="head-29">head</a></code> element is an element.</p><!-- </head> --><p>A <code><a href="semantics.html#the-head-element-0" id="head-30">head</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-3" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="semantics.html#the-head-element-0" id="head-31">head</a></code> element is not - immediately followed by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-10" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="sections.html#the-body-element-0" id="body-27">body</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-6" title="syntax-start-tag">start tag</a> may be omitted if the - element is empty, or if the first thing inside the <code><a href="sections.html#the-body-element-0" id="body-28">body</a></code> - element is not a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-11" title="syntax-comments">comment</a>, except if the first thing - inside the <code><a href="sections.html#the-body-element-0" id="body-29">body</a></code> element is a <code><a href="scripting-1.html#script" id="script-32">script</a></code> or - <code><a href="semantics.html#the-style-element" id="style-33">style</a></code> element. <!-- Note that even if the </head> end - tag is present, the parser makes <style type="text/css"> and <script type="text/javascript"> elements - between </head> and <body> end up in the <head> instead of implying - the <body> --></p><!-- </body> --><p>A <code><a href="sections.html#the-body-element-0" id="body-30">body</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-4" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="sections.html#the-body-element-0" id="body-31">body</a></code> element is not - immediately followed by a <a href="#syntax-comments" id="syntax-comments-12" title="syntax-comments">comment</a>.</p><!-- </li> --><p>A <code><a href="grouping-content.html#the-li-element" id="li-17">li</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-5" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="grouping-content.html#the-li-element" id="li-18">li</a></code> element is - immediately followed by another <code><a href="grouping-content.html#the-li-element" id="li-19">li</a></code> element or if there - is no more content in the parent element.</p><!-- </dt> --><p>A <code><a href="grouping-content.html#the-dt-element" id="dt-8">dt</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-6" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="grouping-content.html#the-dt-element" id="dt-9">dt</a></code> element is - immediately followed by another <code><a href="grouping-content.html#the-dt-element" id="dt-10">dt</a></code> element or a - <code><a href="grouping-content.html#the-dd-element" id="dd-7">dd</a></code> element.</p><!-- </dd> --><p>A <code><a href="grouping-content.html#the-dd-element" id="dd-8">dd</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-7" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="grouping-content.html#the-dd-element" id="dd-9">dd</a></code> element is - immediately followed by another <code><a href="grouping-content.html#the-dd-element" id="dd-10">dd</a></code> element or a - <code><a href="grouping-content.html#the-dt-element" id="dt-11">dt</a></code> element, or if there is no more content in the - parent element.</p><!-- </p> --><p>A <code><a href="grouping-content.html#the-p-element" id="p-23">p</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-8" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="grouping-content.html#the-p-element" id="p-24">p</a></code> element is - immediately followed by an <code><a href="sections.html#the-address-element" id="address-9">address</a></code>, - <code><a href="sections.html#the-article-element" id="article-26">article</a></code>, <code><a href="sections.html#the-aside-element" id="aside-9">aside</a></code>, <code><a href="grouping-content.html#the-blockquote-element" id="blockquote-9">blockquote</a></code>, - <code><a href="obsolete.html#dir" id="dir-19">dir</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-17">div</a></code>, <code><a href="grouping-content.html#the-dl-element" id="dl-13">dl</a></code>, - <code><a href="forms.html#the-fieldset-element" id="fieldset-21">fieldset</a></code>, <code><a href="sections.html#the-footer-element" id="footer-15">footer</a></code>, <code><a href="forms.html#the-form-element" id="form-32">form</a></code>, - <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-19">h1</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-8">h2</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h3-3">h3</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h4-3">h4</a></code>, - <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h5-3">h5</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-10">h6</a></code>, <code><a href="sections.html#the-header-element" id="header-13">header</a></code>, - <code><a href="sections.html#the-hgroup-element" id="hgroup-21">hgroup</a></code>, <code><a href="grouping-content.html#the-hr-element" id="hr-9">hr</a></code>, <code><a href="interactive-elements.html#menus" id="menu-20">menu</a></code>, - <code><a href="sections.html#the-nav-element" id="nav-13">nav</a></code>, <code><a href="grouping-content.html#the-ol-element" id="ol-16">ol</a></code>, <code><a href="grouping-content.html#the-p-element" id="p-25">p</a></code>, <code><a href="grouping-content.html#the-pre-element" id="pre-12">pre</a></code>, - <code><a href="sections.html#the-section-element" id="section-15">section</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-27">table</a></code>, or <code><a href="grouping-content.html#the-ul-element" id="ul-14">ul</a></code>, + <code><a href="semantics.html#the-head-element-0">head</a></code> element is an element.<p>A <code><a href="semantics.html#the-head-element-0">head</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="semantics.html#the-head-element-0">head</a></code> element is not + immediately followed by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.<p>A <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the + element is empty, or if the first thing inside the <code><a href="sections.html#the-body-element-0">body</a></code> + element is not a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>, except if the first thing + inside the <code><a href="sections.html#the-body-element-0">body</a></code> element is a <code><a href="scripting-1.html#script">script</a></code> or + <code><a href="semantics.html#the-style-element">style</a></code> element. <p>A <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="sections.html#the-body-element-0">body</a></code> element is not + immediately followed by a <a href="#syntax-comments" title="syntax-comments">comment</a>.<p>A <code><a href="grouping-content.html#the-li-element">li</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="grouping-content.html#the-li-element">li</a></code> element is + immediately followed by another <code><a href="grouping-content.html#the-li-element">li</a></code> element or if there + is no more content in the parent element.<p>A <code><a href="grouping-content.html#the-dt-element">dt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="grouping-content.html#the-dt-element">dt</a></code> element is + immediately followed by another <code><a href="grouping-content.html#the-dt-element">dt</a></code> element or a + <code><a href="grouping-content.html#the-dd-element">dd</a></code> element.<p>A <code><a href="grouping-content.html#the-dd-element">dd</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="grouping-content.html#the-dd-element">dd</a></code> element is + immediately followed by another <code><a href="grouping-content.html#the-dd-element">dd</a></code> element or a + <code><a href="grouping-content.html#the-dt-element">dt</a></code> element, or if there is no more content in the + parent element.<p>A <code><a href="grouping-content.html#the-p-element">p</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="grouping-content.html#the-p-element">p</a></code> element is + immediately followed by an <code><a href="sections.html#the-address-element">address</a></code>, + <code><a href="sections.html#the-article-element">article</a></code>, <code><a href="sections.html#the-aside-element">aside</a></code>, <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code>, + <code><a href="obsolete.html#dir">dir</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="grouping-content.html#the-dl-element">dl</a></code>, + <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="sections.html#the-footer-element">footer</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, + <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code>, + <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code>, <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>, <code><a href="sections.html#the-header-element">header</a></code>, + <code><a href="sections.html#the-hgroup-element">hgroup</a></code>, <code><a href="grouping-content.html#the-hr-element">hr</a></code>, <code><a href="interactive-elements.html#menus">menu</a></code>, + <code><a href="sections.html#the-nav-element">nav</a></code>, <code><a href="grouping-content.html#the-ol-element">ol</a></code>, <code><a href="grouping-content.html#the-p-element">p</a></code>, <code><a href="grouping-content.html#the-pre-element">pre</a></code>, + <code><a href="sections.html#the-section-element">section</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, or <code><a href="grouping-content.html#the-ul-element">ul</a></code>, element, or if there is no more content in the parent element and - the parent element is not an <code><a href="text-level-semantics.html#the-a-element" id="a-58">a</a></code> element.</p><!-- </rt> --><p>An <code><a href="text-level-semantics.html#the-rt-element" id="rt-9">rt</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-9" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rt-element" id="rt-10">rt</a></code> element is - immediately followed by an <code><a href="text-level-semantics.html#the-rt-element" id="rt-11">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element" id="rp-7">rp</a></code> - element, or if there is no more content in the parent element.</p><!-- </rp> --><p>An <code><a href="text-level-semantics.html#the-rp-element" id="rp-8">rp</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-10" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rp-element" id="rp-9">rp</a></code> element is - immediately followed by an <code><a href="text-level-semantics.html#the-rt-element" id="rt-12">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element" id="rp-10">rp</a></code> - element, or if there is no more content in the parent element.</p><!-- </optgroup> (the text assumes <optgroup> can only be inside a - <select>; commented out text below can handle the non-<select> case - if we ever allow it) --><p>An <code><a href="the-button-element.html#the-optgroup-element" id="optgroup-11">optgroup</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-11" title="syntax-end-tag">end tag</a> may be omitted if the - <code><a href="the-button-element.html#the-optgroup-element" id="optgroup-12">optgroup</a></code> element <!--has an ancestor - <code>select</code> element and--> is immediately followed by - another <code><a href="the-button-element.html#the-optgroup-element" id="optgroup-13">optgroup</a></code> element, or if <!--all of the elements - that are ancestors of the <code>optgroup</code> element, up to and - including the first ancestor element that is not an - <code>optgroup</code> element, have no more content--> there is no - more content in the parent element.</p><!-- so e.g. the max number of </optgroup>s are omitted here: - <select><optgroup></select> - <p id=x><optgroup></optgroup>x</p> - <p id=x><optgroup><optgroup></optgroup></optgroup>x</p> - <p><optgroup id=x><optgroup></optgroup>x</p> - <p><optgroup><optgroup id=x>x</p> - --><!-- </option> --><p>An <code><a href="the-button-element.html#the-option-element" id="option-35">option</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-12" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="the-button-element.html#the-option-element" id="option-36">option</a></code> element is - immediately followed by another <code><a href="the-button-element.html#the-option-element" id="option-37">option</a></code> element, or if - it is immediately followed by an <code><a href="the-button-element.html#the-optgroup-element" id="optgroup-14">optgroup</a></code> element, or - if there is no more content in the parent element.</p><!-- <colgroup> --><p>A <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-11">colgroup</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-7" title="syntax-start-tag">start tag</a> may be omitted if the - first thing inside the <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-12">colgroup</a></code> element is a - <code><a href="tabular-data.html#the-col-element" id="col-4">col</a></code> element, and if the element is not immediately - preceded by another <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-13">colgroup</a></code> element whose <a href="#syntax-end-tag" id="syntax-end-tag-13" title="syntax-end-tag">end tag</a> has been omitted. (It can't be - omitted if the element is empty.)</p><!-- </colgroup> --><p>A <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-14">colgroup</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-14" title="syntax-end-tag">end tag</a> may be omitted if the - <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-15">colgroup</a></code> element is not immediately followed by a - <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-13" title="syntax-comments">comment</a>.</p><!-- </thead> --><p>A <code><a href="tabular-data.html#the-thead-element" id="thead-17">thead</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-15" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-thead-element" id="thead-18">thead</a></code> element is - immediately followed by a <code><a href="tabular-data.html#the-tbody-element" id="tbody-13">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-15">tfoot</a></code> - element.</p><!-- <tbody> --><p>A <code><a href="tabular-data.html#the-tbody-element" id="tbody-14">tbody</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-8" title="syntax-start-tag">start tag</a> may be omitted if the - first thing inside the <code><a href="tabular-data.html#the-tbody-element" id="tbody-15">tbody</a></code> element is a - <code><a href="tabular-data.html#the-tr-element" id="tr-20">tr</a></code> element, and if the element is not immediately - preceded by a <code><a href="tabular-data.html#the-tbody-element" id="tbody-16">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element" id="thead-19">thead</a></code>, or - <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-16">tfoot</a></code> element whose <a href="#syntax-end-tag" id="syntax-end-tag-16" title="syntax-end-tag">end + the parent element is not an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element.<p>An <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> element is + immediately followed by an <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> + element, or if there is no more content in the parent element.<p>An <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> element is + immediately followed by an <code><a href="text-level-semantics.html#the-rt-element">rt</a></code> or <code><a href="text-level-semantics.html#the-rp-element">rp</a></code> + element, or if there is no more content in the parent element.<p>An <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the + <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element is immediately followed by + another <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element, or if there is no + more content in the parent element.<p>An <code><a href="the-button-element.html#the-option-element">option</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="the-button-element.html#the-option-element">option</a></code> element is + immediately followed by another <code><a href="the-button-element.html#the-option-element">option</a></code> element, or if + it is immediately followed by an <code><a href="the-button-element.html#the-optgroup-element">optgroup</a></code> element, or + if there is no more content in the parent element.<p>A <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the + first thing inside the <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element is a + <code><a href="tabular-data.html#the-col-element">col</a></code> element, and if the element is not immediately + preceded by another <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> has been omitted. (It can't be + omitted if the element is empty.)<p>A <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the + <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element is not immediately followed by a + <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.<p>A <code><a href="tabular-data.html#the-thead-element">thead</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-thead-element">thead</a></code> element is + immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> + element.<p>A <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the + first thing inside the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element is a + <code><a href="tabular-data.html#the-tr-element">tr</a></code> element, and if the element is not immediately + preceded by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code>, <code><a href="tabular-data.html#the-thead-element">thead</a></code>, or + <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> has been omitted. (It can't be omitted if the element is - empty.)</p><!-- </tbody> --><p>A <code><a href="tabular-data.html#the-tbody-element" id="tbody-17">tbody</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-17" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-tbody-element" id="tbody-18">tbody</a></code> element is - immediately followed by a <code><a href="tabular-data.html#the-tbody-element" id="tbody-19">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-17">tfoot</a></code> - element, or if there is no more content in the parent element.</p><!-- </tfoot> --><p>A <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-18">tfoot</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-18" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-19">tfoot</a></code> element is - immediately followed by a <code><a href="tabular-data.html#the-tbody-element" id="tbody-20">tbody</a></code> element, or if there is - no more content in the parent element.</p><!-- </tr> --><p>A <code><a href="tabular-data.html#the-tr-element" id="tr-21">tr</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-19" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-tr-element" id="tr-22">tr</a></code> element is - immediately followed by another <code><a href="tabular-data.html#the-tr-element" id="tr-23">tr</a></code> element, or if there - is no more content in the parent element.</p><!-- </td> --><p>A <code><a href="tabular-data.html#the-td-element" id="td-21">td</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-20" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-td-element" id="td-22">td</a></code> element is - immediately followed by a <code><a href="tabular-data.html#the-td-element" id="td-23">td</a></code> or <code><a href="tabular-data.html#the-th-element" id="th-23">th</a></code> - element, or if there is no more content in the parent element.</p><!-- </th> --><p>A <code><a href="tabular-data.html#the-th-element" id="th-24">th</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-21" title="syntax-end-tag">end - tag</a> may be omitted if the <code><a href="tabular-data.html#the-th-element" id="th-25">th</a></code> element is - immediately followed by a <code><a href="tabular-data.html#the-td-element" id="td-24">td</a></code> or <code><a href="tabular-data.html#the-th-element" id="th-26">th</a></code> - element, or if there is no more content in the parent element.<p><strong>However</strong>, a <a href="#syntax-start-tag" id="syntax-start-tag-9" title="syntax-start-tag">start + empty.)<p>A <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element is + immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> + element, or if there is no more content in the parent element.<p>A <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code> element is + immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element, or if there is + no more content in the parent element.<p>A <code><a href="tabular-data.html#the-tr-element">tr</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-tr-element">tr</a></code> element is + immediately followed by another <code><a href="tabular-data.html#the-tr-element">tr</a></code> element, or if there + is no more content in the parent element.<p>A <code><a href="tabular-data.html#the-td-element">td</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-td-element">td</a></code> element is + immediately followed by a <code><a href="tabular-data.html#the-td-element">td</a></code> or <code><a href="tabular-data.html#the-th-element">th</a></code> + element, or if there is no more content in the parent element.<p>A <code><a href="tabular-data.html#the-th-element">th</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end + tag</a> may be omitted if the <code><a href="tabular-data.html#the-th-element">th</a></code> element is + immediately followed by a <code><a href="tabular-data.html#the-td-element">td</a></code> or <code><a href="tabular-data.html#the-th-element">th</a></code> + element, or if there is no more content in the parent element.<p><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.<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>A <code><a href="tabular-data.html#the-table-element" id="table-28">table</a></code> element must not contain <code><a href="tabular-data.html#the-tr-element" id="tr-24">tr</a></code> + beyond even the restrictions given by their content model.<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" id="table-29">table</a></code> elements according to the content models - described in this specification. (If a <code><a href="tabular-data.html#the-tr-element" id="tr-25">tr</a></code> element is - put inside a <code><a href="tabular-data.html#the-table-element" id="table-30">table</a></code> in the markup, it will in fact imply - a <code><a href="tabular-data.html#the-tbody-element" id="tbody-21">tbody</a></code> start tag before it.)<p>A single <a href="#syntax-newlines" id="syntax-newlines-0" title="syntax-newlines">newline</a> may be - placed immediately after the <a href="#syntax-start-tag" id="syntax-start-tag-10" title="syntax-start-tag">start - tag</a> of <code><a href="grouping-content.html#the-pre-element" id="pre-13">pre</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-35">textarea</a></code> + <code><a href="tabular-data.html#the-table-element">table</a></code> elements according to the content models + described in this specification. (If a <code><a href="tabular-data.html#the-tr-element">tr</a></code> element is + put inside a <code><a href="tabular-data.html#the-table-element">table</a></code> in the markup, it will in fact imply + a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> start tag before it.)<p>A single <a href="#syntax-newlines" title="syntax-newlines">newline</a> may be + placed immediately after the <a href="#syntax-start-tag" title="syntax-start-tag">start + tag</a> of <code><a href="grouping-content.html#the-pre-element">pre</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements. This does not affect the processing of the element. The - otherwise optional <a href="#syntax-newlines" id="syntax-newlines-1" title="syntax-newlines">newline</a> + otherwise optional <a href="#syntax-newlines" title="syntax-newlines">newline</a> <em>must</em> be included if the element's contents themselves start - with a <a href="#syntax-newlines" id="syntax-newlines-2" title="syntax-newlines">newline</a> (because + with a <a href="#syntax-newlines" title="syntax-newlines">newline</a> (because otherwise the leading newline in the contents would be treated like the optional newline, and ignored).<div class="example"> - <p>The following two <code><a href="grouping-content.html#the-pre-element" id="pre-14">pre</a></code> blocks are equivalent:</p> + <p>The following two <code><a href="grouping-content.html#the-pre-element">pre</a></code> blocks are equivalent:</p> <pre><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>The text in <a href="#raw-text-elements" id="raw-text-elements-3" title="raw text elements">raw text</a> and - <a href="#rcdata-elements" id="rcdata-elements-3">RCDATA elements</a> must not contain any occurrences of the + </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 @@ -903,17 +854,17 @@ the text is to be put, as described in the other sections.<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>Where <a href="#syntax-charref" id="syntax-charref-5" title="syntax-charref">character references</a> + U+000A LINE FEED (LF) characters in that order.<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" id="syntax-newlines-3" title="syntax-newlines">newline</a>.<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" id="syntax-text-5" 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>.<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" id="syntax-text-6" title="syntax-text">text</a>.<p>Character references must start with a U+0026 AMPERSAND character + <a href="#syntax-text" title="syntax-text">text</a>.<p>Character references must start with a U+0026 AMPERSAND character (&). Following this, there are three possible kinds of character references:<dl><dt>Named character references</dt> <dd>The ampersand must be followed by one of the names given in the - <a href="named-character-references.html#named-character-references" id="named-character-references-0">named character references</a> section, using the same + <a href="named-character-references.html#named-character-references">named character references</a> section, using the same case. </dd> @@ -952,10 +903,10 @@ 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" id="named-character-references-1">named character references</a> section.<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 consist of + the <a href="named-character-references.html#named-character-references">named character references</a> section.<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 consist of the following components, in this order:<ol><li>The string "<code title=""><![CDATA[</code>".</li> - <li>Optionally, <a href="#syntax-text" id="syntax-text-7" title="syntax-text">text</a>, with the + <li>Optionally, <a href="#syntax-text" title="syntax-text">text</a>, with the additional restriction that the text must not contain the string "<code title="">]]></code>".</li> @@ -979,7 +930,7 @@ </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" id="syntax-text-8" title="syntax-text">text</a>, with the additional + have <a href="#syntax-text" title="syntax-text">text</a>, with the additional restriction that the text must not start with a single U+003E GREATER-THAN SIGN character (>), nor start with a U+002D HYPHEN-MINUS character (-) followed by a U+003E GREATER-THAN SIGN Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- webappapis.html 13 Apr 2011 07:54:46 -0000 1.388 +++ webappapis.html 20 Apr 2011 12:21:19 -0000 1.389 @@ -1,7 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><!-- when publishing, change bits marked ZZZ - ZZZ: Set PUB to 1 for TR/ drafts, 0 for dev drafts; PUB-Y lines are used if it's 1 and PUB-N lines if it's 0. - ZZZ: Set YEAR, SHORTDAY (month/day), and LONGDAY accordingly. They are used by the INSERT FOO bits below. - --><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>6 Web application APIs — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"><html class="split chapter" lang="en-US-x-Hixie"><meta content="text/html; charset=ascii" http-equiv="Content-Type"><title>6 Web application APIs — HTML5 (Edition for Web Authors)</title><meta content="width=device-width;" name="viewport"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"><link href="whatwg.css" rel="stylesheet"><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -338,58 +335,59 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4823</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4840</span></h1> </div><div> <a href="offline.html">← 5.6 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – <a href="timers.html">6.3 Timers →</a> <ol class="toc"><li><a href="webappapis.html#webappapis"><span class="secno">6 </span>Web application APIs</a> <ol><li><a href="webappapis.html#scripting"><span class="secno">6.1 </span>Scripting</a> - <ol><li><a href="webappapis.html#introduction-4"><span class="secno">6.1.1 </span>Introduction</a><li><a href="webappapis.html#events"><span class="secno">6.1.2 </span>Events</a></ol><li><a href="webappapis.html#atob"><span class="secno">6.2 </span>Base64 utility methods</a></ol></ol></div> + <ol><li><a href="webappapis.html#introduction-4"><span class="secno">6.1.1 </span>Introduction</a><li><a href="webappapis.html#events"><span class="secno">6.1.6 </span>Events</a> + </ol><li><a href="webappapis.html#atob"><span class="secno">6.2 </span>Base64 utility methods</a></ol></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><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:<ul><li>Processing of <code><a href="scripting-1.html#script" id="script-30">script</a></code> elements.</li> + probably not limited to:<ul><li>Processing of <code><a href="scripting-1.html#script">script</a></code> elements.</li> <li>Processing of inline <code title="javascript - protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#javascript-protocol" title='Read about this "javascript:" reference in the full HTML5 spec.'>javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src" id="src-15">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element" id="img-27">img</a></code> + protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#javascript-protocol" title='Read about this "javascript:" reference in the full HTML5 spec.'>javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements, or an <code title="">@import</code> rule in a CSS - <code><a href="semantics.html#the-style-element" id="style-31">style</a></code> element block).</li> + <code><a href="semantics.html#the-style-element">style</a></code> element block).</li> - <li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href="#event-handler-content-attributes" id="event-handler-content-attributes-5">event handler + <li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href="#event-handler-content-attributes">event handler content attributes</a>, by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>, or otherwise.</li> <li>Processing of technologies like XBL or SVG that have their own scripting features.</li> - </ul><h4 id="events"><span class="secno">6.1.2 </span>Events</h4><!--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 + </ul><h4 id="events"><span class="secno">6.1.2 </span>Events</h4><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 - specified.<p>An <a href="#event-handlers" id="event-handlers-5" title="event handlers">event handler</a> can either - have the value null or be set to a <code><a href="#function" id="function-210">Function</a></code> + specified.<p>An <a href="#event-handlers" title="event handlers">event handler</a> can either + have the value null or be set to a <code><a href="#function">Function</a></code> object. <p>Event handlers are exposed in one or two ways.<p>The first way, common to all event handlers, is as an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attribute" reference in the full HTML5 spec.'>event handler IDL - attribute</a>.<p>The second way is as an <a href="#event-handler-content-attributes" id="event-handler-content-attributes-6" title="event handler content + attribute</a>.<p>The second way is as an <a href="#event-handler-content-attributes" title="event handler content attributes">event handler content attribute</a>. Event handlers - on <a href="infrastructure.html#html-elements" id="html-elements-33">HTML elements</a> and some of the event handlers on - <code><a href="browsers.html#window" id="window-17">Window</a></code> objects are exposed in this way.<p><dfn id="event-handler-content-attributes">Event handler content attributes</dfn>, when specified, must + on <a href="infrastructure.html#html-elements">HTML elements</a> and some of the event handlers on + <code><a href="browsers.html#window">Window</a></code> objects are exposed in this way.<p><dfn id="event-handler-content-attributes">Event handler content attributes</dfn>, when specified, must contain valid JavaScript code which, when parsed, would match the <code title="">FunctionBody</code> production after automatic - semicolon insertion. <a href="references.html#refsECMA262">[ECMA262]</a><p class="note">When an <a href="#event-handler-content-attributes" id="event-handler-content-attributes-7" title="event handler content + semicolon insertion. <a href="references.html#refsECMA262">[ECMA262]</a><p class="note">When an <a href="#event-handler-content-attributes" title="event handler content attributes">event handler content attribute</a> is set on an element owned by a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that is not in a - <a href="browsers.html#browsing-context" id="browsing-context-46">browsing context</a>, the corresponding event handler is - not changed.</p><!-- v2: we should probably support HTML4's Content-Script-Type header here. --><p class="note"><a href="#event-handlers" id="event-handlers-6">Event handlers</a> always fire before event listeners - attached using <code title="dom-EventTarget-addEventListener">addEventListener()</code>.</p><!-- IE actually uncancels the event if the function returns true --><hr><p>The <code><a href="#function" id="function-211">Function</a></code> interface represents a function in the + <a href="browsers.html#browsing-context">browsing context</a>, the corresponding event handler is + not changed.<p class="note"><a href="#event-handlers">Event handlers</a> always fire before event listeners + attached using <code title="dom-EventTarget-addEventListener">addEventListener()</code>.<hr><p>The <code><a href="#function">Function</a></code> interface represents a function in the scripting language being used. It is represented in IDL as follows:<pre class="idl">[Callback=FunctionOnly, NoInterfaceObject] interface <dfn id="function">Function</dfn> { - any <a href="#dom-function-call" id="dom-function-call-0" title="dom-function-call">call</a>(in any... arguments); + any <a href="#dom-function-call" title="dom-function-call">call</a>(in any... arguments); };</pre><p>The <dfn id="dom-function-call" title="dom-function-call"><code>call(...)</code></dfn> method is the object's callback.<p class="note">In JavaScript, any <code title="">Function</code> - object implements this interface.<p>If the <code><a href="#function" id="function-212">Function</a></code> object is a JavaScript <code title="">Function</code>, then when it is invoked by the user agent, + object implements this interface.<p>If the <code><a href="#function">Function</a></code> object is a JavaScript <code title="">Function</code>, then when it is invoked by the user agent, the user agent must set the <var title="">thisArg</var> (as defined by ECMAScript edition 5 section 10.4.3 Entering Function Code) to - the <a href="#event-handlers" id="event-handlers-7" title="event handlers">event handler</a>'s object. <a href="references.html#refsECMA262">[ECMA262]</a><div class="example"> + the <a href="#event-handlers" title="event handlers">event handler</a>'s object. <a href="references.html#refsECMA262">[ECMA262]</a><div class="example"> <p>For example, the following document fragment:</p> @@ -403,16 +401,16 @@ canceled or not: if the return value is false, the event is canceled (except for <code class="event-mouseover">mouseover</code> events, where the return value has to be true to cancel the event). With <code title="event-beforeunload">beforeunload</code> events, the value is - instead used to determine the message to show the user.<h3 id="atob"><span class="secno">6.2 </span>Base64 utility methods</h3><p>The <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> and <code title="dom-windowbase64-btoa"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-btoa" title='Read about this "btoa()" reference in the full HTML5 spec.'>btoa()</a></code> methods allow authors to - transform content to and from the base64 encoding.</p><!-- v2: actual binary support --><pre class="idl">[Supplemental, NoInterfaceObject] + instead used to determine the message to show the user.<h3 id="atob"><span class="secno">6.2 </span>Base64 utility methods</h3><p>The <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> and <code title="dom-windowbase64-btoa"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-btoa" title='Read about this "btoa()" reference in the full HTML5 spec.'>btoa()</a></code> methods allow authors to + transform content to and from the base64 encoding.<pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowbase64">WindowBase64</dfn> { - DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-btoa" title='Read about this "btoa" reference in the full HTML5 spec.'>btoa</a>(in DOMString btoa); - DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-atob" title='Read about this "atob" reference in the full HTML5 spec.'>atob</a>(in DOMString atob); + DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-btoa" title='Read about this "btoa" reference in the full HTML5 spec.'>btoa</a>(in DOMString btoa); + DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-atob" title='Read about this "atob" reference in the full HTML5 spec.'>atob</a>(in DOMString atob); }; -<a href="browsers.html#window" id="window-18">Window</a> implements <a href="#windowbase64" id="windowbase64-0">WindowBase64</a>;</pre><p class="note">In these APIs, for mnemonic purposes, the "b" can be +<a href="browsers.html#window">Window</a> implements <a href="#windowbase64">WindowBase64</a>;</pre><p class="note">In these APIs, for mnemonic purposes, the "b" can be considered to stand for "binary", and the "a" for "ASCII". In practice, though, for primarily historical reasons, both the input - and output of these functions are Unicode strings.<dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-windowbase64-btoa"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-btoa" title='Read about this "btoa" reference in the full HTML5 spec.'>btoa</a></code>( <var title="">data</var> )</dt> + and output of these functions are Unicode strings.<dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-windowbase64-btoa"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-btoa" title='Read about this "btoa" reference in the full HTML5 spec.'>btoa</a></code>( <var title="">data</var> )</dt> <dd> @@ -421,12 +419,12 @@ representing a binary byte with values 0x00 to 0xFF respectively, and converts it to its base64 representation, which it returns.</p> - <p>Throws an <code><a href="urls.html#invalid_character_err" id="invalid_character_err-4">INVALID_CHARACTER_ERR</a></code> exception if the + <p>Throws an <code><a href="urls.html#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if the input string contains any out-of-range characters.</p> </dd> - <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-atob" title='Read about this "atob" reference in the full HTML5 spec.'>atob</a></code>( <var title="">data</var> )</dt> + <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-atob" title='Read about this "atob" reference in the full HTML5 spec.'>atob</a></code>( <var title="">data</var> )</dt> <dd> @@ -436,14 +434,14 @@ each representing a binary byte with values 0x00 to 0xFF respectively, corresponding to that binary data.</p> - <p>Throws an <code><a href="urls.html#invalid_character_err" id="invalid_character_err-5">INVALID_CHARACTER_ERR</a></code> exception if the + <p>Throws an <code><a href="urls.html#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if the input string is not valid base64 data.</p> </dd> </dl><p class="note">Some base64 encoders add newlines or other - whitespace to their output. The <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> method throws an + whitespace to their output. The <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> method throws an exception if its input contains characters other than those described by the regular expression bracket expression <code title="">[+/=0-9A-Za-z]</code>, so other characters need to be - removed before <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> is + removed before <code title="dom-windowbase64-atob"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#dom-windowbase64-atob" title='Read about this "atob()" reference in the full HTML5 spec.'>atob()</a></code> is used for decoding. \ No newline at end of file
Received on Wednesday, 20 April 2011 12:21:57 UTC