- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 04:29:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv25204 Modified Files: 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 grouping-content.html history.html iana.html index-of-terms.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html scripting-1.html sections.html semantics.html spec.html spec.preprocessed.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 webappapis.html Log Message: Fix event handler attribute interaction with ES (whatwg r6099) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.1010 retrieving revision 1.1011 diff -u -d -r1.1010 -r1.1011 --- infrastructure.html 6 May 2011 01:54:34 -0000 1.1010 +++ infrastructure.html 6 May 2011 04:29:11 -0000 1.1011 @@ -347,25 +347,25 @@ <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p>This specification refers to both HTML and XML attributes and IDL attributes, often in the same context. When it is not clear which is - being referred to, they are referred to as <dfn title="">content - attributes</dfn> for HTML and XML attributes, and <dfn title="">IDL + being referred to, they are referred to as <dfn aria-haspopup="true" role="button" tabindex="0" title="">content + attributes</dfn> for HTML and XML attributes, and <dfn aria-haspopup="true" role="button" tabindex="0" title="">IDL attributes</dfn> for those defined on IDL interfaces. Similarly, the 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 + CSS properties. When these are ambiguous they are qualified as <dfn aria-haspopup="true" role="button" tabindex="0" title="">object properties</dfn> and <dfn aria-haspopup="true" role="button" tabindex="0" 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 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, - ... (this does not apply to XHTML)".<p>This specification uses the term <dfn title="">document</dfn> to + ... (this does not apply to XHTML)".<p>This specification uses the term <dfn aria-haspopup="true" role="button" tabindex="0" title="">document</dfn> to refer to any use of HTML, ranging from short static documents to long essays or reports with rich multimedia, as well as to - fully-fledged interactive applications.<p>For simplicity, terms such as <dfn title="">shown</dfn>, <dfn title="">displayed</dfn>, and <dfn title="">visible</dfn> might + fully-fledged interactive applications.<p>For simplicity, terms such as <dfn aria-haspopup="true" role="button" tabindex="0" title="">shown</dfn>, <dfn aria-haspopup="true" role="button" tabindex="0" title="">displayed</dfn>, and <dfn aria-haspopup="true" role="button" tabindex="0" title="">visible</dfn> might 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>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> + 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 aria-haspopup="true" role="button" tabindex="0" title="">supported</dfn> when referring to whether a user agent has an implementation capable of decoding the semantics of an external resource. A format or type is said to be <i>supported</i> if the implementation can process an @@ -380,43 +380,43 @@ supported, even if the implementation could determine the dimensions of the movie from the file's metadata.<p>What some specifications, in particular the HTTP and URI specifications, refer to as a <i>representation</i> is referred to - in this specification as a <dfn title="">resource</dfn>. <a href="references.html#refsHTTP">[HTTP]</a> <a href="references.html#refsRFC3986">[RFC3986]</a><p>The term <dfn id="mime-type">MIME type</dfn> is used to refer to what is + in this specification as a <dfn aria-haspopup="true" role="button" tabindex="0" title="">resource</dfn>. <a href="references.html#refsHTTP">[HTTP]</a> <a href="references.html#refsRFC3986">[RFC3986]</a><p>The term <dfn aria-haspopup="true" id="mime-type" role="button" tabindex="0">MIME type</dfn> is used to refer to what is sometimes called an <i>Internet media type</i> in protocol literature. The term <i>media type</i> in this specification is used to refer to the type of media intended for presentation, as used by - the CSS specifications. <a href="references.html#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" + the CSS specifications. <a href="references.html#refsRFC2046">[RFC2046]</a> <a href="references.html#refsMQ">[MQ]</a><p>A string is a <dfn aria-haspopup="true" id="valid-mime-type" role="button" tabindex="0">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 - 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 + include MIME type parameters. <a href="references.html#refsHTTP">[HTTP]</a><p>A string is a <dfn aria-haspopup="true" id="valid-mime-type-with-no-parameters" role="button" tabindex="0">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 aria-haspopup="true" id="html-mime-type" role="button" tabindex="0">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 aria-haspopup="true" id="critical-subresources" role="button" tabindex="0">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 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> + not.<p>The term <dfn aria-haspopup="true" id="data-protocol" role="button" tabindex="0" 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 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 + the purposes of the DOM and CSS. The term "<dfn aria-haspopup="true" id="html-elements" role="button" tabindex="0">HTML elements</dfn>", when used in this specification, refers to any element in that namespace, and thus refers to both HTML and XHTML elements.<p>Except where otherwise stated, all elements defined or mentioned in this specification are in the <code>http://www.w3.org/1999/xhtml</code> namespace, and all attributes defined or mentioned in this specification have no - namespace.<p>Attribute names are said to be <dfn id="xml-compatible">XML-compatible</dfn> if they + namespace.<p>Attribute names are said to be <dfn aria-haspopup="true" id="xml-compatible" role="button" tabindex="0">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="">xml</code>". <a href="references.html#refsXML">[XML]</a><p>The term <dfn aria-haspopup="true" id="xml-mime-type" role="button" tabindex="0">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 - 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 + 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 aria-haspopup="true" id="root-element-of-a-document-object" role="button" tabindex="0">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 + 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 aria-haspopup="true" id="root-element" role="button" tabindex="0">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 @@ -424,14 +424,14 @@ 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 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 + <dfn aria-haspopup="true" id="in-a-document" role="button" tabindex="0">in a <code>Document</code></dfn>. An element is said to have + been <dfn aria-haspopup="true" id="insert-an-element-into-a-document" role="button" tabindex="0" 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 - said to have been <dfn id="remove-an-element-from-a-document" title="remove an element from a + said to have been <dfn aria-haspopup="true" id="remove-an-element-from-a-document" role="button" tabindex="0" 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 - element</a> to being another element.<p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that + element</a> to being another element.<p>A node's <dfn aria-haspopup="true" id="home-subtree" role="button" tabindex="0">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 <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 @@ -441,17 +441,17 @@ <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 - thus always returns 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>.<p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first - traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-parentnode" title='Read about this "parentNode" reference in the full HTML5 spec.'>parentNode</a></code>/<code title="dom-Node-childNodes"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-childnodes" title='Read about this "childNodes" reference in the full HTML5 spec.'>childNodes</a></code> relationship).<p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or + thus always returns 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>.<p>The term <dfn aria-haspopup="true" id="tree-order" role="button" tabindex="0">tree order</dfn> means a pre-order, depth-first + traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-parentnode" title='Read about this "parentNode" reference in the full HTML5 spec.'>parentNode</a></code>/<code title="dom-Node-childNodes"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-childnodes" title='Read about this "childNodes" reference in the full HTML5 spec.'>childNodes</a></code> relationship).<p>When it is stated that some element or attribute is <dfn aria-haspopup="true" id="ignore" role="button" tabindex="0" title="ignore">ignored</dfn>, or treated as some other value, or handled as if it was something else, this refers only to the - processing of the node after it is in the DOM. <p>The term <dfn id="text-node">text node</dfn> refers to any <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#text" title='Read about this "Text" reference in the full HTML5 spec.'>Text</a></code> + processing of the node after it is in the DOM. <p>The term <dfn aria-haspopup="true" id="text-node" role="button" tabindex="0">text node</dfn> refers to any <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#text" title='Read about this "Text" reference in the full HTML5 spec.'>Text</a></code> node, including <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#cdatasection" title='Read about this "CDATASection" reference in the full HTML5 spec.'>CDATASection</a></code> nodes; specifically, 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> with node type <code title="">TEXT_NODE</code> (3) - or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value + or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>A content attribute is said to <dfn aria-haspopup="true" role="button" tabindex="0" title="">change</dfn> value only if its new value is different than its previous value; setting - an attribute to a value it already has does not change it.<p>The term <dfn title="">empty</dfn>, when used of an attribute + an attribute to a value it already has does not change it.<p>The term <dfn aria-haspopup="true" role="button" tabindex="0" title="">empty</dfn>, when used of an attribute value, text node, or string, means that the length of the text is - zero (i.e. not even containing spaces or control characters).<p>Nodes can be <dfn id="concept-clone" title="concept-clone">cloned</dfn>, as + zero (i.e. not even containing spaces or control characters).<p>Nodes can be <dfn aria-haspopup="true" id="concept-clone" role="button" tabindex="0" 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> @@ -459,15 +459,15 @@ 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 - <code>Foo</code>".<p>An IDL attribute is said to be <dfn title="">getting</dfn> when + <code>Foo</code>".<p>An IDL attribute is said to be <dfn aria-haspopup="true" role="button" tabindex="0" title="">getting</dfn> when its value is being retrieved (e.g. by author script), and is said to - be <dfn title="">setting</dfn> when a new value is assigned to - it.<p>If a DOM object is said to be <dfn id="live">live</dfn>, then the + be <dfn aria-haspopup="true" role="button" tabindex="0" title="">setting</dfn> when a new value is assigned to + it.<p>If a DOM object is said to be <dfn aria-haspopup="true" id="live" role="button" tabindex="0">live</dfn>, then the attributes and methods on that object 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. <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 + data.<p>The terms <dfn aria-haspopup="true" role="button" tabindex="0" title="">fire</dfn> and <dfn aria-haspopup="true" role="button" tabindex="0" title="">dispatch</dfn> are used interchangeably in the context of + events, as in the DOM Events specifications. The term <dfn aria-haspopup="true" id="concept-events-trusted" role="button" tabindex="0" title="concept-events-trusted">trusted event</dfn> is used as + 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 aria-haspopup="true" id="plugin" role="button" tabindex="0">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 @@ -487,10 +487,10 @@ such as the Netscape Plugin API; others might use remote content converters or have built-in support for certain types. Indeed, this specification doesn't require user agents to support plugins at all. - <a href="references.html#refsNPAPI">[NPAPI]</a><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p>The <dfn id="preferred-mime-name">preferred MIME name</dfn> of a character encoding is the + <a href="references.html#refsNPAPI">[NPAPI]</a><h4 id="character-encodings"><span class="secno">2.1.6 </span>Character encodings</h4><p>The <dfn aria-haspopup="true" id="preferred-mime-name" role="button" tabindex="0">preferred MIME name</dfn> of a character encoding is the name or alias labeled as "preferred MIME name" in the IANA <cite>Character Sets</cite> registry, if there is one, or the - encoding's name, if none of the aliases are so labeled. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>An <dfn id="ascii-compatible-character-encoding">ASCII-compatible character encoding</dfn> is a + encoding's name, if none of the aliases are so labeled. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>An <dfn aria-haspopup="true" id="ascii-compatible-character-encoding" role="button" tabindex="0">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, ignoring bytes that @@ -500,7 +500,7 @@ 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>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 aria-haspopup="true" role="button" tabindex="0" 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. @@ -542,16 +542,16 @@ instance.</li> - </ul><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p>Comparing two strings in a <dfn id="case-sensitive">case-sensitive</dfn> manner means - comparing them exactly, code point for code point.<p>Comparing two strings in an <dfn id="ascii-case-insensitive">ASCII case-insensitive</dfn> + </ul><h3 id="case-sensitivity-and-string-comparison"><span class="secno">2.3 </span>Case-sensitivity and string comparison</h3><p>Comparing two strings in a <dfn aria-haspopup="true" id="case-sensitive" role="button" tabindex="0">case-sensitive</dfn> manner means + comparing them exactly, code point for code point.<p>Comparing two strings in an <dfn aria-haspopup="true" id="ascii-case-insensitive" role="button" tabindex="0">ASCII case-insensitive</dfn> manner means comparing them exactly, code point for code point, except that the characters in the range U+0041 to U+005A (i.e. LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and the corresponding characters in the range U+0061 to U+007A (i.e. LATIN SMALL LETTER A - to LATIN SMALL LETTER Z) are considered to also match.<p>Comparing two strings in a <dfn id="compatibility-caseless">compatibility caseless</dfn> + to LATIN SMALL LETTER Z) are considered to also match.<p>Comparing two strings in a <dfn aria-haspopup="true" id="compatibility-caseless" role="button" tabindex="0">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" id="case-sensitive_0">case-sensitive</a> manner.<p>A string <var title="">pattern</var> is a <dfn aria-haspopup="true" id="prefix-match" role="button" tabindex="0">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.1011 retrieving revision 1.1012 diff -u -d -r1.1011 -r1.1012 --- text-level-semantics.html 6 May 2011 01:54:38 -0000 1.1011 +++ text-level-semantics.html 6 May 2011 04:29:18 -0000 1.1012 @@ -343,7 +343,7 @@ <ol class="toc"><li><ol><li><a href="text-level-semantics.html#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a> <ol><li><a href="text-level-semantics.html#the-a-element" id="x4.6.1-the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a><li><a href="text-level-semantics.html#the-em-element" id="x4.6.2-the-em-element"><span class="secno">4.6.2 </span>The <code>em</code> element</a><li><a href="text-level-semantics.html#the-strong-element" id="x4.6.3-the-strong-element"><span class="secno">4.6.3 </span>The <code>strong</code> element</a><li><a href="text-level-semantics.html#the-small-element" id="x4.6.4-the-small-element"><span class="secno">4.6.4 </span>The <code>small</code> element</a><li><a href="text-level-semantics.html#the-s-element" id="x4.6.5-the-s-element"><span class="secno">4.6.5 </span>The <code>s</code> element</a><li><a href="text-level-semantics.html#the-cite-element" id="x4.6.6-the-cite-element"><span class="secno">4.6.6 </span>The <code>cite</code> element</a><li><a href="text-level-semantics.html#the-q-element" id="x4.6.7-the-q-element"><span class="secno">4.6.7 </span>The<code>q</code> element</a><li><a href="text-level-semantics.html#the-dfn-element" id="x4.6.8-the-dfn-element"><span class="secno">4.6.8 </span>The <code>dfn</code> element</a><li><a href="text-level-semantics.html#the-abbr-element" id="x4.6.9-the-abbr-element"><span class="secno">4.6.9 </span>The <code>abbr</code> element</a><li><a href="text-level-semantics.html#the-time-element" id="x4.6.10-the-time-element"><span class="secno">4.6.10 </span>The <code>time</code> element</a><li><a href="text-level-semantics.html#the-code-element" id="x4.6.11-the-code-element"><span class="secno">4.6.11 </span>The <code>code</code> element</a><li><a href="text-level-semantics.html#the-var-element" id="x4.6.12-the-var-element"><span class="secno">4.6.12 </span>The <code>var</code> element</a><li><a href="text-level-semantics.html#the-samp-element" id="x4.6.13-the-samp-element"><span class="secno">4.6.13 </span>The <code>samp</code> element</a><li><a href="text-level-semantics.html#the-kbd-element" id="x4.6.14-the-kbd-elemen"><span class="secno">4.6.14 </span>The <code>kbd</code> element</a><li><a href="text-level-semantics.html#the-sub-and-sup-elements"><span class="secno">4.6.15 </span>The <code>sub</code> and <code>sup</code> elements</a><li><a href="text-level-semantics.html#the-i-element" id="x4.6.16-the-i-element"><span class="secno">4.6.16 </span>The <code>i</code> element</a><li><a href="text-level-semantics.html#the-b-element" id="x4.6.17-the-b-element"><span class="secno">4.6.17 </span>The <code>b</code> element</a><li><a href="text-level-semantics.html#the-u-element" id="x4.6.18-the-u-element"><span class="secno">4.6.18 </span>The <code>u</code> element</a><li><a href="text-level-semantics.html#the-mark-element" id="x4.6.19-the-mark-element"><span class="secno">4.6.19 </span>The <code>mark</code> element</a><li><a href="text-level-semantics.html#the-ruby-element" id="x4.6.20-the-ruby-element"><span class="secno">4.6.20 </span>The <code>ruby</code> element</a><li><a href="text-level-semantics.html#the-rt-element" id=x4.6.21-the-rt-element"><span class="secno">4.6.21 </span>The <code>rt</code> element</a><li><a href="text-level-semantics.html#the-rp-element" id="x4.6.22-the-rp-element"><span class="secno">4.6.22 </span>The <code>rp</code> element</a><li><a href="text-level-semantics.html#the-bdi-element" id="x4.6.23-the-bdi-element"><span class="secno">4.6.23 </span>The <code>bdi</code> element</a><li><a href="text-level-semantics.html#the-bdo-element" id="x4.6.24-the-bdo-element"><span class="secno">4.6.24 </span>The <code>bdo</code> element</a><li><a href="text-level-semantics.html#the-span-element" id="x4.6.25-the-span-element"><span class="secno">4.6.25 </span>The <code>span</code> element</a><li><a href="text-level-semantics.html#the-br-element" id="x4.6.26-the-br-element"><span class="secno">4.6.26 </span>The <code>br</code> element</a><li><a href="text-level-semantics.html#the-wbr-element" id="x4.6.27-the-wbr-element"><span class="secno">4.6.27 </span>The <code>wbr</code> element</a><li><a href="text-level-semantcs.html#usage-summary"><span class="secno">4.6.28 </span>Usage summary</a></ol></ol></ol></div> - <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>a</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_66">Flow content</a>.</dd> <dd>When the element only contains <a href="content-models.html#phrasing-content" id="phrasing-content_26">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content_27">phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_2">Interactive content</a>.</dd> @@ -362,7 +362,7 @@ <dd><code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type" id="type_98">type</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_39">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlanchorelement" role="button" tabindex="0">HTMLAnchorElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_39">HTMLElement</a> { stringifier attribute DOMString <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>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-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/text-level-semantics.html#dom-a-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>; @@ -436,7 +436,7 @@ </a> </aside></pre> - </div><h4 id="the-em-element"><span class="secno">4.6.2 </span>The <dfn><code>em</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-em-element"><span class="secno">4.6.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>em</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_68">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_30">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -506,7 +506,7 @@ more appropriate.</p> - </div><h4 id="the-strong-element"><span class="secno">4.6.3 </span>The <dfn><code>strong</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-strong-element"><span class="secno">4.6.3 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>strong</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_69">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_33">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -532,7 +532,7 @@ <strong><strong>Do not take any of the diamonds</strong>, they are explosive and <strong>will destroy anything within ten meters.</strong></strong> You have been warned.</p></pre> - </div><h4 id="the-small-element"><span class="secno">4.6.4 </span>The <dfn><code>small</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-small-element"><span class="secno">4.6.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>small</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_70">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_36">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -603,7 +603,7 @@ <pre><p><strong><small>Continued use of this service will result in a kiss.</small></strong></p></pre> - </div><h4 id="the-s-element"><span class="secno">4.6.5 </span>The <dfn><code>s</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-s-element"><span class="secno">4.6.5 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>s</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_71">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_39">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -627,7 +627,7 @@ <p><s>Recommended retail price: $3.99 per bottle</s></p> <p><strong>Now selling for just $2.99 a bottle!</strong></p></pre> - </div><h4 id="the-cite-element"><span class="secno">4.6.6 </span>The <dfn><code>cite</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-cite-element"><span class="secno">4.6.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>cite</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_72">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_42">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -727,7 +727,7 @@ <pre><p>And then <b>Ian</b> said <q>this might be right, in a gossip column, maybe!</q>.</p></pre> - </div><h4 id="the-q-element"><span class="secno">4.6.7 </span>The <dfn><code>q</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-q-element"><span class="secno">4.6.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>q</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_73">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_45">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -745,7 +745,7 @@ after, or inside <code><a href="#the-q-element" id="q_5">q</a></code> elements; they will be inserted into the rendering by the user agent.<p>Content inside a <code><a href="#the-q-element" id="q_6">q</a></code> element must be quoted from another source, whose address, if it has one, may be cited in the - <dfn id="attr-q-cite" title="attr-q-cite"><code>cite</code></dfn> attribute. The + <dfn aria-haspopup="true" id="attr-q-cite" role="button" tabindex="0" title="attr-q-cite"><code>cite</code></dfn> attribute. The source may be fictional, as when quoting characters in a novel or screenplay.<p>If the <code title="attr-q-cite"><a href="#attr-q-cite" id="cite_20">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_2">valid URL potentially surrounded by @@ -799,7 +799,7 @@ <pre><p>The word "ineffable" could have been used to describe the disaster resulting from the campaign's mismanagement.</p></pre> - </div><h4 id="the-dfn-element"><span class="secno">4.6.8 </span>The <dfn><code>dfn</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-dfn-element"><span class="secno">4.6.8 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>dfn</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_74">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_49">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -816,8 +816,8 @@ <a href="grouping-content.html#the-dl-element" id="dl_12" title="dl">description list group</a>, or <a href="content-models.html#sectioning-content" id="sectioning-content_19" title="sectioning content">section</a> that is the nearest ancestor of the <code><a href="#the-dfn-element" id="dfn_6">dfn</a></code> element must also contain the definition(s) for the <a href="#defining-term" id="defining-term_0" title="defining term">term</a> given - by the <code><a href="#the-dfn-element" id="dfn_7">dfn</a></code> element.<p><dfn id="defining-term">Defining term</dfn>: If the <code><a href="#the-dfn-element" id="dfn_8">dfn</a></code> element has a - <dfn id="attr-dfn-title" title="attr-dfn-title"><code>title</code></dfn> attribute, then + by the <code><a href="#the-dfn-element" id="dfn_7">dfn</a></code> element.<p><dfn aria-haspopup="true" id="defining-term" role="button" tabindex="0">Defining term</dfn>: If the <code><a href="#the-dfn-element" id="dfn_8">dfn</a></code> element has a + <dfn aria-haspopup="true" id="attr-dfn-title" role="button" tabindex="0" title="attr-dfn-title"><code>title</code></dfn> attribute, then the exact value of that attribute is the term being defined. Otherwise, if it contains exactly one element child node and no child <a href="infrastructure.html#text-node" id="text-node_13" title="text node">text nodes</a>, and that child @@ -849,7 +849,7 @@ <p>Teal'c activated his <a href=#gdo><abbr title="Garage Door Opener">GDO</abbr></a> and so Hammond ordered the iris to be opened.</p></pre> - </div><h4 id="the-abbr-element"><span class="secno">4.6.9 </span>The <dfn><code>abbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-abbr-element"><span class="secno">4.6.9 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>abbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_75">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_52">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -862,7 +862,7 @@ <dt>DOM interface:</dt> <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement_46">HTMLElement</a></code>.</dd> </dl><p>The <code><a href="#the-abbr-element" id="abbr_3">abbr</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 - abbreviation or acronym, optionally with its expansion. The <dfn id="attr-abbr-title" title="attr-abbr-title"><code>title</code></dfn> attribute may be + abbreviation or acronym, optionally with its expansion. The <dfn aria-haspopup="true" id="attr-abbr-title" role="button" tabindex="0" title="attr-abbr-title"><code>title</code></dfn> attribute may be used to provide an expansion of the abbreviation. The attribute, if specified, must contain an expansion of the abbreviation, and nothing else.<div class="example"> @@ -941,7 +941,7 @@ cause other <code><a href="#the-abbr-element" id="abbr_9">abbr</a></code> elements in the same document with the same contents but without a <code title="attr-title"><a href="elements.html#the-title-attribute" id="title_15">title</a></code> attribute to behave as if they had the same expansion. Every - <code><a href="#the-abbr-element" id="abbr_10">abbr</a></code> element is independent.<h4 id="the-time-element"><span class="secno">4.6.10 </span>The <dfn><code>time</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <code><a href="#the-abbr-element" id="abbr_10">abbr</a></code> element is independent.<h4 id="the-time-element"><span class="secno">4.6.10 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>time</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_76">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_55">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -954,7 +954,7 @@ <dd><code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate_0">pubdate</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmltimeelement">HTMLTimeElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_47">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmltimeelement" role="button" tabindex="0">HTMLTimeElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_47">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-pubdate" title='Read about this "pubDate" reference in the full HTML5 spec.'>pubDate</a>; readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; @@ -982,20 +982,20 @@ different times in different countries, ranging from partway through the 16th century all the way to early in the 20th.</p> - </div><p>The <dfn id="attr-time-pubdate" title="attr-time-pubdate"><code>pubdate</code></dfn> + </div><p>The <dfn aria-haspopup="true" id="attr-time-pubdate" role="button" tabindex="0" title="attr-time-pubdate"><code>pubdate</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_3">boolean attribute</a>. If specified, it indicates that the date and time given by the element is the publication date and time of the nearest ancestor <code><a href="sections.html#the-article-element" id="article_16">article</a></code> element, or, if the element has no ancestor <code><a href="sections.html#the-article-element" id="article_17">article</a></code> element, of the document as a whole. If the element has a <code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate_1">pubdate</a></code> - attribute specified, then the element <dfn id="needs-a-date">needs a date</dfn>. For + attribute specified, then the element <dfn aria-haspopup="true" id="needs-a-date" role="button" tabindex="0">needs a date</dfn>. For each <code><a href="sections.html#the-article-element" id="article_18">article</a></code> element, there must be no more than one <code><a href="#the-time-element" id="time_8">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate_2">pubdate</a></code> attribute whose nearest ancestor is that <code><a href="sections.html#the-article-element" id="article_19">article</a></code> element. Furthermore, for 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>, there must be no more than one <code><a href="#the-time-element" id="time_9">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate_3">pubdate</a></code> attribute that does not - have an ancestor <code><a href="sections.html#the-article-element" id="article_20">article</a></code> element.<p>The <dfn id="attr-time-datetime" title="attr-time-datetime"><code>datetime</code></dfn> + have an ancestor <code><a href="sections.html#the-article-element" id="article_20">article</a></code> element.<p>The <dfn aria-haspopup="true" id="attr-time-datetime" role="button" tabindex="0" title="attr-time-datetime"><code>datetime</code></dfn> attribute, if present, gives the date or time being specified. Otherwise, the date or time is given by the element's contents.<p>If the element <i><a href="#needs-a-date" id="needs-a-date_0">needs a date</a></i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime" id="datetime_1">datetime</a></code> attribute is present, @@ -1108,7 +1108,7 @@ <p>I put a bike bell on his bike.</p> </article></pre> - </div><h4 id="the-code-element"><span class="secno">4.6.11 </span>The <dfn><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-code-element"><span class="secno">4.6.11 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>code</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_77">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_58">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1157,7 +1157,7 @@ <p>A class is used in that example to indicate the language used.</p> - </div><p class="note">See the <code><a href="grouping-content.html#the-pre-element" id="pre_10">pre</a></code> element for more details.<h4 id="the-var-element"><span class="secno">4.6.12 </span>The <dfn><code>var</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><p class="note">See the <code><a href="grouping-content.html#the-pre-element" id="pre_10">pre</a></code> element for more details.<h4 id="the-var-element"><span class="secno">4.6.12 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>var</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_78">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_61">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1203,7 +1203,7 @@ </figcaption> </figure></pre> - </div><h4 id="the-samp-element"><span class="secno">4.6.13 </span>The <dfn><code>samp</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-samp-element"><span class="secno">4.6.13 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>samp</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_79">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_64">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1232,7 +1232,7 @@ Linux demo 2.6.10-grsec+gg3+e+fhs6b+nfs+gr0501+++p3+c4a+gr2b-reslog-v6.189 #1 SMP Tue Feb 1 11:22:36 PST 2005 i686 unknown <span class="prompt">jdoe@demo:~$</span> <span class="cursor">_</span></samp></pre></pre> - </div><h4 id="the-kbd-element"><span class="secno">4.6.14 </span>The <dfn><code>kbd</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-kbd-element"><span class="secno">4.6.14 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>kbd</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_80">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_67">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1270,7 +1270,7 @@ <pre><p>To make George eat an apple, select <kbd>File | Eat Apple...</kbd></p></pre> - </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.15 </span>The <dfn id="the-sub-element"><code>sub</code></dfn> and <dfn id="the-sup-element"><code>sup</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.15 </span>The <dfn aria-haspopup="true" id="the-sub-element" role="button" tabindex="0"><code>sub</code></dfn> and <dfn aria-haspopup="true" id="the-sup-element" role="button" tabindex="0"><code>sup</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_81">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_70">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1312,7 +1312,7 @@ detailed mathematical markup is not desired. <a href="references.html#refsMATHML">[MATHML]</a><div class="example"> <pre><var>E</var>=<var>m</var><var>c</var><sup>2</sup></pre> <pre>f(<var>x</var>, <var>n</var>) = log<sub>4</sub><var>x</var><sup><var>n</var></sup></pre> - </div><h4 id="the-i-element"><span class="secno">4.6.16 </span>The <dfn><code>i</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-i-element"><span class="secno">4.6.16 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>i</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_82">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_73">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1357,7 +1357,7 @@ term.<p class="note">Style sheets can be used to format <code><a href="#the-i-element" id="i_19">i</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-i-element" id="i_20">i</a></code> elements will - necessarily be italicized.<h4 id="the-b-element"><span class="secno">4.6.17 </span>The <dfn><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + necessarily be italicized.<h4 id="the-b-element"><span class="secno">4.6.17 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>b</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_83">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_76">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1412,7 +1412,7 @@ </div><p class="note">Style sheets can be used to format <code><a href="#the-b-element" id="b_11">b</a></code> elements, just like any other element can be restyled. Thus, it is not the case that content in <code><a href="#the-b-element" id="b_12">b</a></code> elements will - necessarily be boldened.<h4 id="the-u-element"><span class="secno">4.6.18 </span>The <dfn><code>u</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + necessarily be boldened.<h4 id="the-u-element"><span class="secno">4.6.18 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>u</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_84">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_79">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1439,7 +1439,7 @@ in visual presentations clashes with the conventional rendering of hyperlinks (underlining). Authors are encouraged to avoid using the <code><a href="#the-u-element" id="u_4">u</a></code> element where it could be confused for a - hyperlink.<h4 id="the-mark-element"><span class="secno">4.6.19 </span>The <dfn><code>mark</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + hyperlink.<h4 id="the-mark-element"><span class="secno">4.6.19 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>mark</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_85">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_82">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1572,7 +1572,7 @@ <p><mark>An obstruction in a gate will prevent it from accepting a wormhole connection.</mark></p></pre> - </div><h4 id="the-ruby-element"><span class="secno">4.6.20 </span>The <dfn><code>ruby</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-ruby-element"><span class="secno">4.6.20 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>ruby</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_86">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_85">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1636,7 +1636,7 @@ <p><img alt="The two main ideographs, each with its pinyin annotation rendered in a smaller font above it." height="79" src="http://dev.w3.org/html5/spec/images/sample-ruby-pinyin.png" width="173"></p> - </div><h4 id="the-rt-element"><span class="secno">4.6.21 </span>The <dfn><code>rt</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-rt-element"><span class="secno">4.6.21 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>rt</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-ruby-element" id="ruby_6">ruby</a></code> element.</dd> @@ -1650,7 +1650,7 @@ ruby annotation.<p>An <code><a href="#the-rt-element" id="rt_6">rt</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 annotation (given by its children) for the zero or more nodes of phrasing content that immediately precedes it in the - <code><a href="#the-ruby-element" id="ruby_7">ruby</a></code> element, ignoring <code><a href="#the-rp-element" id="rp_2">rp</a></code> elements.<h4 id="the-rp-element"><span class="secno">4.6.22 </span>The <dfn><code>rp</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <code><a href="#the-ruby-element" id="ruby_7">ruby</a></code> element, ignoring <code><a href="#the-rp-element" id="rp_2">rp</a></code> elements.<h4 id="the-rp-element"><span class="secno">4.6.22 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>rp</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-ruby-element" id="ruby_8">ruby</a></code> element, either immediately before or immediately after an <code><a href="#the-rt-element" id="rt_7">rt</a></code> element.</dd> @@ -1682,7 +1682,7 @@ <pre lang="ja">... 漢 (かん) 字 (じ) ...</pre> - </div><h4 id="the-bdi-element"><span class="secno">4.6.23 </span>The <dfn><code>bdi</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-bdi-element"><span class="secno">4.6.23 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>bdi</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_87">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_90">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1717,7 +1717,7 @@ <li>User <bdi><bdo dir="rtl">إيان</bdo></bdi>: 3 posts. </ul></pre> - </div><h4 id="the-bdo-element"><span class="secno">4.6.24 </span>The <dfn><code>bdo</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-bdo-element"><span class="secno">4.6.24 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>bdo</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_88">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_93">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1735,7 +1735,7 @@ explicitly specifying a direction override. <a href="references.html#refsBIDI">[BIDI]</a><p>Authors must specify the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir_17">dir</a></code> attribute on this element, with the value <code>ltr</code> to specify a left-to-right override and with the value <code>rtl</code> - to specify a right-to-left override.<h4 id="the-span-element"><span class="secno">4.6.25 </span>The <dfn><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + to specify a right-to-left override.<h4 id="the-span-element"><span class="secno">4.6.25 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_89">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_96">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1746,7 +1746,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_56">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlspanelement">HTMLSpanElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_62">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn aria-haspopup="true" id="htmlspanelement" role="button" tabindex="0">HTMLSpanElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_62">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-span-element" id="span_8">span</a></code> element doesn't mean anything on its own, but can be useful when used together with the <a href="elements.html#global-attributes" id="global-attributes_57">global @@ -1766,7 +1766,7 @@ <span class="keyword">break</span>; }</code></pre></pre> - </div><h4 id="the-br-element"><span class="secno">4.6.26 </span>The <dfn><code>br</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-br-element"><span class="secno">4.6.26 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>br</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_90">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_99">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1777,7 +1777,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_58">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> - <pre class="idl">interface <dfn id="htmlbrelement">HTMLBRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_63">HTMLElement</a> {};</pre> + <pre class="idl">interface <dfn aria-haspopup="true" id="htmlbrelement" role="button" tabindex="0">HTMLBRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_63">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-br-element" id="br_1">br</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 line break.<p class="note">While line breaks are usually represented in visual @@ -1817,7 +1817,7 @@ </div><p>If a <a href="content-models.html#paragraph" id="paragraph_8">paragraph</a> consists of nothing but a single <code><a href="#the-br-element" id="br_6">br</a></code> element, it represents a placeholder blank line (e.g. as in a template). Such blank lines must not be used for - presentation purposes.<h4 id="the-wbr-element"><span class="secno">4.6.27 </span>The <dfn><code>wbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + presentation purposes.<h4 id="the-wbr-element"><span class="secno">4.6.27 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>wbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_91">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_101">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.452 retrieving revision 1.453 diff -u -d -r1.452 -r1.453 --- scripting-1.html 6 May 2011 01:54:35 -0000 1.452 +++ scripting-1.html 6 May 2011 04:29:12 -0000 1.453 @@ -356,7 +356,7 @@ dynamically resort the table, the link could also be made to function without scripts by requesting the sorted table from the server.</p> - </div><h4 id="the-script-element"><span class="secno">4.3.1 </span>The <dfn id="script"><code>script</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-script-element"><span class="secno">4.3.1 </span>The <dfn aria-haspopup="true" id="script" role="button" tabindex="0"><code>script</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content" id="metadata-content_12">Metadata content</a>.</dd> <dd><a href="content-models.html#flow-content" id="flow-content_11">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_18">Phrasing content</a>.</dd> @@ -380,7 +380,7 @@ <dd><code title="attr-script-charset"><a href="#attr-script-charset" id="charset_10">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 aria-haspopup="true" id="htmlscriptelement" role="button" tabindex="0">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_14">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>; @@ -403,12 +403,12 @@ 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="#the-script-element">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> + conform to the requirements defined for the format used.<p>The <dfn aria-haspopup="true" id="attr-script-type" role="button" tabindex="0" 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 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> + is "<code title="">text/javascript</code>".<p>The <dfn aria-haspopup="true" id="attr-script-src" role="button" tabindex="0" 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 non-empty URL potentially surrounded by spaces</a> identifying a @@ -416,7 +416,7 @@ 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> + conforms with the requirements of that language's specification.<p>The <dfn aria-haspopup="true" id="attr-script-charset" role="button" tabindex="0" 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 attribute is set, its value must be a valid character encoding name, @@ -424,8 +424,8 @@ <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name_1">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 + external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn aria-haspopup="true" id="attr-script-async" role="button" tabindex="0" title="attr-script-async"><code>async</code></dfn> and + <dfn aria-haspopup="true" id="attr-script-defer" role="button" tabindex="0" 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 @@ -548,7 +548,7 @@ <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="#the-script-element">script</a></code> element + </dl><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn aria-haspopup="true" role="button" tabindex="0" 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="#the-script-element">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 ) @@ -588,7 +588,7 @@ tag-end =/ %x002F ; U+002F SOLIDUS (/) tag-end =/ %x003E ; U+003E GREATER-THAN SIGN (>)</pre><p>When a <code><a href="#the-script-element">script</a></code> element contains <a href="#inline-documentation-for-external-scripts" id="script-documentation_0">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="#the-script-element">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 + 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 aria-haspopup="true" role="button" tabindex="0" title="script documentation">Inline documentation for external scripts</dfn></h5><p>If a <code><a href="#the-script-element">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="#the-script-element">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 @@ -627,7 +627,7 @@ // e.stop(); </script></pre> - </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn><code>noscript</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-noscript-element"><span class="secno">4.3.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>noscript</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content" id="metadata-content_14">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_20">Phrasing content</a>.</dd> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.454 retrieving revision 1.455 diff -u -d -r1.454 -r1.455 --- the-map-element.html 6 May 2011 01:54:39 -0000 1.454 +++ the-map-element.html 6 May 2011 04:29:18 -0000 1.455 @@ -343,7 +343,7 @@ <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> - <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> + <h4 id="the-map-element"><span class="secno">4.8.12 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_121">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content_122">phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -356,7 +356,7 @@ <dd><code title="attr-map-name"><a href="#attr-map-name" id="name_16">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_75">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlmapelement" role="button" tabindex="0">HTMLMapElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_75">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_19">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_20">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>; @@ -364,7 +364,7 @@ </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 - 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 + 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 aria-haspopup="true" id="attr-map-name" role="button" tabindex="0" 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 @@ -418,7 +418,7 @@ </MAP> </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> + </div><h4 id="the-area-element"><span class="secno">4.8.13 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_125">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -438,7 +438,7 @@ <dd><code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type" id="type_100">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_76">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlareaelement" role="button" tabindex="0">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_76">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>; @@ -464,7 +464,7 @@ 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 - this case, the <dfn id="attr-area-alt" title="attr-area-alt"><code>alt</code></dfn> + this case, the <dfn aria-haspopup="true" id="attr-area-alt" role="button" tabindex="0" 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 @@ -478,41 +478,41 @@ 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 - area.<p>The <dfn id="attr-area-shape" title="attr-area-shape"><code>shape</code></dfn> + area.<p>The <dfn aria-haspopup="true" id="attr-area-shape" role="button" tabindex="0" 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 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 <th class="removed"> <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> - <td><dfn id="attr-area-shape-keyword-circle" title="attr-area-shape-keyword-circle"><code>circle</code></dfn> + <td><dfn aria-haspopup="true" id="attr-area-shape-keyword-circle" role="button" tabindex="0" title="attr-area-shape-keyword-circle"><code>circle</code></dfn> <td class="removed"> <tr><td class="removed"> <td class="removed"> <tr><td><a href="#attr-area-shape-default" id="attr-area-shape-default_0" 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> + <td><dfn aria-haspopup="true" id="attr-area-shape-keyword-default" role="button" tabindex="0" title="attr-area-shape-keyword-default"><code>default</code></dfn> <td class="removed"> <tr><td rowspan="2"><a href="#attr-area-shape-poly" id="attr-area-shape-poly_0" 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> + <td><dfn aria-haspopup="true" id="attr-area-shape-keyword-poly" role="button" tabindex="0" title="attr-area-shape-keyword-poly"><code>poly</code></dfn> <td class="removed"> <tr><td class="removed"> <td class="removed"> <tr><td rowspan="2"><a href="#attr-area-shape-rect" id="attr-area-shape-rect_0" 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> + <td><dfn aria-haspopup="true" id="attr-area-shape-keyword-rect" role="button" tabindex="0" title="attr-area-shape-keyword-rect"><code>rect</code></dfn> <td class="removed"> <tr><td class="removed"> <td class="removed"> </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> + the <a href="#attr-area-shape-rect" id="attr-area-shape-rect_1" title="attr-area-shape-rect">rectangle</a> state.<p>The <dfn aria-haspopup="true" id="attr-area-coords" role="button" tabindex="0" 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 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>In the <dfn id="attr-area-shape-circle" title="attr-area-shape-circle">circle state</dfn>, + attribute. <p>In the <dfn aria-haspopup="true" id="attr-area-shape-circle" role="button" tabindex="0" 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 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> + again in CSS pixels.<p>In the <dfn aria-haspopup="true" id="attr-area-shape-default" role="button" tabindex="0" 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 - whole image.)<p>In the <dfn id="attr-area-shape-poly" title="attr-area-shape-poly">polygon state</dfn>, + whole image.)<p>In the <dfn aria-haspopup="true" id="attr-area-shape-poly" role="button" tabindex="0" 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 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>, + in order.<p>In the <dfn aria-haspopup="true" id="attr-area-shape-rect" role="button" tabindex="0" 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 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 @@ -523,11 +523,11 @@ 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><p>An <dfn id="image-map">image map</dfn> allows geometric areas on an image to be + not present.<h4 id="image-maps"><span class="secno">4.8.14 </span>Image maps</h4><p>An <dfn aria-haspopup="true" id="image-map" role="button" tabindex="0">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 - specifying a <dfn id="attr-hyperlink-usemap" title="attr-hyperlink-usemap"><code>usemap</code></dfn> attribute on + specifying a <dfn aria-haspopup="true" id="attr-hyperlink-usemap" role="button" tabindex="0" 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"> @@ -553,7 +553,7 @@ </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 + </div><h4 id="mathml"><span class="secno">4.8.15 </span>MathML</h4><p>The <dfn aria-haspopup="true" id="math" role="button" tabindex="0"><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_22">embedded content</a>, <a href="content-models.html#phrasing-content" id="phrasing-content_127">phrasing content</a>, and <a href="content-models.html#flow-content" id="flow-content_109">flow content</a> categories for the purposes of the content models in this @@ -592,7 +592,7 @@ </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 + </div><h4 id="svg-0"><span class="secno">4.8.16 </span>SVG</h4><p>The <dfn aria-haspopup="true" id="svg" role="button" tabindex="0"><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_23">embedded content</a>, <a href="content-models.html#phrasing-content" id="phrasing-content_128">phrasing content</a>, and <a href="content-models.html#flow-content" id="flow-content_110">flow content</a> categories for the purposes of the content models in this @@ -609,8 +609,8 @@ specification does not define any processing for elements in SVG fragments that are not in the HTML namespace; they are considered neither conforming nor non-conforming from the perspective of this - specification.<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 + specification.<h4 id="dimension-attributes"><span class="secno">4.8.17 </span><dfn aria-haspopup="true" role="button" tabindex="0">Dimension attributes</dfn></h4><p> + The <dfn aria-haspopup="true" id="attr-dim-width" role="button" tabindex="0" title="attr-dim-width"><code>width</code></dfn> and <dfn aria-haspopup="true" id="attr-dim-height" role="button" tabindex="0" 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="the-iframe-element.html#the-video-element">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 Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.1003 retrieving revision 1.1004 diff -u -d -r1.1003 -r1.1004 --- the-canvas-element.html 6 May 2011 01:54:39 -0000 1.1003 +++ the-canvas-element.html 6 May 2011 04:29:18 -0000 1.1004 @@ -342,7 +342,7 @@ <a href="the-map-element.html">4.8.12 The map element →</a> </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> + <h4 id="the-canvas-element"><span class="secno">4.8.11 </span>The <dfn aria-haspopup="true" id="canvas" role="button" tabindex="0"><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_120">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content" id="embedded-content_17">Embedded content</a>.</dd> @@ -356,7 +356,7 @@ <dd><code title="attr-canvas-height"><a href="#attr-canvas-height" id="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_74">HTMLElement</a> { + <pre class="idl">interface <dfn aria-haspopup="true" id="htmlcanvaselement" role="button" tabindex="0">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_74">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>; @@ -402,7 +402,7 @@ interactive regions to focusable elements in the <a href="content-models.html#fallback-content" id="fallback-content_5">fallback content</a>. (Focus has no effect on mouse interaction events.) <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#DOMEVENTS" title='Read about this "[DOMEVENTS]" reference in the full HTML5 spec.'>[DOMEVENTS]</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 + size of the coordinate space: <dfn aria-haspopup="true" id="attr-canvas-width" role="button" tabindex="0" title="attr-canvas-width"><code>width</code></dfn> and <dfn aria-haspopup="true" id="attr-canvas-height" role="button" tabindex="0" 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 integers</a>. The <code title="attr-canvas-width"><a href="#attr-canvas-width" id="width_0">width</a></code> attribute defaults to Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.995 retrieving revision 1.996 diff -u -d -r1.995 -r1.996 --- tabular-data.html 6 May 2011 01:54:38 -0000 1.995 +++ tabular-data.html 6 May 2011 04:29:17 -0000 1.996 @@ -344,7 +344,7 @@ <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><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" 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 ref="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.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> + <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 aria-haspopup="true" role="button" tabindex="0"><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> <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> @@ -362,7 +362,7 @@ <dd><code title="attr-table-border"><a href="#attr-table-border" id="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_77">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmltableelement" role="button" tabindex="0">HTMLTableElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_77">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_78">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>(); @@ -401,7 +401,7 @@ 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> + model.<p>The <dfn aria-haspopup="true" id="attr-table-border" role="button" tabindex="0" title="attr-table-border"><code>border</code></dfn> attribute may be specified on a <code><a href="#the-table-element" id="table_2">table</a></code> element to explicitly indicate that the <code><a href="#the-table-element" id="table_3">table</a></code> element is not being used for layout purposes. If specified, the attribute's value must @@ -720,7 +720,7 @@ 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> + 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 aria-haspopup="true" role="button" tabindex="0"><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_4">table</a></code> element.</dd> @@ -730,7 +730,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_75">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_83">HTMLElement</a> {};</pre> +<pre class="idl">interface <dfn aria-haspopup="true" id="htmltablecaptionelement" role="button" tabindex="0">HTMLTableCaptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_83">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_6">table</a></code> that is its parent, if it has a parent and that @@ -762,7 +762,7 @@ </caption></pre> - </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> + </div><h4 id="the-colgroup-element"><span class="secno">4.9.3 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_9">table</a></code> element, after any @@ -777,16 +777,16 @@ <dd><code title="attr-colgroup-span"><a href="#attr-colgroup-span" id="span_21">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_84">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmltablecolelement" role="button" tabindex="0">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_84">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_10">table</a></code> that is its parent, if it has a parent and that is a <code><a href="#the-table-element" id="table_11">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> - elements, then the element may have a <dfn id="attr-colgroup-span" title="attr-colgroup-span"><code>span</code></dfn> content attribute + elements, then the element may have a <dfn aria-haspopup="true" id="attr-colgroup-span" role="button" tabindex="0" 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 - 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> + integer</a> greater than zero.<h4 id="the-col-element"><span class="secno">4.9.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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 @@ -807,9 +807,9 @@ <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_12">table</a></code> element, then the <code><a href="#the-col-element" id="col_2">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 + <code><a href="#the-colgroup-element" id="colgroup_5">colgroup</a></code>.<p>The element may have a <dfn aria-haspopup="true" id="attr-col-span" role="button" tabindex="0" 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 - 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> + integer</a> greater than zero.<h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_13">table</a></code> element, after any @@ -823,7 +823,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_78">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_85">HTMLElement</a> { + <pre class="idl">interface <dfn aria-haspopup="true" id="htmltablesectionelement" role="button" tabindex="0">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_85">HTMLElement</a> { readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection_27">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_86">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); @@ -852,7 +852,7 @@ <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_8">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> + </dl><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_17">table</a></code> element, after any @@ -908,7 +908,7 @@ <input type=button name=add value="Submit"> </form></pre> - </div><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_21">table</a></code> element, after any @@ -931,7 +931,7 @@ </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_25">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_26">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> + <code><a href="#the-table-element" id="table_26">table</a></code>.<h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -947,7 +947,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_81">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_87">HTMLElement</a> { + <pre class="idl">interface <dfn aria-haspopup="true" id="htmltablerowelement" role="button" tabindex="0">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_87">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_29">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>; @@ -1015,7 +1015,7 @@ </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> + </dl><h4 id="the-td-element"><span class="secno">4.9.9 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> <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> @@ -1029,9 +1029,9 @@ <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 aria-haspopup="true" id="htmltabledatacellelement" role="button" tabindex="0">HTMLTableDataCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement_0">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" 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 aria-haspopup="true" role="button" tabindex="0"><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> @@ -1045,26 +1045,26 @@ <dd><code title="attr-th-scope"><a href="#attr-th-scope" id="scope_0">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 aria-haspopup="true" id="htmltableheadercellelement" role="button" tabindex="0">HTMLTableHeaderCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement_1">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 + </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 aria-haspopup="true" id="attr-th-scope" role="button" tabindex="0" 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 - have explicit keywords:<dl><dt>The <dfn id="attr-th-scope-row" title="attr-th-scope-row"><code>row</code></dfn> + have explicit keywords:<dl><dt>The <dfn aria-haspopup="true" id="attr-th-scope-row" role="button" tabindex="0" title="attr-th-scope-row"><code>row</code></dfn> keyword, which maps to the <i>row</i> state</dt> <dd>The <i>row</i> state means the header cell applies to some of the subsequent cells in the same row(s).</dd> - <dt>The <dfn id="attr-th-scope-col" title="attr-th-scope-col"><code>col</code></dfn> + <dt>The <dfn aria-haspopup="true" id="attr-th-scope-col" role="button" tabindex="0" title="attr-th-scope-col"><code>col</code></dfn> keyword, which maps to the <i>column</i> state</dt> <dd>The <i>column</i> state means the header cell applies to some of the subsequent cells in the same column(s).</dd> - <dt>The <dfn id="attr-th-scope-rowgroup" title="attr-th-scope-rowgroup"><code>rowgroup</code></dfn> keyword, + <dt>The <dfn aria-haspopup="true" id="attr-th-scope-rowgroup" role="button" tabindex="0" title="attr-th-scope-rowgroup"><code>rowgroup</code></dfn> keyword, which maps to the <i>row group</i> state</dt> <dd>The <i>row group</i> state means the header cell applies to all @@ -1073,7 +1073,7 @@ the <a href="#attr-th-scope-rowgroup" id="attr-th-scope-rowgroup_0" 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, + <dt>The <dfn aria-haspopup="true" id="attr-th-scope-colgroup" role="button" tabindex="0" 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 @@ -1082,7 +1082,7 @@ not be in the <a href="#attr-th-scope-colgroup" id="attr-th-scope-colgroup_0" 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> + <dt>The <dfn aria-haspopup="true" id="attr-th-scope-auto" role="button" tabindex="0" title="attr-th-scope-auto">auto</dfn> state</dt> <dd>The <i>auto</i> state makes the header cell apply to a set of cells selected based on context.</dd> @@ -1127,14 +1127,14 @@ them.</p> - <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" 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 + <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" 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 aria-haspopup="true" id="attr-tdth-colspan" role="button" tabindex="0" 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 - <dfn id="attr-tdth-rowspan" title="attr-tdth-rowspan"><code>rowspan</code></dfn> content + <dfn aria-haspopup="true" id="attr-tdth-rowspan" role="button" tabindex="0" 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 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.<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 + overlap cells.<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 aria-haspopup="true" id="attr-tdth-headers" role="button" tabindex="0" 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>, @@ -1153,7 +1153,7 @@ 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_89">HTMLElement</a> { + interface:<pre class="idl">interface <dfn aria-haspopup="true" id="htmltablecellelement" role="button" tabindex="0">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_89">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_4">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>; Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.467 retrieving revision 1.468 diff -u -d -r1.467 -r1.468 --- the-iframe-element.html 6 May 2011 01:54:39 -0000 1.467 +++ the-iframe-element.html 6 May 2011 04:29:18 -0000 1.468 @@ -346,7 +346,7 @@ <ol><li><a href="the-iframe-element.html#introduction-0"><span class="secno">4.8.10.11.1 </span>Introduction</a><li><a href="the-iframe-element.html#media-controllers"><span class="secno">4.8.10.11.2 </span>Media controllers</a><li><a href="the-iframe-element.html#assigning-a-media-controller-declaratively"><span class="secno">4.8.10.11.3 </span>Assigning a media controller declaratively</a></ol><li><a href="the-iframe-element.html#timed-text-tracks"><span class="secno">4.8.10.12 </span>Timed text tracks</a> <ol><li><a href="the-iframe-element.html#text-track-model"><span class="secno">4.8.10.12.1 </span>Text track model</a><li><a href="the-iframe-element.html#sourcing-in-band-text-tracks"><span class="secno">4.8.10.12.2 </span>Sourcing in-band text tracks</a><li><a href="the-iframe-element.html#text-track-api"><span class="secno">4.8.10.12.4 </span>Text track API</a></ol><li><a href="the-iframe-element.html#user-interface"><span class="secno">4.8.10.13 </span>User interface</a><li><a href="the-iframe-element.html#time-ranges"><span class="secno">4.8.10.14 </span>Time ranges</a><li><a href="the-iframe-element.html#mediaevents"><span class="secno">4.8.10.15 </span>Event summary</a><li><a href="the-iframe-element.html#best-practices-for-authors-using-media-elements"><span class="secno">4.8.10.17 </span>Best practices for authors using media elements</a></ol></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> + <h4 id="the-iframe-element"><span class="secno">4.8.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_114">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content" id="embedded-content_7">Embedded content</a>.</dd> @@ -366,7 +366,7 @@ <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height_5">height</a></code></dd> <dt>DOM interface:</dt> [...1089 lines suppressed...] + <tr><td><dfn aria-haspopup="true" id="event-mediacontroller-timeupdate" role="button" tabindex="0" title="event-MediaController-timeupdate"><code>timeupdate</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 <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#media-controller-position" title='Read about this "media controller position" reference in the full HTML5 spec.'>media controller position</a> changed. - <tr><td><dfn id="event-mediacontroller-play" title="event-MediaController-play"><code>play</code></dfn> + <tr><td><dfn aria-haspopup="true" id="event-mediacontroller-play" role="button" tabindex="0" title="event-MediaController-play"><code>play</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 <code title="dom-MediaController-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute is newly false. - <tr><td><dfn id="event-mediacontroller-pause" title="event-MediaController-pause"><code>pause</code></dfn> + <tr><td><dfn aria-haspopup="true" id="event-mediacontroller-pause" role="button" tabindex="0" title="event-MediaController-pause"><code>pause</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 <code title="dom-MediaController-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute is newly true. - <tr><td><dfn id="event-mediacontroller-ratechange" title="event-MediaController-ratechange"><code>ratechange</code></dfn> + <tr><td><dfn aria-haspopup="true" id="event-mediacontroller-ratechange" role="button" tabindex="0" title="event-MediaController-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> <td>Either the <code title="dom-MediaController-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> attribute or the <code title="dom-MediaController-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> attribute has just been updated. - <tr><td><dfn id="event-mediacontroller-volumechange" title="event-MediaController-volumechange"><code>volumechange</code></dfn> + <tr><td><dfn aria-haspopup="true" id="event-mediacontroller-volumechange" role="button" tabindex="0" title="event-MediaController-volumechange"><code>volumechange</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>Either the <code title="dom-MediaController-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute or the <code title="dom-MediaController-muted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-mediacontroller-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> attribute has just been updated. </table><h5 id="best-practices-for-authors-using-media-elements"><span class="secno">4.8.10.16 </span>Best practices for authors using media elements</h5><p>Playing audio and video resources on small devices such as 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.449 retrieving revision 1.450 diff -u -d -r1.449 -r1.450 --- association-of-controls-and-forms.html 6 May 2011 01:54:32 -0000 1.449 +++ association-of-controls-and-forms.html 6 May 2011 04:29:10 -0000 1.450 @@ -347,11 +347,11 @@ <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 + <dfn aria-haspopup="true" id="form-owner" role="button" tabindex="0">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 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" id="form_25">form</a></code> element, but may have a <dfn aria-haspopup="true" id="attr-fae-form" role="button" tabindex="0" 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 @@ -365,11 +365,11 @@ </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 + </dl><h4 id="attributes-common-to-form-controls"><span class="secno">4.10.19 </span><dfn aria-haspopup="true" role="button" tabindex="0">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 aria-haspopup="true" id="attr-fe-name" role="button" tabindex="0" 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_1">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> + 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 aria-haspopup="true" id="attr-fe-name-isindex" role="button" tabindex="0" 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> @@ -377,21 +377,21 @@ control, with no name.</p> </dd> - <dt><dfn id="attr-fe-name-charset" title="attr-fe-name-charset"><code>_charset_</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="attr-fe-name-charset" role="button" tabindex="0" 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 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> + </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 aria-haspopup="true" id="attr-fe-disabled" role="button" tabindex="0" 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 aria-haspopup="true" id="concept-fe-disabled" role="button" tabindex="0" 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 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><p>The <dfn id="attr-fe-autofocus" title="attr-fe-autofocus"><code>autofocus</code></dfn> + 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 aria-haspopup="true" id="attr-fe-autofocus" role="button" tabindex="0" 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 @@ -402,16 +402,16 @@ 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 + </div><h5 id="limiting-user-input-length"><span class="secno">4.10.19.4 </span>Limiting user input length</h5><p>A <dfn aria-haspopup="true" id="attr-fe-maxlength" role="button" tabindex="0" 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 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 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 + results in a number, then that number is the element's <dfn aria-haspopup="true" id="maximum-allowed-value-length" role="button" tabindex="0">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 - 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 + allowed value length</a>.<h5 id="form-submission-0"><span class="secno">4.10.19.5 </span>Form submission</h5><p><dfn aria-haspopup="true" id="attributes-for-form-submission" role="button" tabindex="0">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 @@ -423,47 +423,47 @@ 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 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 - <dfn id="attr-fs-formaction" title="attr-fs-formaction"><code>formaction</code></dfn> + <code><a href="forms.html#the-form-element" id="form_31">form</a></code> element.<hr><p>The <dfn aria-haspopup="true" id="attr-fs-action" role="button" tabindex="0" title="attr-fs-action"><code>action</code></dfn> and + <dfn aria-haspopup="true" id="attr-fs-formaction" role="button" tabindex="0" 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 - spaces</a>.<p>The <dfn id="concept-fs-action" title="concept-fs-action">action</dfn> of an element is + spaces</a>.<p>The <dfn aria-haspopup="true" id="concept-fs-action" role="button" tabindex="0" 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 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> - 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> + attribute, if <em>it</em> has one, or else the empty string.<hr><p>The <dfn aria-haspopup="true" id="attr-fs-method" role="button" tabindex="0" title="attr-fs-method"><code>method</code></dfn> and + <dfn aria-haspopup="true" id="attr-fs-formmethod" role="button" tabindex="0" 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 - 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 + attributes</a> with the following keywords and states:<ul><li>The keyword <dfn aria-haspopup="true" id="attr-fs-method-get-keyword" role="button" tabindex="0" title="attr-fs-method-GET-keyword"><code>get</code></dfn>, mapping + to the state <dfn aria-haspopup="true" id="attr-fs-method-get" role="button" tabindex="0" title="attr-fs-method-GET">GET</dfn>, indicating the HTTP GET method.</li> - <li>The keyword <dfn id="attr-fs-method-post-keyword" title="attr-fs-method-POST-keyword"><code>post</code></dfn>, mapping - to the state <dfn id="attr-fs-method-post" title="attr-fs-method-POST">POST</dfn>, indicating + <li>The keyword <dfn aria-haspopup="true" id="attr-fs-method-post-keyword" role="button" tabindex="0" title="attr-fs-method-POST-keyword"><code>post</code></dfn>, mapping + to the state <dfn aria-haspopup="true" id="attr-fs-method-post" role="button" tabindex="0" title="attr-fs-method-POST">POST</dfn>, indicating 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 + <a href="#attr-fs-method-get" id="attr-fs-method-get_0" title="attr-fs-method-GET">GET</a> state.<p>The <dfn aria-haspopup="true" id="concept-fs-method" role="button" tabindex="0" 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 - <dfn id="attr-fs-formenctype" title="attr-fs-formenctype"><code>formenctype</code></dfn> + <code title="attr-fs-method"><a href="#attr-fs-method" id="method_3">method</a></code> attribute's state.<hr><p>The <dfn aria-haspopup="true" id="attr-fs-enctype" role="button" tabindex="0" title="attr-fs-enctype"><code>enctype</code></dfn> and + <dfn aria-haspopup="true" id="attr-fs-formenctype" role="button" tabindex="0" 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 - 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> + attributes</a> with the following keywords and states:<ul><li>The "<dfn aria-haspopup="true" id="attr-fs-enctype-urlencoded" role="button" tabindex="0" title="attr-fs-enctype-urlencoded"><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li> + <li>The "<dfn aria-haspopup="true" id="attr-fs-enctype-formdata" role="button" tabindex="0" title="attr-fs-enctype-formdata"><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li> + <li>The "<dfn aria-haspopup="true" id="attr-fs-enctype-text" role="button" tabindex="0" 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> - state.<p>The <dfn id="concept-fs-enctype" title="concept-fs-enctype">enctype</dfn> of an element + state.<p>The <dfn aria-haspopup="true" id="concept-fs-enctype" role="button" tabindex="0" 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 - <dfn id="attr-fs-formtarget" title="attr-fs-formtarget"><code>formtarget</code></dfn> + <code title="attr-fs-enctype"><a href="#attr-fs-enctype" id="enctype_3">enctype</a></code> attribute's state.<hr><p>The <dfn aria-haspopup="true" id="attr-fs-target" role="button" tabindex="0" title="attr-fs-target"><code>target</code></dfn> and + <dfn aria-haspopup="true" id="attr-fs-formtarget" role="button" tabindex="0" 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 - context names or keywords</a>.<p>The <dfn id="concept-fs-target" title="concept-fs-target">target</dfn> of an element is + context names or keywords</a>.<p>The <dfn aria-haspopup="true" id="concept-fs-target" role="button" tabindex="0" 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 button</a> and has such an attribute; or the value of its @@ -473,11 +473,11 @@ <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.<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> + element, the empty string.<hr><p>The <dfn aria-haspopup="true" id="attr-fs-novalidate" role="button" tabindex="0" title="attr-fs-novalidate"><code>novalidate</code></dfn> + and <dfn aria-haspopup="true" id="attr-fs-formnovalidate" role="button" tabindex="0" 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 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 + be validated during submission.<p>The <dfn aria-haspopup="true" id="concept-fs-novalidate" role="button" tabindex="0" 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, @@ -500,7 +500,7 @@ <p><input type=submit formnovalidate name=cancel value="Cancel"></p> </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> + </div><h5 id="submitting-element-directionality"><span class="secno">4.10.19.6 </span>Submitting element directionality</h5><p>A <dfn aria-haspopup="true" id="form-control-dirname-attribute" role="button" tabindex="0">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 directionality</a> of the element, and gives the name of the field that contains this value during <a href="#form-submission" id="form-submission_2">form submission</a>. @@ -589,7 +589,7 @@ <p>...where <var title="">control</var> is the <code><a href="the-input-element.html#the-input-element" id="input_127">input</a></code> or <code><a href="the-button-element.html#the-textarea-element" id="textarea_34">textarea</a></code> element.</p> - </div><h4 id="constraints"><span class="secno">4.10.21 </span>Constraints</h4><h5 id="definitions"><span class="secno">4.10.21.1 </span>Definitions</h5><h5 id="the-constraint-validation-api"><span class="secno">4.10.21.2 </span>The <dfn>constraint validation API</dfn></h5><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><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></code></dt> + </div><h4 id="constraints"><span class="secno">4.10.21 </span>Constraints</h4><h5 id="definitions"><span class="secno">4.10.21.1 </span>Definitions</h5><h5 id="the-constraint-validation-api"><span class="secno">4.10.21.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0">constraint validation API</dfn></h5><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><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></code></dt> <dd> @@ -726,7 +726,7 @@ hostile users, and unintentionally bypassed by users of older user agents or automated tools that do not implement these features. The constraint validation features are only intended to improve the user - experience, not to provide any kind of security mechanism.<h4 id="form-submission"><span class="secno">4.10.22 </span><dfn>Form submission</dfn></h4><p>When a form is submitted, the data in the form is converted into + experience, not to provide any kind of security mechanism.<h4 id="form-submission"><span class="secno">4.10.22 </span><dfn aria-haspopup="true" role="button" tabindex="0">Form submission</dfn></h4><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> <input type=text name=t> Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.304 retrieving revision 1.305 diff -u -d -r1.304 -r1.305 --- index-of-terms.html 6 May 2011 01:54:33 -0000 1.304 +++ index-of-terms.html 6 May 2011 04:29:11 -0000 1.305 @@ -373,20 +373,20 @@ <a href="#index-terms_end">end</a> </p> </div> -<dl class="has-norefs" id="dom-tracklist-getkind-none_index"><dt><span title="dom-TrackList-getKind-none">(empty string)<code></code></span> +<dl class="has-norefs" id="dom-tracklist-getkind-none_index"><dt><span aria-haspopup="true" role="button" tabindex="0" title="dom-TrackList-getKind-none">(empty string)<code></code></span> </dt> <dd> <a class="dfn-ref" href="the-iframe-element.html#dom-tracklist-getkind-none"><span class="secno">4.8.10.10.1 </span><code><span>TrackList</span></code> objects</a> </dd> -</dl><dl class="has-norefs" id="attr-ol-type-keyword-decimal_index"><dt><span title="attr-ol-type-keyword-decimal"><code>1</code></span> +</dl><dl class="has-norefs" id="attr-ol-type-keyword-decimal_index"><dt><span aria-haspopup="true" role="button" tabindex="0" title="attr-ol-type-keyword-decimal"><code>1</code></span> [...21914 lines suppressed...] +<a class="dfn-ref" href="elements.html#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span aria-haspopup="true" role="button" tabindex="0" title="attr-xml-base"><code>xml:base</code></span> attribute (XML only)</a> <a class="index-counter" href="elements.html#xml:base">(2)</a> <a class="index-counter" href="elements.html#xml:base_0">(3)</a> <a class="index-counter" href="elements.html#xml:base_1">(4)</a> </dd> -</dl><dl id="xmlns-namespace_index"><dt><span>XMLNS namespace</span> +</dl><dl id="xmlns-namespace_index"><dt><span aria-haspopup="true" role="button" tabindex="0">XMLNS namespace</span> </dt> <dd> <a class="dfn-ref" href="urls.html#xmlns-namespace"><span class="secno">2.7 </span>Namespaces</a> @@ -25413,7 +25413,7 @@ <a href="syntax.html#xmlns-namespace_0"><span class="secno">8.1.2.3 </span>Attributes</a> <a class="index-counter" href="syntax.html#xmlns-namespace_1">(2)</a> </dd> -</dl><dl class="has-norefs" id="xmp_index"><dt><span><code>xmp</code></span> +</dl><dl class="has-norefs" id="xmp_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>xmp</code></span> </dt> <dd> <a class="dfn-ref" href="obsolete.html#xmp"><span class="secno">10.2 </span>Non-conforming features</a> Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.1006 retrieving revision 1.1007 diff -u -d -r1.1006 -r1.1007 --- history.html 6 May 2011 01:54:33 -0000 1.1006 +++ history.html 6 May 2011 04:29:11 -0000 1.1007 @@ -348,7 +348,7 @@ </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_1">History</a></code> objects provide a representation of the + context</a> is its <dfn aria-haspopup="true" id="session-history" role="button" tabindex="0">session history</dfn>.<p><code><a href="#history-0" id="history_1">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 @@ -358,7 +358,7 @@ unique instance of the <code><a href="#history-0" id="history_2">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_3">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 - <dfn id="session-history-entry">session history entry</dfn> consists of either a + <dfn aria-haspopup="true" id="session-history-entry" role="button" tabindex="0">session history entry</dfn> consists of either a <a href="urls.html#url" id="url_17">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 entry">session history entries</a> need not have any relation with the current <code><a href="semantics.html#the-title-element" id="title_49">title</a></code> of the @@ -367,7 +367,7 @@ 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 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 + script) navigates from page to page.<p>A <dfn aria-haspopup="true" id="state-object" role="button" tabindex="0">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 (or script) goes back in the history, thus enabling authors to use @@ -393,13 +393,13 @@ 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 + <dfn aria-haspopup="true" id="current-entry" role="button" tabindex="0">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 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 - history by that document.<p><dfn id="an-entry-with-persisted-user-state">An entry with persisted user state</dfn> is one that also + history by that document.<p><dfn aria-haspopup="true" id="an-entry-with-persisted-user-state" role="button" tabindex="0">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 @@ -407,7 +407,7 @@ 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_4">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" id="history_4">History</a></code> interface</h4><pre class="idl">interface <dfn aria-haspopup="true" id="history-0" role="button" tabindex="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/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); @@ -479,7 +479,7 @@ </dd> - </dl><p>The <dfn id="joint-session-history">joint session history</dfn> of a <code><a href="#history-0" id="history_5">History</a></code> + </dl><p>The <dfn aria-haspopup="true" id="joint-session-history" role="button" tabindex="0">joint session history</dfn> of a <code><a href="#history-0" id="history_5">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> @@ -488,7 +488,7 @@ 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 - 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 + joint session history</a>.<p>The <dfn aria-haspopup="true" id="current-entry-of-the-joint-session-history" role="button" tabindex="0">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 chronologically by the time they were added to their respective @@ -608,7 +608,7 @@ </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 - 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> { + 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 aria-haspopup="true" id="location" role="button" tabindex="0">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); @@ -668,9 +668,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><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event + <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes_4">URL decomposition IDL attributes</a>, <dfn aria-haspopup="true" id="dom-location-protocol" role="button" tabindex="0" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn aria-haspopup="true" id="dom-location-host" role="button" tabindex="0" title="dom-location-host"><code>host</code></dfn>, <dfn aria-haspopup="true" id="dom-location-port" role="button" tabindex="0" title="dom-location-port"><code>port</code></dfn>, <dfn aria-haspopup="true" id="dom-location-hostname" role="button" tabindex="0" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn aria-haspopup="true" id="dom-location-pathname" role="button" tabindex="0" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn aria-haspopup="true" id="dom-location-search" role="button" tabindex="0" title="dom-location-search"><code>search</code></dfn>, and <dfn aria-haspopup="true" id="dom-location-hash" role="button" tabindex="0" titl="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 aria-haspopup="true" id="event-popstate" role="button" tabindex="0" 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 - 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> { + entry</a>.<pre class="idl">interface <dfn aria-haspopup="true" id="popstateevent" role="button" tabindex="0">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); };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><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></code></dt> @@ -681,10 +681,10 @@ </dd> - </dl><hr><p>The <dfn id="event-hashchange" title="event-hashchange"><code>hashchange</code></dfn> + </dl><hr><p>The <dfn aria-haspopup="true" id="event-hashchange" role="button" tabindex="0" 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_21">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> { + previous one only in the fragment identifier.<pre class="idl">interface <dfn aria-haspopup="true" id="hashchangeevent" role="button" tabindex="0">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>; void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-inithashchangeevent" title='Read about this "initHashChangeEvent" reference in the full HTML5 spec.'>initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg); @@ -707,11 +707,11 @@ </dd> - </dl><hr><p>The <dfn id="event-pageshow" title="event-pageshow"><code>pageshow</code></dfn> event + </dl><hr><p>The <dfn aria-haspopup="true" id="event-pageshow" role="button" tabindex="0" 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 - entry</a>.<p>The <dfn id="event-pagehide" title="event-pagehide"><code>pagehide</code></dfn> + entry</a>.<p>The <dfn aria-haspopup="true" id="event-pagehide" role="button" tabindex="0" 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 - 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> { + entry</a>.<pre class="idl">interface <dfn aria-haspopup="true" id="pagetransitionevent" role="button" tabindex="0">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); };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><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></code></dt> @@ -722,7 +722,7 @@ </dd> - </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</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> { + </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><pre class="idl">interface <dfn aria-haspopup="true" id="beforeunloadevent" role="button" tabindex="0">BeforeUnloadEvent</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> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>; };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt> Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/origin-0.html,v retrieving revision 1.428 retrieving revision 1.429 diff -u -d -r1.428 -r1.429 --- origin-0.html 6 May 2011 01:54:35 -0000 1.428 +++ origin-0.html 6 May 2011 04:29:12 -0000 1.429 @@ -343,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><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 aria-haspopup="true" id="origin" role="button" tabindex="0">origin</dfn> of a resource and the <dfn aria-haspopup="true" id="effective-script-origin" role="button" tabindex="0">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 Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.456 retrieving revision 1.457 diff -u -d -r1.456 -r1.457 --- common-input-element-attributes.html 6 May 2011 01:54:32 -0000 1.456 +++ common-input-element-attributes.html 6 May 2011 04:29:10 -0000 1.457 @@ -345,14 +345,14 @@ <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 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> + input.<p>The <dfn aria-haspopup="true" id="attr-input-autocomplete" role="button" tabindex="0" 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 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 + keyword maps to the <dfn aria-haspopup="true" id="attr-input-autocomplete-on-state" role="button" tabindex="0" 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> + the <dfn aria-haspopup="true" id="attr-input-autocomplete-off-state" role="button" tabindex="0" 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> + default</i> is the <dfn aria-haspopup="true" id="attr-input-autocomplete-default-state" role="button" tabindex="0" 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 indicates either that the control's input data is particularly sensitive (for example the activation code for a nuclear weapon); or @@ -375,7 +375,7 @@ <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> + </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 aria-haspopup="true" id="attr-input-dirname" role="button" tabindex="0" 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"> <p>In this example, a form contains a text field and a submission @@ -399,7 +399,7 @@ <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" id="list_26">list</a></code> attribute</h6><p>The <dfn aria-haspopup="true" id="attr-input-list" role="button" tabindex="0" 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 the same document.<div class="example"> @@ -475,7 +475,7 @@ <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> - </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> + </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 aria-haspopup="true" id="attr-input-readonly" role="button" tabindex="0" 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 or not the user can edit the form control. <div class="example"> @@ -507,14 +507,14 @@ <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" id="size_24">size</a></code> attribute</h6><p>The <dfn aria-haspopup="true" id="attr-input-size" role="button" tabindex="0" 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> + 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 aria-haspopup="true" id="attr-input-required" role="button" tabindex="0" 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 - element is <dfn id="concept-input-required" title="concept-input-required"><i>required</i></dfn>.<div class="example"> + element is <dfn aria-haspopup="true" id="concept-input-required" role="button" tabindex="0" title="concept-input-required"><i>required</i></dfn>.<div class="example"> <p>The following form has two required fields, one for an e-mail address and one for a password. It also has a third field that is @@ -537,7 +537,7 @@ <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> + </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 aria-haspopup="true" id="attr-input-multiple" role="button" tabindex="0" 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 the user is to be allowed to specify more than one value.<div class="example"> @@ -581,7 +581,7 @@ <pre><label>Attachments: <input type=file multiple name=att></label></pre> - </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.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> + </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 aria-haspopup="true" id="attr-input-maxlength" role="button" tabindex="0" 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 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> @@ -595,7 +595,7 @@ <pre>What are you doing? <input name=status maxlength=140></pre> - </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.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" id="pattern_25">pattern</a></code> attribute</h6><p>The <dfn aria-haspopup="true" id="attr-input-pattern" role="button" tabindex="0" 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/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 @@ -623,7 +623,7 @@ required pattern. Birthday</samp>, which is not useful.<p>UAs may still show the <code><a href="semantics.html#the-title-element" id="title_47">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" 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 + 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 aria-haspopup="true" id="attr-input-min" role="button" tabindex="0" title="attr-input-min"><code>min</code></dfn> and <dfn aria-haspopup="true" id="attr-input-max" role="button" tabindex="0" 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 (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 @@ -641,7 +641,7 @@ <pre><input name=quantity required type=number min=1 value=1></pre> - </div><h6 id="the-step-attribute"><span class="secno">4.10.7.2.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" id="step_32">step</a></code> attribute</h6><p>The <dfn aria-haspopup="true" id="attr-input-step" role="button" tabindex="0" 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 @@ -666,7 +666,7 @@ <p>Normally, time controls are limited to an accuracy of one minute.</p> - </div><h6 id="the-placeholder-attribute"><span class="secno">4.10.7.2.12 </span>The <code title="attr-input-placeholder"><a href="#attr-input-placeholder" id="placeholder_24">placeholder</a></code> attribute</h6><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" id="placeholder_24">placeholder</a></code> attribute</h6><p>The <dfn aria-haspopup="true" id="attr-input-placeholder" role="button" tabindex="0" 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, Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.1011 retrieving revision 1.1012 diff -u -d -r1.1011 -r1.1012 --- dom.html 6 May 2011 01:54:33 -0000 1.1011 +++ dom.html 6 May 2011 04:29:10 -0000 1.1012 @@ -345,8 +345,8 @@ <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> <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> - 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 + <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 aria-haspopup="true" id="the-document-s-address" role="button" tabindex="0">The document's address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url_2">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 aria-haspopup="true" id="the-document-s-current-address" role="button" tabindex="0">The document's current address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url_3">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 @@ -356,15 +356,15 @@ 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 - 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 + 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 aria-haspopup="true" id="xml-documents" role="button" tabindex="0">XML + documents</dfn> unless they are flagged as being <dfn aria-haspopup="true" id="html-documents" role="button" tabindex="0">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 - 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 + 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 aria-haspopup="true" id="reload-override-flag" role="button" tabindex="0">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 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 + a <dfn aria-haspopup="true" id="reload-override-buffer" role="button" tabindex="0">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 aria-haspopup="true" id="an-overridden-reload" role="button" tabindex="0">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> @@ -389,7 +389,7 @@ 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> { +interface <dfn aria-haspopup="true" id="htmldocument" role="button" tabindex="0">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>; 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>; @@ -503,7 +503,7 @@ <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 - 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> + script origin</a>.<h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn aria-haspopup="true" role="button" tabindex="0">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> </dd> @@ -582,14 +582,14 @@ <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-0">The <code>html</code> element</dfn> of a document is the + </dl><h4 id="dom-tree-accessors"><span class="secno">3.1.4 </span><dfn aria-haspopup="true" role="button" tabindex="0">DOM tree accessors</dfn></h4><p><dfn aria-haspopup="true" id="the-html-element-0" role="button" tabindex="0">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" 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> <dd> <p>Returns <a href="#the-head-element-0" id="the-head-element_0">the <code>head</code> element</a>.</p> </dd> - </dl><p><dfn id="the-head-element-0">The <code>head</code> element</dfn> of a document is the + </dl><p><dfn aria-haspopup="true" id="the-head-element-0" role="button" tabindex="0">The <code>head</code> element</dfn> of a document is the first <code><a href="semantics.html#the-head-element" id="head_4">head</a></code> element that is a child of <a href="#the-html-element-0" id="the-html-element_0">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> @@ -604,7 +604,7 @@ precedence.</p> </dd> - </dl><p><dfn id="the-title-element-0">The <code>title</code> element</dfn> of a document is the + </dl><p><dfn aria-haspopup="true" id="the-title-element-0" role="button" tabindex="0">The <code>title</code> element</dfn> of a document is the first <code><a href="semantics.html#the-title-element" id="title_36">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> @@ -613,7 +613,7 @@ <p>If the new value is not a <code><a href="sections.html#the-body-element" 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> </dd> - </dl><p><dfn id="the-body-element-0">The body element</dfn> of a document is the first child of + </dl><p><dfn aria-haspopup="true" id="the-body-element-0" role="button" tabindex="0">The body element</dfn> of a document is the first child of <a href="#the-html-element-0" id="the-html-element_1">the <code>html</code> element</a> that is either a <code><a href="sections.html#the-body-element" 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 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> @@ -691,7 +691,7 @@ <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:<pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="domhtmlimplementation">DOMHTMLImplementation</dfn> { +interface <dfn aria-haspopup="true" id="domhtmlimplementation" role="button" tabindex="0">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> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.461 retrieving revision 1.462 diff -u -d -r1.461 -r1.462 --- embedded-content-1.html 6 May 2011 01:54:33 -0000 1.461 +++ embedded-content-1.html 6 May 2011 04:29:11 -0000 1.462 @@ -345,7 +345,7 @@ <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></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> + <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 aria-haspopup="true" role="button" tabindex="0"><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_113">Phrasing content</a>.</dd> <dd><a href="content-models.html#embedded-content" id="embedded-content_4">Embedded content</a>.</dd> @@ -367,7 +367,7 @@ <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_66">HTMLElement</a> { +interface <dfn aria-haspopup="true" id="htmlimageelement" role="button" tabindex="0">HTMLImageElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_66">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>; @@ -379,8 +379,8 @@ 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_12">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; the value of the <dfn id="attr-img-alt" title="attr-img-alt"><code>alt</code></dfn> attribute provides + </dl><p>An <code><a href="#the-img-element" id="img_12">img</a></code> element represents an image.<p>The image given by the <dfn aria-haspopup="true" id="attr-img-src" role="button" tabindex="0" title="attr-img-src"><code>src</code></dfn> attribute is the + embedded content; the value of the <dfn aria-haspopup="true" id="attr-img-alt" role="button" tabindex="0" title="attr-img-alt"><code>alt</code></dfn> attribute provides equivalent content for those who cannot process images or who have image loading disabled.<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 @@ -399,7 +399,7 @@ 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, 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" id="image-map_0">image map</a>.<p>The <dfn aria-haspopup="true" id="attr-img-ismap" role="button" tabindex="0" 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 presence that the element provides access to a server-side image Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v retrieving revision 1.443 retrieving revision 1.444 diff -u -d -r1.443 -r1.444 --- the-input-element.html 6 May 2011 01:54:39 -0000 1.443 +++ the-input-element.html 6 May 2011 04:29:18 -0000 1.444 @@ -342,7 +342,7 @@ <a href="states-of-the-type-attribute.html">4.10.7.1 States of the type attribute →</a> </div> - <h4 id="the-input-element"><span class="secno">4.10.7 </span>The <dfn><code>input</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <h4 id="the-input-element"><span class="secno">4.10.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>input</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_124">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_136">Phrasing content</a>.</dd> <dd>If the <code title="attr-input-type"><a href="#attr-input-type" id="type_63">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_2" title="attr-input-type-hidden">Hidden</a> state: <a href="content-models.html#interactive-content" id="interactive-content_12">Interactive content</a>.</dd> @@ -386,7 +386,7 @@ <dd><code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width_10">width</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlinputelement">HTMLInputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_95">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlinputelement" role="button" tabindex="0">HTMLInputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_95">HTMLElement</a> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-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-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; @@ -444,7 +444,7 @@ };</pre> </dd> </dl><p>The <code><a href="#the-input-element" id="input_60">input</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 typed data field, - usually with a form control to allow the user to edit the data.<p>The <dfn id="attr-input-type" title="attr-input-type"><code>type</code></dfn> + usually with a form control to allow the user to edit the data.<p>The <dfn aria-haspopup="true" id="attr-input-type" role="button" tabindex="0" title="attr-input-type"><code>type</code></dfn> attribute controls the data type (and associated control) of the element. It is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute_7">enumerated attribute</a>. The following table lists the keywords and states for the attribute — the @@ -453,95 +453,95 @@ <th> State <th> Data type <th> Control type - <tbody><tr><td> <dfn id="attr-input-type-hidden-keyword" title="attr-input-type-hidden-keyword"><code>hidden</code></dfn> + <tbody><tr><td> <dfn aria-haspopup="true" id="attr-input-type-hidden-keyword" role="button" tabindex="0" title="attr-input-type-hidden-keyword"><code>hidden</code></dfn> <td> <a href="states-of-the-type-attribute.html#hidden-state" id="attr-input-type-hidden_5" title="attr-input-type-hidden">Hidden</a> <td> An arbitrary string <td> n/a - <tr><td> <dfn id="attr-input-type-text-keyword" title="attr-input-type-text-keyword"><code>text</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-text-keyword" role="button" tabindex="0" title="attr-input-type-text-keyword"><code>text</code></dfn> <td> <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text_1" title="attr-input-type-text">Text</a> <td> Text with no line breaks <td> Text field - <tr><td> <dfn id="attr-input-type-search-keyword" title="attr-input-type-search-keyword"><code>search</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-search-keyword" role="button" tabindex="0" title="attr-input-type-search-keyword"><code>search</code></dfn> <td> <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-search_1" title="attr-input-type-search">Search</a> <td> Text with no line breaks <td> Search field - <tr><td> <dfn id="attr-input-type-tel-keyword" title="attr-input-type-tel-keyword"><code>tel</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-tel-keyword" role="button" tabindex="0" title="attr-input-type-tel-keyword"><code>tel</code></dfn> <td> <a href="states-of-the-type-attribute.html#telephone-state" id="attr-input-type-tel_1" title="attr-input-type-tel">Telephone</a> <td> Text with no line breaks <td> A text field - <tr><td> <dfn id="attr-input-type-url-keyword" title="attr-input-type-url-keyword"><code>url</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-url-keyword" role="button" tabindex="0" title="attr-input-type-url-keyword"><code>url</code></dfn> <td> <a href="states-of-the-type-attribute.html#url-state" id="attr-input-type-url_1" title="attr-input-type-url">URL</a> <td> An absolute IRI <td> A text field - <tr><td> <dfn id="attr-input-type-email-keyword" title="attr-input-type-email-keyword"><code>email</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-email-keyword" role="button" tabindex="0" title="attr-input-type-email-keyword"><code>email</code></dfn> <td> <a href="states-of-the-type-attribute.html#e-mail-state" id="attr-input-type-email_1" title="attr-input-type-email">E-mail</a> <td> An e-mail address or list of e-mail addresses <td> A text field - <tr><td> <dfn id="attr-input-type-password-keyword" title="attr-input-type-password-keyword"><code>password</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-password-keyword" role="button" tabindex="0" title="attr-input-type-password-keyword"><code>password</code></dfn> <td> <a href="states-of-the-type-attribute.html#password-state" id="attr-input-type-password_0" title="attr-input-type-password">Password</a> <td> Text with no line breaks (sensitive information) <td> Text field that obscures data entry - <tr><td> <dfn id="attr-input-type-datetime-keyword" title="attr-input-type-datetime-keyword"><code>datetime</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-datetime-keyword" role="button" tabindex="0" title="attr-input-type-datetime-keyword"><code>datetime</code></dfn> <td> <a href="states-of-the-type-attribute.html#date-and-time-state" id="attr-input-type-datetime_0" title="attr-input-type-datetime">Date and Time</a> <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with the time zone set to UTC <td> A date and time control - <tr><td> <dfn id="attr-input-type-date-keyword" title="attr-input-type-date-keyword"><code>date</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-date-keyword" role="button" tabindex="0" title="attr-input-type-date-keyword"><code>date</code></dfn> <td> <a href="states-of-the-type-attribute.html#date-state" id="attr-input-type-date_0" title="attr-input-type-date">Date</a> <td> A date (year, month, day) with no time zone <td> A date control - <tr><td> <dfn id="attr-input-type-month-keyword" title="attr-input-type-month-keyword"><code>month</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-month-keyword" role="button" tabindex="0" title="attr-input-type-month-keyword"><code>month</code></dfn> <td> <a href="states-of-the-type-attribute.html#month-state" id="attr-input-type-month_0" title="attr-input-type-month">Month</a> <td> A date consisting of a year and a month with no time zone <td> A month control - <tr><td> <dfn id="attr-input-type-week-keyword" title="attr-input-type-week-keyword"><code>week</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-week-keyword" role="button" tabindex="0" title="attr-input-type-week-keyword"><code>week</code></dfn> <td> <a href="states-of-the-type-attribute.html#week-state" id="attr-input-type-week_0" title="attr-input-type-week">Week</a> <td> A date consisting of a week-year number and a week number with no time zone <td> A week control - <tr><td> <dfn id="attr-input-type-time-keyword" title="attr-input-type-time-keyword"><code>time</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-time-keyword" role="button" tabindex="0" title="attr-input-type-time-keyword"><code>time</code></dfn> <td> <a href="states-of-the-type-attribute.html#time-state" id="attr-input-type-time_0" title="attr-input-type-time">Time</a> <td> A time (hour, minute, seconds, fractional seconds) with no time zone <td> A time control - <tr><td> <dfn id="attr-input-type-datetime-local-keyword" title="attr-input-type-datetime-local-keyword"><code>datetime-local</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-datetime-local-keyword" role="button" tabindex="0" title="attr-input-type-datetime-local-keyword"><code>datetime-local</code></dfn> <td> <a href="states-of-the-type-attribute.html#local-date-and-time-state" id="attr-input-type-datetime-local_0" title="attr-input-type-datetime-local">Local Date and Time</a> <td> A date and time (year, month, day, hour, minute, second, fraction of a second) with no time zone <td> A date and time control - <tr><td> <dfn id="attr-input-type-number-keyword" title="attr-input-type-number-keyword"><code>number</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-number-keyword" role="button" tabindex="0" title="attr-input-type-number-keyword"><code>number</code></dfn> <td> <a href="number-state.html#number-state" id="attr-input-type-number_0" title="attr-input-type-number">Number</a> <td> A numerical value <td> A text field or spinner control - <tr><td> <dfn id="attr-input-type-range-keyword" title="attr-input-type-range-keyword"><code>range</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-range-keyword" role="button" tabindex="0" title="attr-input-type-range-keyword"><code>range</code></dfn> <td> <a href="number-state.html#range-state" id="attr-input-type-range_0" title="attr-input-type-range">Range</a> <td> A numerical value, with the extra semantic that the exact value is not important <td> A slider control or similar - <tr><td> <dfn id="attr-input-type-color-keyword" title="attr-input-type-color-keyword"><code>color</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-color-keyword" role="button" tabindex="0" title="attr-input-type-color-keyword"><code>color</code></dfn> <td> <a href="number-state.html#color-state" id="attr-input-type-color_0" title="attr-input-type-color">Color</a> <td> An sRGB color with 8-bit red, green, and blue components <td> A color well - <tr><td> <dfn id="attr-input-type-checkbox-keyword" title="attr-input-type-checkbox-keyword"><code>checkbox</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-checkbox-keyword" role="button" tabindex="0" title="attr-input-type-checkbox-keyword"><code>checkbox</code></dfn> <td> <a href="number-state.html#checkbox-state" id="attr-input-type-checkbox_1" title="attr-input-type-checkbox">Checkbox</a> <td> A set of zero or more values from a predefined list <td> A checkbox - <tr><td> <dfn id="attr-input-type-radio-keyword" title="attr-input-type-radio-keyword"><code>radio</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-radio-keyword" role="button" tabindex="0" title="attr-input-type-radio-keyword"><code>radio</code></dfn> <td> <a href="number-state.html#radio-button-state" id="attr-input-type-radio_1" title="attr-input-type-radio">Radio Button</a> <td> An enumerated value <td> A radio button - <tr><td> <dfn id="attr-input-type-file-keyword" title="attr-input-type-file-keyword"><code>file</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-file-keyword" role="button" tabindex="0" title="attr-input-type-file-keyword"><code>file</code></dfn> <td> <a href="number-state.html#file-upload-state" id="attr-input-type-file_0" title="attr-input-type-file">File Upload</a> <td> Zero or more files each with a <a href="infrastructure.html#mime-type" id="mime-type_11">MIME type</a> and optionally a file name <td> A label and a button - <tr><td> <dfn id="attr-input-type-submit-keyword" title="attr-input-type-submit-keyword"><code>submit</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-submit-keyword" role="button" tabindex="0" title="attr-input-type-submit-keyword"><code>submit</code></dfn> <td> <a href="number-state.html#submit-button-state" id="attr-input-type-submit_0" title="attr-input-type-submit">Submit Button</a> <td> An enumerated value, with the extra semantic that it must be the last value selected and initiates form submission <td> A button - <tr><td> <dfn id="attr-input-type-image-keyword" title="attr-input-type-image-keyword"><code>image</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-image-keyword" role="button" tabindex="0" title="attr-input-type-image-keyword"><code>image</code></dfn> <td> <a href="number-state.html#image-button-state" id="attr-input-type-image_1" title="attr-input-type-image">Image Button</a> <td> A coordinate, relative to a particular image's size, with the extra semantic that it must be the last value selected and initiates form submission <td> Either a clickable image, or a button - <tr><td> <dfn id="attr-input-type-reset-keyword" title="attr-input-type-reset-keyword"><code>reset</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-reset-keyword" role="button" tabindex="0" title="attr-input-type-reset-keyword"><code>reset</code></dfn> <td> <a href="number-state.html#reset-button-state" id="attr-input-type-reset_0" title="attr-input-type-reset">Reset Button</a> <td> n/a <td> A button - <tr><td> <dfn id="attr-input-type-button-keyword" title="attr-input-type-button-keyword"><code>button</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="attr-input-type-button-keyword" role="button" tabindex="0" title="attr-input-type-button-keyword"><code>button</code></dfn> <td> <a href="number-state.html#button-state" id="attr-input-type-button_0" title="attr-input-type-button">Button</a> <td> n/a <td> A button @@ -1213,9 +1213,9 @@ </table><p class="note">† The dagger symbol (†) indicates that the feature only applies when the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_2">multiple</a></code> attribute is not - specified.<p>The <dfn id="attr-input-value" title="attr-input-value"><code>value</code></dfn> + specified.<p>The <dfn aria-haspopup="true" id="attr-input-value" role="button" tabindex="0" 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> - element. <p>The <dfn id="attr-input-checked" title="attr-input-checked"><code>checked</code></dfn> + element. <p>The <dfn aria-haspopup="true" id="attr-input-checked" role="button" tabindex="0" 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 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 Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.457 retrieving revision 1.458 diff -u -d -r1.457 -r1.458 --- grouping-content.html 6 May 2011 01:54:33 -0000 1.457 +++ grouping-content.html 6 May 2011 04:29:11 -0000 1.458 @@ -343,7 +343,7 @@ <ol class="toc"><li><ol><li><a href="grouping-content.html#grouping-content"><span class="secno">4.5 </span>Grouping content</a> <ol><li><a href="grouping-content.html#the-p-element" 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> - <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> + <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 aria-haspopup="true" role="button" tabindex="0"><code>p</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_39">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_9"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -354,7 +354,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_19">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 aria-haspopup="true" id="htmlparagraphelement" role="button" tabindex="0">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_26">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 @@ -408,7 +408,7 @@ </footer> </section></pre> - </div><h4 id="the-hr-element"><span class="secno">4.5.2 </span>The <dfn><code>hr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-hr-element"><span class="secno">4.5.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>hr</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_41">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_42">flow content</a> is expected.</dd> @@ -418,7 +418,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_20">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 aria-haspopup="true" id="htmlhrelement" role="button" tabindex="0">HTMLHRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_27">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 @@ -499,7 +499,7 @@ 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> + 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 aria-haspopup="true" role="button" tabindex="0"><code>pre</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_43">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_10"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -510,7 +510,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_21">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 aria-haspopup="true" id="htmlpreelement" role="button" tabindex="0">HTMLPreElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_28">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 preformatted text, in which structure is represented by typographic @@ -584,7 +584,7 @@ ~cdr 11dec07</pre></pre> - </div><h4 id="the-blockquote-element"><span class="secno">4.5.4 </span>The <dfn><code>blockquote</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-blockquote-element"><span class="secno">4.5.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>blockquote</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_45">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> @@ -597,7 +597,7 @@ <dd><code title="attr-blockquote-cite"><a href="#attr-blockquote-cite" id="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 aria-haspopup="true" id="htmlquoteelement" role="button" tabindex="0">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_29">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 @@ -606,7 +606,7 @@ </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 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> + <dfn aria-haspopup="true" id="attr-blockquote-cite" role="button" tabindex="0" 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 spaces</a>. <div class="example"> @@ -685,7 +685,7 @@ </div><p class="note"><a href="links.html#conversations">Examples of how to represent a conversation</a> are shown in a later section; it is not appropriate to use the <code><a href="text-level-semantics.html#the-cite-element" id="cite_6">cite</a></code> and <code><a href="#the-blockquote-element" id="blockquote_8">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> + elements for this purpose.<h4 id="the-ol-element"><span class="secno">4.5.5 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>ol</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_48">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_49">flow content</a> is expected.</dd> @@ -698,7 +698,7 @@ <dd><code title="attr-ol-type"><a href="#attr-ol-type" id="type_16">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 aria-haspopup="true" id="htmlolistelement" role="button" tabindex="0">HTMLOListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_30">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/grouping-content.html#dom-ol-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; @@ -707,13 +707,13 @@ </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 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> + 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 aria-haspopup="true" id="attr-ol-reversed" role="button" tabindex="0" 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 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> + ...).<p>The <dfn aria-haspopup="true" id="attr-ol-start" role="button" tabindex="0" 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 + the <a href="#ordinal-value" id="ordinal-value_0">ordinal value</a> of the first list item.<p>The <dfn aria-haspopup="true" id="attr-ol-type" role="button" tabindex="0" 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 @@ -723,24 +723,24 @@ <th>State <th>Description <th colspan="8">Examples for values 1-3 and 3999-4001 - <tbody><tr><td><dfn id="attr-ol-type-keyword-decimal" title="attr-ol-type-keyword-decimal"><code>1</code></dfn> (U+0031) - <td><dfn id="attr-ol-type-state-decimal" title="attr-ol-type-state-decimal">decimal</dfn> + <tbody><tr><td><dfn aria-haspopup="true" id="attr-ol-type-keyword-decimal" role="button" tabindex="0" title="attr-ol-type-keyword-decimal"><code>1</code></dfn> (U+0031) + <td><dfn aria-haspopup="true" id="attr-ol-type-state-decimal" role="button" tabindex="0" title="attr-ol-type-state-decimal">decimal</dfn> <td>Decimal numbers <td class="eg"><samp>1.</samp> <td class="eg"><samp>2.</samp> <td class="eg"><samp>3.</samp> <td class="eg">... <td class="eg"><samp>3999.</samp> <td class="eg"><samp>4000.</samp> <td class="eg"><samp>4001.</samp> <td class="eg">... - <tr><td><dfn id="attr-ol-type-keyword-lower-alpha" title="attr-ol-type-keyword-lower-alpha"><code>a</code></dfn> (U+0061) - <td><dfn id="attr-ol-type-state-lower-alpha" title="attr-ol-type-state-lower-alpha">lower-alpha</dfn> + <tr><td><dfn aria-haspopup="true" id="attr-ol-type-keyword-lower-alpha" role="button" tabindex="0" title="attr-ol-type-keyword-lower-alpha"><code>a</code></dfn> (U+0061) + <td><dfn aria-haspopup="true" id="attr-ol-type-state-lower-alpha" role="button" tabindex="0" title="attr-ol-type-state-lower-alpha">lower-alpha</dfn> <td>Lowercase latin alphabet <td class="eg"><samp>a.</samp> <td class="eg"><samp>b.</samp> <td class="eg"><samp>c.</samp> <td class="eg">... <td class="eg"><samp>ewu.</samp> <td class="eg"><samp>ewv.</samp> <td class="eg"><samp>eww.</samp> <td class="eg">... - <tr><td><dfn id="attr-ol-type-keyword-upper-alpha" title="attr-ol-type-keyword-upper-alpha"><code>A</code></dfn> (U+0041) - <td><dfn id="attr-ol-type-state-upper-alpha" title="attr-ol-type-state-upper-alpha">upper-alpha</dfn> + <tr><td><dfn aria-haspopup="true" id="attr-ol-type-keyword-upper-alpha" role="button" tabindex="0" title="attr-ol-type-keyword-upper-alpha"><code>A</code></dfn> (U+0041) + <td><dfn aria-haspopup="true" id="attr-ol-type-state-upper-alpha" role="button" tabindex="0" title="attr-ol-type-state-upper-alpha">upper-alpha</dfn> <td>Uppercase latin alphabet <td class="eg"><samp>A.</samp> <td class="eg"><samp>B.</samp> <td class="eg"><samp>C.</samp> <td class="eg">... <td class="eg"><samp>EWU.</samp> <td class="eg"><samp>EWV.</samp> <td class="eg"><samp>EWW.</samp> <td class="eg">... - <tr><td><dfn id="attr-ol-type-keyword-lower-roman" title="attr-ol-type-keyword-lower-roman"><code>i</code></dfn> (U+0069) - <td><dfn id="attr-ol-type-state-lower-roman" title="attr-ol-type-state-lower-roman">lower-roman</dfn> + <tr><td><dfn aria-haspopup="true" id="attr-ol-type-keyword-lower-roman" role="button" tabindex="0" title="attr-ol-type-keyword-lower-roman"><code>i</code></dfn> (U+0069) + <td><dfn aria-haspopup="true" id="attr-ol-type-state-lower-roman" role="button" tabindex="0" title="attr-ol-type-state-lower-roman">lower-roman</dfn> <td>Lowercase 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">... - <tr><td><dfn id="attr-ol-type-keyword-upper-roman" title="attr-ol-type-keyword-upper-roman"><code>I</code></dfn> (U+0049) - <td><dfn id="attr-ol-type-state-upper-roman" title="attr-ol-type-state-upper-roman">upper-roman</dfn> + <tr><td><dfn aria-haspopup="true" id="attr-ol-type-keyword-upper-roman" role="button" tabindex="0" title="attr-ol-type-keyword-upper-roman"><code>I</code></dfn> (U+0049) + <td><dfn aria-haspopup="true" id="attr-ol-type-state-upper-roman" role="button" tabindex="0" 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><div class="example"> @@ -774,7 +774,7 @@ <li>Norway </ol></pre> - </div><h4 id="the-ul-element"><span class="secno">4.5.6 </span>The <dfn><code>ul</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-ul-element"><span class="secno">4.5.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>ul</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_50">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_51">flow content</a> is expected.</dd> @@ -784,7 +784,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_24">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 aria-haspopup="true" id="htmlulistelement" role="button" tabindex="0">HTMLUListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_31">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 items, where the order of the items is not important — that @@ -820,7 +820,7 @@ <li>United States </ul></pre> - </div><h4 id="the-li-element"><span class="secno">4.5.7 </span>The <dfn><code>li</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-li-element"><span class="secno">4.5.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -833,7 +833,7 @@ <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> <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 aria-haspopup="true" id="htmllielement" role="button" tabindex="0">HTMLLIElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_32">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> @@ -843,7 +843,7 @@ 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> + <code><a href="#the-li-element" id="li_8">li</a></code> element has an <dfn aria-haspopup="true" id="ordinal-value" role="button" tabindex="0">ordinal value</dfn>.<p>The <dfn aria-haspopup="true" id="attr-li-value" role="button" tabindex="0" 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"> <p>The following example, the top ten movies are listed (in reverse @@ -888,7 +888,7 @@ <code><a href="interactive-elements.html#the-menu-element">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 - 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> + same way as the first such child element does.<h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>dl</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_53">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_54">flow content</a> is expected.</dd> @@ -900,7 +900,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_26">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 aria-haspopup="true" id="htmldlistelement" role="button" tabindex="0">HTMLDListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_33">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 association list consisting of zero or more name-value groups (a @@ -982,7 +982,7 @@ </dl></pre> </div><p class="note">The <code><a href="#the-dl-element" id="dl_5">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> + mark up dialogue</a> are shown below.<h4 id="the-dt-element"><span class="secno">4.5.9 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -1015,7 +1015,7 @@ </dl> </article></pre> - </div><h4 id="the-dd-element"><span class="secno">4.5.10 </span>The <dfn><code>dd</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-dd-element"><span class="secno">4.5.10 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -1046,7 +1046,7 @@ <dd><i class="part-of-speech"><abbr>v.intr.</abbr></i> To be delighted oneself.</dd> <dd><i class="part-of-speech"><abbr>v.tr.</abbr></i> To cause one to be delighted.</dd> </dl></pre> - </div><h4 id="the-figure-element"><span class="secno">4.5.11 </span>The <dfn><code>figure</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-figure-element"><span class="secno">4.5.11 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>figure</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_56">Flow content</a>.</dd> <dd><a href="sections.html#sectioning-root" id="sectioning-root_7">Sectioning root</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1157,7 +1157,7 @@ <figcaption>The castle through the ages: 1423, 1858, and 1999 respectively.</figcaption> </figure></pre> - </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> + </div><h4 id="the-figcaption-element"><span class="secno">4.5.12 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -1170,7 +1170,7 @@ </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 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> - 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> + element.<h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>div</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_63">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_12"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1181,7 +1181,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_31">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 aria-haspopup="true" id="htmldivelement" role="button" tabindex="0">HTMLDivElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_38">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 Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.450 retrieving revision 1.451 diff -u -d -r1.450 -r1.451 --- timers.html 6 May 2011 01:54:39 -0000 1.450 +++ timers.html 6 May 2011 04:29:19 -0000 1.451 @@ -348,7 +348,7 @@ <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> methods allow authors to schedule timer-based callbacks.<pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="windowtimers">WindowTimers</dfn> { +interface <dfn aria-haspopup="true" id="windowtimers" role="button" tabindex="0">WindowTimers</dfn> { long <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>(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-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a>(in long handle); 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); @@ -467,7 +467,7 @@ </dd> - </dl><pre class="idl">[NoInterfaceObject] interface <dfn id="windowmodal">WindowModal</dfn> { + </dl><pre class="idl">[NoInterfaceObject] interface <dfn aria-haspopup="true" id="windowmodal" role="button" tabindex="0">WindowModal</dfn> { readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>; };</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a></code></dt> @@ -492,14 +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" id="navigator_1">Navigator</a></code> object</h3><pre class="idl">interface <dfn aria-haspopup="true" id="navigator" role="button" tabindex="0">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><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>; +interface <dfn aria-haspopup="true" id="navigatorid" role="button" tabindex="0">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>; @@ -530,17 +530,17 @@ </dd> </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> { +interface <dfn aria-haspopup="true" id="navigatorcontentutils" role="button" tabindex="0">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); -};</pre><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn> +};</pre><p>The <dfn aria-haspopup="true" id="dom-navigator-registerprotocolhandler" role="button" tabindex="0" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn> method allows Web sites to register themselves as possible handlers for particular schemes. For example, an online telephone messaging service could register itself as a handler of the <code>sms:</code> scheme (<a href="references.html#refsRFC5724">[RFC5724]</a>), so that if the user 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> + site. Analogously, the <dfn aria-haspopup="true" id="dom-navigator-registercontenthandler" role="button" tabindex="0" 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_15">MIME type</a>. For example, the same online telephone messaging service could register itself as a @@ -568,7 +568,7 @@ </dd> </dl><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.5.3 </span>Manually releasing the storage mutex</h4><pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="navigatorstorageutils">NavigatorStorageUtils</dfn> { +interface <dfn aria-haspopup="true" id="navigatorstorageutils" role="button" tabindex="0">NavigatorStorageUtils</dfn> { void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a>(); };</pre><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-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a></code>()</dt> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.465 retrieving revision 1.466 diff -u -d -r1.465 -r1.466 --- elements.html 6 May 2011 01:54:33 -0000 1.465 +++ elements.html 6 May 2011 04:29:10 -0000 1.466 @@ -442,7 +442,7 @@ 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> { + elements</a>' interfaces inherit, is the <code><a href="#htmlelement" id="htmlelement_4">HTMLElement</a></code> interface.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlelement" role="button" tabindex="0">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> 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); @@ -541,10 +541,10 @@ 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>; }; -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 aria-haspopup="true" id="htmlunknownelement" role="button" tabindex="0">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 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 + different sections of this specification.<h4 id="global-attributes"><span class="secno">3.2.3 </span><dfn aria-haspopup="true" role="button" tabindex="0">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> @@ -644,8 +644,8 @@ 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 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 - element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The + <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 aria-haspopup="true" role="button" tabindex="0" 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 + element's <dfn aria-haspopup="true" id="concept-id" role="button" tabindex="0" 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 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 @@ -653,7 +653,7 @@ 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 aria-haspopup="true" role="button" tabindex="0" 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 <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 @@ -682,12 +682,12 @@ </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 + 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 aria-haspopup="true" id="attr-lang" role="button" tabindex="0" 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. <a href="references.html#refsBCP47">[BCP47]</a><p>The <dfn id="attr-xml-lang" title="attr-xml-lang"><code title="">lang</code></dfn> + primary language is unknown. <a href="references.html#refsBCP47">[BCP47]</a><p>The <dfn aria-haspopup="true" id="attr-xml-lang" role="button" tabindex="0" 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 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 @@ -713,14 +713,14 @@ must have the same value when compared in an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_5">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> + effect on language processing.<h5 id="the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0" 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 + <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 aria-haspopup="true" role="button" tabindex="0" 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</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> + attribute</a> with the following keywords and states:<dl><dt>The <dfn aria-haspopup="true" id="attr-dir-ltr" role="button" tabindex="0" title="attr-dir-ltr"><code>ltr</code></dfn> keyword, which maps to the <dfn aria-haspopup="true" id="attr-dir-ltr-state" role="button" tabindex="0" title="attr-dir-ltr-state">ltr</dfn> state</dt> <dd> @@ -729,7 +729,7 @@ </dd> - <dt>The <dfn id="attr-dir-rtl" title="attr-dir-rtl"><code>rtl</code></dfn> keyword, which maps to the <dfn id="attr-dir-rtl-state" title="attr-dir-rtl-state">rtl</dfn> state</dt> + <dt>The <dfn aria-haspopup="true" id="attr-dir-rtl" role="button" tabindex="0" title="attr-dir-rtl"><code>rtl</code></dfn> keyword, which maps to the <dfn aria-haspopup="true" id="attr-dir-rtl-state" role="button" tabindex="0" title="attr-dir-rtl-state">rtl</dfn> state</dt> <dd> @@ -738,7 +738,7 @@ </dd> - <dt>The <dfn id="attr-dir-auto" title="attr-dir-auto"><code>auto</code></dfn> keyword, which maps to the <dfn id="attr-dir-auto-state" title="attr-dir-auto-state">auto</dfn> state</dt> + <dt>The <dfn aria-haspopup="true" id="attr-dir-auto" role="button" tabindex="0" title="attr-dir-auto"><code>auto</code></dfn> keyword, which maps to the <dfn aria-haspopup="true" id="attr-dir-auto-state" role="button" tabindex="0" title="attr-dir-auto-state">auto</dfn> state</dt> <dd> @@ -760,7 +760,7 @@ </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 + <i>missing value default</i>.<p><dfn aria-haspopup="true" id="the-directionality" role="button" tabindex="0">The directionality</dfn> of an element is either '<dfn aria-haspopup="true" id="concept-ltr" role="button" tabindex="0" title="concept-ltr">ltr</dfn>' or '<dfn aria-haspopup="true" id="concept-rtl" role="button" tabindex="0" 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> @@ -867,7 +867,7 @@ 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 + </div><h5 id="classes"><span class="secno">3.2.3.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0" 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 classes that the element belongs to.<p class="note">Assigning classes to an element affects class @@ -876,7 +876,7 @@ use in the <code title="attr-class"><a href="#classes" id="class_2">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 aria-haspopup="true" role="button" tabindex="0" 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 <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> attributes on any of their elements must still be comprehensible and @@ -897,8 +897,8 @@ 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 - namespace whose name starts with the string "<dfn id="attr-data" title="attr-data-*"><code>data-</code></dfn>", has at least one + </div><h5 id="embedding-custom-non-visible-data-with-the-data-attributes"><span class="secno">3.2.3.8 </span><dfn aria-haspopup="true" role="button" tabindex="0">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 aria-haspopup="true" id="custom-data-attribute" role="button" tabindex="0">custom data attribute</dfn> is an attribute in no + namespace whose name starts with the string "<dfn aria-haspopup="true" id="attr-data" role="button" tabindex="0" 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 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 Index: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.460 retrieving revision 1.461 diff -u -d -r1.460 -r1.461 --- urls.html 6 May 2011 01:54:39 -0000 1.460 +++ urls.html 6 May 2011 04:29:19 -0000 1.461 @@ -354,7 +354,7 @@ 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="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" id="url_2">URL</a> is a <dfn id="valid-url">valid URL</dfn> if at least one of + <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="terminology-0"><span class="secno">2.5.1 </span>Terminology</h4><p>A <dfn aria-haspopup="true" id="url" role="button" tabindex="0">URL</dfn> is a string used to identify a resource.<p>A <a href="#url" id="url_2">URL</a> is a <dfn aria-haspopup="true" id="valid-url" role="button" tabindex="0">valid URL</dfn> if at least one of the following conditions holds:<ul><li><p>The <a href="#url" id="url_3">URL</a> is a valid URI reference <a href="references.html#refsRFC3986">[RFC3986]</a>.</li> <li><p>The <a href="#url" id="url_4">URL</a> is a valid IRI reference and it has no @@ -366,28 +366,28 @@ <li><p>The <a href="#url" id="url_6">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 + </ul><p>A string is a <dfn aria-haspopup="true" id="valid-non-empty-url" role="button" tabindex="0">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 aria-haspopup="true" id="valid-url-potentially-surrounded-by-spaces" role="button" tabindex="0">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" id="valid-url_1">valid URL</a>.<p>A string is a <dfn aria-haspopup="true" id="valid-non-empty-url-potentially-surrounded-by-spaces" role="button" tabindex="0">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>This specification defines the URL - <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though + <dfn aria-haspopup="true" id="about:legacy-compat" role="button" tabindex="0"><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 + <dfn aria-haspopup="true" id="about:srcdoc" role="button" tabindex="0"><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><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" id="url_7">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 + obtaining the absolute URL that it implies.<p>A <a href="#url" id="url_7">URL</a> is an <dfn aria-haspopup="true" id="absolute-url" role="button" tabindex="0">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" id="absolute-url_0">absolute URL</a> is a <dfn aria-haspopup="true" id="hierarchical-url" role="button" tabindex="0">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" id="absolute-url_1">absolute URL</a> is an <dfn aria-haspopup="true" id="authority-based-url" role="button" tabindex="0">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 (//).<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 + 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 aria-haspopup="true" id="url-decomposition-idl-attributes" role="button" tabindex="0">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>; @@ -491,7 +491,7 @@ <td><code title="">/</code> <td><code title="">?</code> <td>(empty string) - </table></div><h3 id="common-dom-interfaces"><span class="secno">2.6 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a + </table></div><h3 id="common-dom-interfaces"><span class="secno">2.6 </span>Common DOM interfaces</h3><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6.1 </span>Reflecting content attributes in IDL attributes</h4><p>Some IDL attributes are defined to <dfn aria-haspopup="true" id="reflect" role="button" tabindex="0">reflect</dfn> a particular content attribute. This means that on getting, the IDL attribute returns the current value of the content attribute, and on setting, the IDL attribute changes the value of the content @@ -500,16 +500,16 @@ <code><a href="#htmloptionscollection" id="htmloptionscollection_0">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_0" title="collections">collection</a> is created, a + interfaces are called <dfn aria-haspopup="true" id="collections" role="button" tabindex="0">collections</dfn>.<p>When a <a href="#collections" id="collections_0" 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_1">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_1" title="collections">collection</a> then <dfn id="represented-by-the-collection" title="represented by the collection">represents</dfn> a + document.<p>The <a href="#collections" id="collections_1" title="collections">collection</a> then <dfn aria-haspopup="true" id="represented-by-the-collection" role="button" tabindex="0" 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 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_2">HTMLCollection</a></code> interface represents a generic - <a href="#collections" id="collections_2" title="collections">collection</a> of elements.<pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> { + <a href="#collections" id="collections_2" title="collections">collection</a> of elements.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlcollection" role="button" tabindex="0">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 @@ -543,7 +543,7 @@ <a href="#collections" id="collections_3" title="collections">collection</a> of elements just like <code><a href="#htmlcollection" id="htmlcollection_3">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_2">HTMLAllCollection</a></code> object when there are - multiple matching elements.<pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection" id="htmlcollection_4">HTMLCollection</a> { + multiple matching elements.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlallcollection" role="button" tabindex="0">HTMLAllCollection</dfn> : <a href="#htmlcollection" id="htmlcollection_4">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_3">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); @@ -582,12 +582,12 @@ </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</h5><p>The <code><a href="#htmlformcontrolscollection" id="htmlformcontrolscollection_1">HTMLFormControlsCollection</a></code> interface represents a <a href="#collections" id="collections_4" 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_5">HTMLCollection</a> { + and <code><a href="forms.html#the-fieldset-element" id="fieldset_0">fieldset</a></code> elements.<pre class="idl">interface <dfn aria-haspopup="true" id="htmlformcontrolscollection" role="button" tabindex="0">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection_5">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() }; -interface <dfn id="radionodelist">RadioNodeList</dfn> : <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> { +interface <dfn aria-haspopup="true" id="radionodelist" role="button" tabindex="0">RadioNodeList</dfn> : <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> { attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-radionodelist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; };</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> @@ -621,7 +621,7 @@ </dl><h5 id="htmloptionscollection-0"><span class="secno">2.6.2.4 </span>HTMLOptionsCollection</h5><p>The <code><a href="#htmloptionscollection" id="htmloptionscollection_1">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_6">HTMLCollection</a> { + manipulate that element's descendants.<pre class="idl">interface <dfn aria-haspopup="true" id="htmloptionscollection" role="button" tabindex="0">HTMLOptionsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection_6">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() @@ -685,7 +685,7 @@ 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_1">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 - ordinarily be treated in a case-insensitive manner.<pre class="idl">interface <dfn id="domtokenlist">DOMTokenList</dfn> { + ordinarily be treated in a case-insensitive manner.<pre class="idl">interface <dfn aria-haspopup="true" id="domtokenlist" role="button" tabindex="0">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); boolean <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>(in DOMString token); @@ -738,7 +738,7 @@ </dl><h4 id="domsettabletokenlist-0"><span class="secno">2.6.4 </span>DOMSettableTokenList</h4><p>The <code><a href="#domsettabletokenlist" id="domsettabletokenlist_0">DOMSettableTokenList</a></code> interface is the same as the <code><a href="#domtokenlist" id="domtokenlist_2">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_3">DOMTokenList</a> { + underlying string to be directly changed.<pre class="idl">interface <dfn aria-haspopup="true" id="domsettabletokenlist" role="button" tabindex="0">DOMSettableTokenList</dfn> : <a href="#domtokenlist" id="domtokenlist_3">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> @@ -784,31 +784,31 @@ strings</a>. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>Authors are strongly discouraged from using these, as they are notoriously unreliable and imprecise. Authors are encouraged to rely on explicit feature testing or the graceful degradation behavior - intrinsic to some of the features in this specification.<h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p>The following are <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domexception" title='Read about this "DOMException" reference in the full HTML5 spec.'>DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li> - <li value="2"><dfn id="domstring_size_err"><code>DOMSTRING_SIZE_ERR</code></dfn></li> - <li value="3"><dfn id="hierarchy_request_err"><code>HIERARCHY_REQUEST_ERR</code></dfn></li> - <li value="4"><dfn id="wrong_document_err"><code>WRONG_DOCUMENT_ERR</code></dfn></li> - <li value="5"><dfn id="invalid_character_err"><code>INVALID_CHARACTER_ERR</code></dfn></li> - <li value="6"><dfn id="no_data_allowed_err"><code>NO_DATA_ALLOWED_ERR</code></dfn></li> - <li value="7"><dfn id="no_modification_allowed_err"><code>NO_MODIFICATION_ALLOWED_ERR</code></dfn></li> - <li value="8"><dfn id="not_found_err"><code>NOT_FOUND_ERR</code></dfn></li> - <li value="9"><dfn id="not_supported_err"><code>NOT_SUPPORTED_ERR</code></dfn></li> - <li value="10"><dfn id="inuse_attribute_err"><code>INUSE_ATTRIBUTE_ERR</code></dfn></li> - <li value="11"><dfn id="invalid_state_err"><code>INVALID_STATE_ERR</code></dfn></li> - <li value="12"><dfn id="syntax_err"><code>SYNTAX_ERR</code></dfn></li> - <li value="13"><dfn id="invalid_modification_err"><code>INVALID_MODIFICATION_ERR</code></dfn></li> - <li value="14"><dfn id="namespace_err"><code>NAMESPACE_ERR</code></dfn></li> - <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> - <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 + intrinsic to some of the features in this specification.<h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p>The following are <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domexception" title='Read about this "DOMException" reference in the full HTML5 spec.'>DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a><ol class="brief"><li value="1"><dfn aria-haspopup="true" id="index_size_err" role="button" tabindex="0"><code>INDEX_SIZE_ERR</code></dfn></li> + <li value="2"><dfn aria-haspopup="true" id="domstring_size_err" role="button" tabindex="0"><code>DOMSTRING_SIZE_ERR</code></dfn></li> + <li value="3"><dfn aria-haspopup="true" id="hierarchy_request_err" role="button" tabindex="0"><code>HIERARCHY_REQUEST_ERR</code></dfn></li> + <li value="4"><dfn aria-haspopup="true" id="wrong_document_err" role="button" tabindex="0"><code>WRONG_DOCUMENT_ERR</code></dfn></li> + <li value="5"><dfn aria-haspopup="true" id="invalid_character_err" role="button" tabindex="0"><code>INVALID_CHARACTER_ERR</code></dfn></li> + <li value="6"><dfn aria-haspopup="true" id="no_data_allowed_err" role="button" tabindex="0"><code>NO_DATA_ALLOWED_ERR</code></dfn></li> + <li value="7"><dfn aria-haspopup="true" id="no_modification_allowed_err" role="button" tabindex="0"><code>NO_MODIFICATION_ALLOWED_ERR</code></dfn></li> + <li value="8"><dfn aria-haspopup="true" id="not_found_err" role="button" tabindex="0"><code>NOT_FOUND_ERR</code></dfn></li> + <li value="9"><dfn aria-haspopup="true" id="not_supported_err" role="button" tabindex="0"><code>NOT_SUPPORTED_ERR</code></dfn></li> + <li value="10"><dfn aria-haspopup="true" id="inuse_attribute_err" role="button" tabindex="0"><code>INUSE_ATTRIBUTE_ERR</code></dfn></li> + <li value="11"><dfn aria-haspopup="true" id="invalid_state_err" role="button" tabindex="0"><code>INVALID_STATE_ERR</code></dfn></li> + <li value="12"><dfn aria-haspopup="true" id="syntax_err" role="button" tabindex="0"><code>SYNTAX_ERR</code></dfn></li> + <li value="13"><dfn aria-haspopup="true" id="invalid_modification_err" role="button" tabindex="0"><code>INVALID_MODIFICATION_ERR</code></dfn></li> + <li value="14"><dfn aria-haspopup="true" id="namespace_err" role="button" tabindex="0"><code>NAMESPACE_ERR</code></dfn></li> + <li value="15"><dfn aria-haspopup="true" id="invalid_access_err" role="button" tabindex="0"><code>INVALID_ACCESS_ERR</code></dfn></li> + <li value="16"><dfn aria-haspopup="true" id="validation_err" role="button" tabindex="0"><code>VALIDATION_ERR</code></dfn></li> + <li value="17"><dfn aria-haspopup="true" id="type_mismatch_err" role="button" tabindex="0"><code>TYPE_MISMATCH_ERR</code></dfn></li> + <li value="18"><dfn aria-haspopup="true" id="security_err" role="button" tabindex="0"><code>SECURITY_ERR</code></dfn></li> + <li value="19"><dfn aria-haspopup="true" id="network_err" role="button" tabindex="0"><code>NETWORK_ERR</code></dfn></li> + <li value="20"><dfn aria-haspopup="true" id="abort_err" role="button" tabindex="0"><code>ABORT_ERR</code></dfn></li> + <li value="21"><dfn aria-haspopup="true" id="url_mismatch_err" role="button" tabindex="0"><code>URL_MISMATCH_ERR</code></dfn></li> + <li value="22"><dfn aria-haspopup="true" id="quota_exceeded_err" role="button" tabindex="0"><code>QUOTA_EXCEEDED_ERR</code></dfn></li> + <li value="23"><dfn aria-haspopup="true" id="timeout_err" role="button" tabindex="0"><code>TIMEOUT_ERR</code></dfn></li> + <li value="25"><dfn aria-haspopup="true" id="data_clone_err" role="button" tabindex="0"><code>DATA_CLONE_ERR</code></dfn></li> + </ol><h3 id="namespaces"><span class="secno">2.7 </span>Namespaces</h3><p>The <dfn aria-haspopup="true" id="html-namespace-0" role="button" tabindex="0">HTML namespace</dfn> is: <code>http://www.w3.org/1999/xhtml</code><p>The <dfn aria-haspopup="true" id="mathml-namespace" role="button" tabindex="0">MathML namespace</dfn> is: <code>http://www.w3.org/1998/Math/MathML</code><p>The <dfn aria-haspopup="true" id="svg-namespace" role="button" tabindex="0">SVG namespace</dfn> is: <code>http://www.w3.org/2000/svg</code><p>The <dfn aria-haspopup="true" id="xlink-namespace" role="button" tabindex="0">XLink namespace</dfn> is: <code>http://www.w3.org/1999/xlink</code><p>The <dfn aria-haspopup="true" id="xml-namespace" role="button" tabindex="0">XML namespace</dfn> is: <code>http://www.w3.org/XML/1998/namespace</code><p>The <dfn aria-haspopup="true" id="xmlns-namespace" role="button" tabindex="0">XMLNS namespace</dfn> is: <code>http://www.w3.org/2000/xmlns/</code><hr><p>Data mining tools and other user agents that prform operations on content without running scripts, evaluating CSS or XPath expressions, or otherwise exposing the resulting DOM to arbitrary content, may "support namespaces" by just asserting that their DOM Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.456 retrieving revision 1.457 diff -u -d -r1.456 -r1.457 --- iana.html 6 May 2011 01:54:33 -0000 1.456 +++ iana.html 6 May 2011 04:29:11 -0000 1.457 @@ -343,7 +343,7 @@ <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" id="x12.1-text-html"><span class="secno">12.1 </span><code>text/html</code></a><li><a href="iana.html#text-html-sandboxed" id="x12.2-text-html-sandboxed"><span class="secno">12.2 </span><code>text/html-sandboxed</code></a><li><a href="iana.html#application-xhtml-xml" id="x12.3-application-xhtml-xml"><span class="secno">12.3 </span><code>application/xhtml+xml</code></a><li><a href="iana.html#text-cache-manifest" id="x12.4-text-cache-manifest"><span class="secno">12.4 </span><code>text/cache-manifest</code></a></ol></ol></div> - <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 + <h2 id="iana"><span class="secno">11 </span>IANA considerations</h2><h3 id="text-html"><span class="secno">11.1 </span><dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -451,7 +451,7 @@ <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 - 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 + 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 aria-haspopup="true" role="button" tabindex="0"><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.<dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> @@ -521,7 +521,7 @@ <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> 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 + document</a>.<h3 id="application-xhtml-xml"><span class="secno">11.3 </span><dfn aria-haspopup="true" role="button" tabindex="0"><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.<dl><dt>Type name:</dt> <dd>application</dd> <dt>Subtype name:</dt> @@ -569,7 +569,7 @@ <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 - 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 + type</a>. <a href="references.html#refsRFC3023">[RFC3023]</a><h3 id="text-cache-manifest"><span class="secno">11.4 </span><dfn aria-haspopup="true" role="button" tabindex="0"><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.<dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.1002 retrieving revision 1.1003 diff -u -d -r1.1002 -r1.1003 --- forms.html 6 May 2011 01:54:33 -0000 1.1002 +++ forms.html 6 May 2011 04:29:11 -0000 1.1003 @@ -621,7 +621,7 @@ </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_131">phrasing - content</a>, and <a href="content-models.html#interactive-content" id="interactive-content_10">interactive content</a>.<p>A number of the elements are <dfn id="form-associated-element" title="form-associated + content</a>, and <a href="content-models.html#interactive-content" id="interactive-content_10">interactive content</a>.<p>A number of the elements are <dfn aria-haspopup="true" id="form-associated-element" role="button" tabindex="0" 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.<ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button_7">button</a></code></li> @@ -636,7 +636,7 @@ <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 - elements</a> fall into several subcategories:<dl><dt><dfn id="category-listed" title="category-listed">Listed elements</dfn></dt> + elements</a> fall into several subcategories:<dl><dt><dfn aria-haspopup="true" id="category-listed" role="button" tabindex="0" title="category-listed">Listed elements</dfn></dt> <dd> @@ -654,7 +654,7 @@ <li><code><a href="the-button-element.html#the-textarea-element" id="textarea_20">textarea</a></code></li> </ul></dd> - <dt><dfn id="category-label" title="category-label">Labelable elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="category-label" role="button" tabindex="0" title="category-label">Labelable elements</dfn></dt> <dd> @@ -672,7 +672,7 @@ <li><code><a href="the-button-element.html#the-textarea-element" id="textarea_21">textarea</a></code></li> </ul></dd> - <dt><dfn id="category-submit" title="category-submit">Submittable elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="category-submit" role="button" tabindex="0" title="category-submit">Submittable elements</dfn></dt> <dd> @@ -688,7 +688,7 @@ <li><code><a href="the-button-element.html#the-textarea-element" id="textarea_22">textarea</a></code></li> </ul></dd> - <dt><dfn id="category-reset" title="category-reset">Resettable elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="category-reset" role="button" tabindex="0" title="category-reset">Resettable elements</dfn></dt> <dd> @@ -704,11 +704,11 @@ </ul></dd> </dl><p>In addition, some <a href="#category-submit" id="category-submit_1" 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 + elements</a> can be, depending on their attributes, <dfn aria-haspopup="true" id="concept-button" role="button" tabindex="0" title="concept-button">buttons</dfn>. The prose below defines when + an element is a button. Some buttons are specifically <dfn aria-haspopup="true" id="concept-submit-button" role="button" tabindex="0" 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_0">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> + submission</a>.<h4 id="the-form-element"><span class="secno">4.10.3 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> <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> @@ -727,7 +727,7 @@ <dt>DOM interface:</dt> <dd> <pre class="idl">[OverrideBuiltins] -interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_90">HTMLElement</a> { +interface <dfn aria-haspopup="true" id="htmlformelement" role="button" tabindex="0">HTMLFormElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_90">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>; @@ -751,23 +751,23 @@ </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 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> + can be submitted to a server for processing.<p>The <dfn aria-haspopup="true" id="attr-form-accept-charset" role="button" tabindex="0" 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>. - <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn id="attr-form-name" title="attr-form-name"><code>name</code></dfn> attribute + <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn aria-haspopup="true" id="attr-form-name" role="button" tabindex="0" 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 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 - any.<p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn> + any.<p>The <dfn aria-haspopup="true" id="attr-form-autocomplete" role="button" tabindex="0" 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 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 + keyword maps to the <dfn aria-haspopup="true" id="attr-form-autocomplete-on-state" role="button" tabindex="0" 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> + the <dfn aria-haspopup="true" id="attr-form-autocomplete-off-state" role="button" tabindex="0" 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 @@ -859,7 +859,7 @@ <label>Bing: <input type="search" name="q"></label> <input type="submit" value="Search..."> </form></pre> - </div><h4 id="the-fieldset-element"><span class="secno">4.10.4 </span>The <dfn><code>fieldset</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-fieldset-element"><span class="secno">4.10.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -874,7 +874,7 @@ <dd><code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name_30">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_91">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlfieldsetelement" role="button" tabindex="0">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_91">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>; 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>; @@ -893,7 +893,7 @@ </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 - any. The remainder of the descendants form the group.<p>The <dfn id="attr-fieldset-disabled" title="attr-fieldset-disabled"><code>disabled</code></dfn> + any. The remainder of the descendants form the group.<p>The <dfn aria-haspopup="true" id="attr-fieldset-disabled" role="button" tabindex="0" 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 @@ -969,7 +969,7 @@ let you select which of the two inner <code><a href="#the-fieldset-element" id="fieldset_16">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> + </div><h4 id="the-legend-element"><span class="secno">4.10.5 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -979,7 +979,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_86">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_92">HTMLElement</a> { + <pre class="idl">interface <dfn aria-haspopup="true" id="htmllegendelement" role="button" tabindex="0">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_92">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> </dd> @@ -994,7 +994,7 @@ </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> + </dl><h4 id="the-label-element"><span class="secno">4.10.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_133">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_11">Interactive content</a>.</dd> @@ -1009,7 +1009,7 @@ <dd><code title="attr-label-for"><a href="#attr-label-for" id="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_93">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmllabelelement" role="button" tabindex="0">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_93">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>; 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_94">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>; @@ -1018,7 +1018,7 @@ </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 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 inside the <code><a href="#the-label-element" id="label_15">label</a></code> element itself.<p>The <dfn aria-haspopup="true" id="attr-label-for" role="button" tabindex="0" 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 Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.1003 retrieving revision 1.1004 diff -u -d -r1.1003 -r1.1004 --- interactive-elements.html 6 May 2011 01:54:34 -0000 1.1003 +++ interactive-elements.html 6 May 2011 04:29:11 -0000 1.1004 @@ -344,7 +344,7 @@ <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-element"><span class="secno">4.11.3 </span>The <code>command</code> element</a><li><a href="interactive-elements.html#the-menu-element"><span class="secno">4.11.4 </span>The <code>menu</code> element</a> <ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a><li><a href="interactive-elements.html#context-menus" id="x4.11.4.3-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> + <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 aria-haspopup="true" role="button" tabindex="0"><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_18">Interactive content</a>.</dd> @@ -357,7 +357,7 @@ <dd><code title="attr-details-open"><a href="#attr-details-open" id="open_0">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_110">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmldetailselement" role="button" tabindex="0">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_110">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> @@ -367,7 +367,7 @@ 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 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> + legend of the details. <p>The <dfn aria-haspopup="true" id="attr-details-open" role="button" tabindex="0" 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, 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"> @@ -411,7 +411,7 @@ controls can change, and not the actual values, which is less than ideal.</p> - </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> + </div><h4 id="the-summary-element"><span class="secno">4.11.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> @@ -424,7 +424,7 @@ </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 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> - element.<h4 id="the-command-element"><span class="secno">4.11.3 </span>The <dfn id="the-command"><code>command</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + element.<h4 id="the-command-element"><span class="secno">4.11.3 </span>The <dfn aria-haspopup="true" id="the-command" role="button" tabindex="0"><code>command</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_136">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_160">Phrasing content</a>.</dd> @@ -445,7 +445,7 @@ <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> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_112">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlcommandelement" role="button" tabindex="0">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_112">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>; @@ -456,38 +456,38 @@ </dl><p>The <code><a href="#the-command-element">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="#the-menu-element">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> + to define a keyboard shortcut.<p>The <dfn aria-haspopup="true" id="attr-command-type" role="button" tabindex="0" 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 - keywords and states. The "<dfn id="attr-command-type-keyword-command" title="attr-command-type-keyword-command"><code>command</code></dfn>" + keywords and states. The "<dfn aria-haspopup="true" id="attr-command-type-keyword-command" role="button" tabindex="0" 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 - "<dfn id="attr-command-type-keyword-checkbox" title="attr-command-type-keyword-checkbox"><code>checkbox</code></dfn>" + "<dfn aria-haspopup="true" id="attr-command-type-keyword-checkbox" role="button" tabindex="0" 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 - the "<dfn id="attr-command-type-keyword-radio" title="attr-command-type-keyword-radio"><code>radio</code></dfn>" + the "<dfn aria-haspopup="true" id="attr-command-type-keyword-radio" role="button" tabindex="0" 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> + <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 aria-haspopup="true" id="attr-command-type-state-command" role="button" tabindex="0" 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> - <dt>The <dfn id="attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</dfn> state</dt> + <dt>The <dfn aria-haspopup="true" id="attr-command-type-state-checkbox" role="button" tabindex="0" title="attr-command-type-state-checkbox">Checkbox</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 state or option that can be toggled.</dd> - <dt>The <dfn id="attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</dfn> state</dt> + <dt>The <dfn aria-haspopup="true" id="attr-command-type-state-radio" role="button" tabindex="0" title="attr-command-type-state-radio">Radio</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 selection of one item from a list of items.</dd> - </dl><p>The <dfn id="attr-command-label" title="attr-command-label"><code>label</code></dfn> + </dl><p>The <dfn aria-haspopup="true" id="attr-command-label" role="button" tabindex="0" 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 - 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> + specified and must have a value that is not the empty string.<p>The <dfn aria-haspopup="true" id="attr-command-title" role="button" tabindex="0" 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> + to the user to help him.<p>The <dfn aria-haspopup="true" id="attr-command-icon" role="button" tabindex="0" 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>The <dfn id="attr-command-disabled" title="attr-command-disabled"><code>disabled</code></dfn> attribute + spaces</a>. <p>The <dfn aria-haspopup="true" id="attr-command-disabled" role="button" tabindex="0" 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 disabled if, in the same context, it could be enabled if only @@ -496,13 +496,13 @@ enabled. For example, in the context menu for a water faucet, the 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> + never be eaten.<p>The <dfn aria-haspopup="true" id="attr-command-checked" role="button" tabindex="0" 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, 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> - state.<p>The <dfn id="attr-command-radiogroup" title="attr-command-radiogroup"><code>radiogroup</code></dfn> + state.<p>The <dfn aria-haspopup="true" id="attr-command-radiogroup" role="button" tabindex="0" 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 class="note"><code><a href="#the-command-element">command</a></code> elements are not rendered @@ -526,7 +526,7 @@ label="Publish" icon="icons/pub.png" onclick="publish()"> </menu></pre> - </div><h4 id="the-menu-element"><span class="secno">4.11.4 </span>The <dfn id="menus"><code>menu</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-menu-element"><span class="secno">4.11.4 </span>The <dfn aria-haspopup="true" id="menus" role="button" tabindex="0"><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_19">Interactive content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -540,18 +540,18 @@ <dd><code title="attr-menu-label"><a href="#attr-menu-label" id="label_39">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_113">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlmenuelement" role="button" tabindex="0">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_113">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="#the-menu-element">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 + </dl><p>The <code><a href="#the-menu-element">menu</a></code> element represents a list of commands.<p>The <dfn aria-haspopup="true" id="attr-menu-type" role="button" tabindex="0" 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 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 + <dfn aria-haspopup="true" id="context-menu-state" role="button" tabindex="0" 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 - <dfn id="toolbar-state" title="toolbar state">toolbar</dfn> state, in which the + <dfn aria-haspopup="true" id="toolbar-state" role="button" tabindex="0" title="toolbar state">toolbar</dfn> state, in which the element is declaring a toolbar. The attribute may also be - omitted. The <i>missing value default</i> is the <dfn id="list-state" title="list + omitted. The <i>missing value default</i> is the <dfn aria-haspopup="true" id="list-state" role="button" tabindex="0" 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="#the-menu-element">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 @@ -564,7 +564,7 @@ by an <code><a href="grouping-content.html#the-li-element" id="li_14">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> - describing available commands.<p>The <dfn id="attr-menu-label" title="attr-menu-label"><code>label</code></dfn> + describing available commands.<p>The <dfn aria-haspopup="true" id="attr-menu-label" role="button" tabindex="0" 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 @@ -615,7 +615,7 @@ <code><a href="the-button-element.html#the-select-element" id="select_43">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="#the-menu-element">menu</a></code> element or of its <code><a href="grouping-content.html#the-li-element" id="li_16">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> + children.<h5 id="context-menus"><span class="secno">4.11.4.2 </span><dfn aria-haspopup="true" role="button" tabindex="0">Context menus</dfn></h5><p>The <dfn aria-haspopup="true" id="attr-contextmenu" role="button" tabindex="0" 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="#the-menu-element">menu</a></code> element in the DOM. <div class="example"> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.1007 retrieving revision 1.1008 diff -u -d -r1.1007 -r1.1008 --- editing.html 6 May 2011 01:54:33 -0000 1.1007 +++ editing.html 6 May 2011 04:29:10 -0000 1.1008 @@ -346,7 +346,7 @@ <ol><li><a href="editing.html#introduction-6"><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.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 aria-haspopup="true" role="button" tabindex="0">User interaction</dfn></h2><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0" 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 attribute</a>. When specified on an element, it indicates that the element is not yet, or is no longer, relevant. <div class="example"> @@ -405,7 +405,7 @@ </dd> - </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" 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" id="tabindex_0">tabindex</a></code> attribute</h4><p>The <dfn aria-haspopup="true" id="attr-tabindex" role="button" tabindex="0" 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 @@ -486,7 +486,7 @@ 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 + the user agent.<h4 id="the-accesskey-attribute"><span class="secno">7.4.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0" 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 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 @@ -549,7 +549,7 @@ 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> + </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 aria-haspopup="true" id="attr-contenteditable" role="button" tabindex="0" 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 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 @@ -590,7 +590,7 @@ </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> + </dl><h3 id="spelling-and-grammar-checking"><span class="secno">7.6 </span>Spelling and grammar checking</h3><p>The <dfn aria-haspopup="true" id="attr-spellcheck" role="button" tabindex="0" 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 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 Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.1017 retrieving revision 1.1018 diff -u -d -r1.1017 -r1.1018 --- browsers.html 6 May 2011 01:54:32 -0000 1.1017 +++ browsers.html 6 May 2011 04:29:10 -0000 1.1018 @@ -347,14 +347,14 @@ <ol><li><a href="browsers.html#navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</a></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 + <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 aria-haspopup="true" id="browsing-context" role="button" tabindex="0">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 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 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" id="browsing-context_15">browsing context</a> is designated the <dfn aria-haspopup="true" id="active-document" role="button" tabindex="0">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 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 @@ -369,7 +369,7 @@ <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, 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 + contexts.<hr><p>A <a href="#browsing-context" id="browsing-context_21">browsing context</a> can have a <dfn aria-haspopup="true" id="creator-browsing-context" role="button" tabindex="0">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 @@ -380,23 +380,23 @@ <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 + 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 aria-haspopup="true" id="creator-document" role="button" tabindex="0">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</a>. These are called <dfn id="nested-browsing-context" title="nested browsing + contexts</a>. These are called <dfn aria-haspopup="true" id="nested-browsing-context" role="button" tabindex="0" 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 + is said to be <dfn aria-haspopup="true" id="browsing-context-nested-through" role="button" tabindex="0" 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> + said to be the <dfn aria-haspopup="true" id="browsing-context-container" role="button" tabindex="0">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 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 + then <var title="">P</var> is said to be the <dfn aria-haspopup="true" id="parent-browsing-context" role="button" tabindex="0">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 + said to be a <dfn aria-haspopup="true" id="child-browsing-context" role="button" tabindex="0">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 - 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</a>.<p>A browsing context <var title="">A</var> is said to be an <dfn aria-haspopup="true" id="ancestor-browsing-context" role="button" tabindex="0" 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 @@ -405,12 +405,12 @@ <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 - the <dfn id="top-level-browsing-context">top-level browsing context</dfn> of all the browsing + the <dfn aria-haspopup="true" id="top-level-browsing-context" role="button" tabindex="0">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 - context">ancestor browsing contexts</a>.<p>The <dfn id="list-of-the-descendant-browsing-contexts">list of the descendant browsing contexts</dfn> of a + context">ancestor browsing contexts</a>.<p>The <dfn aria-haspopup="true" id="list-of-the-descendant-browsing-contexts" role="button" tabindex="0">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> @@ -433,7 +433,7 @@ <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> + </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 aria-haspopup="true" id="fully-active" role="button" tabindex="0">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 @@ -491,12 +491,12 @@ </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 - through an element. Such browsing contexts are called <dfn id="auxiliary-browsing-context" title="auxiliary browsing context">auxiliary browsing + through an element. Such browsing contexts are called <dfn aria-haspopup="true" id="auxiliary-browsing-context" role="button" tabindex="0" 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 + contexts</a>.<p>An <a href="#auxiliary-browsing-context" id="auxiliary-browsing-context_0">auxiliary browsing context</a> has an <dfn aria-haspopup="true" id="opener-browsing-context" role="button" tabindex="0">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 - 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 + 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 aria-haspopup="true" id="dom-opener" role="button" tabindex="0" 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> @@ -504,18 +504,18 @@ 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> - must <dfn id="disowned-its-opener" title="disowned its opener">disown its opener</dfn>; if + must <dfn aria-haspopup="true" id="disowned-its-opener" role="button" tabindex="0" 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 + new value.<h4 id="secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</h4><p>User agents may support <dfn aria-haspopup="true" id="secondary-browsing-context" role="button" tabindex="0" 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 - 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 + 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 aria-haspopup="true" id="browsing-context-name" role="button" tabindex="0">browsing context name</dfn>. By + default, a browsing context has no name (its name is not set).<p>A <dfn aria-haspopup="true" id="valid-browsing-context-name" role="button" tabindex="0">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 + special keywords.)<p>A <dfn aria-haspopup="true" id="valid-browsing-context-name-or-keyword" role="button" tabindex="0">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] -interface <dfn id="window">Window</dfn> { +interface <dfn aria-haspopup="true" id="window" role="button" tabindex="0">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>; @@ -721,7 +721,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> - object:<pre class="idl">interface <dfn id="barprop">BarProp</dfn> { + object:<pre class="idl">interface <dfn aria-haspopup="true" id="barprop" role="button" tabindex="0">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> <dd> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.444 retrieving revision 1.445 diff -u -d -r1.444 -r1.445 --- edits.html 6 May 2011 01:54:33 -0000 1.444 +++ edits.html 6 May 2011 04:29:10 -0000 1.445 @@ -344,7 +344,7 @@ <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> <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 - 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> + edits to the document.<h4 id="the-ins-element"><span class="secno">4.7.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_103">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content_104">phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -416,7 +416,7 @@ </aside></pre> - </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> + </div><h4 id="the-del-element"><span class="secno">4.7.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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_108">phrasing content</a>: <a href="content-models.html#phrasing-content" id="phrasing-content_109">phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -445,18 +445,18 @@ <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" id="ins_15">ins</a></code> and <code><a href="#the-del-element" id="del_15">del</a></code> elements</h4><p>The <dfn aria-haspopup="true" id="attr-mod-cite" role="button" tabindex="0" 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_24">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 - spaces</a> that explains the change. <p>The <dfn id="attr-mod-datetime" title="attr-mod-datetime"><code>datetime</code></dfn> + spaces</a> that explains the change. <p>The <dfn aria-haspopup="true" id="attr-mod-datetime" role="button" tabindex="0" 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_65">HTMLElement</a> { + interface:<pre class="idl">interface <dfn aria-haspopup="true" id="htmlmodelement" role="button" tabindex="0">HTMLModElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_65">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>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 Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.980 retrieving revision 1.981 diff -u -d -r1.980 -r1.981 --- the-xhtml-syntax.html 6 May 2011 01:54:39 -0000 1.980 +++ the-xhtml-syntax.html 6 May 2011 04:29:18 -0000 1.981 @@ -342,7 +342,7 @@ <a href="obsolete.html">10 Obsolete features →</a> </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 + <h2 id="the-xhtml-syntax"><span class="secno">9 </span><dfn aria-haspopup="true" id="xhtml" role="button" tabindex="0">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 embedded in other XML documents, is defined in the XML and Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.1003 retrieving revision 1.1004 diff -u -d -r1.1003 -r1.1004 --- offline.html 6 May 2011 01:54:35 -0000 1.1003 +++ offline.html 6 May 2011 04:29:12 -0000 1.1004 @@ -405,35 +405,35 @@ <th> Interface <th> Dispatched when... <th> Next events - <tbody><tr><td> <dfn id="event-appcache-checking" title="event-appcache-checking"><code>checking</code></dfn> + <tbody><tr><td> <dfn aria-haspopup="true" id="event-appcache-checking" role="button" tabindex="0" 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> - <tr><td> <dfn id="event-appcache-noupdate" title="event-appcache-noupdate"><code>noupdate</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-noupdate" role="button" tabindex="0" 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. <td> Last event in sequence. - <tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-downloading" role="button" tabindex="0" 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> - <tr><td> <dfn id="event-appcache-progress" title="event-appcache-progress"><code>progress</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-progress" role="button" tabindex="0" 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> - <tr><td> <dfn id="event-appcache-cached" title="event-appcache-cached"><code>cached</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-cached" role="button" tabindex="0" 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. <td> Last event in sequence. - <tr><td> <dfn id="event-appcache-updateready" title="event-appcache-updateready"><code>updateready</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-updateready" role="button" tabindex="0" title="event-appcache-updateready"><code>updateready</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 newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><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></code> to switch to the new cache. <td> Last event in sequence. - <tr><td> <dfn id="event-appcache-obsolete" title="event-appcache-obsolete"><code>obsolete</code></dfn> + <tr><td> <dfn aria-haspopup="true" id="event-appcache-obsolete" role="button" tabindex="0" title="event-appcache-obsolete"><code>obsolete</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 was found to have become a 404 or 410 page, so the application cache is being deleted. <td> Last event in sequence. - <tr><td rowspan="4"> <dfn id="event-appcache-error" title="event-appcache-error"><code>error</code></dfn> + <tr><td rowspan="4"> <dfn aria-haspopup="true" id="event-appcache-error" role="button" tabindex="0" title="event-appcache-error"><code>error</code></dfn> <td rowspan="4"> <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 was a 404 or 410 page, so the attempt to cache the application has been aborted. <td rowspan="3"> Last event in sequence. @@ -566,13 +566,13 @@ possible section headers: <dl><dt><code>CACHE:</code> - <dd>Switches to the <dfn id="concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit section</dfn>. + <dd>Switches to the <dfn aria-haspopup="true" id="concept-appcache-manifest-explicit" role="button" tabindex="0" title="concept-appcache-manifest-explicit">explicit section</dfn>. <dt><code>FALLBACK:</code> - <dd>Switches to the <dfn id="concept-appcache-manifest-fallback" title="concept-appcache-manifest-fallback">fallback section</dfn>. + <dd>Switches to the <dfn aria-haspopup="true" id="concept-appcache-manifest-fallback" role="button" tabindex="0" title="concept-appcache-manifest-fallback">fallback section</dfn>. <dt><code>NETWORK:</code> - <dd>Switches to the <dfn id="concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist section</dfn>. + <dd>Switches to the <dfn aria-haspopup="true" id="concept-appcache-manifest-network" role="button" tabindex="0" title="concept-appcache-manifest-network">online whitelist section</dfn>. </dl><p>Section header lines must consist of zero or more U+0020 SPACE and U+0009 CHARACTER TABULATION (tab) characters, followed by one @@ -640,7 +640,7 @@ 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" 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 aria-haspopup="true" id="applicationcache" role="button" tabindex="0">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; @@ -714,14 +714,14 @@ </dd> - </dl><dl><dt><dfn id="dom-appcache-uncached" title="dom-appcache-UNCACHED"><code>UNCACHED</code></dfn> + </dl><dl><dt><dfn aria-haspopup="true" id="dom-appcache-uncached" role="button" tabindex="0" 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 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> + <dt><dfn aria-haspopup="true" id="dom-appcache-idle" role="button" tabindex="0" 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 @@ -731,7 +731,7 @@ <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>, and the <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 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> - <dt><dfn id="dom-appcache-checking" title="dom-appcache-CHECKING"><code>CHECKING</code></dfn> + <dt><dfn aria-haspopup="true" id="dom-appcache-checking" role="button" tabindex="0" 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 @@ -739,7 +739,7 @@ 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> - <dt><dfn id="dom-appcache-downloading" title="dom-appcache-DOWNLOADING"><code>DOWNLOADING</code></dfn> + <dt><dfn aria-haspopup="true" id="dom-appcache-downloading" role="button" tabindex="0" 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 @@ -747,7 +747,7 @@ 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> - <dt><dfn id="dom-appcache-updateready" title="dom-appcache-UPDATEREADY"><code>UPDATEREADY</code></dfn> + <dt><dfn aria-haspopup="true" id="dom-appcache-updateready" role="button" tabindex="0" 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 @@ -758,7 +758,7 @@ but 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 <em>not</em> 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 group.</dd> - <dt><dfn id="dom-appcache-obsolete" title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></dfn> + <dt><dfn aria-haspopup="true" id="dom-appcache-obsolete" role="button" tabindex="0" 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 @@ -766,7 +766,7 @@ 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> </dl><h4 id="browser-state"><span class="secno">5.6.4 </span>Browser state</h4><pre class="idl">[Supplemental, NoInterfaceObject] -interface <dfn id="navigatoronline">NavigatorOnLine</dfn> { +interface <dfn aria-haspopup="true" id="navigatoronline" role="button" tabindex="0">NavigatorOnLine</dfn> { readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a>; };</pre><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-onLine"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a></code></dt> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.455 retrieving revision 1.456 diff -u -d -r1.455 -r1.456 --- content-models.html 6 May 2011 01:54:32 -0000 1.455 +++ content-models.html 6 May 2011 04:29:10 -0000 1.456 @@ -345,7 +345,7 @@ <ol><li><a href="content-models.html#metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</a><li><a href="content-models.html#flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</a><li><a href="content-models.html#sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</a><li><a href="content-models.html#heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</a><li><a href="content-models.html#phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</a><li><a href="content-models.html#embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</a><li><a href="content-models.html#interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</a></ol><li><a href="content-models.html#transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</a><li><a href="content-models.html#paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</a></ol><li><a hrf="content-models.html#requirements-relating-to-bidirectional-algorithm-formatting-characters"><span class="secno">3.2.6 </span>Requirements relating to bidirectional-algorithm formatting characters</a><li><a href="content-models.html#wai-aria" id="x3.2.7-wai-aria"><span class="secno">3.2.7 </span>WAI-ARIA</a></ol></ol></ol></div> - <h4 id="content-models"><span class="secno">3.2.5 </span><dfn>Content models</dfn></h4><p>Each element defined in this specification has a content model: a + <h4 id="content-models"><span class="secno">3.2.5 </span><dfn aria-haspopup="true" role="button" tabindex="0">Content models</dfn></h4><p>Each element defined in this specification has a content model: a description of the element's expected contents. An <a href="infrastructure.html#html-elements" id="html-elements_20" title="HTML elements">HTML element</a> must have contents that match the requirements described in the element's content model.<p class="note">As noted in the conformance and terminology @@ -357,7 +357,7 @@ always allowed between elements. User agents represent these characters between elements in the source markup as text nodes in the DOM. Empty <a href="infrastructure.html#text-node" id="text-node_2" title="text node">text nodes</a> and <a href="infrastructure.html#text-node" id="text-node_3" title="text node">text nodes</a> consisting of just sequences of - those characters are considered <dfn id="inter-element-whitespace">inter-element + those characters are considered <dfn aria-haspopup="true" id="inter-element-whitespace" role="button" tabindex="0">inter-element whitespace</dfn>.<p><a href="#inter-element-whitespace" id="inter-element-whitespace_0">Inter-element whitespace</a>, comment nodes, and processing instruction nodes must be ignored when establishing whether an element's contents match the element's content model or @@ -392,7 +392,7 @@ cell: document.createElement('td'), };</pre> - </div><h5 id="kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</h5><p>Each element in HTML falls into zero or more <dfn id="content-categories" title="content + </div><h5 id="kinds-of-content"><span class="secno">3.2.5.1 </span>Kinds of content</h5><p>Each element in HTML falls into zero or more <dfn aria-haspopup="true" id="content-categories" role="button" tabindex="0" title="content categories">categories</dfn> that group elements with similar characteristics together. The following broad categories are used in this specification:<ul class="brief"><li><a href="#metadata-content" id="metadata-content_0">Metadata content</a></li> @@ -408,7 +408,7 @@ also a type of phrasing content." src="http://dev.w3.org/html5/spec/images/content-venn.png"></object><p>In addition, certain elements are categorized as <a href="forms.html#form-associated-element" id="form-associated-element_0" title="form-associated element">form-associated elements</a> and further subcategorized to define their role in various form-related processing models.<p>Some elements have unique requirements and do not fit into any - particular category.<h6 id="metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</h6><p><dfn id="metadata-content">Metadata content</dfn> is content that sets up the + particular category.<h6 id="metadata-content-0"><span class="secno">3.2.5.1.1 </span>Metadata content</h6><p><dfn aria-haspopup="true" id="metadata-content" role="button" tabindex="0">Metadata content</dfn> is content that sets up the presentation or behavior of the rest of the content, or that sets up the relationship of the document with other documents, or that conveys other "out of band" information.<ul class="brief category-list"><li><code><a href="semantics.html#the-base-element" id="base">base</a></code></li> @@ -448,7 +448,7 @@ <p>This isn't possible in the HTML serialization, however.</p> </div><h6 id="flow-content-0"><span class="secno">3.2.5.1.2 </span>Flow content</h6><p>Most elements that are used in the body of documents and - applications are categorized as <dfn id="flow-content">flow content</dfn>.<ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element" id="a_5">a</a></code></li> + applications are categorized as <dfn aria-haspopup="true" id="flow-content" role="button" tabindex="0">flow content</dfn>.<ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element" id="a_5">a</a></code></li> <li><code><a href="text-level-semantics.html#the-abbr-element" id="abbr_0">abbr</a></code></li> <li><code><a href="sections.html#the-address-element" id="address">address</a></code></li> <li><code><a href="the-map-element.html#the-area-element" id="area_4">area</a></code> (if it is a descendant of a <code><a href="the-map-element.html#the-map-element" id="map">map</a></code> element)</li> @@ -541,7 +541,7 @@ many cases where an element can be empty legitimately, for example when it is used as a placeholder which will later be filled in by a script, or when the element is part of a template and would on most - pages be filled in but on some pages is not relevant.<h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p><dfn id="sectioning-content">Sectioning content</dfn> is content that defines the scope + pages be filled in but on some pages is not relevant.<h6 id="sectioning-content-0"><span class="secno">3.2.5.1.3 </span>Sectioning content</h6><p><dfn aria-haspopup="true" id="sectioning-content" role="button" tabindex="0">Sectioning content</dfn> is content that defines the scope of <a href="#heading-content" id="heading-content_1" title="heading content">headings</a> and <a href="sections.html#the-footer-element" id="footer_0" title="footer">footers</a>.<ul class="brief category-list"><li><code><a href="sections.html#the-article-element" id="article_0">article</a></code></li> <li><code><a href="sections.html#the-aside-element" id="aside_0">aside</a></code></li> <li><code><a href="sections.html#the-nav-element" id="nav_0">nav</a></code></li> @@ -550,7 +550,7 @@ heading and an <a href="sections.html#outline" id="outline_0">outline</a>. See the section on <a href="sections.html#headings-and-sections" id="headings-and-sections_0">headings and sections</a> for further details.<p class="note">There are also certain elements that are <a href="sections.html#sectioning-root" id="sectioning-root_0" title="sectioning root">sectioning roots</a>. These are distinct from <a href="#sectioning-content" id="sectioning-content_2">sectioning content</a>, but they can also have an - <a href="sections.html#outline" id="outline_1">outline</a>.<h6 id="heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</h6><p><dfn id="heading-content">Heading content</dfn> defines the header of a section + <a href="sections.html#outline" id="outline_1">outline</a>.<h6 id="heading-content-0"><span class="secno">3.2.5.1.4 </span>Heading content</h6><p><dfn aria-haspopup="true" id="heading-content" role="button" tabindex="0">Heading content</dfn> defines the header of a section (whether explicitly marked up using <a href="#sectioning-content" id="sectioning-content_3">sectioning content</a> elements, or implied by the heading content itself).<ul class="brief category-list"><li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code></li> <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code></li> @@ -559,7 +559,7 @@ <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code></li> <li><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code></li> <li><code><a href="sections.html#the-hgroup-element" id="hgroup_1">hgroup</a></code></li> - </ul><h6 id="phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</h6><p><dfn id="phrasing-content">Phrasing content</dfn> is the text of the document, as well + </ul><h6 id="phrasing-content-0"><span class="secno">3.2.5.1.5 </span>Phrasing content</h6><p><dfn aria-haspopup="true" id="phrasing-content" role="button" tabindex="0">Phrasing content</dfn> is the text of the document, as well as elements that mark up that text at the intra-paragraph level. Runs of <a href="#phrasing-content" id="phrasing-content_7">phrasing content</a> form <a href="#paragraph" id="paragraph_1" title="paragraph">paragraphs</a>.<ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element" id="a_6">a</a></code> (if it contains only <a href="#phrasing-content" id="phrasing-content_8">phrasing content</a>)</li> <li><code><a href="text-level-semantics.html#the-abbr-element" id="abbr_1">abbr</a></code></li> @@ -623,11 +623,11 @@ counted as contributing to the ancestors of the <code><a href="edits.html#the-del-element" id="del_6">del</a></code> element.<p class="note">Most elements that are categorized as phrasing content can only contain elements that are themselves categorized as - phrasing content, not any flow content.<p><dfn id="text-content" title="text content">Text</dfn>, in the context of content + phrasing content, not any flow content.<p><dfn aria-haspopup="true" id="text-content" role="button" tabindex="0" title="text content">Text</dfn>, in the context of content models, means <a href="infrastructure.html#text-node" id="text-node_6" title="text node">text nodes</a>. <a href="#text-content" id="text-content_2" title="text content">Text</a> is sometimes used as a content model on its own, but is also <a href="#phrasing-content" id="phrasing-content_13">phrasing content</a>, and can be <a href="#inter-element-whitespace" id="inter-element-whitespace_5">inter-element whitespace</a> (if the <a href="infrastructure.html#text-node" id="text-node_7" title="text - node">text nodes</a> are empty or contain just <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>).<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/80">ISSUE-80</a> (title-alternative) blocks progress to Last Call</span><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another + node">text nodes</a> are empty or contain just <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>).<h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/80">ISSUE-80</a> (title-alternative) blocks progress to Last Call</span><p><dfn aria-haspopup="true" id="embedded-content" role="button" tabindex="0">Embedded content</dfn> is content that imports another resource into the document, or content from another vocabulary that is inserted into the document.<ul class="brief category-list"><li><code><a href="the-iframe-element.html#the-audio-element">audio</a></code></li> <li><code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code></li> @@ -641,10 +641,10 @@ </ul><p>Elements that are from namespaces other than the <a href="urls.html#html-namespace-0" id="html-namespace_1">HTML namespace</a> and that convey content but not metadata, are <a href="#embedded-content" id="embedded-content_3">embedded content</a> for the purposes of the content models - defined in this specification. (For example, MathML, or SVG.)<p>Some embedded content elements can have <dfn id="fallback-content">fallback + defined in this specification. (For example, MathML, or SVG.)<p>Some embedded content elements can have <dfn aria-haspopup="true" id="fallback-content" role="button" tabindex="0">fallback content</dfn>: content that is to be used when the external resource cannot be used (e.g. because it is of an unsupported format). The - element definitions state what the fallback is, if any.<h6 id="interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</h6><p><dfn id="interactive-content">Interactive content</dfn> is content that is specifically + element definitions state what the fallback is, if any.<h6 id="interactive-content-0"><span class="secno">3.2.5.1.7 </span>Interactive content</h6><p><dfn aria-haspopup="true" id="interactive-content" role="button" tabindex="0">Interactive content</dfn> is content that is specifically intended for user interaction.<ul class="brief category-list"><li><code><a href="text-level-semantics.html#the-a-element" id="a_7">a</a></code></li> <li><code><a href="the-iframe-element.html#the-audio-element">audio</a></code> (if the <code title="attr-media-controls"><a href="the-iframe-element.html#attr-media-controls" id="controls">controls</a></code> attribute is present)</li> <li><code><a href="the-button-element.html#the-button-element" id="button_3">button</a></code></li> @@ -664,7 +664,7 @@ behavior</a>, which means that the user can activate them. This triggers a sequence of events dependent on the activation mechanism, and normally culminating in a <code title="event-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code> - event.<h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have + event.<h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p>Some elements are described as <dfn aria-haspopup="true" id="transparent" role="button" tabindex="0">transparent</dfn>; they have "transparent" in the description of their content model. The content model of a <a href="#transparent" id="transparent_0">transparent</a> element is derived from the content model of its parent element: the elements required in the @@ -702,7 +702,7 @@ accepting any <a href="#flow-content" id="flow-content_6">flow content</a>.<h5 id="paragraphs"><span class="secno">3.2.5.3 </span>Paragraphs</h5><p class="note">The term <a href="#paragraph" id="paragraph_2">paragraph</a> as defined in this section is distinct from (though related to) the <code><a href="grouping-content.html#the-p-element" id="p_9">p</a></code> element defined later. The <a href="#paragraph" id="paragraph_3">paragraph</a> concept defined - here is used to describe how to interpret documents.<p>A <dfn id="paragraph">paragraph</dfn> is typically a run of <a href="#phrasing-content" id="phrasing-content_17">phrasing + here is used to describe how to interpret documents.<p>A <dfn aria-haspopup="true" id="paragraph" role="button" tabindex="0">paragraph</dfn> is typically a run of <a href="#phrasing-content" id="phrasing-content_17">phrasing content</a> that forms a block of text with one or more sentences that discuss a particular topic, as in typography, but can also be used for more general thematic grouping. For instance, an address is @@ -849,7 +849,7 @@ elements">HTML element</a> is a <a href="#bidirectional-algorithm-formatting-character-ranges" id="bidirectional-algorithm-formatting-character-ranges_2" title="bidirectional-algorithm formatting character ranges">bidirectional-algorithm formatting character range</a>.<p>Any strings that, as described above, are - <dfn id="bidirectional-algorithm-formatting-character-ranges">bidirectional-algorithm formatting character ranges</dfn> must + <dfn aria-haspopup="true" id="bidirectional-algorithm-formatting-character-ranges" role="button" tabindex="0">bidirectional-algorithm formatting character ranges</dfn> must match the <code title="">string</code> production in the following ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a><pre>string = *( plaintext ( embedding / override ) ) plaintext embedding = ( lre / rle ) string pdf @@ -864,7 +864,7 @@ prefer to use the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir_13">dir</a></code> attribute, the <code><a href="text-level-semantics.html#the-bdo-element" id="bdo_1">bdo</a></code> element, and the <code><a href="text-level-semantics.html#the-bdi-element" id="bdi_3">bdi</a></code> element, rather than maintaining the bidirectional-algorithm formatting characters - manually.<h4 id="wai-aria"><span class="secno">3.2.7 </span><dfn>WAI-ARIA</dfn></h4><p>Authors may use the ARIA <code title="attr-aria-role">role</code> + manually.<h4 id="wai-aria"><span class="secno">3.2.7 </span><dfn aria-haspopup="true" role="button" tabindex="0">WAI-ARIA</dfn></h4><p>Authors may use the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes on <a href="infrastructure.html#html-elements" id="html-elements_27">HTML elements</a>, in accordance with the requirements described in the ARIA specifications, except where these conflict with the 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.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- states-of-the-type-attribute.html 6 May 2011 01:54:38 -0000 1.453 +++ states-of-the-type-attribute.html 6 May 2011 04:29:17 -0000 1.454 @@ -343,7 +343,7 @@ <ol class="toc"><li><ol><li><ol><li><ol><li><a href="states-of-the-type-attribute.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a> <ol><li><a href="states-of-the-type-attribute.html#hidden-state" id="x4.10.7.1.1-hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a><li><a href="states-of-the-type-attribute.html#text-state-and-search-state" id="x4.10.7.1.2-text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a><li><a href="states-of-the-type-attribute.html#telephone-state" id="x4.10.7.1.3-telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a><li><a href="states-of-the-type-attribute.html#url-state" id="x4.10.7.1.4-url-state"><span class="secno">4.10.7.1.4 </span>URL state</a><li><a href="states-of-the-type-attribute.html#e-mail-state" id="x4.10.7.1.5-e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a><li><a href="states-of-the-type-attribute.html#password-state" id="x4.10.7.1.6-password-state"><span class="secno">4.10.7.1.6 </span>Password state</a><li><a href="states-of-the-type-attribute.html#date-and-time-state" id="x4.10.7.1.7-dateand-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a><li><a href="states-of-the-type-attribute.html#date-state" id="x4.10.7.1.8-date-state"><span class="secno">4.10.7.1.8 </span>Date state</a><li><a href="states-of-the-type-attribute.html#month-state" id="x4.10.7.1.9-month-state"><span class="secno">4.10.7.1.9 </span>Month state</a><li><a href="states-of-the-type-attribute.html#week-state" id="x4.10.7.1.10-week-state"><span class="secno">4.10.7.1.10 </span>Week state</a><li><a href="states-of-the-type-attribute.html#time-state" id="x4.10.7.1.11-time-state"><span class="secno">4.10.7.1.11 </span>Time state</a><li><a href="states-of-the-type-attribute.html#local-date-and-time-state" id="x4.10.7.1.12-local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></ol></ol></ol></ol></ol></div> - <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type_68">type</a></code> attribute</h5><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_65">input</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 value + <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type_68">type</a></code> attribute</h5><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-hidden">Hidden</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_65">input</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 value that is not intended to be examined or manipulated by the user.<p>If the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="name_60">name</a></code> attribute is present and has a value that is a <a href="infrastructure.html#case-sensitive" id="case-sensitive_4">case-sensitive</a> match for the string "<code title="attr-fe-name-charset"><a href="association-of-controls-and-forms.html#attr-fe-name-charset" id="x_charset_">_charset_</a></code>", then the element's @@ -400,7 +400,7 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p> - </div><h6 id="text-state-and-search-state"><span class="secno">4.10.7.1.2 </span><dfn title="attr-input-type-text">Text</dfn> state and <dfn title="attr-input-type-search">Search</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_66">input</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 one line + </div><h6 id="text-state-and-search-state"><span class="secno">4.10.7.1.2 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-text">Text</dfn> state and <dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-search">Search</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_66">input</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 one line plain text edit control for 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 class="note">The difference between the <a href="#text-state-and-search-state" id="attr-input-type-text_4" title="attr-input-type-text">Text</a> state and the <a href="#text-state-and-search-state" id="attr-input-type-search_3" title="attr-input-type-search">Search</a> state is primarily stylistic: on platforms where search fields are distinguished from regular text fields, the <a href="#text-state-and-search-state" id="attr-input-type-search_4" title="attr-input-type-search">Search</a> state might result in @@ -461,7 +461,7 @@ <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> - </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_68">input</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 control + </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-tel">Telephone</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_68">input</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 control for editing a telephone number given in 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-value"><a href="the-input-element.html#attr-input-value" id="value_9">value</a></code> 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">Unlike the <a href="#url-state" id="attr-input-type-url_3" title="attr-input-type-url">URL</a> and <a href="#e-mail-state" id="attr-input-type-email_3" title="attr-input-type-email">E-mail</a> types, the <a href="#telephone-state" id="attr-input-type-tel_3" title="attr-input-type-tel">Telephone</a> type does not enforce a @@ -523,7 +523,7 @@ <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> - </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_70">input</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 control + </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-url">URL</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_70">input</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 control for editing a single <a href="urls.html#absolute-url" id="absolute-url_4">absolute URL</a> given in 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-value"><a href="the-input-element.html#attr-input-value" id="value_10">value</a></code> attribute, if specified, must have a value that is a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces_4">valid URL potentially @@ -618,7 +618,7 @@ available to the page DOM. In this particular case, the UA has no titles to provide for those values.</p> - </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p>How the <a href="#e-mail-state" id="attr-input-type-email_4" title="attr-input-type-email">E-mail</a> state + </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-email">E-mail</dfn> state</h6><p>How the <a href="#e-mail-state" id="attr-input-type-email_4" title="attr-input-type-email">E-mail</a> state operates depends on whether the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_7">multiple</a></code> attribute is specified or not.<dl class="switch"><dt>When the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_8">multiple</a></code> attribute is not specified on the element</dt> @@ -659,7 +659,7 @@ </dd> - </dl><p>A <dfn id="valid-e-mail-address">valid e-mail address</dfn> is a string that matches the + </dl><p>A <dfn aria-haspopup="true" id="valid-e-mail-address" role="button" tabindex="0">valid e-mail address</dfn> is a string that matches the ABNF production <code title="">1*( atext / "." ) "@" ldh-str *( "." ldh-str )</code> where <code title="">atext</code> is defined in RFC 5322 section 3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034 @@ -668,7 +668,7 @@ simultaneously too strict (before the "@" character), too vague (after the "@" character), and too lax (allowing comments, white space characters, and quoted strings in manners unfamiliar to most - users) to be of practical use here.<p>A <dfn id="valid-e-mail-address-list">valid e-mail address list</dfn> is a <a href="common-microsyntaxes.html#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens_2">set of + users) to be of practical use here.<p>A <dfn aria-haspopup="true" id="valid-e-mail-address-list" role="button" tabindex="0">valid e-mail address list</dfn> is a <a href="common-microsyntaxes.html#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens_2">set of comma-separated tokens</a>, where each token is itself a <a href="#valid-e-mail-address" id="valid-e-mail-address_1">valid e-mail address</a>. <div class="bookkeeping"> @@ -729,7 +729,7 @@ <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> - </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_76">input</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 one line + </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-password">Password</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_76">input</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 one line plain text edit control for 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>. The user agent should obscure the value so that people other than the user cannot see it.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_13">value</a></code> attribute, if specified, must have a value that contains no U+000A LINE FEED (LF) @@ -787,7 +787,7 @@ <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> - </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_78">input</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 control + </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-datetime">Date and Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_78">input</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 control for setting 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> to a string representing a specific <a href="common-microsyntaxes.html#concept-datetime" id="concept-datetime_0" title="concept-datetime">global date and time</a>. <p class="note">The format shown to the user is independent of the @@ -874,7 +874,7 @@ instead, the calendar application would have also had to explicitly determine which time zone the user intended.</p> - </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_80">input</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 control + </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-date">Date</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_80">input</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 control for setting 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> to a string representing a specific <a href="common-microsyntaxes.html#concept-date" id="concept-date_0" title="concept-date">date</a>.<p class="note">The format shown to the user is independent of the format used for form submission. Browsers are encouraged to use user @@ -939,7 +939,7 @@ <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> and <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> methods.</p> - </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_82">input</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 control + </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-month">Month</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_82">input</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 control for setting 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> to a string representing a specific <a href="common-microsyntaxes.html#concept-month" id="concept-month_0" title="concept-month">month</a>.<p class="note">The format shown to the user is independent of the format used for form submission. Browsers are encouraged to use user @@ -1007,7 +1007,7 @@ <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> and <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> methods.</p> - </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_84">input</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 control + </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-week">Week</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_84">input</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 control for setting 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> to a string representing a specific <a href="common-microsyntaxes.html#concept-week" id="concept-week_0" title="concept-week">week</a>.<p class="note">The format shown to the user is independent of the format used for form submission. Browsers are encouraged to use user @@ -1074,7 +1074,7 @@ <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> and <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> methods.</p> - </div><h6 id="time-state"><span class="secno">4.10.7.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_86">input</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 control + </div><h6 id="time-state"><span class="secno">4.10.7.1.11 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-time">Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_86">input</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 control for setting 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> to a string representing a specific <a href="common-microsyntaxes.html#concept-time" id="concept-time_0" title="concept-time">time</a>.<p class="note">The format shown to the user is independent of the format used for form submission. Browsers are encouraged to use user @@ -1141,7 +1141,7 @@ <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> and <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> methods.</p> - </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_88">input</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 control + </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_88">input</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 control for setting 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> to a string representing a <a href="common-microsyntaxes.html#concept-datetime-local" id="concept-datetime-local_0" title="concept-datetime-local">local date and time</a>, with no time-zone offset information.<p class="note">The format shown to the user is independent of the Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v retrieving revision 1.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- apis-in-html-documents.html 6 May 2011 01:54:32 -0000 1.453 +++ apis-in-html-documents.html 6 May 2011 04:29:10 -0000 1.454 @@ -426,11 +426,11 @@ </dd> - </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 + </dl><h3 id="dynamic-markup-insertion"><span class="secno">3.4 </span><dfn aria-haspopup="true" role="button" tabindex="0">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 - 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> + 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 aria-haspopup="true" id="dom-document-open" role="button" tabindex="0" 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> @@ -520,7 +520,7 @@ </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 + </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 aria-haspopup="true" id="dom-innerhtml" role="button" tabindex="0" 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> <dd> @@ -555,7 +555,7 @@ </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 + </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 aria-haspopup="true" id="dom-outerhtml" role="button" tabindex="0" 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> <dd> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.1004 retrieving revision 1.1005 diff -u -d -r1.1004 -r1.1005 --- obsolete.html 6 May 2011 01:54:35 -0000 1.1004 +++ obsolete.html 6 May 2011 04:29:12 -0000 1.1005 @@ -372,54 +372,54 @@ 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" 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> - <dt><dfn id="acronym"><code>acronym</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="acronym" role="button" tabindex="0"><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> - <dt><dfn id="bgsound"><code>bgsound</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="bgsound" role="button" tabindex="0"><code>bgsound</code></dfn></dt> <dd><p>Use <code><a href="the-iframe-element.html#the-audio-element">audio</a></code> instead.</dd> - <dt><dfn id="dir"><code>dir</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="dir" role="button" tabindex="0"><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> <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> + <dt><dfn aria-haspopup="true" id="noframes" role="button" tabindex="0"><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> - <dt><dfn id="isindex-0"><code>isindex</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="isindex-0" role="button" tabindex="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> - <dt><dfn id="listing"><code>listing</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="listing" role="button" tabindex="0"><code>listing</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> - <dt><dfn id="nextid"><code>nextid</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="nextid" role="button" tabindex="0"><code>nextid</code></dfn></dt> <dd><p>Use GUIDs instead.</dd> - <dt><dfn id="noembed"><code>noembed</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="noembed" role="button" tabindex="0"><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> - <dt><dfn id="plaintext"><code>plaintext</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="plaintext" role="button" tabindex="0"><code>plaintext</code></dfn></dt> <dd><p>Use the "<code>text/plain</code>" <a href="infrastructure.html#mime-type" id="mime-type_20">MIME type</a> instead.</dd> - <dt><dfn id="rb"><code>rb</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="rb" role="button" tabindex="0"><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_10">ruby</a></code> element is sufficient; the <code><a href="#rb" id="rb_0">rb</a></code> element is unnecessary. Omit it altogether.</dd> - <dt><dfn id="strike"><code>strike</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="strike" role="button" tabindex="0"><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> - <dt><dfn id="xmp"><code>xmp</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="xmp" role="button" tabindex="0"><code>xmp</code></dfn></dt> <dd><p>Use <code><a href="text-level-semantics.html#the-code-element" id="code_7">code</a></code> instead, and escape "<code title=""><</code>" and "<code title="">&</code>" characters as "<code title="">&lt;</code>" and "<code title="">&amp;</code>" respectively.</dd> - <dt><dfn id="basefont"><code>basefont</code></dfn></dt> - <dt><dfn id="big"><code>big</code></dfn></dt> - <dt><dfn id="blink"><code>blink</code></dfn></dt> - <dt><dfn id="center"><code>center</code></dfn></dt> - <dt><dfn id="font"><code>font</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="basefont" role="button" tabindex="0"><code>basefont</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="big" role="button" tabindex="0"><code>big</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="blink" role="button" tabindex="0"><code>blink</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="center" role="button" tabindex="0"><code>center</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="font" role="button" tabindex="0"><code>font</code></dfn></dt> <dt><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></dt> - <dt><dfn id="multicol"><code>multicol</code></dfn></dt> - <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 aria-haspopup="true" id="multicol" role="button" tabindex="0"><code>multicol</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="nobr" role="button" tabindex="0"><code>nobr</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="spacer" role="button" tabindex="0"><code>spacer</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="tt" role="button" tabindex="0"><code>tt</code></dfn></dt> <dd> @@ -444,195 +444,195 @@ </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><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 aria-haspopup="true" id="attr-a-charset" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-link-charset" role="button" tabindex="0" 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> <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> + <dt><dfn aria-haspopup="true" id="attr-a-coords" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-a-shape" role="button" tabindex="0" 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-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 aria-haspopup="true" id="attr-a-methods" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-link-methods" role="button" tabindex="0" 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> <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_37">option</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-a-name" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-embed-name" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-img-name" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-option-name" role="button" tabindex="0" title="attr-option-name"><code>name</code></dfn> on <code><a href="the-button-element.html#the-option-element" id="option_37">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-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> + <dt><dfn aria-haspopup="true" id="attr-a-rev" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-link-rev" role="button" tabindex="0" 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> 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> + <dt><dfn aria-haspopup="true" id="attr-a-urn" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-link-urn" role="button" tabindex="0" 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-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> + <dt><dfn aria-haspopup="true" id="attr-area-nohref" role="button" tabindex="0" 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 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" id="head_32">head</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-head-profile" role="button" tabindex="0" title="attr-head-profile"><code>profile</code></dfn> on <code><a href="semantics.html#the-head-element" id="head_32">head</a></code> elements</dt> <dd><p>When used for declaring which <code><a href="semantics.html#the-meta-element">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> <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> - <dt><dfn id="attr-html-version" title="attr-html-version"><code>version</code></dfn> on <code><a href="semantics.html#the-html-element" id="html_22">html</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-html-version" role="button" tabindex="0" title="attr-html-version"><code>version</code></dfn> on <code><a href="semantics.html#the-html-element" id="html_22">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_129">input</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-input-usemap" role="button" tabindex="0" title="attr-input-usemap"><code>usemap</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input_129">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_130">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> + <dt><dfn aria-haspopup="true" id="attr-iframe-longdesc" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-img-longdesc" role="button" tabindex="0" 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 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> + <dt><dfn aria-haspopup="true" id="attr-img-lowsrc" role="button" tabindex="0" 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), 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 aria-haspopup="true" id="attr-link-target" role="button" tabindex="0" 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> <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#the-meta-element">meta</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-meta-scheme" role="button" tabindex="0" title="attr-meta-scheme"><code>scheme</code></dfn> on <code><a href="semantics.html#the-meta-element">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> + <dt><dfn aria-haspopup="true" id="attr-object-archive" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-classid" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-code" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-codebase" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-codetype" role="button" tabindex="0" 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-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> + <dt><dfn aria-haspopup="true" id="attr-object-declare" role="button" tabindex="0" 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-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 aria-haspopup="true" id="attr-object-standby" role="button" tabindex="0" 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> <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> + <dt><dfn aria-haspopup="true" id="attr-param-type" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-param-valuetype" role="button" tabindex="0" 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 value types.</dd> - <dt><dfn id="attr-script-language" title="attr-script-language"><code>language</code></dfn> on <code><a href="scripting-1.html#the-script-element">script</a></code> elements (except as noted in the previous section)</dt> + <dt><dfn aria-haspopup="true" id="attr-script-language" role="button" tabindex="0" title="attr-script-language"><code>language</code></dfn> on <code><a href="scripting-1.html#the-script-element">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 instead.</dd> - <dt><dfn id="attr-script-event" title="attr-script-event"><code>event</code></dfn> on <code><a href="scripting-1.html#the-script-element">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#the-script-element">script</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-script-event" role="button" tabindex="0" title="attr-script-event"><code>event</code></dfn> on <code><a href="scripting-1.html#the-script-element">script</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-script-for" role="button" tabindex="0" title="attr-script-for"><code>for</code></dfn> on <code><a href="scripting-1.html#the-script-element">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_33">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-datapagesize" role="button" tabindex="0" title="attr-table-datapagesize"><code>datapagesize</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_33">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_34">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-summary" role="button" tabindex="0" title="attr-table-summary"><code>summary</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_34">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_35">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> + <dt><dfn aria-haspopup="true" id="attr-tdth-abbr" role="button" tabindex="0" 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-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> + <dt><dfn aria-haspopup="true" id="attr-tdth-axis" role="button" tabindex="0" 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-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_131">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_38">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select_44">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_36">table</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-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_132">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_45">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_38">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_133">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_39">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select_46">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_37">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-datasrc" role="button" tabindex="0" 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_131">input</a></code>, <code><a hrf="forms.html#the-label-element" id="label_22">label</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_38">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select_44">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_36">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea_37">textarea</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-datafld" role="button" tabindex="0" 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="he-input-element.html#the-input-element" id="input_132">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_45">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_38">textarea</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-dataformatas" role="button" tabindex="0" 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_133">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_39">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select_46">select/a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span_14">span</a></code>, and <code><a href="tabular-data.html#the-table-element" id="table_37">table</a></code> elements</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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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" 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">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" 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_134">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_135">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_136">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#the-menu-element">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_38">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_39">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_40">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_41">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_42">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_43">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_44">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" id="body_43">body</a></code>, <code><a href="tabular-data.html#the-table-element" id="table_45">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 aria-haspopup="true" id="attr-body-alink" role="button" tabindex="0" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="sections.html#the-body-element" id="body_32">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-bgcolor" role="button" tabindex="0" title="attr-body-bgcolor"><code>bgcolor</code></dfn> on <code><a href="sections.html#the-body-element" id="body_33">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-link" role="button" tabindex="0" title="attr-body-link"><code>link</code></dfn> on <code><a href="sections.html#the-body-element" id="body_34">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-marginbottom" role="button" tabindex="0" title="attr-body-marginbottom"><code>marginbottom</code></dfn> on <code><a href="sections.html#the-body-element" id="body_35">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-marginheight" role="button" tabindex="0" title="attr-body-marginheight"><code>marginheight</code></dfn> on <code><a href="sections.html#the-body-element" id="body_36">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-marginleft" role="button" tabindex="0" title="attr-body-marginleft"><code>marginleft</code></dfn> on <code><a href="sections.html#the-body-element" id="body_37">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-marginright" role="button" tabindex="0" title="attr-body-marginright"><code>marginright</code></dfn> on <code><a href="sections.html#the-body-element" id="body_38">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-margintop" role="button" tabindex="0" title="attr-body-margintop"><code>margintop</code></dfn> on <code><a href="sections.html#the-body-element" id="body_39">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-marginwidth" role="button" tabindex="0" title="attr-body-marginwidth"><code>marginwidth</code></dfn> on <code><a href="sections.html#the-body-element" id="body_40">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-text" role="button" tabindex="0" title="attr-body-text"><code>text</code></dfn> on <code><a href="sections.html#the-body-element" id="body_41">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-body-vlink" role="button" tabindex="0" title="attr-body-vlink"><code>vlink</code></dfn> on <code><a href="sections.html#the-body-element" id="body_42">body</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-br-clear" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-caption-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-col-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-col-char" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-col-charoff" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-col-valign" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-col-width" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-div-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-dl-compact" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-embed-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-embed-hspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-embed-vspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hr-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hr-color" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hr-noshade" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hr-size" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hr-width" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hx-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-allowtransparency" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-frameborder" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-hspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-marginheight" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-marginwidth" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-scrolling" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-iframe-vspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-input-align" role="button" tabindex="0" title="attr-input-align"><code>align</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input_134">input</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-input-hspace" role="button" tabindex="0" title="attr-input-hspace"><code>hspace</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input_135">input</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-input-vspace" role="button" tabindex="0" title="attr-input-vspace"><code>vspace</code></dfn> on <code><a href="the-input-element.html#the-input-element" id="input_136">input</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-img-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-img-border" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-img-hspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-img-vspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-legend-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-li-type" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-menu-compact" role="button" tabindex="0" title="attr-menu-compact"><code>compact</code></dfn> on <code><a href="interactive-elements.html#the-menu-element">menu</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-object-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-border" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-hspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-object-vspace" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-ol-compact" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-p-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-pre-width" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-table-align" role="button" tabindex="0" title="attr-table-align"><code>align</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_38">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-bgcolor" role="button" tabindex="0" title="attr-table-bgcolor"><code>bgcolor</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_39">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-cellpadding" role="button" tabindex="0" title="attr-table-cellpadding"><code>cellpadding</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_40">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-cellspacing" role="button" tabindex="0" title="attr-table-cellspacing"><code>cellspacing</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_41">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-frame" role="button" tabindex="0" title="attr-table-frame"><code>frame</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_42">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-rules" role="button" tabindex="0" title="attr-table-rules"><code>rules</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_43">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-table-width" role="button" tabindex="0" title="attr-table-width"><code>width</code></dfn> on <code><a href="tabular-data.html#the-table-element" id="table_44">table</a></code> elements</dt> + <dt><dfn aria-haspopup="true" id="attr-tbody-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tbody-char" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tbody-charoff" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tbody-valign" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-bgcolor" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-char" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-charoff" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-height" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-nowrap" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-valign" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tdth-width" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tr-align" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tr-bgcolor" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tr-char" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tr-charoff" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-tr-valign" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-ul-compact" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-ul-type" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-background" role="button" tabindex="0" title="attr-background"><code>background</code></dfn> on <code><a href="sections.html#the-body-element" id="body_43">body</a></code>, <code><a href="tabular-data.html#the-table-element" id="table_45">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> <dd><p>Use CSS instead.</dd> </dl><hr><p>The <code title="attr-table-border"><a href="tabular-data.html#attr-table-border" id="border_0">border</a></code> attribute on Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.998 retrieving revision 1.999 diff -u -d -r1.998 -r1.999 --- named-character-references.html 6 May 2011 01:54:34 -0000 1.998 +++ named-character-references.html 6 May 2011 04:29:12 -0000 1.999 @@ -342,7 +342,7 @@ <a href="the-xhtml-syntax.html">9 The XHTML syntax →</a> </div> - <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 + <h3 id="named-character-references"><span class="secno">8.2 </span><dfn aria-haspopup="true" role="button" tabindex="0">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="glyph 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 title"">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-LetTriangleBar"><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> <spa 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> <t> 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> <san 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="gyph" 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> <ode 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="">∉/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="">NotGreatrGreater;</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="glph 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> <d> <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="glyp" 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="">≁</san> </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="">Ν</span </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> <pan 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="">⎴</spn> </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="">Prie;</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" tile="">𝔔</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="">RightCeiling</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> </td <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="">RounImplies;</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> <san 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-ShortDownArrow"<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"><t> <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 titl="">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="glph" 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> </td><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> </td><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> </td <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="">⏟</pan> </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="entit-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="enity-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" ttle="">⋁</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="glph" 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="">Ї</san> </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> U00178 </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> </d> <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> </td <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> <tr d="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 </d> <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="entit-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> <codetitle="">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> <d> <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 titl="">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="glyph"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="enity-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;</code></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="">Ǭ</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="">bigdot;</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="">bigupus;</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="">blacktiangledown;</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> <spa 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="gyph" 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> <codetitle="">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="glyph"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"><td <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 clas="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 title"">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="glyh" 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"><t> <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> U+0A4C </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="">𝔠</span></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> U02257 </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;</cod> </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="glyph"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 tite="">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 class=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> <codetitle="">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> <spa 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="">↷</pan> </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="">↶</span></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" itle="">˝</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="">delta</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" titl="">⋄</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> <ode 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 clas="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="">&drr;</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> </t> <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> </t> <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> +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="enity-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> <td 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="glyp" 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;</code </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="lyph" 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="entityflat"><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> <san 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> <r 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;</code></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> </d> <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> <d> <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"><d> <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> U+0137 </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"><t> <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="glyp" 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="">gtlPr;</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+0227 </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-hertsuit"><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> </td <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> <spanclass="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> <codetitle="">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" tile="">⧜</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> <code ttle="">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" tile="">∫</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"><d> <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> <spanclass="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> <code itle="">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" titl="">є</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;</cde> </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="">≦</spa> </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;</code> /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="">lat;</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> <spanclass="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> <cod 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+021A2 <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-leftrightsquigarrw"><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+226A </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;</code></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="">ooparrowleft;</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+0005 </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="entity-lrhr"><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> <span clas="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="">lcc;</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 class="lyph" 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" title"">≨︀</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> <code tite="">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+2221 </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="entiy-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> U+0227 </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="entitynGg"><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="glyph comound" 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" titl="">∠⃒</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="">♮</span </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="entty-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> <t> 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+02204 </d> <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> <span clss="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> </d> <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> U+021A </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 </td> <d> <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="">ͦ</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="">nparl;</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="">preceq;</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-nrtrie"><d> <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="">nsim;<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" title=">⊄</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="">ntgl</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 class="gyph" 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+020D2 /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+0196 </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="entit-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> <td> 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"><td> 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> <span lass="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> <code tile="">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="glyph 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> <coe 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="glyh" 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;</coe> </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="">ℏ</span> <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;</coe> </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" tile="">𝕡</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="">precappro;</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> U+0232 </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="">⌒</span></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> </td> 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> </td> <d> 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="glyph" itle="">⦥</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> <codetitle="">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="entity-rrksld"><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> <td> <spn 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="entiy-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> <pan 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> <span clas="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="">risingdotseq;</ode> </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" title=""⟭</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="">rpagt;</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" title="">&squo;</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> <code title"">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="">&scaon;</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="">scpolint;/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="">⤥</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;</code> /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="">sieq;</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="glyph" itle="">⥲</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="entity-smte"<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+0260 </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" title="">#8850;</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="">ssmile;<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> <span clss="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-subplu"><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="">subsim</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+02ABA /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> <tr id="etity-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> U+027C </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="entity-wArr"><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+003C4 </t> <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> </td> <t 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"><td> <coe 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> <spanclass="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-topfork">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="">triaglelefteq;</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;</cod> </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 i="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+0297E /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 </td> <t> <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> <tr id="etity-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 </td> <t> <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="">ϕ/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 compound" tite="">⫋︀</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 title="">vash;</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="">𝔳</span> <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-vsubnE">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" title=""⩟</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;</code> /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="">⟺</span> </d> <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+1D569 </d> <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="">⨄</span> </d> <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+000A5 /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="entity-zcaro"><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 class=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 Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.1015 retrieving revision 1.1016 diff -u -d -r1.1015 -r1.1016 --- semantics.html 6 May 2011 01:54:35 -0000 1.1015 +++ semantics.html 6 May 2011 04:29:12 -0000 1.1016 @@ -346,7 +346,7 @@ <ol><li><a href="semantics.html#the-head-element" 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" 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#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> - <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element"><span class="secno">4.1.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>html</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 root element of a document.</dd> @@ -358,10 +358,10 @@ <dd><code title="attr-html-manifest"><a href="#attr-html-manifest" id="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 aria-haspopup="true" id="htmlhtmlelement" role="button" tabindex="0">HTMLHtmlElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_7">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-html-element" 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 - an HTML document.<p>The <dfn id="attr-html-manifest" title="attr-html-manifest"><code>manifest</code></dfn> + an HTML document.<p>The <dfn aria-haspopup="true" id="attr-html-manifest" role="button" tabindex="0" 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 @@ -391,7 +391,7 @@ </body> <strong></html></strong></pre> - </div><h3 id="document-metadata"><span class="secno">4.2 </span>Document metadata</h3><h4 id="the-head-element"><span class="secno">4.2.1 </span>The <dfn><code>head</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h3 id="document-metadata"><span class="secno">4.2 </span>Document metadata</h3><h4 id="the-head-element"><span class="secno">4.2.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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" id="html_5">html</a></code> element.</dd> @@ -402,7 +402,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_1">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 aria-haspopup="true" id="htmlheadelement" role="button" tabindex="0">HTMLHeadElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_8">HTMLElement</a> {};</pre> </dd> </dl><p>The <code><a href="#the-head-element" 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 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"> @@ -438,7 +438,7 @@ in most situations, but when a higher-level protocol provides title information, e.g. in the Subject line of an e-mail when HTML is used as an e-mail authoring format, the <code><a href="#the-title-element" id="title_42">title</a></code> element can be - omitted.<h4 id="the-title-element"><span class="secno">4.2.2 </span>The <dfn><code>title</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + omitted.<h4 id="the-title-element"><span class="secno">4.2.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>title</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content" id="metadata-content_4">Metadata content</a>.</dd> <dt>Contexts in which this element can be used:</dt> <dd>In a <code><a href="#the-head-element" id="head_9">head</a></code> element containing no other <code><a href="#the-title-element" id="title_43">title</a></code> elements.</dd> @@ -448,7 +448,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_2">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 aria-haspopup="true" id="htmltitleelement" role="button" tabindex="0">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_9">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> @@ -491,7 +491,7 @@ ... <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> + </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 aria-haspopup="true" role="button" tabindex="0"><code>base</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> <dt>Contexts in which this element can be used:</dt> <dd>In a <code><a href="#the-head-element" id="head_10">head</a></code> element containing no other <code><a href="#the-base-element" id="base_2">base</a></code> elements.</dd> @@ -503,7 +503,7 @@ <dd><code title="attr-base-target"><a href="#attr-base-target" id="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 aria-haspopup="true" id="htmlbaseelement" role="button" tabindex="0">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_10">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> @@ -513,13 +513,13 @@ of the default <a href="browsers.html#browsing-context" id="browsing-context_4">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 + 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 aria-haspopup="true" id="attr-base-href" role="button" tabindex="0" 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 other elements in the tree that have attributes defined as taking <a href="urls.html#url" id="url_9" title="URL">URLs</a>, except the <code><a href="#the-html-element" 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> + isn't affected by <code><a href="#the-base-element" id="base_7">base</a></code> elements).<p>The <dfn aria-haspopup="true" id="attr-base-target" role="button" tabindex="0" 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 @@ -541,7 +541,7 @@ <p>The link in the above example would be a link to "<code title="">http://www.example.com/news/archives.html</code>".</p> - </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn><code>link</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-link-element"><span class="secno">4.2.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>link</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> <dt>Contexts in which this element can be used:</dt> <dd>Where <a href="content-models.html#metadata-content" id="metadata-content_7">metadata content</a> is expected.</dd> @@ -559,7 +559,7 @@ <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> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_11">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmllinkelement" role="button" tabindex="0">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>; 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>; @@ -572,10 +572,10 @@ <a href="#htmllinkelement" id="htmllinkelement_0">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 - 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 + document to other resources.<p>The destination of the link(s) is given by the <dfn aria-haspopup="true" id="attr-link-href" role="button" tabindex="0" 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 - value of the <dfn id="attr-link-rel" title="attr-link-rel"><code>rel</code></dfn> + value of the <dfn aria-haspopup="true" id="attr-link-rel" role="button" tabindex="0" 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 of space-separated tokens</a>. The <a href="links.html#linkTypes">allowed keywords and their meanings</a> are defined in a later @@ -603,20 +603,20 @@ 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 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> + document.<p>The <dfn aria-haspopup="true" id="attr-link-media" role="button" tabindex="0" 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 - media.<p>The <dfn id="attr-link-hreflang" title="attr-link-hreflang"><code>hreflang</code></dfn> + media.<p>The <dfn aria-haspopup="true" id="attr-link-hreflang" role="button" tabindex="0" 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 <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 + elements</a>.<p>The <dfn aria-haspopup="true" id="attr-link-type" role="button" tabindex="0" 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 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> + resources they do not support. <p>The <dfn aria-haspopup="true" id="attr-link-title" role="button" tabindex="0" 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> @@ -628,7 +628,7 @@ 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 + the <code title="rel-icon"><a href="links.html#rel-icon" id="icon_2">icon</a></code> keyword.<p>The IDL attribute <dfn aria-haspopup="true" id="dom-link-disabled" role="button" tabindex="0" 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 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 @@ -664,7 +664,7 @@ <link rel=alternate href="/en/pdf" hreflang=en type=application/pdf title="English PDF"> <link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"></pre> - </div><h4 id="the-meta-element"><span class="secno">4.2.5 </span>The <dfn id="meta"><code>meta</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-meta-element"><span class="secno">4.2.5 </span>The <dfn aria-haspopup="true" id="meta" role="button" tabindex="0"><code>meta</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content" id="metadata-content_8">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" id="head_12">head</a></code> element.</dd> @@ -681,7 +681,7 @@ <dd><code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset_1">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 aria-haspopup="true" id="htmlmetaelement" role="button" tabindex="0">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_12">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>; @@ -699,7 +699,7 @@ <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 - also be specified. Otherwise, it must be omitted.<p>The <dfn id="attr-meta-charset" title="attr-meta-charset"><code>charset</code></dfn> + also be specified. Otherwise, it must be omitted.<p>The <dfn aria-haspopup="true" id="attr-meta-charset" role="button" tabindex="0" 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 @@ -710,11 +710,11 @@ 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="#the-meta-element">meta</a></code> element with a <code title="attr-meta-charset"><a href="#attr-meta-charset" id="charset_5">charset</a></code> attribute per - document.<p>The <dfn id="attr-meta-content" title="attr-meta-content"><code>content</code></dfn> + document.<p>The <dfn aria-haspopup="true" id="attr-meta-content" role="button" tabindex="0" 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="#the-meta-element">meta</a></code> element has a <dfn id="attr-meta-name" title="attr-meta-name"><code>name</code></dfn> attribute, it sets + sections of this specification.<p>If a <code><a href="#the-meta-element">meta</a></code> element has a <dfn aria-haspopup="true" id="attr-meta-name" role="button" tabindex="0" 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="#the-meta-element">meta</a></code> element giving the name, and the @@ -725,7 +725,7 @@ has no <code title="attr-meta-content"><a href="#attr-meta-content" id="content_2">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="#the-meta-element">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> + <code><a href="#the-meta-element">meta</a></code> element.<p>Names are case-insensitive.<dl><dt><dfn aria-haspopup="true" id="meta-application-name" role="button" tabindex="0" 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 @@ -735,19 +735,19 @@ set to the value <code title="meta-application-name"><a href="#meta-application-name" id="application-name_0">application-name</a></code> per document. </dd> - <dt><dfn id="meta-author" title="meta-author"><code>author</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="meta-author" role="button" tabindex="0" title="meta-author"><code>author</code></dfn></dt> <dd><p>The value must be a free-form string giving the name of one of the page's authors.</dd> - <dt><dfn id="meta-description" title="meta-description"><code>description</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="meta-description" role="button" tabindex="0" title="meta-description"><code>description</code></dfn></dt> <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="#the-meta-element">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> - <dt><dfn id="meta-generator" title="meta-generator"><code>generator</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="meta-generator" role="button" tabindex="0" title="meta-generator"><code>generator</code></dfn></dt> <dd> @@ -767,7 +767,7 @@ </dd> - <dt><dfn id="meta-keywords" title="meta-keywords"><code>keywords</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="meta-keywords" role="button" tabindex="0" title="meta-keywords"><code>keywords</code></dfn></dt> <dd> @@ -800,7 +800,7 @@ </dd> - </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) blocks progress to Last Call</span><p><dfn id="concept-meta-extensions" title="concept-meta-extensions">Extensions to the predefined + </dl><h5 id="other-metadata-names"><span class="secno">4.2.5.2 </span>Other metadata names</h5><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/27">ISSUE-27</a> (rel-ownership) blocks progress to Last Call</span><p><dfn aria-haspopup="true" id="concept-meta-extensions" role="button" tabindex="0" title="concept-meta-extensions">Extensions to the predefined set of metadata names</dfn> may be registered in the <a href="http://wiki.whatwg.org/wiki/MetaExtensions">WHATWG Wiki MetaExtensions page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a><p>Anyone is free to edit the WHATWG Wiki MetaExtensions page at any time to add a type. These new names must be specified with the @@ -883,7 +883,7 @@ </dl><p>Metadata names whose values are to be <a href="urls.html#url" id="url_10" 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="#the-meta-element">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 + <code><a href="#the-meta-element">meta</a></code> element.<h5 id="pragma-directives"><span class="secno">4.2.5.3 </span>Pragma directives</h5><p>When the <dfn aria-haspopup="true" id="attr-meta-http-equiv" role="button" tabindex="0" title="attr-meta-http-equiv"><code>http-equiv</code></dfn> attribute is specified on a <code><a href="#the-meta-element">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 @@ -901,7 +901,7 @@ <tr><td><a href="#attr-meta-http-equiv-refresh" id="attr-meta-http-equiv-refresh_0" title="attr-meta-http-equiv-refresh">Refresh</a> <td><code title="">refresh</code> <td> - </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>) + </table><dl><dt><dfn aria-haspopup="true" id="attr-meta-http-equiv-content-type" role="button" tabindex="0" title="attr-meta-http-equiv-content-type">Encoding declaration state</dfn> (<code title="">http-equiv="content-type"</code>) <dd> @@ -932,7 +932,7 @@ </dd> - <dt><dfn id="attr-meta-http-equiv-default-style" title="attr-meta-http-equiv-default-style">Default style state</dfn> (<code title="">http-equiv="default-style"</code>) + <dt><dfn aria-haspopup="true" id="attr-meta-http-equiv-default-style" role="button" tabindex="0" title="attr-meta-http-equiv-default-style">Default style state</dfn> (<code title="">http-equiv="default-style"</code>) <dd> @@ -943,7 +943,7 @@ </dd> - <dt><dfn id="attr-meta-http-equiv-refresh" title="attr-meta-http-equiv-refresh">Refresh state</dfn> (<code title="">http-equiv="refresh"</code>) + <dt><dfn aria-haspopup="true" id="attr-meta-http-equiv-refresh" role="button" tabindex="0" title="attr-meta-http-equiv-refresh">Refresh state</dfn> (<code title="">http-equiv="refresh"</code>) <dd> @@ -997,7 +997,7 @@ </dl><p>There must not be more than one <code><a href="#the-meta-element">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 + 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 aria-haspopup="true" id="concept-http-equiv-extensions" role="button" tabindex="0" title="concept-http-equiv-extensions">Extensions to the predefined set of pragma directives</dfn> may, under certain conditions, be registered in the <a href="http://wiki.whatwg.org/wiki/PragmaExtensions">WHATWG Wiki PragmaExtensions page</a>. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a><p>Such extensions must use a name that is identical to an HTTP @@ -1029,7 +1029,7 @@ <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><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 aria-haspopup="true" id="character-encoding-declaration" role="button" tabindex="0">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 @@ -1116,7 +1116,7 @@ <pre><?xml version="1.0" encoding="utf-8"?></pre> - </div><h4 id="the-style-element"><span class="secno">4.2.6 </span>The <dfn><code>style</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-style-element"><span class="secno">4.2.6 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>style</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#metadata-content" id="metadata-content_10">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_8">flow content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1133,7 +1133,7 @@ <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> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_13">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlstyleelement" role="button" tabindex="0">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>; 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>; @@ -1144,20 +1144,20 @@ </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 - 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> + 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 aria-haspopup="true" id="attr-style-type" role="button" tabindex="0" 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 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 - 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 is absent, is "<code title="">text/css</code>". <a href="references.html#refsRFC2318">[RFC2318]</a><p>The <dfn aria-haspopup="true" id="attr-style-media" role="button" tabindex="0" 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 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 "<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> + all media.<p>The <dfn aria-haspopup="true" id="attr-style-scoped" role="button" tabindex="0" 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 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 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 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 aria-haspopup="true" id="attr-style-title" role="button" tabindex="0" 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 @@ -1172,7 +1172,7 @@ c-start = "<!--" no-c-end = <any string that doesn't contain a substring that matches c-end > 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> + but CSS is expected to be supported by most Web browsers. <a href="references.html#refsCSS">[CSS]</a><p>The <dfn aria-haspopup="true" id="dom-style-disabled" role="button" tabindex="0" 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 @@ -1199,7 +1199,7 @@ </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 aria-haspopup="true" role="button" tabindex="0" 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 styling information for the user agent to use when rendering the document. The DOM Styling specification specifies what styling information is to be used by the user agent and how it is to be Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.454 retrieving revision 1.455 diff -u -d -r1.454 -r1.455 --- the-button-element.html 6 May 2011 01:54:38 -0000 1.454 +++ the-button-element.html 6 May 2011 04:29:18 -0000 1.455 @@ -342,7 +342,7 @@ <a href="association-of-controls-and-forms.html">4.10.18 Association of controls and forms →</a> <ol class="toc"><li><ol><li><ol><li><a href="the-button-element.html#the-button-element" id="x4.10.8-the-button-element"><span class="secno">4.10.8 </span>The <code>button</code> element</a><li><a href="the-button-element.html#the-select-element" id="x4.10.9-the-select-element"><span class="secno">4.10.9 </span>The <code>select</code> element</a><li><a href="the-button-element.html#the-datalist-element" id="x4.10.10-the-datalist-element"><span class="secno">4.10.10 </span>The <code>datalist</code> element</a><li><a href="the-button-element.html#the-optgroup-element" id="x4.10.11-the-optgroup-element"><span class="secno">4.10.11 </span>The <code>optgroup</code> element</a><li><a href="the-button-element.html#the-option-element" id="x4.10.12-the-option-element"><span class="secno">4.10.12 </span>The <code>option</code> element</a><li><a href="the-button-element.html#the-textarea-element" id="x4.10.13-the-textarea-element"><span class="secno">4.10.13 </span>The <code>textarea</code> element</a><li><a href="he-button-element.html#the-keygen-element" id="x4.10.14-the-keygen-element"><span class="secno">4.10.14 </span>The <code>keygen</code> element</a><li><a href="the-button-element.html#the-output-element" id="x4.10.15-the-output-element"><span class="secno">4.10.15 </span>The <code>output</code> element</a><li><a href="the-button-element.html#the-progress-element" id="x4.10.16-the-progress-element"><span class="secno">4.10.16 </span>The <code>progress</code> element</a><li><a href="the-button-element.html#the-meter-element" id="x4.10.17-the-meter-element"><span class="secno">4.10.17 </span>The <code>meter</code> element</a></ol></ol></ol></div> - <h4 id="the-button-element"><span class="secno">4.10.8 </span>The <dfn><code>button</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <h4 id="the-button-element"><span class="secno">4.10.8 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>button</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_125">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_138">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_13">Interactive content</a>.</dd> @@ -366,7 +366,7 @@ <dd><code title="attr-button-value"><a href="#attr-button-value" id="value_30">value</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlbuttonelement">HTMLButtonElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_97">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlbuttonelement" role="button" tabindex="0">HTMLButtonElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_97">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement_5">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>; @@ -389,7 +389,7 @@ };</pre> </dd> </dl><p>The <code><a href="#the-button-element" id="button_11">button</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 - button. <p>The element is a <a href="forms.html#concept-button" id="concept-button_4" title="concept-button">button</a>.<p>The <dfn id="attr-button-type" title="attr-button-type"><code>type</code></dfn> + button. <p>The element is a <a href="forms.html#concept-button" id="concept-button_4" title="concept-button">button</a>.<p>The <dfn aria-haspopup="true" id="attr-button-type" role="button" tabindex="0" title="attr-button-type"><code>type</code></dfn> attribute controls the behavior of the button when it is activated. It is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute_9">enumerated attribute</a>. The following table lists the keywords and states for the attribute — the keywords @@ -397,13 +397,13 @@ column on the same row as the keyword.<table><thead><tr><th> Keyword <th> State <th> Brief description - <tbody><tr><td><dfn id="attr-button-type-submit" title="attr-button-type-submit"><code>submit</code></dfn> + <tbody><tr><td><dfn aria-haspopup="true" id="attr-button-type-submit" role="button" tabindex="0" title="attr-button-type-submit"><code>submit</code></dfn> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a> <td>Submits the form. - <tr><td><dfn id="attr-button-type-reset" title="attr-button-type-reset"><code>reset</code></dfn> + <tr><td><dfn aria-haspopup="true" id="attr-button-type-reset" role="button" tabindex="0" title="attr-button-type-reset"><code>reset</code></dfn> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-reset-state" title='Read about this "Reset Button" reference in the full HTML5 spec.'>Reset Button</a> <td>Resets the form. - <tr><td><dfn id="attr-button-type-button" title="attr-button-type-button"><code>button</code></dfn> + <tr><td><dfn aria-haspopup="true" id="attr-button-type-button" role="button" tabindex="0" title="attr-button-type-button"><code>button</code></dfn> <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-button-state" title='Read about this "Button" reference in the full HTML5 spec.'>Button</a> <td>Does nothing. </table><p>The <i>missing value default</i> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a> @@ -421,7 +421,7 @@ validation.<p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction_28">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype_28">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod" id="formmethod_28">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate_30">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget_28">formtarget</a></code> must not be specified if the element's <code title="attr-button-type"><a href="#attr-button-type" id="type_77">type</a></code> attribute is not in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a> - state.<p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn> + state.<p>The <dfn aria-haspopup="true" id="attr-button-value" role="button" tabindex="0" title="attr-button-value"><code>value</code></dfn> attribute gives the element's value for the purposes of form submission. 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> is the value of the element's <code title="attr-button-value"><a href="#attr-button-value" id="value_31">value</a></code> attribute, if there is @@ -437,7 +437,7 @@ Show hint </button></pre> - </div><h4 id="the-select-element"><span class="secno">4.10.9 </span>The <dfn><code>select</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-select-element"><span class="secno">4.10.9 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>select</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_126">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_141">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_15">Interactive content</a>.</dd> @@ -457,7 +457,7 @@ <dd><code title="attr-select-size"><a href="#attr-select-size" id="size_30">size</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlselectelement">HTMLSelectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_98">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlselectelement" role="button" tabindex="0">HTMLSelectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_98">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement_6">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>; @@ -490,26 +490,26 @@ };</pre> </dd> </dl><p>The <code><a href="#the-select-element" id="select_18">select</a></code> element represents a control for - selecting amongst a set of options.<p>The <dfn id="attr-select-multiple" title="attr-select-multiple"><code>multiple</code></dfn> + selecting amongst a set of options.<p>The <dfn aria-haspopup="true" id="attr-select-multiple" role="button" tabindex="0" title="attr-select-multiple"><code>multiple</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_13">boolean attribute</a>. If the attribute is present, then the <code><a href="#the-select-element" id="select_19">select</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 control for selecting zero or more options from the <a href="#concept-select-option-list" id="concept-select-option-list_1" title="concept-select-option-list">list of options</a>. If the attribute is absent, then the <code><a href="#the-select-element" id="select_20">select</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 control for - selecting a single option from the <a href="#concept-select-option-list" id="concept-select-option-list_2" title="concept-select-option-list">list of options</a>.<p>The <dfn id="attr-select-size" title="attr-select-size"><code>size</code></dfn> + selecting a single option from the <a href="#concept-select-option-list" id="concept-select-option-list_2" title="concept-select-option-list">list of options</a>.<p>The <dfn aria-haspopup="true" id="attr-select-size" role="button" tabindex="0" title="attr-select-size"><code>size</code></dfn> attribute gives the number of options to show to the user. The <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_26">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_10">valid non-negative integer</a> greater than zero. If the <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_35">multiple</a></code> attribute is present, then the <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_27">size</a></code> attribute's default value is 4. If the <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_36">multiple</a></code> attribute is absent, then the <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_28">size</a></code> attribute's - default value is 1.<p>The <dfn id="concept-select-option-list" title="concept-select-option-list">list of options</dfn> + default value is 1.<p>The <dfn aria-haspopup="true" id="concept-select-option-list" role="button" tabindex="0" title="concept-select-option-list">list of options</dfn> for a <code><a href="#the-select-element" id="select_21">select</a></code> element consists of all the <code><a href="#the-option-element" id="option_10">option</a></code> element children of the <code><a href="#the-select-element" id="select_22">select</a></code> element, and all the <code><a href="#the-option-element" id="option_11">option</a></code> element children of all the <code><a href="#the-optgroup-element" id="optgroup_4">optgroup</a></code> element children of the <code><a href="#the-select-element" id="select_23">select</a></code> - element, in <a href="infrastructure.html#tree-order" id="tree-order_7">tree order</a>.<p>The <dfn id="attr-select-required" title="attr-select-required"><code>required</code></dfn> + element, in <a href="infrastructure.html#tree-order" id="tree-order_7">tree order</a>.<p>The <dfn aria-haspopup="true" id="attr-select-required" role="button" tabindex="0" title="attr-select-required"><code>required</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_14">boolean attribute</a>. When specified, the user will be required to select a value before submitting the form.<p>If a <code><a href="#the-select-element" id="select_24">select</a></code> element has a <code title="attr-select-required"><a href="#attr-select-required" id="required_29">required</a></code> attribute specified, @@ -522,7 +522,7 @@ <code><a href="#the-option-element" id="option_13">option</a></code> element's parent node is the <code><a href="#the-select-element" id="select_26">select</a></code> element (and not an <code><a href="#the-optgroup-element" id="optgroup_5">optgroup</a></code> element), then that <code><a href="#the-option-element" id="option_14">option</a></code> is the <code><a href="#the-select-element" id="select_27">select</a></code> element's - <dfn id="placeholder-label-option">placeholder label option</dfn>.<p>If a <code><a href="#the-select-element" id="select_28">select</a></code> element has a <code title="attr-select-required"><a href="#attr-select-required" id="required_30">required</a></code> attribute specified, + <dfn aria-haspopup="true" id="placeholder-label-option" role="button" tabindex="0">placeholder label option</dfn>.<p>If a <code><a href="#the-select-element" id="select_28">select</a></code> element has a <code title="attr-select-required"><a href="#attr-select-required" id="required_30">required</a></code> attribute specified, does not have a <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_38">multiple</a></code> attribute specified, and has a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-select-size" title='Read about this "display size" reference in the full HTML5 spec.'>display size</a> of 1, then the <code><a href="#the-select-element" id="select_29">select</a></code> element must have a <a href="#placeholder-label-option" id="placeholder-label-option_0">placeholder @@ -655,7 +655,7 @@ </select> </p></pre> - </div><h4 id="the-datalist-element"><span class="secno">4.10.10 </span>The <dfn><code>datalist</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-datalist-element"><span class="secno">4.10.10 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>datalist</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_127">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_143">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -667,7 +667,7 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_91">Global attributes</a></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmldatalistelement">HTMLDataListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_102">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmldatalistelement" role="button" tabindex="0">HTMLDataListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_102">HTMLElement</a> { readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection_34">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>; };</pre> </dd> @@ -689,7 +689,7 @@ <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection_35">HTMLCollection</a></code> of the <code>options</code> elements of the table.</p> </dd> - </dl><h4 id="the-optgroup-element"><span class="secno">4.10.11 </span>The <dfn><code>optgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </dl><h4 id="the-optgroup-element"><span class="secno">4.10.11 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>optgroup</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-select-element" id="select_34">select</a></code> element.</dd> @@ -701,7 +701,7 @@ <dd><code title="attr-optgroup-label"><a href="#attr-optgroup-label" id="label_31">label</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmloptgroupelement">HTMLOptGroupElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_103">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmloptgroupelement" role="button" tabindex="0">HTMLOptGroupElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_103">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; };</pre> @@ -709,9 +709,9 @@ </dl><p>The <code><a href="#the-optgroup-element" id="optgroup_7">optgroup</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 <code><a href="#the-option-element" id="option_23">option</a></code> elements with a common label.<p>The element's group of <code><a href="#the-option-element" id="option_24">option</a></code> elements consists of the <code><a href="#the-option-element" id="option_25">option</a></code> elements that are children of the - <code><a href="#the-optgroup-element" id="optgroup_8">optgroup</a></code> element.<p>The <dfn id="attr-optgroup-disabled" title="attr-optgroup-disabled"><code>disabled</code></dfn> attribute + <code><a href="#the-optgroup-element" id="optgroup_8">optgroup</a></code> element.<p>The <dfn aria-haspopup="true" id="attr-optgroup-disabled" role="button" tabindex="0" title="attr-optgroup-disabled"><code>disabled</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_15">boolean attribute</a> and can be used to <a href="#concept-option-disabled" id="concept-option-disabled_1" title="concept-option-disabled">disable</a> a group of - <code><a href="#the-option-element" id="option_26">option</a></code> elements together.<p>The <dfn id="attr-optgroup-label" title="attr-optgroup-label"><code>label</code></dfn> + <code><a href="#the-option-element" id="option_26">option</a></code> elements together.<p>The <dfn aria-haspopup="true" id="attr-optgroup-label" role="button" tabindex="0" title="attr-optgroup-label"><code>label</code></dfn> attribute must be specified. Its value gives the name of the group, for the purposes of the user interface. <div class="example"> @@ -740,7 +740,7 @@ <p><input type=submit value="▶ Play"> </form></pre> - </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn><code>option</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>option</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-select-element" id="select_36">select</a></code> element.</dd> @@ -761,7 +761,7 @@ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value), NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected), NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)] -interface <dfn id="htmloptionelement">HTMLOptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_104">HTMLElement</a> { +interface <dfn aria-haspopup="true" id="htmloptionelement" role="button" tabindex="0">HTMLOptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_104">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement_7">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-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-button-element.html#dom-option-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; @@ -780,17 +780,17 @@ <code><a href="#the-select-element" id="select_39">select</a></code> element's <a href="#placeholder-label-option" id="placeholder-label-option_1">placeholder label option</a>. A <a href="#placeholder-label-option" id="placeholder-label-option_2">placeholder label option</a> does not represent an actual option, but instead represents a label for the <code><a href="#the-select-element" id="select_40">select</a></code> - control.<p>The <dfn id="attr-option-disabled" title="attr-option-disabled"><code>disabled</code></dfn> + control.<p>The <dfn aria-haspopup="true" id="attr-option-disabled" role="button" tabindex="0" title="attr-option-disabled"><code>disabled</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_16">boolean attribute</a>. An - <code><a href="#the-option-element" id="option_29">option</a></code> element is <dfn id="concept-option-disabled" title="concept-option-disabled">disabled</dfn> if its <code title="attr-option-disabled"><a href="#attr-option-disabled" id="disabled_7">disabled</a></code> attribute is present or + <code><a href="#the-option-element" id="option_29">option</a></code> element is <dfn aria-haspopup="true" id="concept-option-disabled" role="button" tabindex="0" title="concept-option-disabled">disabled</dfn> if its <code title="attr-option-disabled"><a href="#attr-option-disabled" id="disabled_7">disabled</a></code> attribute is present or if it is a child of an <code><a href="#the-optgroup-element" id="optgroup_10">optgroup</a></code> element whose <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled" id="disabled_4">disabled</a></code> attribute is - present.<p>The <dfn id="attr-option-label" title="attr-option-label"><code>label</code></dfn> - attribute provides a label for element. The <dfn id="concept-option-label" title="concept-option-label">label</dfn> of an <code><a href="#the-option-element" id="option_30">option</a></code> + present.<p>The <dfn aria-haspopup="true" id="attr-option-label" role="button" tabindex="0" title="attr-option-label"><code>label</code></dfn> + attribute provides a label for element. The <dfn aria-haspopup="true" id="concept-option-label" role="button" tabindex="0" title="concept-option-label">label</dfn> of an <code><a href="#the-option-element" id="option_30">option</a></code> element is the value of the <code title="attr-option-label"><a href="#attr-option-label" id="label_34">label</a></code> attribute, if there is one, - or 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 the element, if there isn't.<p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn> - attribute provides a value for element. The <dfn id="concept-option-value" title="concept-option-value">value</dfn> of an <code><a href="#the-option-element" id="option_31">option</a></code> + or 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 the element, if there isn't.<p>The <dfn aria-haspopup="true" id="attr-option-value" role="button" tabindex="0" title="attr-option-value"><code>value</code></dfn> + attribute provides a value for element. The <dfn aria-haspopup="true" id="concept-option-value" role="button" tabindex="0" title="concept-option-value">value</dfn> of an <code><a href="#the-option-element" id="option_31">option</a></code> element is the value of the <code title="attr-option-value"><a href="#attr-option-value" id="value_35">value</a></code> attribute, if there is one, - or 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 the element, if there isn't.<p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn> + or 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 the element, if there isn't.<p>The <dfn aria-haspopup="true" id="attr-option-selected" role="button" tabindex="0" title="attr-option-selected"><code>selected</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_17">boolean attribute</a>. It represents the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.'>selectedness</a> of the element.<p>A <code><a href="#the-select-element" id="select_41">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_40">multiple</a></code> attribute is not @@ -846,7 +846,7 @@ </dd> - </dl><h4 id="the-textarea-element"><span class="secno">4.10.13 </span>The <dfn><code>textarea</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </dl><h4 id="the-textarea-element"><span class="secno">4.10.13 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>textarea</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_128">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_146">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_16">Interactive content</a>.</dd> @@ -871,7 +871,7 @@ <dd><code title="attr-textarea-wrap"><a href="#attr-textarea-wrap" id="wrap">wrap</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmltextareaelement">HTMLTextAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_105">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmltextareaelement" role="button" tabindex="0">HTMLTextAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_105">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-cols" title='Read about this "cols" reference in the full HTML5 spec.'>cols</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-dirname" title='Read about this "dirName" reference in the full HTML5 spec.'>dirName</a>; @@ -907,45 +907,45 @@ </dd> </dl><p>The <code><a href="#the-textarea-element" id="textarea_24">textarea</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 multiline plain text edit control. The contents of the control represent the - control's default value.<p>The <dfn id="attr-textarea-readonly" title="attr-textarea-readonly"><code>readonly</code></dfn> attribute + control's default value.<p>The <dfn aria-haspopup="true" id="attr-textarea-readonly" role="button" tabindex="0" title="attr-textarea-readonly"><code>readonly</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_18">boolean attribute</a> used to control whether the text - can be edited by the user or not.<p>The <dfn id="attr-textarea-cols" title="attr-textarea-cols"><code>cols</code></dfn> + can be edited by the user or not.<p>The <dfn aria-haspopup="true" id="attr-textarea-cols" role="button" tabindex="0" title="attr-textarea-cols"><code>cols</code></dfn> attribute specifies the expected maximum number of characters per line. If the <code title="attr-textarea-cols"><a href="#attr-textarea-cols" id="cols_0">cols</a></code> attribute is specified, its value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer_11">valid non-negative - integer</a> greater than zero. <p>The <dfn id="attr-textarea-rows" title="attr-textarea-rows"><code>rows</code></dfn> + integer</a> greater than zero. <p>The <dfn aria-haspopup="true" id="attr-textarea-rows" role="button" tabindex="0" title="attr-textarea-rows"><code>rows</code></dfn> attribute specifies the number of lines to show. If the <code title="attr-textarea-rows"><a href="#attr-textarea-rows" id="rows_0">rows</a></code> attribute is specified, its value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer_12">valid non-negative integer</a> greater than - zero. <p>The <dfn id="attr-textarea-wrap" title="attr-textarea-wrap"><code>wrap</code></dfn> + zero. <p>The <dfn aria-haspopup="true" id="attr-textarea-wrap" role="button" tabindex="0" title="attr-textarea-wrap"><code>wrap</code></dfn> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute_10">enumerated attribute</a> with two keywords - and states: the <dfn id="attr-textarea-wrap-soft" title="attr-textarea-wrap-soft"><code>soft</code></dfn> keyword + and states: the <dfn aria-haspopup="true" id="attr-textarea-wrap-soft" role="button" tabindex="0" title="attr-textarea-wrap-soft"><code>soft</code></dfn> keyword which maps to the <a href="#attr-textarea-wrap-soft-state" id="attr-textarea-wrap-soft-state_0" title="attr-textarea-wrap-soft-state">Soft</a> state, and the - <dfn id="attr-textarea-wrap-hard" title="attr-textarea-wrap-hard"><code>hard</code></dfn> keyword + <dfn aria-haspopup="true" id="attr-textarea-wrap-hard" role="button" tabindex="0" title="attr-textarea-wrap-hard"><code>hard</code></dfn> keyword which maps to the <a href="#attr-textarea-wrap-hard-state" id="attr-textarea-wrap-hard-state_0" title="attr-textarea-wrap-hard-state">Hard</a> state. The - <i>missing value default</i> is the <a href="#attr-textarea-wrap-soft-state" id="attr-textarea-wrap-soft-state_1" title="attr-textarea-wrap-soft-state">Soft</a> state.<p>The <dfn id="attr-textarea-wrap-soft-state" title="attr-textarea-wrap-soft-state">Soft</dfn> state + <i>missing value default</i> is the <a href="#attr-textarea-wrap-soft-state" id="attr-textarea-wrap-soft-state_1" title="attr-textarea-wrap-soft-state">Soft</a> state.<p>The <dfn aria-haspopup="true" id="attr-textarea-wrap-soft-state" role="button" tabindex="0" title="attr-textarea-wrap-soft-state">Soft</dfn> state indicates that the text in the <code><a href="#the-textarea-element" id="textarea_25">textarea</a></code> is not to be wrapped when it is submitted (though it can still be wrapped in the - rendering).<p>The <dfn id="attr-textarea-wrap-hard-state" title="attr-textarea-wrap-hard-state">Hard</dfn> state + rendering).<p>The <dfn aria-haspopup="true" id="attr-textarea-wrap-hard-state" role="button" tabindex="0" title="attr-textarea-wrap-hard-state">Hard</dfn> state indicates that the text in the <code><a href="#the-textarea-element" id="textarea_26">textarea</a></code> is to have newlines added by the user agent so that the text is wrapped when it is submitted.<p>If the element's <code title="attr-textarea-wrap"><a href="#attr-textarea-wrap" id="wrap_0">wrap</a></code> attribute is in the <a href="#attr-textarea-wrap-hard-state" id="attr-textarea-wrap-hard-state_1" title="attr-textarea-wrap-hard-state">Hard</a> state, the <code title="attr-textarea-cols"><a href="#attr-textarea-cols" id="cols_1">cols</a></code> attribute must be - specified.<p>The <dfn id="attr-textarea-maxlength" title="attr-textarea-maxlength"><code>maxlength</code></dfn> + specified.<p>The <dfn aria-haspopup="true" id="attr-textarea-maxlength" role="button" tabindex="0" title="attr-textarea-maxlength"><code>maxlength</code></dfn> attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" id="attr-fe-maxlength_1" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> controlled by the <code><a href="#the-textarea-element" id="textarea_27">textarea</a></code> element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.'>dirty value flag</a>.<p>If the <code><a href="#the-textarea-element" id="textarea_28">textarea</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length_2">maximum allowed value length</a>, then the element's children must be such that 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><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> IDL attribute is 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_3">maximum allowed value length</a>.<p>The <dfn id="attr-textarea-required" title="attr-textarea-required"><code>required</code></dfn> attribute + element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length_3">maximum allowed value length</a>.<p>The <dfn aria-haspopup="true" id="attr-textarea-required" role="button" tabindex="0" title="attr-textarea-required"><code>required</code></dfn> attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_19">boolean attribute</a>. When specified, the user will - be required to enter a value before submitting the form.<p>The <dfn id="attr-textarea-placeholder" title="attr-textarea-placeholder"><code>placeholder</code></dfn> + be required to enter a value before submitting the form.<p>The <dfn aria-haspopup="true" id="attr-textarea-placeholder" role="button" tabindex="0" title="attr-textarea-placeholder"><code>placeholder</code></dfn> attribute represents a 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_26">title</a></code> attribute is more appropriate.<p>The <code title="attr-textarea-placeholder"><a href="#attr-textarea-placeholder" id="placeholder_29">placeholder</a></code> attribute should not be used as an alternative to a - <code><a href="forms.html#the-label-element" id="label_20">label</a></code>.<p>The <dfn id="attr-textarea-dirname" title="attr-textarea-dirname"><code>dirname</code></dfn> + <code><a href="forms.html#the-label-element" id="label_20">label</a></code>.<p>The <dfn aria-haspopup="true" id="attr-textarea-dirname" role="button" tabindex="0" title="attr-textarea-dirname"><code>dirname</code></dfn> attribute is a <a href="association-of-controls-and-forms.html#form-control-dirname-attribute" id="form-control-dirname-attribute_1">form control <code title="">dirname</code> attribute</a>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form_54">form</a></code> attribute is used to explicitly associate the <code><a href="#the-textarea-element" id="textarea_29">textarea</a></code> element with its @@ -995,7 +995,7 @@ <pre><p>If you have any comments, please let us know (you may use either English or Hebrew for your comments): <textarea cols=80 name=comments dirname=comments.dir></textarea></p></pre> - </div><h4 id="the-keygen-element"><span class="secno">4.10.14 </span>The <dfn><code>keygen</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-keygen-element"><span class="secno">4.10.14 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>keygen</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_129">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_148">Phrasing content</a>.</dd> <dd><a href="content-models.html#interactive-content" id="interactive-content_17">Interactive content</a>.</dd> @@ -1014,7 +1014,7 @@ <dd><code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name_43">name</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlkeygenelement">HTMLKeygenElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_106">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlkeygenelement" role="button" tabindex="0">HTMLKeygenElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_106">HTMLElement</a> { attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-challenge" title='Read about this "challenge" reference in the full HTML5 spec.'>challenge</a>; attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; @@ -1036,9 +1036,9 @@ </dl><p>The <code><a href="#the-keygen-element" id="keygen_12">keygen</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 key pair generator control. When the control's form is submitted, the private key is stored in the local keystore, and the public key is - packaged and sent to the server.<p>The <dfn id="attr-keygen-challenge" title="attr-keygen-challenge"><code>challenge</code></dfn> attribute + packaged and sent to the server.<p>The <dfn aria-haspopup="true" id="attr-keygen-challenge" role="button" tabindex="0" title="attr-keygen-challenge"><code>challenge</code></dfn> attribute may be specified. Its value will be packaged with the submitted - key.<p>The <dfn id="attr-keygen-keytype" title="attr-keygen-keytype"><code>keytype</code></dfn> + key.<p>The <dfn aria-haspopup="true" id="attr-keygen-keytype" role="button" tabindex="0" title="attr-keygen-keytype"><code>keytype</code></dfn> attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute_11">enumerated attribute</a>. The following table lists the keywords and states for the attribute — the keywords in the left column map to the states listed in the cell in @@ -1087,7 +1087,7 @@ can then be used for various purposes, such as generating a client certificate, as mentioned above.</p> - </div><h4 id="the-output-element"><span class="secno">4.10.15 </span>The <dfn><code>output</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-output-element"><span class="secno">4.10.15 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>output</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_130">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_150">Phrasing content</a>.</dd> <dd><a href="forms.html#category-listed" id="category-listed_9" title="category-listed">Listed</a>, <a href="forms.html#category-label" id="category-label_7" title="category-label">labelable</a>, and <a href="forms.html#category-reset" id="category-reset_5" title="category-reset">resettable</a> <a href="forms.html#form-associated-element" id="form-associated-element_13">form-associated element</a>.</dd> @@ -1102,7 +1102,7 @@ <dd><code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name_45">name</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmloutputelement">HTMLOutputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_107">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmloutputelement" role="button" tabindex="0">HTMLOutputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_107">HTMLElement</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/the-button-element.html#dom-output-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.'>htmlFor</a>; readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement_10">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>; @@ -1121,7 +1121,7 @@ };</pre> </dd> </dl><p>The <code><a href="#the-output-element" id="output_11">output</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 result of a - calculation.<p>The <dfn id="attr-output-for" title="attr-output-for"><code>for</code></dfn> content + calculation.<p>The <dfn aria-haspopup="true" id="attr-output-for" role="button" tabindex="0" title="attr-output-for"><code>for</code></dfn> content attribute allows an explicit relationship to be made between the result of a calculation and the elements that represent the values that went into the calculation or that otherwise influenced the @@ -1172,7 +1172,7 @@ <output name=o></output> </form></pre> - </div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>progress</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_131">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_153">Phrasing content</a>.</dd> <dd><a href="forms.html#category-label" id="category-label_8" title="category-label">Labelable</a> <a href="forms.html#form-associated-element" id="form-associated-element_14">form-associated element</a>.</dd> @@ -1187,7 +1187,7 @@ <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form_59">form</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlprogresselement">HTMLProgressElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_108">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlprogresselement" role="button" tabindex="0">HTMLProgressElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_108">HTMLElement</a> { attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>; readonly attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>; @@ -1202,8 +1202,8 @@ because the task is waiting for a remote host to respond), or the progress is a number in the range zero to a maximum, giving the fraction of work that has so far been completed.<p>There are two attributes that determine the current task - completion represented by the element. The <dfn id="attr-progress-value" title="attr-progress-value"><code>value</code></dfn> attribute - specifies how much of the task has been completed, and the <dfn id="attr-progress-max" title="attr-progress-max"><code>max</code></dfn> attribute specifies + completion represented by the element. The <dfn aria-haspopup="true" id="attr-progress-value" role="button" tabindex="0" title="attr-progress-value"><code>value</code></dfn> attribute + specifies how much of the task has been completed, and the <dfn aria-haspopup="true" id="attr-progress-max" role="button" tabindex="0" title="attr-progress-max"><code>max</code></dfn> attribute specifies how much work the task requires in total. The units are arbitrary and not specified.<p class="note">To make an determinate progress bar, add a <code title="attr-progress-value"><a href="#attr-progress-value" id="value_39">value</a></code> attribute with the current progress (either a number from 0.0 to 1.0, or, if the <code title="attr-progress-max"><a href="#attr-progress-max" id="max_37">max</a></code> attribute is specified, a @@ -1249,7 +1249,7 @@ </dd> - </dl><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn><code>meter</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </dl><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>meter</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_132">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content_156">Phrasing content</a>.</dd> <dd><a href="forms.html#category-label" id="category-label_9" title="category-label">Labelable</a> <a href="forms.html#form-associated-element" id="form-associated-element_15">form-associated element</a>.</dd> @@ -1268,7 +1268,7 @@ <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form_60">form</a></code></dd> <dt>DOM interface:</dt> <dd> -<pre class="idl">interface <dfn id="htmlmeterelement">HTMLMeterElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_109">HTMLElement</a> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlmeterelement" role="button" tabindex="0">HTMLMeterElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_109">HTMLElement</a> { attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>; attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>; @@ -1288,15 +1288,15 @@ represent a scalar value of arbitrary range — for example, it would be wrong to use this to report a weight, or height, unless there is a known maximum value.<p>There are six attributes that determine the semantics of the - gauge represented by the element.<p>The <dfn id="attr-meter-min" title="attr-meter-min"><code>min</code></dfn> attribute - specifies the lower bound of the range, and the <dfn id="attr-meter-max" title="attr-meter-max"><code>max</code></dfn> attribute specifies - the upper bound. The <dfn id="attr-meter-value" title="attr-meter-value"><code>value</code></dfn> attribute + gauge represented by the element.<p>The <dfn aria-haspopup="true" id="attr-meter-min" role="button" tabindex="0" title="attr-meter-min"><code>min</code></dfn> attribute + specifies the lower bound of the range, and the <dfn aria-haspopup="true" id="attr-meter-max" role="button" tabindex="0" title="attr-meter-max"><code>max</code></dfn> attribute specifies + the upper bound. The <dfn aria-haspopup="true" id="attr-meter-value" role="button" tabindex="0" title="attr-meter-value"><code>value</code></dfn> attribute specifies the value to have the gauge indicate as the "measured" value.<p>The other three attributes can be used to segment the gauge's range into "low", "medium", and "high" parts, and to indicate which - part of the gauge is the "optimum" part. The <dfn id="attr-meter-low" title="attr-meter-low"><code>low</code></dfn> attribute specifies - the range that is considered to be the "low" part, and the <dfn id="attr-meter-high" title="attr-meter-high"><code>high</code></dfn> attribute specifies - the range that is considered to be the "high" part. The <dfn id="attr-meter-optimum" title="attr-meter-optimum"><code>optimum</code></dfn> attribute + part of the gauge is the "optimum" part. The <dfn aria-haspopup="true" id="attr-meter-low" role="button" tabindex="0" title="attr-meter-low"><code>low</code></dfn> attribute specifies + the range that is considered to be the "low" part, and the <dfn aria-haspopup="true" id="attr-meter-high" role="button" tabindex="0" title="attr-meter-high"><code>high</code></dfn> attribute specifies + the range that is considered to be the "high" part. The <dfn aria-haspopup="true" id="attr-meter-optimum" role="button" tabindex="0" title="attr-meter-optimum"><code>optimum</code></dfn> attribute gives the position that is "optimum"; if that is higher than the "high" value then this indicates that the higher the value, the better; if it's lower than the "low" mark then it indicates that Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.452 retrieving revision 1.453 diff -u -d -r1.452 -r1.453 --- dnd.html 6 May 2011 01:54:33 -0000 1.452 +++ dnd.html 6 May 2011 04:29:10 -0000 1.453 @@ -344,7 +344,7 @@ <ol><li><a href="dnd.html#introduction-7"><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.6 </span>Events summary</a><li><a href="dnd.html#the-draggable-attribute" id="x7.7.7-the-draggable-attribute"><span class="secno">7.7.7 </span>The <code>draggable</code> attribute</a><li><a href="dnd.html#the-dropzone-attribute" id="x7.7.8-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> - <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 + <h3 id="dnd"><span class="secno">7.7 </span><dfn aria-haspopup="true" role="button" tabindex="0">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 @@ -423,11 +423,11 @@ event.target.parentNode.removeChild(event.target); } </script></pre><h4 id="the-drag-data-store"><span class="secno">7.7.2 </span>The drag data store</h4><p>The data that underlies a drag-and-drop operation, known as the - <dfn id="drag-data-store">drag data store</dfn>, consists of the following information:<ul><li><p>A <dfn id="drag-data-store-item-list">drag data store item list</dfn>, which is a list of + <dfn aria-haspopup="true" id="drag-data-store" role="button" tabindex="0">drag data store</dfn>, consists of the following information:<ul><li><p>A <dfn aria-haspopup="true" id="drag-data-store-item-list" role="button" tabindex="0">drag data store item list</dfn>, which is a list of items representing the dragged data, each consisting of the following information:</p> - <dl><dt><dfn id="the-drag-data-item-kind">The drag data item kind</dfn></dt> + <dl><dt><dfn aria-haspopup="true" id="the-drag-data-item-kind" role="button" tabindex="0">The drag data item kind</dfn></dt> <dd> @@ -447,7 +447,7 @@ </dl></dd> - <dt><dfn id="the-drag-data-item-type-string">The drag data item type string</dfn></dt> + <dt><dfn aria-haspopup="true" id="the-drag-data-item-type-string" role="button" tabindex="0">The drag data item type string</dfn></dt> <dd> @@ -486,23 +486,23 @@ during the drag:</p> <ul><li>User-agent-defined default feedback information, known as the - <dfn id="drag-data-store-default-feedback">drag data store default feedback</dfn>.</li> + <dfn aria-haspopup="true" id="drag-data-store-default-feedback" role="button" tabindex="0">drag data store default feedback</dfn>.</li> - <li>A list of zero or more elements known as the <dfn id="drag-data-store-elements-list">drag data + <li>A list of zero or more elements known as the <dfn aria-haspopup="true" id="drag-data-store-elements-list" role="button" tabindex="0">drag data store elements list</dfn>.</li> <li>Optionally, a bitmap image and the coordinate of a point - within that image, known as the <dfn id="drag-data-store-bitmap">drag data store bitmap</dfn> - and <dfn id="drag-data-store-hot-spot-coordinate">drag data store hot spot coordinate</dfn>.</li> + within that image, known as the <dfn aria-haspopup="true" id="drag-data-store-bitmap" role="button" tabindex="0">drag data store bitmap</dfn> + and <dfn aria-haspopup="true" id="drag-data-store-hot-spot-coordinate" role="button" tabindex="0">drag data store hot spot coordinate</dfn>.</li> </ul></li> <li> - <p>A <dfn id="drag-data-store-mode">drag data store mode</dfn>, which is one of the + <p>A <dfn aria-haspopup="true" id="drag-data-store-mode" role="button" tabindex="0">drag data store mode</dfn>, which is one of the following:</p> - <dl><dt><dfn id="concept-dnd-rw" title="concept-dnd-rw">Read/write mode</dfn></dt> + <dl><dt><dfn aria-haspopup="true" id="concept-dnd-rw" role="button" tabindex="0" 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. @@ -510,7 +510,7 @@ </dd> - <dt><dfn id="concept-dnd-ro" title="concept-dnd-ro">Read-only mode</dfn></dt> + <dt><dfn aria-haspopup="true" id="concept-dnd-ro" role="button" tabindex="0" 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 @@ -519,7 +519,7 @@ </dd> - <dt><dfn id="concept-dnd-p" title="concept-dnd-p">Protected mode</dfn></dt> + <dt><dfn aria-haspopup="true" id="concept-dnd-p" role="button" tabindex="0" 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 @@ -533,12 +533,12 @@ <li> - <p>A <dfn id="drag-data-store-allowed-effects-state">drag data store allowed effects state</dfn>, which is a + <p>A <dfn aria-haspopup="true" id="drag-data-store-allowed-effects-state" role="button" tabindex="0">drag data store allowed effects state</dfn>, which is a string.</p> </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" id="drag-data-store_2">drag data store</a> is <dfn aria-haspopup="true" id="create-a-drag-data-store" role="button" tabindex="0" 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 @@ -547,7 +547,7 @@ 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 - operation.<pre class="idl">interface <dfn id="datatransfer">DataTransfer</dfn> { + operation.<pre class="idl">interface <dfn aria-haspopup="true" id="datatransfer" role="button" tabindex="0">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>; @@ -668,7 +668,7 @@ </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> { + <code><a href="#datatransferitems" id="datatransferitems_3">DataTransferItems</a></code> object.<pre class="idl">interface <dfn aria-haspopup="true" id="datatransferitems" role="button" tabindex="0">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" id="datatransferitem_0">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); @@ -719,13 +719,13 @@ </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> { + <code><a href="#datatransfer" id="datatransfer_5">DataTransfer</a></code> object.<pre class="idl">interface <dfn aria-haspopup="true" id="datatransferitem" role="button" tabindex="0">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" id="functionstringcallback_0">FunctionStringCallback</a> callback); <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#file" title='Read about this "File" reference in the full HTML5 spec.'>File</a> <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> { +interface <dfn aria-haspopup="true" id="functionstringcallback" role="button" tabindex="0">FunctionStringCallback</dfn> { void <span title="dom-FunctionStringCallback-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/dnd.html#dom-datatransferitem-kind" title='Read about this "kind" reference in the full HTML5 spec.'>kind</a></code></dt> <dd> @@ -759,7 +759,7 @@ </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> { + all use the <code><a href="#dragevent" id="dragevent_1">DragEvent</a></code> interface.<pre class="idl">interface <dfn aria-haspopup="true" id="dragevent" role="button" tabindex="0">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>; 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" id="datatransfer_7">DataTransfer</a> dataTransferArg); @@ -780,7 +780,7 @@ <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> + <tbody><tr><td><dfn aria-haspopup="true" id="event-dragstart" role="button" tabindex="0" 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>✓ Cancelable</td> @@ -788,7 +788,7 @@ <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> + <tr><td><dfn aria-haspopup="true" id="event-drag" role="button" tabindex="0" 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>✓ Cancelable</td> @@ -796,7 +796,7 @@ <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> + <tr><td><dfn aria-haspopup="true" id="event-dragenter" role="button" tabindex="0" 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-0" id="the-body-element_6">the body element</a></td> <td>✓ Cancelable</td> @@ -804,7 +804,7 @@ <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> + <tr><td><dfn aria-haspopup="true" id="event-dragleave" role="button" tabindex="0" 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>—</td> @@ -812,7 +812,7 @@ <td>"<code title="">none</code>"</td> <td>None</td> - <tr><td><dfn id="event-dragover" title="event-dragover"><code>dragover</code></dfn></td> + <tr><td><dfn aria-haspopup="true" id="event-dragover" role="button" tabindex="0" 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>✓ Cancelable</td> @@ -820,7 +820,7 @@ <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> + <tr><td><dfn aria-haspopup="true" id="event-drop" role="button" tabindex="0" 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>✓ Cancelable</td> @@ -828,7 +828,7 @@ <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> + <tr><td><dfn aria-haspopup="true" id="event-dragend" role="button" tabindex="0" 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>—</td> @@ -840,7 +840,7 @@ <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="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 aria-haspopup="true" role="button" tabindex="0" 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 state is <i>true</i> and it has the keyword <code title="">true</code>. The second state is <i>false</i> and it has @@ -859,22 +859,22 @@ </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 + </dl><h4 id="the-dropzone-attribute"><span class="secno">7.7.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0" 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 - 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> + case-insensitive</a>. The allowed values are the following:<dl><dt><dfn aria-haspopup="true" id="attr-dropzone-copy" role="button" tabindex="0" title="attr-dropzone-copy"><code>copy</code></dfn></dt> <dd><p>Indicates that dropping an accepted item on the element will result in a copy of the dragged data.</p> - <dt><dfn id="attr-dropzone-move" title="attr-dropzone-move"><code>move</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="attr-dropzone-move" role="button" tabindex="0" title="attr-dropzone-move"><code>move</code></dfn></dt> <dd><p>Indicates that dropping an accepted item on the element will result in the dragged data being moved to the new location.</p> - <dt><dfn id="attr-dropzone-link" title="attr-dropzone-link"><code>link</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="attr-dropzone-link" role="button" tabindex="0" title="attr-dropzone-link"><code>link</code></dfn></dt> <dd><p>Indicates that dropping an accepted item on the element will result in a link to the original data.</p> @@ -978,11 +978,11 @@ </dd> - </dl><p>A document is <dfn id="ready-for-editing-host-commands">ready for editing host commands</dfn> if it + </dl><p>A document is <dfn aria-haspopup="true" id="ready-for-editing-host-commands" role="button" tabindex="0">ready for editing host commands</dfn> if it 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>, or if it has no selection but its caret is inside 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>.<p>The possible values for <var title="">commandId</var>, and their - corresponding meanings, are as follows. <dl><dt><dfn id="command-bold" title="command-bold"><code>bold</code></dfn></dt> + corresponding meanings, are as follows. <dl><dt><dfn aria-haspopup="true" id="command-bold" role="button" tabindex="0" 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 @@ -995,7 +995,7 @@ if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> - <dt><dfn id="command-createlink" title="command-createLink"><code>createLink</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-createlink" role="button" tabindex="0" title="command-createLink"><code>createLink</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is a link or not. If the second argument is true, and a link is to be added, the user agent will ask the user for the address. Otherwise, @@ -1007,7 +1007,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-delete" title="command-delete"><code>delete</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-delete" role="button" tabindex="0" title="command-delete"><code>delete</code></dfn></dt> <dd><strong>Summary</strong>: Deletes the selection or the character before the cursor.</dd> @@ -1017,10 +1017,10 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-formatblock" title="command-formatBlock"><code>formatBlock</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-formatblock" role="button" tabindex="0" title="command-formatBlock"><code>formatBlock</code></dfn></dt> <dd><strong>Summary</strong>: Wraps the selection in the element given by the third argument. If the third argument doesn't - specify an element that is a <dfn id="formatblock-candidate"><code title="">formatBlock</code> + specify an element that is a <dfn aria-haspopup="true" id="formatblock-candidate" role="button" tabindex="0"><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 @@ -1029,7 +1029,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-forwarddelete" title="command-forwardDelete"><code>forwardDelete</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-forwarddelete" role="button" tabindex="0" title="command-forwardDelete"><code>forwardDelete</code></dfn></dt> <dd><strong>Summary</strong>: Deletes the selection or the character after the cursor.</dd> @@ -1039,7 +1039,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-insertimage" title="command-insertImage"><code>insertImage</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-insertimage" role="button" tabindex="0" title="command-insertImage"><code>insertImage</code></dfn></dt> <dd><strong>Summary</strong>: Toggles whether the selection is an image or not. If the second argument is true, and an image is to be added, the user agent will ask the user for the address. Otherwise, @@ -1051,7 +1051,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-inserthtml" title="command-insertHTML"><code>insertHTML</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-inserthtml" role="button" tabindex="0" title="command-insertHTML"><code>insertHTML</code></dfn></dt> <dd><strong>Summary</strong>: Replaces the selection with the value of the third argument parsed as HTML.</dd> @@ -1061,7 +1061,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-insertlinebreak" title="command-insertLineBreak"><code>insertLineBreak</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-insertlinebreak" role="button" tabindex="0" 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 @@ -1070,7 +1070,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-insertorderedlist" title="command-insertOrderedList"><code>insertOrderedList</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-insertorderedlist" role="button" tabindex="0" 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 @@ -1079,7 +1079,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-insertunorderedlist" title="command-insertUnorderedList"><code>insertUnorderedList</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-insertunorderedlist" role="button" tabindex="0" 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 @@ -1088,7 +1088,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-insertparagraph" title="command-insertParagraph"><code>insertParagraph</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-insertparagraph" role="button" tabindex="0" 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 @@ -1097,7 +1097,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-inserttext" title="command-insertText"><code>insertText</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-inserttext" role="button" tabindex="0" 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 @@ -1106,7 +1106,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-italic" title="command-italic"><code>italic</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-italic" role="button" tabindex="0" 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 @@ -1119,7 +1119,7 @@ if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> - <dt><dfn id="command-redo" title="command-redo"><code>redo</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-redo" role="button" tabindex="0" title="command-redo"><code>redo</code></dfn></dt> <dd><strong>Summary</strong>: Acts as if the user had requested a redo.</dd> <dd><strong>Enabled When</strong>: The <span>undo position</span> @@ -1129,7 +1129,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-selectall" title="command-selectAll"><code>selectAll</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-selectall" role="button" tabindex="0" title="command-selectAll"><code>selectAll</code></dfn></dt> <dd><strong>Summary</strong>: Selects all the editable content.</dd> <dd><strong>Enabled When</strong>: Always.</dd> @@ -1137,7 +1137,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-subscript" title="command-subscript"><code>subscript</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-subscript" role="button" tabindex="0" 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 @@ -1150,7 +1150,7 @@ if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> - <dt><dfn id="command-superscript" title="command-superscript"><code>superscript</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-superscript" role="button" tabindex="0" 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 @@ -1163,7 +1163,7 @@ if the expression given for the "State" above is true, the string "<code title="">false</code>" otherwise.</dd> - <dt><dfn id="command-undo" title="command-undo"><code>undo</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-undo" role="button" tabindex="0" title="command-undo"><code>undo</code></dfn></dt> <dd><strong>Summary</strong>: Acts as if the user had requested an undo.</dd> <dd><strong>Enabled When</strong>: The <span>undo position</span> @@ -1173,7 +1173,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-unlink" title="command-unlink"><code>unlink</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-unlink" role="button" tabindex="0" title="command-unlink"><code>unlink</code></dfn></dt> <dd><strong>Summary</strong>: Removes all links from the selection.</dd> <dd><strong>Enabled When</strong>: The document has a selection @@ -1184,7 +1184,7 @@ <dd><strong>State</strong>: Always false.</dd> <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd> - <dt><dfn id="command-unselect" title="command-unselect"><code>unselect</code></dfn></dt> + <dt><dfn aria-haspopup="true" id="command-unselect" role="button" tabindex="0" title="command-unselect"><code>unselect</code></dfn></dt> <dd><strong>Summary</strong>: Unselects everything.</dd> <dd><strong>Enabled When</strong>: Always.</dd> Index: links.html =================================================================== RCS file: /sources/public/html5/spec-author-view/links.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- links.html 6 May 2011 01:54:34 -0000 1.459 +++ links.html 6 May 2011 04:29:11 -0000 1.460 @@ -349,14 +349,14 @@ <h3 id="links"><span class="secno">4.12 </span>Links</h3><h4 id="introduction-3"><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 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 + are two kinds of links in HTML:<dl><dt><dfn aria-haspopup="true" id="external-resource-link" role="button" tabindex="0" title="external resource link">Links to external resources</dfn></dt> <dd><p>These are links to resources that are to be used to augment the current document, generally automatically processed by the user agent.</dd> - <dt><dfn id="hyperlink" title="hyperlink">Hyperlinks</dfn></dt> + <dt><dfn aria-haspopup="true" id="hyperlink" role="button" tabindex="0" title="hyperlink">Hyperlinks</dfn></dt> <dd><p>These are links to other resources that are generally exposed to the user by the user agent so that the user can cause @@ -379,17 +379,17 @@ 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.<p>A <a href="#hyperlink" id="hyperlink_14">hyperlink</a> can have one or more <dfn aria-haspopup="true" id="hyperlink-annotation" role="button" tabindex="0" 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 aria-haspopup="true" id="attr-hyperlink-href" role="button" tabindex="0" 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 - create hyperlinks.<p>The <dfn id="attr-hyperlink-target" title="attr-hyperlink-target"><code>target</code></dfn> + create hyperlinks.<p>The <dfn aria-haspopup="true" id="attr-hyperlink-target" role="button" tabindex="0" 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 - context</a> that will be used. <p>The <dfn id="attr-hyperlink-rel" title="attr-hyperlink-rel"><code>rel</code></dfn> + context</a> that will be used. <p>The <dfn aria-haspopup="true" id="attr-hyperlink-rel" role="button" tabindex="0" 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 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 @@ -397,15 +397,15 @@ 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> + resource other than there being a hyperlink between the two.<p>The <dfn aria-haspopup="true" id="attr-hyperlink-media" role="button" tabindex="0" 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 - "<code title="">all</code>".<p>The <dfn id="attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code></dfn> + "<code title="">all</code>".<p>The <dfn aria-haspopup="true" id="attr-hyperlink-hreflang" role="button" tabindex="0" 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 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> + value must be a valid BCP 47 language tag. <a href="references.html#refsBCP47">[BCP47]</a> <p>The <dfn aria-haspopup="true" id="attr-hyperlink-type" role="button" tabindex="0" title="attr-hyperlink-type"><code>type</code></dfn> attribute, if present, gives the <a href="infrastructure.html#mime-type" id="mime-type_12">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 @@ -492,7 +492,7 @@ <td><a href="#hyperlink" id="hyperlink_34">Hyperlink</a></td> <td><a href="#hyperlink" id="hyperlink_35">Hyperlink</a></td> <td>Gives a tag (identified by the given address) that applies to the current document.</td> - </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" id="alternate_0">alternate</a></code> keyword may be + </table><h5 id="rel-alternate"><span class="secno">4.12.3.1 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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> 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 @@ -569,7 +569,7 @@ </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_0">author</a></code> keyword may be + </dl><h5 id="link-type-author"><span class="secno">4.12.3.2 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" title="rel-author"><code>author</code></dfn>"</h5><p>The <code title="rel-author"><a href="#link-type-author" id="author_0">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_1">author</a></code> keyword indicates that the referenced document provides further information about the author of @@ -579,7 +579,7 @@ 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 + author. <a href="references.html#refsMAILTO">[MAILTO]</a><h5 id="link-type-bookmark"><span class="secno">4.12.3.3 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 @@ -609,11 +609,11 @@ </article> </body> ...</pre> - </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" id="external_0">external</a></code> keyword may be + </div><h5 id="link-type-external"><span class="secno">4.12.3.4 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 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 + that the current document forms a part of.<h5 id="link-type-help"><span class="secno">4.12.3.5 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 document provides further help information for the parent of the @@ -627,9 +627,9 @@ <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 + document provides help for the page as a whole.<h5 id="rel-icon"><span class="secno">4.12.3.6 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 - icons. <p>The <dfn id="attr-link-sizes" title="attr-link-sizes"><code>sizes</code></dfn> + icons. <p>The <dfn aria-haspopup="true" id="attr-link-sizes" role="button" tabindex="0" 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 @@ -638,7 +638,7 @@ consists of two <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer_14" 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 + SMALL LETTER X or U+0058 LATIN CAPITAL LETTER X character.<p>The keywords represent icon sizes.<p>The <dfn aria-haspopup="true" id="attr-link-sizes-any" role="button" tabindex="0" 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 icon sizes that are not actually available in the linked @@ -663,7 +663,7 @@ <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 + </div><h5 id="link-type-license"><span class="secno">4.12.3.7 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 that the referenced document provides the copyright license terms @@ -710,7 +710,7 @@ 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 + </div><h5 id="link-type-nofollow"><span class="secno">4.12.3.8 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 created by the element (the implied hyperlink, if no other keywords @@ -718,38 +718,38 @@ 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 + affiliated with the two pages.<h5 id="link-type-noreferrer"><span class="secno">4.12.3.9 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 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.<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 + following the link.<h5 id="link-type-pingback"><span class="secno">4.12.3.10 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 + specification. <a href="references.html#refsPINGBACK">[PINGBACK]</a><h5 id="link-type-prefetch"><span class="secno">4.12.3.11 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 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 + 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 aria-haspopup="true" role="button" tabindex="0" 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 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 + 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 aria-haspopup="true" role="button" tabindex="0" 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 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 + 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 aria-haspopup="true" id="rel-sidebar-hyperlink" role="button" tabindex="0" title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.<h5 id="link-type-stylesheet"><span class="secno">4.12.3.14 </span>Link type "<dfn aria-haspopup="true" role="button" tabindex="0" 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 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 + also specified on the <code><a href="semantics.html#the-link-element" id="link_44">link</a></code> element, then <dfn aria-haspopup="true" id="the-link-is-an-alternative-stylesheet" role="button" tabindex="0">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 + <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 aria-haspopup="true" role="button" tabindex="0" 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 <em>tag</em> that the referenced document represents applies to the @@ -759,15 +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 + 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 aria-haspopup="true" role="button" tabindex="0" 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 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 + 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 aria-haspopup="true" role="button" tabindex="0" 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 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><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 aria-haspopup="true" id="concept-rel-extensions" role="button" tabindex="0" 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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1426 retrieving revision 1.1427 diff -u -d -r1.1426 -r1.1427 --- spec.html 6 May 2011 01:54:35 -0000 1.1426 +++ spec.html 6 May 2011 04:29:12 -0000 1.1427 @@ -1184,7 +1184,7 @@ other specifications. In certain circumstances, unfortunately, conflicting needs have led to this specification violating the requirements of these other specifications. Whenever this has - occurred, the transgressions have each been noted as a "<dfn id="willful-violation">willful + occurred, the transgressions have each been noted as a "<dfn aria-haspopup="true" id="willful-violation" role="button" tabindex="0">willful violation</dfn>", and the reason for the violation has been noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with @@ -1278,7 +1278,7 @@ First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by [...29064 lines suppressed...] +<a class="dfn-ref" href="#the-xml:base-attribute-xml-only"><span class="secno">3.2.3.4 </span>The <span aria-haspopup="true" role="button" tabindex="0" title="attr-xml-base"><code>xml:base</code></span> attribute (XML only)</a> <a class="index-counter" href="#xml:base">(2)</a> <a class="index-counter" href="#xml:base_0">(3)</a> <a class="index-counter" href="#xml:base_1">(4)</a> </dd> -</dl><dl id="xmlns-namespace_index"><dt><span>XMLNS namespace</span> +</dl><dl id="xmlns-namespace_index"><dt><span aria-haspopup="true" role="button" tabindex="0">XMLNS namespace</span> </dt> <dd> <a class="dfn-ref" href="#xmlns-namespace"><span class="secno">2.7 </span>Namespaces</a> @@ -53619,7 +53619,7 @@ <a href="#xmlns-namespace_0"><span class="secno">8.1.2.3 </span>Attributes</a> <a class="index-counter" href="#xmlns-namespace_1">(2)</a> </dd> -</dl><dl class="has-norefs" id="xmp_index"><dt><span><code>xmp</code></span> +</dl><dl class="has-norefs" id="xmp_index"><dt><span aria-haspopup="true" role="button" tabindex="0"><code>xmp</code></span> </dt> <dd> <a class="dfn-ref" href="#xmp"><span class="secno">10.2 </span>Non-conforming features</a> Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.447 retrieving revision 1.448 diff -u -d -r1.447 -r1.448 --- number-state.html 6 May 2011 01:54:35 -0000 1.447 +++ number-state.html 6 May 2011 04:29:12 -0000 1.448 @@ -342,7 +342,7 @@ <a href="common-input-element-attributes.html">4.10.7.2 Common input element attributes →</a> <ol class="toc"><li><ol><li><ol><li><ol><li><ol><li><a href="number-state.html#number-state" id="x4.10.7.1.13-number-state"><span class="secno">4.10.7.1.13 </span>Number state</a><li><a href="number-state.html#range-state" id="x4.10.7.1.14-range-state"><span class="secno">4.10.7.1.14 </span>Range state</a><li><a href="number-state.html#color-state" id="x4.10.7.1.15-color-state"><span class="secno">4.10.7.1.15 </span>Color state</a><li><a href="number-state.html#checkbox-state" id="x4.10.7.1.16-checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a><li><a href="number-state.html#radio-button-state" id="x4.10.7.1.17-radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a><li><a href="number-state.html#file-upload-state" id="x4.10.7.1.18-file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a><li><a href="number-state.html#submit-button-state" id="x4.10.7.1.19-submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a>li><a href="number-state.html#image-button-state" id="x4.10.7.1.20-image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a><li><a href="number-state.html#reset-button-state" id="x4.10.7.1.21-reset-button-state"><span class="secno">4.10.7.1.21 </span>Reset Button state</a><li><a href="number-state.html#button-state" id="x4.10.7.1.22-button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></ol></ol></ol></ol></ol></div> - <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_91">input</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 control + <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-number">Number</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_91">input</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 control for setting 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> to a string representing a number.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_20">value</a></code> attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number_2">valid floating point @@ -406,7 +406,7 @@ <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> and <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> methods.</p> - </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_93">input</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 control + </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-range">Range</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_93">input</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 control for setting 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> to a string representing a number, but with the caveat that the exact value is not important, letting UAs provide a simpler interface than they do for the <a href="#number-state" id="attr-input-type-number_2" title="attr-input-type-number">Number</a> state.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_21">value</a></code> attribute, if @@ -416,7 +416,7 @@ number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min-default" title='Read about this "default minimum" reference in the full HTML5 spec.'>default minimum</a> is 0. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_23">max</a></code> attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number_7">valid - floating point number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max-default" title='Read about this "default maximum" reference in the full HTML5 spec.'>default maximum</a> is 100.<p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default + floating point number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max-default" title='Read about this "default maximum" reference in the full HTML5 spec.'>default maximum</a> is 100.<p>The <dfn aria-haspopup="true" id="concept-input-value-default-range" role="button" tabindex="0" title="concept-input-value-default-range">default value</dfn> is the <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> plus half the difference between the <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> and 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>, unless 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> is less than the <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>, in which case the <a href="#concept-input-value-default-range" id="concept-input-value-default-range_1" title="concept-input-value-default-range">default vaue</a> is the <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>.<p> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default @@ -530,7 +530,7 @@ maintain the same resolution for the tick marks, despite the differences in width.</p> - </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_95">input</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 color + </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-color">Color</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_95">input</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 color well control, for setting 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> to a string representing a <a href="common-microsyntaxes.html#simple-color" id="simple-color_0">simple color</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_22">value</a></code> attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-simple-color" id="valid-simple-color_1">valid simple @@ -588,7 +588,7 @@ <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> - </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_97">input</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 + </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_97">input</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 two-state control that represents the element's <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> state. If the element's <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> state is true, the control represents a positive selection, and if it is @@ -662,14 +662,14 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p> - </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_99">input</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 control + </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-radio">Radio Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_99">input</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 control that, when used in conjunction with other <code><a href="the-input-element.html#the-input-element" id="input_100">input</a></code> elements, forms a <i><a href="#radio-button-group" id="radio-button-group_0">radio button group</a></i> in which only one control can have its <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> state set to true. If the element's <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> state is true, the control represents the selected control in the group, and if it is false, it indicates a control in the group that - is not selected.<p>The <dfn id="radio-button-group"><i>radio button group</i></dfn> that contains an + is not selected.<p>The <dfn aria-haspopup="true" id="radio-button-group" role="button" tabindex="0"><i>radio button group</i></dfn> that contains an <code><a href="the-input-element.html#the-input-element" id="input_101">input</a></code> element <var title="">a</var> also contains all the other <code><a href="the-input-element.html#the-input-element" id="input_102">input</a></code> elements <var title="">b</var> that fulfill all of the following conditions:<ul><li>The <code><a href="the-input-element.html#the-input-element" id="input_103">input</a></code> element <var title="">b</var>'s <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type_70">type</a></code> attribute is in the <a href="#radio-button-state" id="attr-input-type-radio_3" title="attr-input-type-radio">Radio Button</a> state.</li> @@ -744,10 +744,10 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p> - </div><h6 id="file-upload-state"><span class="secno">4.10.7.1.18 </span><dfn title="attr-input-type-file">File Upload</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_106">input</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 - <dfn id="concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</dfn>, + </div><h6 id="file-upload-state"><span class="secno">4.10.7.1.18 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-file">File Upload</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_106">input</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 + <dfn aria-haspopup="true" id="concept-input-type-file-selected" role="button" tabindex="0" title="concept-input-type-file-selected">selected files</dfn>, each file consisting of a file name, a file type, and a file body - (the contents of the file).<hr><p>The <dfn id="attr-input-accept" title="attr-input-accept"><code>accept</code></dfn> + (the contents of the file).<hr><p>The <dfn aria-haspopup="true" id="attr-input-accept" role="button" tabindex="0" title="attr-input-accept"><code>accept</code></dfn> attribute may be specified to provide user agents with a hint of what file types will be accepted.<p>If specified, the attribute must consist of a <a href="common-microsyntaxes.html#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens_3">set of comma-separated tokens</a>, each of which must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_14">ASCII @@ -871,7 +871,7 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p> - </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_109">input</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 button + </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-submit">Submit Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_109">input</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 button that, when activated, submits the form. The element is a <a href="forms.html#concept-button" id="concept-button_0" title="concept-button">button</a>, specifically a <a href="forms.html#concept-submit-button" id="concept-submit-button_0" title="concept-submit-button">submit button</a>.<p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction_20">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype_20">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod" id="formmethod_20">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate_20">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget_20">formtarget/a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission" id="attributes-for-form-submission_1">attributes for form submission</a>.<p class="note">The <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate_21">formnovalidate</a></code> attribute can be used to make submit buttons that do not trigger the constraint @@ -929,15 +929,15 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p> - </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_111">input</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 an + </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-image">Image Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_111">input</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 an image from which a user can select a coordinate and submit the form, or alternatively a button from which the user can submit the form. The element is a <a href="forms.html#concept-button" id="concept-button_1" title="concept-button">button</a>, specifically a <a href="forms.html#concept-submit-button" id="concept-submit-button_1" title="concept-submit-button">submit - button</a>.<hr><p>The image is given by the <dfn id="attr-input-src" title="attr-input-src"><code>src</code></dfn> attribute. The <code title="attr-input-src"><a href="#attr-input-src" id="src_69">src</a></code> attribute must be present, and + button</a>.<hr><p>The image is given by the <dfn aria-haspopup="true" id="attr-input-src" role="button" tabindex="0" title="attr-input-src"><code>src</code></dfn> attribute. The <code title="attr-input-src"><a href="#attr-input-src" id="src_69">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_11">valid non-empty URL potentially surrounded by spaces</a> referencing a non-interactive, optionally animated, - image resource that is neither paged nor scripted.<p>The <dfn id="attr-input-alt" title="attr-input-alt"><code>alt</code></dfn> attribute + image resource that is neither paged nor scripted.<p>The <dfn aria-haspopup="true" id="attr-input-alt" role="button" tabindex="0" title="attr-input-alt"><code>alt</code></dfn> attribute provides the textual label for the alternative button for users and user agents who cannot use the image. The <code title="attr-input-alt"><a href="#attr-input-alt" id="alt_59">alt</a></code> attribute must also be present, and must contain a non-empty string.<p>The <code><a href="the-input-element.html#the-input-element" id="input_112">input</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes_5">dimension @@ -1002,7 +1002,7 @@ </div><p class="note">Many aspects of this state's behavior are similar to the behavior of the <code><a href="embedded-content-1.html#the-img-element" id="img_26">img</a></code> element. Readers are encouraged to read that section, where many of the same requirements are - described in more detail.<h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_114">input</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 button + described in more detail.<h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-reset">Reset Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_114">input</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 button that, when activated, resets the form. The element is a <a href="forms.html#concept-button" id="concept-button_2" title="concept-button">button</a>.<div class="bookkeeping"> <p>The <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> IDL attribute @@ -1053,7 +1053,7 @@ <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p> - </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_115">input</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 button + </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn aria-haspopup="true" role="button" tabindex="0" title="attr-input-type-button">Button</dfn> state</h6><p>The <code><a href="the-input-element.html#the-input-element" id="input_115">input</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 button with no default behavior. A label for the button must be provided in the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_25">value</a></code> attribute, though it may be the empty string. The element is a <a href="forms.html#concept-button" id="concept-button_3" title="concept-button">button</a>.<div class="bookkeeping"> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec-author-view/sections.html,v retrieving revision 1.461 retrieving revision 1.462 diff -u -d -r1.461 -r1.462 --- sections.html 6 May 2011 01:54:35 -0000 1.461 +++ sections.html 6 May 2011 04:29:12 -0000 1.462 @@ -344,7 +344,7 @@ <ol><li><a href="sections.html#the-body-element" 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"><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> <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"><span class="secno">4.4.1 </span>The <dfn><code>body</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + <h3 id="sections"><span class="secno">4.4 </span>Sections</h3><h4 id="the-body-element"><span class="secno">4.4.1 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><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> <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" id="html_7">html</a></code> element.</dd> @@ -374,7 +374,7 @@ <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> { +<pre class="idl">interface <dfn aria-haspopup="true" id="htmlbodyelement" role="button" tabindex="0">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>; @@ -445,7 +445,7 @@ </body> </html></pre> - </div><h4 id="the-section-element"><span class="secno">4.4.2 </span>The <dfn><code>section</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-section-element"><span class="secno">4.4.2 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>section</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_14">Flow content</a>.</dd> <dd><a href="content-models.html#sectioning-content" id="sectioning-content_4">Sectioning content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_0"><code title="">formatBlock</code> candidate</a>.</dd> @@ -551,7 +551,7 @@ ></Body ></Html></pre> - </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn><code>nav</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-nav-element"><span class="secno">4.4.3 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>nav</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_17">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_1"><code title="">formatBlock</code> candidate</a>.</dd> @@ -696,7 +696,7 @@ see a rat run quickly out of the page.</p> </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> + </div><h4 id="the-article-element"><span class="secno">4.4.4 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>article</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_20">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_2"><code title="">formatBlock</code> candidate</a>.</dd> @@ -783,7 +783,7 @@ <code><a href="#the-header-element" id="header_1">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> + </div><h4 id="the-aside-element"><span class="secno">4.4.5 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>aside</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_23">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_3"><code title="">formatBlock</code> candidate</a>.</dd> @@ -914,7 +914,7 @@ </footer> </body></pre> - </div><h4 id="the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <dfn id="the-h1-element"><code>h1</code></dfn>, <dfn id="the-h2-element"><code>h2</code></dfn>, <dfn id="the-h3-element"><code>h3</code></dfn>, <dfn id="the-h4-element"><code>h4</code></dfn>, <dfn id="the-h5-element"><code>h5</code></dfn>, and <dfn id="the-h6-element"><code>h6</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-h1-h2-h3-h4-h5-and-h6-elements"><span class="secno">4.4.6 </span>The <dfn aria-haspopup="true" id="the-h1-element" role="button" tabindex="0"><code>h1</code></dfn>, <dfn aria-haspopup="true" id="the-h2-element" role="button" tabindex="0"><code>h2</code></dfn>, <dfn aria-haspopup="true" id="the-h3-element" role="button" tabindex="0"><code>h3</code></dfn>, <dfn aria-haspopup="true" id="the-h4-element" role="button" tabindex="0"><code>h4</code></dfn>, <dfn aria-haspopup="true" id="the-h5-element" role="button" tabindex="0"><code>h5</code></dfn>, and <dfn aria-haspopup="true" id="the-h6-element" role="button" tabindex="0"><code>h6</code></dfn> elements</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_26">Flow content</a>.</dd> <dd><a href="content-models.html#heading-content" id="heading-content_2">Heading content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_4"><code title="">formatBlock</code> candidate</a>.</dd> @@ -927,11 +927,11 @@ <dd><a href="elements.html#global-attributes" id="global-attributes_14">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 aria-haspopup="true" id="htmlheadingelement" role="button" tabindex="0">HTMLHeadingElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_21">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 + section on <a href="#headings-and-sections" id="headings-and-sections_1">headings and sections</a>.<p>These elements have a <dfn aria-haspopup="true" id="rank" role="button" tabindex="0">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"> @@ -966,7 +966,7 @@ </section> </body></pre> - </div><h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn><code>hgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-hgroup-element"><span class="secno">4.4.7 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>hgroup</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_28">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_5"><code title="">formatBlock</code> candidate</a>.</dd> @@ -1016,7 +1016,7 @@ <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">h2</a></code> element (which acts as a secondary title) from the <a href="#outline" id="outline_3">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> + </div><h4 id="the-header-element"><span class="secno">4.4.8 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>header</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_30">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_6"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1099,7 +1099,7 @@ <!-- this is still part of the subsection entitled "Games" --> ...</pre> - </div><h4 id="the-footer-element"><span class="secno">4.4.9 </span>The <dfn><code>footer</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </div><h4 id="the-footer-element"><span class="secno">4.4.9 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>footer</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_33">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_7"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1225,7 +1225,7 @@ </footer> </body></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> + </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn aria-haspopup="true" role="button" tabindex="0"><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content_36">Flow content</a>.</dd> <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_8"><code title="">formatBlock</code> candidate</a>.</dd> <dt>Contexts in which this element can be used:</dt> @@ -1274,14 +1274,14 @@ <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">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements and the + </div><h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn aria-haspopup="true" role="button" tabindex="0">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" id="hgroup_20">hgroup</a></code> element are headings.<p>The first element of <a href="content-models.html#heading-content" id="heading-content_6">heading content</a> in an element of <a href="content-models.html#sectioning-content" id="sectioning-content_13">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 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 + heading of the implied section.<p>Certain elements are said to be <dfn aria-haspopup="true" id="sectioning-root" role="button" tabindex="0" 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 outlines, but the sections and headings inside these elements do not @@ -1392,9 +1392,9 @@ </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_18">sectioning content</a> + </div><h5 id="outlines"><span class="secno">4.4.11.1 </span>Creating an outline</h5><p>The <dfn aria-haspopup="true" id="outline" role="button" tabindex="0">outline</dfn> for a <a href="content-models.html#sectioning-content" id="sectioning-content_18">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 + of one or more potentially nested <a href="#concept-section" id="concept-section_0" title="concept-section">sections</a>. A <dfn aria-haspopup="true" id="concept-section" role="button" tabindex="0" 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 Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.1010 retrieving revision 1.1011 diff -u -d -r1.1010 -r1.1011 --- introduction.html 6 May 2011 01:54:34 -0000 1.1010 +++ introduction.html 6 May 2011 04:29:11 -0000 1.1011 @@ -471,7 +471,7 @@ other specifications. In certain circumstances, unfortunately, conflicting needs have led to this specification violating the requirements of these other specifications. Whenever this has - occurred, the transgressions have each been noted as a "<dfn id="willful-violation">willful + occurred, the transgressions have each been noted as a "<dfn aria-haspopup="true" id="willful-violation" role="button" tabindex="0">willful violation</dfn>", and the reason for the violation has been noted.<h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with @@ -565,7 +565,7 @@ First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by picking random sections from the contents list and following all the - cross-references.<h4 id="typographic-conventions"><span class="secno">1.7.2 </span>Typographic conventions</h4><p>This is a definition, requirement, or explanation.<p class="note">This is a note.<p class="example">This is an example.<p class="XXX">This is an open issue.<p class="warning">This is a warning.<pre class="idl extract">interface <dfn title="">Example</dfn> { + cross-references.<h4 id="typographic-conventions"><span class="secno">1.7.2 </span>Typographic conventions</h4><p>This is a definition, requirement, or explanation.<p class="note">This is a note.<p class="example">This is an example.<p class="XXX">This is an open issue.<p class="warning">This is a warning.<pre class="idl extract">interface <dfn aria-haspopup="true" role="button" tabindex="0" title="">Example</dfn> { // this is an IDL definition };</pre><dl class="domintro"><dt><var title="">variable</var> = <var title="">object</var> . <code title="">method</code>( [ <var title="">optionalArgument</var> ] )</dt> @@ -575,9 +575,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 + </dl><pre class="css">/* this is a CSS fragment */</pre><p>The defining instance of a term is marked up like <dfn aria-haspopup="true" id="x-this" role="button" tabindex="0" 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 - up like <dfn id="x-that" title="x-that"><code>this</code></dfn>. References to + up like <dfn aria-haspopup="true" id="x-that" role="button" tabindex="0" 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 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>A basic HTML document looks like this:<pre id="intro-early-example"><!DOCTYPE html> <html> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.443 retrieving revision 1.444 diff -u -d -r1.443 -r1.444 --- commands.html 6 May 2011 01:54:32 -0000 1.443 +++ commands.html 6 May 2011 04:29:10 -0000 1.444 @@ -342,9 +342,9 @@ <a href="links.html">4.12 Links →</a> </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 + <h4 id="commands"><span class="secno">4.11.5 </span>Commands</h4><p>A <dfn aria-haspopup="true" id="concept-command" role="button" tabindex="0" title="concept-command">command</dfn> is the abstraction 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> + <dfn aria-haspopup="true" id="concept-facet" role="button" tabindex="0" title="concept-facet">facets</dfn>:<dl><dt><dfn aria-haspopup="true" id="command-facet-type" role="button" tabindex="0" 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 @@ -353,51 +353,51 @@ "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> - <dt><dfn id="command-facet-id" title="command-facet-ID">ID</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-id" role="button" tabindex="0" title="command-facet-ID">ID</dfn></dt> <dd>The name of the command, for referring to the command from the markup or from script. If a command has no ID, it is an - <dfn id="anonymous-command">anonymous command</dfn>.</dd> + <dfn aria-haspopup="true" id="anonymous-command" role="button" tabindex="0">anonymous command</dfn>.</dd> - <dt><dfn id="command-facet-label" title="command-facet-Label">Label</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-label" role="button" tabindex="0" title="command-facet-Label">Label</dfn></dt> <dd>The name of the command as seen by the user.</dd> - <dt><dfn id="command-facet-hint" title="command-facet-Hint">Hint</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-hint" role="button" tabindex="0" title="command-facet-Hint">Hint</dfn></dt> <dd>A helpful or descriptive string that can be shown to the user.</dd> - <dt><dfn id="command-facet-icon" title="command-facet-Icon">Icon</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-icon" role="button" tabindex="0" 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> - <dt><dfn id="command-facet-accesskey" title="command-facet-AccessKey">Access Key</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-accesskey" role="button" tabindex="0" title="command-facet-AccessKey">Access Key</dfn></dt> <dd>A key combination selected by the user agent that triggers the command. A command might not have an Access Key.</dd> - <dt><dfn id="command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-hiddenstate" role="button" tabindex="0" title="command-facet-HiddenState">Hidden State</dfn></dt> <dd>Whether the command is hidden or not (basically, whether it should be shown in menus).</dd> - <dt><dfn id="command-facet-disabledstate" title="command-facet-DisabledState">Disabled State</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-disabledstate" role="button" tabindex="0" title="command-facet-DisabledState">Disabled State</dfn></dt> <dd>Whether the command is relevant and can be triggered or not.</dd> - <dt><dfn id="command-facet-checkedstate" title="command-facet-CheckedState">Checked State</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-checkedstate" role="button" tabindex="0" title="command-facet-CheckedState">Checked State</dfn></dt> <dd>Whether the command is checked or not.</dd> - <dt><dfn id="command-facet-action" title="command-facet-Action">Action</dfn></dt> + <dt><dfn aria-haspopup="true" id="command-facet-action" role="button" tabindex="0" 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_16">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> - </dl><p>These facets are exposed on elements using the <dfn id="command-api">command + </dl><p>These facets are exposed on elements using the <dfn aria-haspopup="true" id="command-api" role="button" tabindex="0">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> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.450 retrieving revision 1.451 diff -u -d -r1.450 -r1.451 --- common-microsyntaxes.html 6 May 2011 01:54:32 -0000 1.450 +++ common-microsyntaxes.html 6 May 2011 04:29:10 -0000 1.451 @@ -348,7 +348,7 @@ <h3 id="common-microsyntaxes"><span class="secno">2.4 </span>Common microsyntaxes</h3><p>There are various places in HTML that accept particular data types, such as dates or numbers. This section describes what the conformance criteria for content in those formats is, and how to - parse them.<h4 id="boolean-attributes"><span class="secno">2.4.1 </span>Boolean attributes</h4><p>A number of attributes are <dfn id="boolean-attribute" title="boolean attribute">boolean + parse them.<h4 id="boolean-attributes"><span class="secno">2.4.1 </span>Boolean attributes</h4><p>A number of attributes are <dfn aria-haspopup="true" id="boolean-attribute" role="button" tabindex="0" title="boolean attribute">boolean attributes</dfn>. The presence of a boolean attribute on an element represents the true value, and the absence of the attribute represents the false value.<p>If the attribute is present, its value must either be the empty @@ -373,7 +373,7 @@ <pre><label><input type='checkbox' checked name=cheese disabled=""> Cheese</label></pre> </div><h4 id="keywords-and-enumerated-attributes"><span class="secno">2.4.2 </span>Keywords and enumerated attributes</h4><p>Some attributes are defined as taking one of a finite set of - keywords. Such attributes are called <dfn id="enumerated-attribute" title="enumerated + keywords. Such attributes are called <dfn aria-haspopup="true" id="enumerated-attribute" role="button" tabindex="0" title="enumerated attribute">enumerated attributes</dfn>. The keywords are each defined to map to a particular <em>state</em> (several keywords might map to the same state, in which case some of the keywords are @@ -396,10 +396,10 @@ be ignored.<p>When the attribute is <em>not</em> specified, if there is a <i>missing value default</i> state defined, then that is the state represented by the (missing) attribute. Otherwise, the absence of - the attribute means that there is no state represented.<p 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 + 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 aria-haspopup="true" id="valid-non-negative-integer" role="button" tabindex="0">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 - 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 + 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 aria-haspopup="true" id="valid-integer" role="button" tabindex="0">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 (-) @@ -407,7 +407,7 @@ string of digits. A <a href="#valid-integer" id="valid-integer_1">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 + 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 aria-haspopup="true" id="valid-floating-point-number" role="button" tabindex="0">valid floating point number</dfn> if it consists of:<ol class="brief"><li>Optionally, a U+002D HYPHEN-MINUS character (-).</li> <li>A series of one or more characters in the range U+0030 DIGIT @@ -449,20 +449,20 @@ 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 + numbers</a>.<h5 id="lists-of-integers"><span class="secno">2.4.3.4 </span>Lists of integers</h5><p>A <dfn aria-haspopup="true" id="valid-list-of-integers" role="button" tabindex="0">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 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: + 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 aria-haspopup="true" id="number-of-days-in-month-month-of-year-year" role="button" tabindex="0">number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is: <em>31</em> if <var title="">month</var> is 1, 3, 5, 7, 8, 10, or 12; <em>30</em> if <var title="">month</var> is 4, 6, 9, or 11; <em>29</em> if <var title="">month</var> is 2 and <var title="">year</var> is a number divisible by 400, or if <var title="">year</var> is a number divisible by 4 but not by 100; and <em>28</em> otherwise. This takes into account leap years in the - Gregorian calendar. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>The <dfn id="concept-datetime-digit" title="concept-datetime-digit">digits</dfn> in the date + Gregorian calendar. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>The <dfn aria-haspopup="true" id="concept-datetime-digit" role="button" tabindex="0" title="concept-datetime-digit">digits</dfn> in the date and time syntaxes defined in this section must be characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), used to - express numbers in base ten.<h5 id="months"><span class="secno">2.4.4.1 </span>Months</h5><p>A <dfn id="concept-month" title="concept-month">month</dfn> consists of a specific + express numbers in base ten.<h5 id="months"><span class="secno">2.4.4.1 </span>Months</h5><p>A <dfn aria-haspopup="true" id="concept-month" role="button" tabindex="0" title="concept-month">month</dfn> consists of a specific proleptic Gregorian date with no time-zone information and no date - information beyond a year and a month. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-month-string">valid month string</dfn> representing a year + information beyond a year and a month. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn aria-haspopup="true" id="valid-month-string" role="button" tabindex="0">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> @@ -472,9 +472,9 @@ representing the month <var title="">month</var>, in the range 1 ≤ <var title="">month</var> ≤ 12</li> - </ol><h5 id="dates"><span class="secno">2.4.4.2 </span>Dates</h5><p>A <dfn id="concept-date" title="concept-date">date</dfn> consists of a specific + </ol><h5 id="dates"><span class="secno">2.4.4.2 </span>Dates</h5><p>A <dfn aria-haspopup="true" id="concept-date" role="button" tabindex="0" title="concept-date">date</dfn> consists of a specific proleptic Gregorian date with no time-zone information, consisting - of a year, a month, and a day. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn id="valid-date-string">valid date string</dfn> representing a year + of a year, a month, and a day. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn aria-haspopup="true" id="valid-date-string" role="button" tabindex="0">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> @@ -486,9 +486,9 @@ 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 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 + </ol><h5 id="times"><span class="secno">2.4.4.3 </span>Times</h5><p>A <dfn aria-haspopup="true" id="concept-time" role="button" tabindex="0" title="concept-time">time</dfn> consists of a specific time with no time-zone information, consisting of an hour, a minute, - a second, and a fraction of a second.<p>A string is a <dfn id="valid-time-string">valid time string</dfn> representing an hour + a second, and a fraction of a second.<p>A string is a <dfn aria-haspopup="true" id="valid-time-string" role="button" tabindex="0">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>, @@ -523,11 +523,11 @@ </ol></li> </ol><p class="note">The <var title="">second</var> component cannot be - 60 or 61; leap seconds cannot be represented.<h5 id="local-dates-and-times"><span class="secno">2.4.4.4 </span>Local dates and times</h5><p>A <dfn id="concept-datetime-local" title="concept-datetime-local">local date and time</dfn> + 60 or 61; leap seconds cannot be represented.<h5 id="local-dates-and-times"><span class="secno">2.4.4.4 </span>Local dates and times</h5><p>A <dfn aria-haspopup="true" id="concept-datetime-local" role="button" tabindex="0" title="concept-datetime-local">local date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a minute, a second, and a fraction of a second, but expressed without - 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> + a time zone. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn aria-haspopup="true" id="valid-local-date-and-time-string" role="button" tabindex="0">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> @@ -535,12 +535,12 @@ <li>A <a href="#valid-time-string" id="valid-time-string_0">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> + </ol><h5 id="global-dates-and-times"><span class="secno">2.4.4.5 </span>Global dates and times</h5><p>A <dfn aria-haspopup="true" id="concept-datetime" role="button" tabindex="0" title="concept-datetime">global date and time</dfn> consists of a specific proleptic Gregorian date, consisting of a year, a month, and a day, and a time, consisting of an hour, a minute, a second, and a fraction of a second, expressed with a 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> + minutes. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>A string is a <dfn aria-haspopup="true" id="valid-global-date-and-time-string" role="button" tabindex="0">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> @@ -631,7 +631,7 @@ <li>Time-zone offsets differ based on daylight savings time.</li> - </ul></div><h5 id="weeks"><span class="secno">2.4.4.6 </span>Weeks</h5><p>A <dfn id="concept-week" title="concept-week">week</dfn> consists of a week-year + </ul></div><h5 id="weeks"><span class="secno">2.4.4.6 </span>Weeks</h5><p>A <dfn aria-haspopup="true" id="concept-week" role="button" tabindex="0" title="concept-week">week</dfn> consists of a week-year number and a week number representing a seven-day period starting on a Monday. Each week-year in this calendaring system has either 52 or 53 such seven-day periods, as defined below. The seven-day period @@ -646,12 +646,12 @@ Gregorian calendar that has a Wednesday as its first day (January 1st) and where <var title="">year</var> is a number divisible by 400, or a number divisible by 4 but not by 100. All other week-years - have 52 weeks.<p>The <dfn id="week-number-of-the-last-day">week number of the last day</dfn> of a week-year with 53 + have 52 weeks.<p>The <dfn aria-haspopup="true" id="week-number-of-the-last-day" role="button" tabindex="0">week number of the last day</dfn> of a week-year with 53 weeks is 53; the week number of the last day of a week-year with 52 weeks is 52.<p class="note">The week-year number of a particular day can be different than the number of the year that contains that day in the 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 + the Gregorian year <var title="">y</var>.<p>A string is a <dfn aria-haspopup="true" id="valid-week-string" role="button" tabindex="0">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> @@ -664,28 +664,28 @@ 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> - </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 + </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 aria-haspopup="true" id="valid-date-or-time-string" role="button" tabindex="0">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> <li>A <a href="#valid-time-string" id="valid-time-string_2">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> - </ul><p>A string is a <dfn id="valid-date-or-time-string-in-content">valid date or time string in content</dfn> if + </ul><p>A string is a <dfn aria-haspopup="true" id="valid-date-or-time-string-in-content" role="button" tabindex="0">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 - 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 + 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 aria-haspopup="true" id="valid-date-string-with-optional-time" role="button" tabindex="0">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> <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> - </ul><p>A string is a <dfn id="valid-date-string-in-content-with-optional-time">valid date string in content with optional + </ul><p>A string is a <dfn aria-haspopup="true" id="valid-date-string-in-content-with-optional-time" role="button" tabindex="0">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 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 + <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 aria-haspopup="true" id="simple-color" role="button" tabindex="0">simple color</dfn> consists of three 8-bit numbers in the range 0..255, representing the red, green, and blue components of - the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a><p>A string is a <dfn id="valid-simple-color">valid simple color</dfn> if it is exactly + the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a><p>A string is a <dfn aria-haspopup="true" id="valid-simple-color" role="button" tabindex="0">valid simple color</dfn> if it is exactly seven characters long, and the first character is a U+0023 NUMBER SIGN character (#), and the remaining six characters are all in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN @@ -693,16 +693,16 @@ SMALL LETTER A to U+0066 LATIN SMALL LETTER F, with the first two 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 + representing the blue component, in hexadecimal.<p>A string is a <dfn aria-haspopup="true" id="valid-lowercase-simple-color" role="button" tabindex="0">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 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 + LETTER F.<hr><h4 id="space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</h4><p>A <dfn aria-haspopup="true" id="set-of-space-separated-tokens" role="button" tabindex="0">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> 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 + characters</a>.<p>An <dfn aria-haspopup="true" id="unordered-set-of-unique-space-separated-tokens" role="button" tabindex="0">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 - are duplicated.<p>An <dfn id="ordered-set-of-unique-space-separated-tokens">ordered set of unique space-separated tokens</dfn> is a + are duplicated.<p>An <dfn aria-haspopup="true" id="ordered-set-of-unique-space-separated-tokens" role="button" tabindex="0">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 space-separated tokens</a> sometimes have a defined set of @@ -711,7 +711,7 @@ 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 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 + 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 aria-haspopup="true" id="set-of-comma-separated-tokens" role="button" tabindex="0">set of comma-separated tokens</dfn> is a string containing zero or more tokens each separated from the next by a single U+002C COMMA character (,), where tokens consist of any string of zero or more characters, neither beginning nor ending with <a 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>, nor containing any @@ -723,12 +723,12 @@ what consists a valid token. When such restrictions are defined, the tokens must all fit within those restrictions; other values are non-conforming. If no such restrictions are specified, then all - values are conforming.<h4 id="syntax-references"><span class="secno">2.4.8 </span>References</h4><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN + values are conforming.<h4 id="syntax-references"><span class="secno">2.4.8 </span>References</h4><p>A <dfn aria-haspopup="true" id="valid-hash-name-reference" role="button" tabindex="0">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN character (#) followed by a string which exactly matches the value of the <code title="">name</code> attribute of an element with type - <var title="">type</var> in the document.<h4 id="mq"><span class="secno">2.4.9 </span>Media queries</h4><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the + <var title="">type</var> in the document.<h4 id="mq"><span class="secno">2.4.9 </span>Media queries</h4><p>A string is a <dfn aria-haspopup="true" id="valid-media-query" role="button" tabindex="0">valid media query</dfn> if it matches the <code title="">media_query_list</code> production of the Media - Queries specification. <a href="references.html#refsMQ">[MQ]</a><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of the user if it is + Queries specification. <a href="references.html#refsMQ">[MQ]</a><p>A string <dfn aria-haspopup="true" id="matches-the-environment" role="button" tabindex="0">matches the environment</dfn> of the user if it is the empty string, a string consisting of only <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>, or is a media query that matches the user's environment according to the definitions given in the Media Queries specification. <a href="references.html#refsMQ">[MQ]</a> \ No newline at end of file Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.1011 retrieving revision 1.1012 diff -u -d -r1.1011 -r1.1012 --- syntax.html 6 May 2011 01:54:38 -0000 1.1011 +++ syntax.html 6 May 2011 04:29:17 -0000 1.1012 @@ -346,7 +346,7 @@ <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 + <h2 id="syntax"><span class="secno">8 </span><dfn aria-haspopup="true" role="button" tabindex="0">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 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 @@ -389,7 +389,7 @@ the ranges U+0041 to U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and U+0061 to U+007A (LATIN SMALL LETTER A to LATIN SMALL LETTER Z). For convenience, in this section this is just referred to - as "case-insensitive".<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 + as "case-insensitive".<h4 id="the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</h4><p>A <dfn aria-haspopup="true" id="syntax-doctype" role="button" tabindex="0" 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 @@ -403,7 +403,7 @@ </ol><p class="note">In other words, <code><!DOCTYPE html></code>, case-insensitively.<hr><p>For the purposes of HTML generators that cannot output HTML markup with the short DOCTYPE "<code title=""><!DOCTYPE - html></code>", a <dfn id="doctype-legacy-string">DOCTYPE legacy string</dfn> may be inserted + html></code>", a <dfn aria-haspopup="true" id="doctype-legacy-string" role="button" tabindex="0">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> @@ -417,7 +417,7 @@ 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 the document is generated from a system that cannot output the 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 + <dfn aria-haspopup="true" id="obsolete-permitted-doctype-string" role="button" tabindex="0">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> @@ -447,11 +447,11 @@ <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 + <a href="#obsolete-permitted-doctype-string" id="obsolete-permitted-doctype-string_2">obsolete permitted DOCTYPE string</a> is an <dfn aria-haspopup="true" id="obsolete-permitted-doctype" role="button" tabindex="0">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>, + 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 aria-haspopup="true" id="syntax-elements" role="button" tabindex="0" 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> + <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 aria-haspopup="true" id="void-elements" role="button" tabindex="0">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-element">command</a></code>, <code><a href="the-iframe-element.html#the-embed-element" id="embed_12">embed</a></code>, @@ -461,24 +461,24 @@ <code><a href="text-level-semantics.html#the-wbr-element" id="wbr_4">wbr</a></code></dd> - <dt><dfn id="raw-text-elements">Raw text elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="raw-text-elements" role="button" tabindex="0">Raw text elements</dfn></dt> <dd><code><a href="scripting-1.html#the-script-element">script</a></code>, <code><a href="semantics.html#the-style-element" id="style_32">style</a></code></dd> - <dt><dfn id="rcdata-elements">RCDATA elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="rcdata-elements" role="button" tabindex="0">RCDATA elements</dfn></dt> <dd><code><a href="the-button-element.html#the-textarea-element" id="textarea_35">textarea</a></code>, <code><a href="semantics.html#the-title-element" id="title_52">title</a></code></dd> - <dt><dfn id="foreign-elements">Foreign elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="foreign-elements" role="button" tabindex="0">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> - <dt><dfn id="normal-elements">Normal elements</dfn></dt> + <dt><dfn aria-haspopup="true" id="normal-elements" role="button" tabindex="0">Normal elements</dfn></dt> <dd>All other allowed <a href="infrastructure.html#html-elements" id="html-elements_38">HTML elements</a> are normal elements.</dd> - </dl><p><dfn id="syntax-tags" title="syntax-tags">Tags</dfn> are used to delimit the start + </dl><p><dfn aria-haspopup="true" id="syntax-tags" role="button" tabindex="0" 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 @@ -538,7 +538,7 @@ <a href="#normal-elements" id="normal-elements_4">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>, + restrictions are described below.<p>Tags contain a <dfn aria-haspopup="true" id="syntax-tag-name" role="button" tabindex="0" title="syntax-tag-name">tag name</dfn>, giving the element's name. HTML elements all have names that only 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 @@ -546,7 +546,7 @@ Z. In the HTML syntax, tag names, even those for <a href="#foreign-elements" id="foreign-elements_5">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 + tag name; tag names are case-insensitive.<h5 id="start-tags"><span class="secno">8.1.2.1 </span>Start tags</h5><p><dfn aria-haspopup="true" id="syntax-start-tag" role="button" tabindex="0" title="syntax-start-tag">Start tags</dfn> must have the following format:<ol><li>The first character of a start tag must be a U+003C LESS-THAN SIGN character (<).</li> @@ -577,7 +577,7 @@ <li>Finally, start tags must be closed by a U+003E GREATER-THAN SIGN character (>).</li> - </ol><h5 id="end-tags"><span class="secno">8.1.2.2 </span>End tags</h5><p><dfn id="syntax-end-tag" title="syntax-end-tag">End tags</dfn> must have the + </ol><h5 id="end-tags"><span class="secno">8.1.2.2 </span>End tags</h5><p><dfn aria-haspopup="true" id="syntax-end-tag" role="button" tabindex="0" title="syntax-end-tag">End tags</dfn> must have the following format:<ol><li>The first character of an end tag must be a U+003C LESS-THAN SIGN character (<).</li> @@ -592,8 +592,8 @@ <li>Finally, end tags must be closed by a U+003E GREATER-THAN SIGN character (>).</li> - </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p><dfn id="syntax-attributes" title="syntax-attributes">Attributes</dfn> for an element - are expressed inside the element's start tag.<p>Attributes have a name and a value. <dfn id="syntax-attribute-name" title="syntax-attribute-name">Attribute names</dfn> must consist of + </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p><dfn aria-haspopup="true" id="syntax-attributes" role="button" tabindex="0" title="syntax-attributes">Attributes</dfn> for an element + are expressed inside the element's start tag.<p>Attributes have a name and a value. <dfn aria-haspopup="true" id="syntax-attribute-name" role="button" tabindex="0" title="syntax-attribute-name">Attribute names</dfn> must consist of one or more characters other than the <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>, U+0000 NULL, U+0022 QUOTATION MARK ("), U+0027 APOSTROPHE ('), U+003E GREATER-THAN SIGN (>), U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=) characters, @@ -601,7 +601,7 @@ 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 - case-insensitive</a> match for the attribute's name.<p><dfn id="syntax-attribute-value" title="syntax-attribute-value">Attribute values</dfn> are a + case-insensitive</a> match for the attribute's name.<p><dfn aria-haspopup="true" id="syntax-attribute-value" role="button" tabindex="0" 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> @@ -737,7 +737,7 @@ <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 + HTML syntax</a>.<h5 id="optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</h5><p>Certain tags can be <dfn aria-haspopup="true" id="syntax-tag-omission" role="button" tabindex="0" 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 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" id="html_17">html</a></code> element, even if the string <code title=""><html></code> doesn't appear anywhere in @@ -845,19 +845,19 @@ tag name of the element followed by one of U+0009 CHARACTER TABULATION, U+000A LINE FEED (LF), U+000C FORM FEED (FF), U+000D CARRIAGE RETURN (CR), U+0020 SPACE, U+003E GREATER-THAN SIGN (>), or - U+002F SOLIDUS (/).<h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p><dfn id="syntax-text" title="syntax-text">Text</dfn> is allowed inside elements, + U+002F SOLIDUS (/).<h4 id="text-0"><span class="secno">8.1.3 </span>Text</h4><p><dfn aria-haspopup="true" id="syntax-text" role="button" tabindex="0" title="syntax-text">Text</dfn> is allowed inside elements, attribute values, and comments. Text must consist of Unicode characters. Text must not contain U+0000 characters. Text must not contain permanently undefined Unicode characters (noncharacters). Text must not contain control characters other than <a 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>. Extra constraints are placed on what is and what is not allowed in text based on where - the text is to be put, as described in the other sections.<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 + 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 aria-haspopup="true" id="syntax-newlines" role="button" tabindex="0" 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> 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" 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 aria-haspopup="true" id="syntax-charref" role="button" tabindex="0" 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 (&). Following this, there are three possible kinds of character @@ -896,14 +896,14 @@ to reference any Unicode code point other than U+0000, U+000D, permanently undefined Unicode characters (noncharacters), and control characters other than <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="syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous + characters</a>.<p>An <dfn aria-haspopup="true" id="syntax-ambiguous-ampersand" role="button" tabindex="0" title="syntax-ambiguous-ampersand">ambiguous ampersand</dfn> is a U+0026 AMPERSAND character (&) that is followed by one or more 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, 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" 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 aria-haspopup="true" id="syntax-cdata" role="button" tabindex="0" 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 @@ -927,7 +927,7 @@ <ms><![CDATA[x<y3]]></ms> </math></pre> - </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 + </div><h4 id="comments"><span class="secno">8.1.6 </span>Comments</h4><p><dfn aria-haspopup="true" id="syntax-comments" role="button" tabindex="0" 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 Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.432 retrieving revision 1.433 diff -u -d -r1.432 -r1.433 --- webappapis.html 6 May 2011 01:54:39 -0000 1.432 +++ webappapis.html 6 May 2011 04:29:19 -0000 1.433 @@ -361,7 +361,7 @@ <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><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 aria-haspopup="true" id="event-handlers" role="button" tabindex="0">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_224">Function</a></code> @@ -369,7 +369,7 @@ 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 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 + <code><a href="browsers.html#window" id="window_17">Window</a></code> objects are exposed in this way.<p><dfn aria-haspopup="true" id="event-handler-content-attributes" role="button" tabindex="0">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 @@ -380,9 +380,9 @@ attached using <code title="dom-EventTarget-addEventListener">addEventListener()</code>.<hr><p>The <code><a href="#function" id="function_225">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> { +interface <dfn aria-haspopup="true" id="function" role="button" tabindex="0">Function</dfn> { any <a href="#dom-function-call" id="dom-function-call_0" 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> +};</pre><p>The <dfn aria-haspopup="true" id="dom-function-call" role="button" tabindex="0" 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_226">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 @@ -403,7 +403,7 @@ 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/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> { +interface <dfn aria-haspopup="true" id="windowbase64" role="button" tabindex="0">WindowBase64</dfn> { 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); }; Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.311 retrieving revision 1.312 diff -u -d -r1.311 -r1.312 --- spec.preprocessed.html 6 May 2011 01:54:38 -0000 1.311 +++ spec.preprocessed.html 6 May 2011 04:29:16 -0000 1.312 @@ -1421,7 +1421,7 @@ other specifications. In certain circumstances, unfortunately, conflicting needs have led to this specification violating the requirements of these other specifications. Whenever this has - occurred, the transgressions have each been noted as a "<dfn id="willful-violation">willful + occurred, the transgressions have each been noted as a "<dfn id="willful-violation" role="button" tabindex="0" aria-haspopup="true">willful violation</dfn>", and the reason for the violation has been noted.</p><h3 id="html-vs-xhtml"><span class="secno">1.6 </span>HTML vs XHTML</h3><p><i>This section is non-normative.</i></p><p>This specification defines an abstract language for describing documents and applications, and some APIs for interacting with @@ -1516,7 +1516,7 @@ First, it should be read cover-to-cover, multiple times. Then, it should be read backwards at least once. Then it should be read by [...17553 lines suppressed...] <dd>text</dd> <dt>Subtype name:</dt> @@ -67617,7 +67617,7 @@ <dd>W3C</dd> </dl><p>Fragment identifiers used with <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> resources refer to <a href="#the-indicated-part-of-the-document">the indicated part of the - document</a>.</p><h3 id="application-xhtml-xml"><span class="secno">12.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted + document</a>.</p><h3 id="application-xhtml-xml"><span class="secno">12.3 </span><dfn role="button" tabindex="0" aria-haspopup="true"><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><dl><dt>Type name:</dt> <dd>application</dd> <dt>Subtype name:</dt> @@ -67665,7 +67665,7 @@ <dd>W3C</dd> </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="#xml-mime-type">XML MIME - type</a>. <a href="#refsRFC3023">[RFC3023]</a></p><h3 id="text-cache-manifest"><span class="secno">12.4 </span><dfn><code>text/cache-manifest</code></dfn></h3><p>This registration is for community review and will be submitted + type</a>. <a href="#refsRFC3023">[RFC3023]</a></p><h3 id="text-cache-manifest"><span class="secno">12.4 </span><dfn role="button" tabindex="0" aria-haspopup="true"><code>text/cache-manifest</code></dfn></h3><p>This registration is for community review and will be submitted to the IESG for review, approval, and registration with IANA.</p><dl><dt>Type name:</dt> <dd>text</dd> <dt>Subtype name:</dt>
Received on Friday, 6 May 2011 04:30:25 UTC