html5/spec-author-view fragment-links.html,NONE,1.1 style.css,NONE,1.1 .cvsignore,1.2,1.3 Makefile,1.23,1.24 Overview.html,1.946,1.947 acknowledgements.html,1.608,1.609 apis-in-html-documents.html,1.39,1.40 association-of-controls-and-forms.html,1.34,1.35 browsers.html,1.603,1.604 commands.html,1.31,1.32 common-input-element-attributes.html,1.42,1.43 common-microsyntaxes.html,1.36,1.37 comms.html,1.562,1.563 content-models.html,1.44,1.45 dnd.html,1.38,1.39 dom.html,1.597,1.598 editing.html,1.593,1.594 edits.html,1.29,1.30 elements.html,1.51,1.52 embedded-content-1.html,1.47,1.48 forms.html,1.587,1.588 grouping-content.html,1.43,1.44 history.html,1.592,1.593 iana.html,1.42,1.43 index.html,1.603,1.604 infrastructure.html,1.598,1.599 interactive-elements.html,1.588,1.589 introduction.html,1.595,1.596 links.html,1.45,1.46 named-character-references.html,1.592,1.593 number-state.html,1.34,1.35 obsolete.html,1.590,1.591 offline.html,1.588,1.589 origin-0.html,1.14,1.15 references.html,1.589,1.590 scriptin

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv13921

Modified Files:
	.cvsignore Makefile Overview.html acknowledgements.html 
	apis-in-html-documents.html 
	association-of-controls-and-forms.html browsers.html 
	commands.html common-input-element-attributes.html 
	common-microsyntaxes.html comms.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.html infrastructure.html 
	interactive-elements.html introduction.html links.html 
	named-character-references.html number-state.html 
	obsolete.html offline.html origin-0.html references.html 
	scripting-1.html sections.html semantics.html spec.html 
	states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html the-xhtml-syntax.html timers.html 
	urls.html video.html webappapis.html 
Added Files:
	fragment-links.html style.css 
Log Message:
unbreak fragment-ID links in the author edition so that they point to the full spec instead


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.598
retrieving revision 1.599
diff -u -d -r1.598 -r1.599
--- infrastructure.html	2 Jul 2010 23:07:31 -0000	1.598
+++ infrastructure.html	7 Jul 2010 08:58:11 -0000	1.599
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2 Common infrastructure &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>2 Common infrastructure &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="introduction.html" title="1 Introduction" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="introduction.html" title="1 Introduction" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -395,7 +395,7 @@
   document, then the node's <a href="#root-element">root element</a> is indeed the
   document's root element; however, if the node is not currently part
   of the document tree, the root element will be an orphaned node.</p><p>When an element's <a href="#root-element">root element</a> is the root element
-  of a <code><a href="#document">Document</a></code>, it is said to be <dfn id="in-a-document">in a
+  of a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, it is said to be <dfn id="in-a-document">in a
   <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a
   document</dfn> when its <a href="#root-element">root element</a> changes and is now
   the document's <a href="#root-element">root element</a>. Analogously, an element is
@@ -405,19 +405,18 @@
   element</a> to being another element.</p><p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that
   node's <a href="#root-element">root element</a>. When a node is <a href="#in-a-document">in a
   <code>Document</code></a>, its <a href="#home-subtree">home subtree</a> is that
-  <code><a href="#document">Document</a></code>'s tree.</p><p>The <code><a href="#document">Document</a></code> of a <code><a href="#node">Node</a></code> (such as an
-  element) is the <code><a href="#document">Document</a></code> that the <code><a href="#node">Node</a></code>'s
-  <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL
-  attribute returns. When a <code><a href="#node">Node</a></code> is <a href="#in-a-document">in a
-  <code>Document</code></a> then that <code><a href="#document">Document</a></code> is
-  always the <code><a href="#node">Node</a></code>'s <code><a href="#document">Document</a></code>, and the
-  <code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL attribute
-  thus always returns that <code><a href="#document">Document</a></code>.</p><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 href="#dom-node-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="#dom-node-childnodes">childNodes</a></code> relationship).</p><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
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s tree.</p><p>The <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> of a <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> (such as an
+  element) is the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that the <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s
+  <code title="">ownerDocument</code> IDL attribute returns. When a
+  <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> is <a href="#in-a-document">in a <code>Document</code></a> then
+  that <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is always the <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, and the <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code title="">ownerDocument</code> IDL attribute thus always returns that
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><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 href="http://dev.w3.org/html5/spec/.html#dom-node-parentnode" class="full-spec-link" title='Read about this "parentNode" reference in the full HTML5 spec.'>parentNode</a></code>/<code title="dom-Node-childNodes"><a href="http://dev.w3.org/html5/spec/.html#dom-node-childnodes" class="full-spec-link" title='Read about this "childNodes" reference in the full HTML5 spec.'>childNodes</a></code> relationship).</p><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
   handled as if it was something else, this refers only to the
-  processing of the node after it is in the DOM. </p><p>The term <dfn id="text-node">text node</dfn> refers to any <code><a href="#text">Text</a></code>
-  node, including <code><a href="#cdatasection">CDATASection</a></code> nodes; specifically, any
-  <code><a href="#node">Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
+  processing of the node after it is in the DOM. </p><p>The term <dfn id="text-node">text node</dfn> refers to any <code><a href="http://dev.w3.org/html5/spec/.html#text" class="full-spec-link" title='Read about this "Text" reference in the full HTML5 spec.'>Text</a></code>
+  node, including <code><a href="http://dev.w3.org/html5/spec/.html#cdatasection" class="full-spec-link" title='Read about this "CDATASection" reference in the full HTML5 spec.'>CDATASection</a></code> nodes; specifically, any
+  <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" 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><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
   an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The construction "a <code>Foo</code> object", where
@@ -434,10 +433,10 @@
   defined by the DOM Events specification. <!--
   http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a></p><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of
   content handlers used by the user agent that can take part in the
-  user agent's rendering of a <code><a href="#document">Document</a></code> object, but that
+  user agent's rendering of a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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" title="child browsing context">child browsing
-  contexts</a> of the <code><a href="#document">Document</a></code> nor introduce any
-  <code><a href="#node">Node</a></code> objects to the <code><a href="#document">Document</a></code>'s DOM.</p><p>Typically such content handlers are provided by third parties,
+  contexts</a> of the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> nor introduce any
+  <code><a href="http://dev.w3.org/html5/spec/.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> objects to the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s DOM.</p><p>Typically such content handlers are provided by third parties,
   though a user agent can also designate built-in content handlers as
   plugins.</p><p>A user agent must not consider the types <code>text/plain</code>
   and <code>application/octet-stream</code> as having a registered
@@ -491,7 +490,7 @@
   requirements on authors; such requirements are implicitly
   requirements on documents: by definition, all documents are assumed
   to have had an author. (In some cases, that author may itself be a
-  user agent &#8212; such user agents are subject to additional rules,
+  user agent &#226;&#128;&#148; such user agents are subject to additional rules,
   as explained below.)</p><p class="example">For example, if a requirement states that
   "authors must not use the <code title="">foobar</code> element", it
   would imply that documents are not allowed to contain elements named

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- text-level-semantics.html	2 Jul 2010 23:07:34 -0000	1.596
+++ text-level-semantics.html	7 Jul 2010 08:58:14 -0000	1.597
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.6 Text-level semantics &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.6 Text-level semantics &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="edits.html" title="4.7 Edits" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -338,34 +338,34 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  stringifier attribute DOMString <a href="#dom-a-href" title="dom-a-href">href</a>;
-           attribute DOMString <a href="#dom-a-target" title="dom-a-target">target</a>;
-           attribute DOMString <a href="#dom-a-rel" title="dom-a-rel">rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="#dom-a-rellist" title="dom-a-relList">relList</a>;
-           attribute DOMString <a href="#dom-a-media" title="dom-a-media">media</a>;
-           attribute DOMString <a href="#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-a-type" title="dom-a-type">type</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-target" title='Read about this "target" reference in the full HTML5 spec.' class="full-spec-link">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-rel" title='Read about this "rel" reference in the full HTML5 spec.' class="full-spec-link">rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.' class="full-spec-link">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-media" title='Read about this "media" reference in the full HTML5 spec.' class="full-spec-link">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.' class="full-spec-link">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
 
-           attribute DOMString <a href="#dom-a-text" title="dom-a-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.' class="full-spec-link">text</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="#dom-a-protocol" title="dom-a-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-a-host" title="dom-a-host">host</a>;
-           attribute DOMString <a href="#dom-a-hostname" title="dom-a-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-a-port" title="dom-a-port">port</a>;
-           attribute DOMString <a href="#dom-a-pathname" title="dom-a-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-a-search" title="dom-a-search">search</a>;
-           attribute DOMString <a href="#dom-a-hash" title="dom-a-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-protocol" title='Read about this "protocol" reference in the full HTML5 spec.' class="full-spec-link">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-host" title='Read about this "host" reference in the full HTML5 spec.' class="full-spec-link">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-hostname" title='Read about this "hostname" reference in the full HTML5 spec.' class="full-spec-link">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-port" title='Read about this "port" reference in the full HTML5 spec.' class="full-spec-link">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-pathname" title='Read about this "pathname" reference in the full HTML5 spec.' class="full-spec-link">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-search" title='Read about this "search" reference in the full HTML5 spec.' class="full-spec-link">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-a-hash" title='Read about this "hash" reference in the full HTML5 spec.' class="full-spec-link">hash</a>;
 };</pre>
    </dd>
   </dl><p>If the <code><a href="#the-a-element">a</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute, then it
-  <a href="#represents">represents</a> a <a href="links.html#hyperlink">hyperlink</a> (a hypertext
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="links.html#hyperlink">hyperlink</a> (a hypertext
   anchor).</p><!-- v2: Eric Meyer requests the ability to nest links so that a big
   hyperlink, e.g. representing a calendar event, can be clickable,
   while within it there are subareas that represent links to distinct
   areas, e.g. a link to see photos of the event, or to edit the event,
   or some such. --><p>If the <code><a href="#the-a-element">a</a></code> element has no <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute, then the element
-  <a href="#represents">represents</a> a placeholder for where a link might
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a placeholder for where a link might
   otherwise have been placed, if it had been relevant.</p><p>The <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">target</a></code>,
   <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type">type</a></code> attributes must be omitted
   if the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute is
@@ -381,11 +381,11 @@
   &lt;li&gt; &lt;a href="/legal"&gt;Legal&lt;/a&gt; &lt;/li&gt;
  &lt;/ul&gt;
 &lt;/nav&gt;</pre>
-  </div><dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a href="#dom-a-text">text</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a href="http://dev.w3.org/html5/spec/.html#dom-a-text" class="full-spec-link" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
 
    <dd>
 
-    <p>Same as <code><a href="#textcontent">textContent</a></code>.</p>
+    <p>Same as <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
 
    </dd>
 
@@ -426,7 +426,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-em-element">em</a></code> element <a href="#represents">represents</a> stress
+  </dl><p>The <code><a href="#the-em-element">em</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> stress
   emphasis of its contents.</p><p>The level of emphasis that a particular piece of content has is
   given by its number of ancestor <code><a href="#the-em-element">em</a></code> elements.</p><p>The placement of emphasis changes the meaning of the sentence.
   The element thus forms an integral part of the content. The precise
@@ -506,7 +506,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-strong-element">strong</a></code> element <a href="#represents">represents</a> strong
+  </dl><p>The <code><a href="#the-strong-element">strong</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> strong
   importance for its contents.</p><p>The relative level of importance of a piece of content is given
   by its number of ancestor <code><a href="#the-strong-element">strong</a></code> elements; each
   <code><a href="#the-strong-element">strong</a></code> element increases the importance of its
@@ -532,7 +532,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-small-element">small</a></code> element <a href="#represents">represents</a> side
+  </dl><p>The <code><a href="#the-small-element">small</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> side
   comments such as small print.</p><p class="note">Small print typically features disclaimers, caveats,
   legal restrictions, or copyrights. Small print is also sometimes
   used for attribution, or for satisfying licensing requirements.</p><p class="note">The <code><a href="#the-small-element">small</a></code> element does not
@@ -555,7 +555,7 @@
   For more details, contact
   &lt;a href="mailto:js@example.com"&gt;John Smith&lt;/a&gt;.
  &lt;/address&gt;
- &lt;p&gt;&lt;small&gt;&#169; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
+ &lt;p&gt;&lt;small&gt;&#194;&#169; copyright 2038 Example Corp.&lt;/small&gt;&lt;/p&gt;
 &lt;/footer&gt;</pre>
 
   </div><div class="example">
@@ -603,7 +603,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-cite-element">cite</a></code> element <a href="#represents">represents</a> the title
+  </dl><p>The <code><a href="#the-cite-element">cite</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title
   of a work (e.g.
   a book,
   a paper,
@@ -625,8 +625,8 @@
   a legal case report,
   etc). This can be a work that is being quoted or
   referenced in detail (i.e. a citation), or it can just be a work
-  that is mentioned in passing.</p><p>A person's name is not the title of a work &#8212; even if people
-  call that person a piece of work &#8212; and the element must
+  that is mentioned in passing.</p><p>A person's name is not the title of a work &#226;&#128;&#148; even if people
+  call that person a piece of work &#226;&#128;&#148; and the element must
   therefore not be used to mark up people's names. (In some cases, the
   <code><a href="#the-b-element">b</a></code> element might be appropriate for names; e.g. in a
   gossip article where the names of famous people are keywords
@@ -708,7 +708,7 @@
    <dd><code title="attr-q-cite"><a href="#attr-q-cite">cite</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="grouping-content.html#htmlquoteelement">HTMLQuoteElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-q-element">q</a></code> element <a href="#represents">represents</a> some <a href="content-models.html#phrasing-content" title="phrasing content">phrasing content</a> quoted from another
+  </dl><p>The <code><a href="#the-q-element">q</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some <a href="content-models.html#phrasing-content" title="phrasing content">phrasing content</a> quoted from another
   source.</p><p>Quotation punctuation (such as quotation marks) that is quoting
   the contents of the element must not appear immediately before,
   after, or inside <code><a href="#the-q-element">q</a></code> elements; they will be inserted into
@@ -756,12 +756,12 @@
    <p>In the following example, quotation marks are used instead of
    the <code><a href="#the-q-element">q</a></code> element:</p>
 
-   <pre>&lt;p&gt;His best argument was &#10077;I disagree&#10078;, which
+   <pre>&lt;p&gt;His best argument was &#226;&#157;&#157;I disagree&#226;&#157;&#158;, which
 I thought was laughable.&lt;/p&gt;</pre>
 
   </div><div class="example">
 
-   <p>In the following example, there is no quote &#8212; the
+   <p>In the following example, there is no quote &#226;&#128;&#148; the
    quotation marks are used to name a word. Use of the <code><a href="#the-q-element">q</a></code>
    element in this case would be inappropriate.</p>
 
@@ -780,7 +780,7 @@
    <dd>Also, the <code title="attr-dfn-title"><a href="#attr-dfn-title">title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dfn-element">dfn</a></code> element <a href="#represents">represents</a> the defining
+  </dl><p>The <code><a href="#the-dfn-element">dfn</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the defining
   instance of a term. The <a href="content-models.html#paragraph" title="paragraph">paragraph</a>,
   <a href="grouping-content.html#the-dl-element" title="dl">description list group</a>, or <a href="content-models.html#sectioning-content" title="sectioning content">section</a> that is the nearest
   ancestor of the <code><a href="#the-dfn-element">dfn</a></code> element must also contain the
@@ -792,7 +792,7 @@
   child <a href="infrastructure.html#text-node" title="text node">text nodes</a>, and that child
   element is an <code><a href="#the-abbr-element">abbr</a></code> element with a <code title="attr-abbr-title"><a href="#attr-abbr-title">title</a></code> attribute, then the exact value
   of <em>that</em> attribute is the term being defined. Otherwise, it
-  is the exact <code><a href="#textcontent">textContent</a></code> of the <code><a href="#the-dfn-element">dfn</a></code>
+  is the exact <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the <code><a href="#the-dfn-element">dfn</a></code>
   element that gives the term being defined.</p><!-- note that this means <dfn>x \n x</dfn> won't match <span>x x</span> --><p>If the <code title="attr-dfn-title"><a href="#attr-dfn-title">title</a></code> attribute of the
   <code><a href="#the-dfn-element">dfn</a></code> element is present, then it must contain only the
   term being defined.</p><p class="note">The <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute
@@ -830,7 +830,7 @@
    <dd>Also, the <code title="attr-abbr-title"><a href="#attr-abbr-title">title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-abbr-element">abbr</a></code> element <a href="#represents">represents</a> an
+  </dl><p>The <code><a href="#the-abbr-element">abbr</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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
   used to provide an expansion of the abbreviation. The attribute, if
   specified, must contain an expansion of the abbreviation, and
@@ -924,12 +924,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltimeelement">HTMLTimeElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-time-datetime" title="dom-time-datetime">dateTime</a>;
-           attribute boolean <a href="#dom-time-pubdate" title="dom-time-pubDate">pubDate</a>;
-  readonly attribute <span>Date</span> <a href="#dom-time-valueasdate" title="dom-time-valueAsDate">valueAsDate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-time-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.' class="full-spec-link">dateTime</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-time-pubdate" title='Read about this "pubDate" reference in the full HTML5 spec.' class="full-spec-link">pubDate</a>;
+  readonly attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.' class="full-spec-link">valueAsDate</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-time-element">time</a></code> element <a href="#represents">represents</a> either a
+  </dl><p>The <code><a href="#the-time-element">time</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
   time on a 24 hour clock, or a precise date in the proleptic
   Gregorian calendar, optionally with a time and a time-zone
   offset. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>This element is intended as a way to encode modern dates and
@@ -964,7 +964,7 @@
   each <code><a href="sections.html#the-article-element">article</a></code> element, there must no more than one
   <code><a href="#the-time-element">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute whose nearest
   ancestor is that <code><a href="sections.html#the-article-element">article</a></code> element. Furthermore, for each
-  <code><a href="#document">Document</a></code>, there must be no more than one
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate">pubdate</a></code> attribute that does not
   have an ancestor <code><a href="sections.html#the-article-element">article</a></code> element.</p><p>The <dfn id="attr-time-datetime" title="attr-time-datetime"><code>datetime</code></dfn>
   attribute, if present, gives the date or time being
@@ -972,11 +972,11 @@
   contents.</p><p>If the element <i><a href="#needs-a-date">needs a date</a></i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute is present,
   then the attribute's value must be a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time">valid date string with
   optional time</a>.</p><p>If the element <i><a href="#needs-a-date">needs a date</a></i>, but the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute is not present,
-  then the element's <code><a href="#textcontent">textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-string-in-content-with-optional-time">valid
+  then the element's <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-string-in-content-with-optional-time">valid
   date string in content with optional time</a>.</p><p>If the element does not <i>need a date</i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute is present,
   then the attribute's value must be a <a href="common-microsyntaxes.html#valid-date-or-time-string">valid date or time
   string</a>.</p><p>If the element does not <i>need a date</i>, but the <code title="attr-time-datetime"><a href="#attr-time-datetime">datetime</a></code> attribute is not present,
-  then the element's <code><a href="#textcontent">textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-or-time-string-in-content">valid
+  then the element's <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-or-time-string-in-content">valid
   date or time string in content</a>.</p><p>The date, if any, must be expressed using the Gregorian
   calendar.</p><div class="example">
 
@@ -1017,7 +1017,7 @@
 
    <blockquote><p>I usually have a snack at 16h00.</p></blockquote>
 
-  </div><dl class="domintro"><dt><var title="">time</var> . <code title="dom-time-valueAsDate"><a href="#dom-time-valueasdate">valueAsDate</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">time</var> . <code title="dom-time-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code></dt>
 
    <dd>
 
@@ -1031,7 +1031,7 @@
 
    <pre>&lt;p&gt;Our first date was &lt;time datetime="2006-09-23"&gt;a Saturday&lt;/time&gt;.&lt;/p&gt;</pre>
 
-   <p>...the <code><a href="#the-time-element">time</a></code> element's <code title="dom-time-valueAsDate"><a href="#dom-time-valueasdate">valueAsDate</a></code> attribute would
+   <p>...the <code><a href="#the-time-element">time</a></code> element's <code title="dom-time-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
    have the value 1,158,969,600,000ms.</p>
 
   </div><!-- <pre>&lt;p>We stopped talking at &lt;time datetime="2006-09-24T05:00-07:00">5am the next morning&lt;/time>.&lt;/p></pre> --><div class="example">
@@ -1040,7 +1040,7 @@
 
    <pre>&lt;p&gt;Many people get up at &lt;time&gt;08:00&lt;/time&gt;.&lt;/p&gt;</pre>
 
-   <p>...the <code><a href="#the-time-element">time</a></code> element's <code title="dom-time-valueAsDate"><a href="#dom-time-valueasdate">valueAsDate</a></code> attribute would
+   <p>...the <code><a href="#the-time-element">time</a></code> element's <code title="dom-time-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
    have the value 28,800,000ms.</p>
 
   </div><div class="example">
@@ -1087,7 +1087,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-code-element">code</a></code> element <a href="#represents">represents</a> a fragment
+  </dl><p>The <code><a href="#the-code-element">code</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a fragment
   of computer code. This could be an XML element name, a filename, a
   computer program, or any other string that a computer would
   recognize.</p><p>Although there is no formal way to indicate the language of
@@ -1136,7 +1136,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-var-element">var</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-var-element">var</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   variable. This could be an actual variable in a mathematical
   expression or programming context, or it could just be a term used
   as a placeholder in prose.</p><div class="example">
@@ -1182,7 +1182,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-samp-element">samp</a></code> element <a href="#represents">represents</a> (sample)
+  </dl><p>The <code><a href="#the-samp-element">samp</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> (sample)
   output from a program or computing system.</p><p class="note">See the <code><a href="grouping-content.html#the-pre-element">pre</a></code> and <code><a href="#the-kbd-element">kbd</a></code>
   elements for more details.</p><div class="example">
    <p>This example shows the <code><a href="#the-samp-element">samp</a></code> element being used
@@ -1211,7 +1211,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-kbd-element">kbd</a></code> element <a href="#represents">represents</a> user input
+  </dl><p>The <code><a href="#the-kbd-element">kbd</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> user input
   (typically keyboard input, although it may also be used to represent
   other input, such as voice commands).</p><p>When the <code><a href="#the-kbd-element">kbd</a></code> element is nested inside a
   <code><a href="#the-samp-element">samp</a></code> element, it represents the input as it was echoed
@@ -1249,8 +1249,8 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Use <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-sub-and-sup-elements">sup</a></code> element <a href="#represents">represents</a> a
-  superscript and the <code><a href="#the-sub-and-sup-elements">sub</a></code> element <a href="#represents">represents</a>
+  </dl><p>The <code><a href="#the-sub-and-sup-elements">sup</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  superscript and the <code><a href="#the-sub-and-sup-elements">sub</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   a subscript.</p><p>These elements must be used only to mark up typographical
   conventions with specific meanings, not for typographical
   presentation for presentation's sake. For example, it would be
@@ -1291,7 +1291,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="#represents">represents</a> a span of text
+  </dl><p>The <code><a href="#the-i-element">i</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
   in an alternate voice or mood, or otherwise offset from the normal
   prose, such as a taxonomic designation, a technical term, an
   idiomatic phrase from another language, a thought, a ship name, or
@@ -1312,7 +1312,7 @@
 princess called Carey. He watched her, day-in, day-out, hoping she
 would notice him, but she never did.&lt;/i&gt;&lt;/p&gt;
 &lt;p&gt;&lt;i&gt;Finally one night he picked up the courage to speak with
-her&#8212;&lt;/i&gt;&lt;/p&gt;
+her&#226;&#128;&#148;&lt;/i&gt;&lt;/p&gt;
 &lt;p&gt;Raymond woke with a start as the fire alarm rang out.&lt;/p&gt;</pre>
   </div><p>Authors are encouraged to use the <code title="attr-class"><a href="elements.html#classes">class</a></code> attribute on the <code><a href="#the-i-element">i</a></code>
   element to identify why the element is being used, so that if the
@@ -1337,7 +1337,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="#represents">represents</a> a span of text
+  </dl><p>The <code><a href="#the-b-element">b</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
   to be stylistically offset from the normal prose without conveying
   any extra importance, such as key words in a document abstract,
   product names in a review, or other spans of text whose typical
@@ -1360,7 +1360,7 @@
    <pre>&lt;article&gt;
  &lt;h2&gt;Kittens 'adopted' by pet rabbit&lt;/h2&gt;
  &lt;p&gt;&lt;b class="lede"&gt;Six abandoned kittens have found an
- unexpected new mother figure &#8212; a pet rabbit.&lt;/b&gt;&lt;/p&gt;
+ unexpected new mother figure &#226;&#128;&#148; a pet rabbit.&lt;/b&gt;&lt;/p&gt;
  &lt;p&gt;Veterinary nurse Melanie Humble took the three-week-old
  kittens to her Aberdeen home.&lt;/p&gt;
 <i>[...]</i></pre>
@@ -1392,7 +1392,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><!-- v2: attribute that means "highlight this on the scrollbar" --><p>The <code><a href="#the-mark-element">mark</a></code> element <a href="#represents">represents</a> a run of
+  </dl><!-- v2: attribute that means "highlight this on the scrollbar" --><p>The <code><a href="#the-mark-element">mark</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a run of
   text in one document marked or highlighted for reference purposes,
   due to its relevance in another context. When used in a quotation or
   other block of text referred to from the prose, it indicates a
@@ -1527,7 +1527,7 @@
   annotations are short runs of text presented alongside base text,
   primarily used in East Asian typography as a guide for
   pronunciation or to include other annotations. In Japanese, this
-  form of typography is also known as <i>furigana</i>.</p><p>A <code><a href="#the-ruby-element">ruby</a></code> element <a href="#represents">represents</a> the spans of
+  form of typography is also known as <i>furigana</i>.</p><p>A <code><a href="#the-ruby-element">ruby</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the spans of
   phrasing content it contains, ignoring all the child <code><a href="#the-rt-element">rt</a></code>
   and <code><a href="#the-rp-element">rp</a></code> elements and their descendants. Those spans of
   phrasing content have associated annotations created using the
@@ -1536,13 +1536,13 @@
    <!-- this is the hiragana for the word "kanji" ("chinese character") in japanese -->
    <!-- in japanese, ruby-like typography is called "furigana" -->
 
-   <p>In this example, each ideograph in the Japanese text <span lang="ja" title="">&#28450;&#23383;</span> is annotated with its
+   <p>In this example, each ideograph in the Japanese text <span lang="ja" title="">&#230;&#188;&#162;&#229;&#173;&#151;</span> is annotated with its
    reading in hiragana.</p>
 
    <pre lang="ja">...
 &lt;ruby&gt;
- &#28450; &lt;rt&gt; &#12363;&#12435; &lt;/rt&gt;
- &#23383; &lt;rt&gt; &#12376;&#12288; &lt;/rt&gt;
+ &#230;&#188;&#162; &lt;rt&gt; &#227;&#129;&#139;&#227;&#130;&#147; &lt;/rt&gt;
+ &#229;&#173;&#151; &lt;rt&gt; &#227;&#129;&#152;&#227;&#128;&#128; &lt;/rt&gt;
 &lt;/ruby&gt;
 ...</pre>
 
@@ -1555,12 +1555,12 @@
    <!-- this is the bopomofo for the word "hanzi" ("chinese character") in traditional chinese, as used in taiwan -->
 
    <p>In this example, each ideograph in the traditional Chinese text
-   <span lang="zh-TW" title="">&#28450;&#23383;</span> is annotated
+   <span lang="zh-TW" title="">&#230;&#188;&#162;&#229;&#173;&#151;</span> is annotated
    with its bopomofo reading.</p>
 
    <pre lang="zh-TW">&lt;ruby&gt;
- &#28450; &lt;rt&gt; &#12559;&#12578;&#715; &lt;/rt&gt;
- &#23383; &lt;rt&gt; &#12567;&#715;&#12288; &lt;/rt&gt;
+ &#230;&#188;&#162; &lt;rt&gt; &#227;&#132;&#143;&#227;&#132;&#162;&#203;&#139; &lt;/rt&gt;
+ &#229;&#173;&#151; &lt;rt&gt; &#227;&#132;&#151;&#203;&#139;&#227;&#128;&#128; &lt;/rt&gt;
 &lt;/ruby&gt;</pre>
 
    <p>This might be rendered as:</p>
@@ -1572,13 +1572,13 @@
    <!-- this is the pinyin for the word "hanzi" ("chinese character") in simplified chinese, as used in mainland china -->
 
    <p>In this example, each ideograph in the simplified Chinese text
-   <span lang="zh-CN" title="">&#27721;&#23383;</span> is annotated
+   <span lang="zh-CN" title="">&#230;&#177;&#137;&#229;&#173;&#151;</span> is annotated
    with its pinyin reading.</p>
 
    <pre lang="zh-CN">...
 &lt;ruby&gt;
- &#27721; &lt;rt&gt; h&#224;n &lt;/rt&gt;
- &#23383; &lt;rt&gt; z&#236;&#160; &lt;/rt&gt;
+ &#230;&#177;&#137; &lt;rt&gt; h&#195;&#160;n &lt;/rt&gt;
+ &#229;&#173;&#151; &lt;rt&gt; z&#195;&#172;&#194;&#160; &lt;/rt&gt;
 &lt;/ruby&gt;
 ...</pre>
 
@@ -1597,7 +1597,7 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-rt-element">rt</a></code> element marks the ruby text component of a
-  ruby annotation.</p><p>An <code><a href="#the-rt-element">rt</a></code> element  <a href="#represents">represents</a> an
+  ruby annotation.</p><p>An <code><a href="#the-rt-element">rt</a></code> element  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">ruby</a></code> element, ignoring <code><a href="#the-rp-element">rp</a></code> elements.</p><h4 id="the-rp-element"><span class="secno">4.6.20 </span>The <dfn><code>rp</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -1616,17 +1616,17 @@
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-rp-element">rp</a></code> element can be used to provide parentheses
   around a ruby text component of a ruby annotation, to be shown by
-  user agents that don't support ruby annotations.</p><p>An <code><a href="#the-rp-element">rp</a></code> element  <a href="#represents">represents</a>
+  user agents that don't support ruby annotations.</p><p>An <code><a href="#the-rp-element">rp</a></code> element  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   nothing. </p><div class="example">
 
-   <p>The example above, in which each ideograph in the text <span lang="ja" title="">&#28450;&#23383;</span> is annotated with its
+   <p>The example above, in which each ideograph in the text <span lang="ja" title="">&#230;&#188;&#162;&#229;&#173;&#151;</span> is annotated with its
    phonetic reading, could be expanded to use <code><a href="#the-rp-element">rp</a></code> so that in
    legacy user agents the readings are in parentheses:</p>
 
    <pre lang="ja">...
 &lt;ruby&gt;
- &#28450; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12363;&#12435;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
- &#23383; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#12376;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
+ &#230;&#188;&#162; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#227;&#129;&#139;&#227;&#130;&#147;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
+ &#229;&#173;&#151; &lt;rp&gt;(&lt;/rp&gt;&lt;rt&gt;&#227;&#129;&#152;&lt;/rt&gt;&lt;rp&gt;)&lt;/rp&gt;
 &lt;/ruby&gt;
 ...</pre>
 
@@ -1634,7 +1634,7 @@
    in user agents that do not support ruby, the rendering would
    be:</p>
 
-   <pre lang="ja">... &#28450; (&#12363;&#12435;) &#23383; (&#12376;) ...</pre>
+   <pre lang="ja">... &#230;&#188;&#162; (&#227;&#129;&#139;&#227;&#130;&#147;) &#229;&#173;&#151; (&#227;&#129;&#152;) ...</pre>
 
   </div><h4 id="the-bdo-element"><span class="secno">4.6.21 </span>The <dfn><code>bdo</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
@@ -1648,7 +1648,7 @@
    <dd>Also, the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> global attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-bdo-element">bdo</a></code> element <a href="#represents">represents</a> explicit
+  </dl><p>The <code><a href="#the-bdo-element">bdo</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> explicit
   text directionality formatting control for its children. It allows
   authors to override the Unicode bidirectional algorithm by
   explicitly specifying a direction override. <a href="references.html#refsBIDI">[BIDI]</a></p><p>Authors must specify the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>
@@ -1669,7 +1669,7 @@
    </dd>
   </dl><p>The <code><a href="#the-span-element">span</a></code> element doesn't mean anything on its own,
   but can be useful when used together with other attributes,
-  e.g. <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>. It <a href="#represents">represents</a> its
+  e.g. <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>. It <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its
   children.</p><div class="example">
 
    <p>In this example, a code fragment is marked up using
@@ -1698,7 +1698,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlbrelement">HTMLBRElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-br-element">br</a></code> element <a href="#represents">represents</a> a line
+  </dl><p>The <code><a href="#the-br-element">br</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line
   break.</p><p><code><a href="#the-br-element">br</a></code> elements must be used only for line breaks that
   are actually part of the content, as in poems or addresses.</p><div class="example">
 
@@ -1743,7 +1743,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-wbr-element">wbr</a></code> element <a href="#represents">represents</a> a line break
+  </dl><p>The <code><a href="#the-wbr-element">wbr</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line break
   opportunity.</p><div class="example">
 
    <p>In the following example, someone is quoted as saying something
@@ -1800,7 +1800,7 @@
 
     </td></tr><tr><td><code><a href="#the-var-element">var</a></code>
      </td><td>Variables
-     </td><td><pre class="example">If there are <strong>&lt;var&gt;n&lt;/var&gt;</strong> fruit in the bowl, at least <strong>&lt;var&gt;n&lt;/var&gt;</strong>&#247;2 will be ripe.</pre>
+     </td><td><pre class="example">If there are <strong>&lt;var&gt;n&lt;/var&gt;</strong> fruit in the bowl, at least <strong>&lt;var&gt;n&lt;/var&gt;</strong>&#195;&#183;2 will be ripe.</pre>
 
     </td></tr><tr><td><code><a href="#the-samp-element">samp</a></code>
      </td><td>Computer output

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- scripting-1.html	2 Jul 2010 23:07:32 -0000	1.38
+++ scripting-1.html	7 Jul 2010 08:58:12 -0000	1.39
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.3 Scripting &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.3 Scripting &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="semantics.html" title="4 The elements of HTML" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="semantics.html" title="4 The elements of HTML" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="sections.html" title="4.4 Sections" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -357,17 +357,17 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlscriptelement">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-script-src" title="dom-script-src">src</a>;
-           attribute boolean <a href="#dom-script-async" title="dom-script-async">async</a>;
-           attribute boolean <a href="#dom-script-defer" title="dom-script-defer">defer</a>;
-           attribute DOMString <a href="#dom-script-type" title="dom-script-type">type</a>;
-           attribute DOMString <a href="#dom-script-charset" title="dom-script-charset">charset</a>;
-           attribute DOMString <a href="#dom-script-text" title="dom-script-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.' class="full-spec-link">async</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.' class="full-spec-link">defer</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-script-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-script-charset" title='Read about this "charset" reference in the full HTML5 spec.' class="full-spec-link">charset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.' class="full-spec-link">text</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#script">script</a></code> element allows authors to include dynamic
   script and data blocks in their documents. The element does not
-  <a href="#represents" title="represents">represent</a> content for the user.</p><p>When used to include dynamic scripts, the scripts may either be
+  <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> content for the user.</p><p>When used to include dynamic scripts, the scripts may either be
   embedded inline or may be imported from an external file using the
   <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute. If the language
   is not that described by "<code title="">text/javascript</code>",
@@ -396,7 +396,7 @@
   must be an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the
   <a href="infrastructure.html#preferred-mime-name">preferred MIME name</a> for that encoding, and must match
   the encoding given in the <code title="">charset</code> parameter of
-  the <a href="#content-type" title="Content-Type">Content-Type metadata</a> of the
+  the <a href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">Content-Type metadata</a> of the
   external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p><p>The <dfn id="attr-script-async" title="attr-script-async"><code>async</code></dfn> and
   <dfn id="attr-script-defer" title="attr-script-defer"><code>defer</code></dfn> attributes
   are <a href="common-microsyntaxes.html#boolean-attribute" title="boolean attribute">boolean attributes</a> that
@@ -416,8 +416,8 @@
   therefore by necessity scattered throughout the specification. The
   algorithms below (in this section) describe the core of this
   processing, but these algorithms reference and are referenced by the
-  parsing rules for <code><a href="#script">script</a></code> <a href="#scriptTag">start</a>
-  and <a href="#scriptEndTag">end</a> tags in HTML, <a href="#scriptForeignEndTag">in foreign content</a>, and <a href="#scriptTagXML">in XML</a>, the rules for the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method, the
+  parsing rules for <code><a href="#script">script</a></code> <a href="http://dev.w3.org/html5/spec/.html#scriptTag" class="full-spec-link" title='Read about this "start" reference in the full HTML5 spec.'>start</a>
+  and <a href="http://dev.w3.org/html5/spec/.html#scriptEndTag" class="full-spec-link" title='Read about this "end" reference in the full HTML5 spec.'>end</a> tags in HTML, <a href="http://dev.w3.org/html5/spec/.html#scriptForeignEndTag" class="full-spec-link" title='Read about this "in foreign content" reference in the full HTML5 spec.'>in foreign content</a>, and <a href="http://dev.w3.org/html5/spec/.html#scriptTagXML" class="full-spec-link" title='Read about this "in XML" reference in the full HTML5 spec.'>in XML</a>, the rules for the <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, the
   handling of <a href="webappapis.html#scripting">scripting</a>, etc.</p><p>The <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attribute may be
   specified even if the <code title="attr-script-async"><a href="#attr-script-async">async</a></code>
   attribute is specified, to cause legacy Web browsers that only
@@ -425,7 +425,7 @@
   synchronous blocking behavior that is the default.</p><p>Changing the <code title="attr-script-src"><a href="#attr-script-src">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer">defer</a></code> attributes dynamically has no
   direct effect; these attribute are only used at specific times
   described below.</p><!-- by implication, changes to the base URL
-  also have no effect --><dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a href="#dom-script-text">text</a></code> [ = <var title="">value</var> ]</dt>
+  also have no effect --><dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a href="http://dev.w3.org/html5/spec/.html#dom-script-text" class="full-spec-link" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -437,7 +437,7 @@
 
    </dd>
 
-  </dl><p class="note">When inserted using the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method,
+  </dl><p class="note">When inserted using the <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method,
   <code><a href="#script">script</a></code> elements execute (typically synchronously), but
   when inserted using <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml">innerHTML</a></code> and <code title="dom-outerHTML"><a href="apis-in-html-documents.html#dom-outerhtml">outerHTML</a></code> attributes, they do not
   execute at all.</p><div class="example">
@@ -485,15 +485,15 @@
 &lt;form name="pricecalc" onsubmit="return false"&gt;
  &lt;fieldset&gt;
   &lt;legend&gt;Work out the price of your car&lt;/legend&gt;
-  &lt;p&gt;Base cost: &#163;52000.&lt;/p&gt;
+  &lt;p&gt;Base cost: &#194;&#163;52000.&lt;/p&gt;
   &lt;p&gt;Select additional options:&lt;/p&gt;
   &lt;ul&gt;
-   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=brakes&gt; Ceramic brakes (&#163;1000)&lt;/label&gt;&lt;/li&gt;
-   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=radio&gt; Satellite radio (&#163;2500)&lt;/label&gt;&lt;/li&gt;
-   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=turbo&gt; Turbo charger (&#163;5000)&lt;/label&gt;&lt;/li&gt;
-   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=sticker&gt; "XZ" sticker (&#163;250)&lt;/label&gt;&lt;/li&gt;
+   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=brakes&gt; Ceramic brakes (&#194;&#163;1000)&lt;/label&gt;&lt;/li&gt;
+   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=radio&gt; Satellite radio (&#194;&#163;2500)&lt;/label&gt;&lt;/li&gt;
+   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=turbo&gt; Turbo charger (&#194;&#163;5000)&lt;/label&gt;&lt;/li&gt;
+   &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=sticker&gt; "XZ" sticker (&#194;&#163;250)&lt;/label&gt;&lt;/li&gt;
   &lt;/ul&gt;
-  &lt;p&gt;Total: &#163;&lt;output name=result onformchange="calculate(form)"&gt;&lt;/output&gt;&lt;/p&gt;
+  &lt;p&gt;Total: &#194;&#163;&lt;output name=result onformchange="calculate(form)"&gt;&lt;/output&gt;&lt;/p&gt;
  &lt;/fieldset&gt;
  &lt;script&gt;
   document.forms.pricecalc.dispatchFormChange();
@@ -522,7 +522,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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#textcontent">textContent</a></code> of a <code><a href="#script">script</a></code> element must match the
+  </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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#script">script</a></code> element must match the
   <code title="">script</code> production in the following ABNF, the
   character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a></p><pre>script        = data1 *( escape [ script-start data3 ] "--&gt;" data1 ) [ escape ]
 escape        = "&lt;!--" data2 *( script-start data3 script-end data2 )
@@ -564,7 +564,7 @@
   documentation</a>, there are further restrictions on the contents
   of the element, as described in the section below.</p><h5 id="inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span><dfn title="script documentation">Inline documentation for external scripts</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>If a <code><a href="#script">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src">src</a></code> attribute is specified, then the
   contents of the <code><a href="#script">script</a></code> element, if any, must be such
-  that the value of the <code title="dom-script-text"><a href="#dom-script-text">text</a></code> IDL
+  that the value of the <code title="dom-script-text"><a href="http://dev.w3.org/html5/spec/.html#dom-script-text" class="full-spec-link" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> IDL
   attribute, which is derived from the element's contents, matches the
   <code title="">documentation</code> production in the following
   ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a></p><pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline )
@@ -609,38 +609,38 @@
    <dd>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element of an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
    <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected in <a href="dom.html#html-documents">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd>
    <dt>Content model:</dt>
-   <dd>When <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element">style</a></code> elements, and zero or more <code><a href="semantics.html#meta">meta</a></code> elements.</dd>
-   <dd>When <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: <a href="content-models.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd>
+   <dd>When <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element">style</a></code> elements, and zero or more <code><a href="semantics.html#meta">meta</a></code> elements.</dd>
+   <dd>When <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0">head</a></code> element: <a href="content-models.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd>
    <dd>Otherwise: text that conforms to the requirements given in the prose.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-noscript-element">noscript</a></code> element <a href="#represents">represents</a> nothing
-  if <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a>, and
-  <a href="#represents">represents</a> its children if <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>. It is used
+  </dl><p>The <code><a href="#the-noscript-element">noscript</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> nothing
+  if <a href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is enabled</a>, and
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children if <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a>. It is used
   to present different markup to user agents that support scripting
   and those that don't support scripting, by affecting how the
   document is parsed.</p><p>When used in <a href="dom.html#html-documents">HTML documents</a>, the allowed content
-  model is as follows:</p><dl><dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+  model is as follows:</p><dl><dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a> for the
    <code><a href="#the-noscript-element">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only
    <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, and <code><a href="semantics.html#meta">meta</a></code>
    elements.</p></dd>
 
-   <dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+   <dt>In a <code><a href="semantics.html#the-head-element-0">head</a></code> element, if <a href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is enabled</a> for the
    <code><a href="#the-noscript-element">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only text,
-   except that invoking the <a href="#html-fragment-parsing-algorithm">HTML fragment parsing
+   except that invoking the <a href="http://dev.w3.org/html5/spec/.html#html-fragment-parsing-algorithm" class="full-spec-link" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing
    algorithm</a> <!-- (which disables <script type="text/javascript"> execution) --> with
    the <code><a href="#the-noscript-element">noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists
    only of <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="semantics.html#the-style-element">style</a></code>, and
    <code><a href="semantics.html#meta">meta</a></code> elements that would be conforming if they were
-   children of the <code><a href="#the-noscript-element">noscript</a></code> element, and no <a href="#parse-error" title="parse error">parse errors</a>.</p></dd>
+   children of the <code><a href="#the-noscript-element">noscript</a></code> element, and no <a href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.' class="full-spec-link">parse errors</a>.</p></dd>
 
-   <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+   <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a> for the
    <code><a href="#the-noscript-element">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element's content model is
@@ -649,7 +649,7 @@
    element as an ancestor (that is, <code><a href="#the-noscript-element">noscript</a></code> can't be
    nested).</p></dd>
 
-   <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+   <dt>Outside of <code><a href="semantics.html#the-head-element-0">head</a></code> elements, if <a href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is enabled</a> for the
    <code><a href="#the-noscript-element">noscript</a></code> element</dt>
 
    <dd>
@@ -659,7 +659,7 @@
     algorithm results in a conforming document with no
     <code><a href="#the-noscript-element">noscript</a></code> elements and no <code><a href="#script">script</a></code>
     elements, and such that no step in the algorithm causes an
-    <a href="#html-parser">HTML parser</a> to flag a <a href="#parse-error">parse error</a>:</p>
+    <a href="http://dev.w3.org/html5/spec/.html#html-parser" class="full-spec-link" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> to flag a <a href="http://dev.w3.org/html5/spec/.html#parse-error" class="full-spec-link" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>:</p>
 
     <ol><li>Remove every <code><a href="#script">script</a></code> element from the
      document.</li>
@@ -703,7 +703,7 @@
 
   </dl><p class="note">All these contortions are required because, for
   historical reasons, the <code><a href="#the-noscript-element">noscript</a></code> element is handled
-  differently by the <a href="#html-parser">HTML parser</a> based on whether <a href="#scripting-flag" title="scripting flag">scripting was enabled or not</a> when the
+  differently by the <a href="http://dev.w3.org/html5/spec/.html#html-parser" class="full-spec-link" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> based on whether <a href="http://dev.w3.org/html5/spec/.html#scripting-flag" title='Read about this "scripting was enabled or not" reference in the full HTML5 spec.' class="full-spec-link">scripting was enabled or not</a> when the
   parser was invoked.</p><p>The <code><a href="#the-noscript-element">noscript</a></code> element must not be used in <a href="dom.html#xml-documents">XML
   documents</a>.</p><p class="note"><strong>The <code><a href="#the-noscript-element">noscript</a></code> element is only
   effective in <a href="syntax.html#syntax">the HTML syntax</a>, it has no effect in

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- the-map-element.html	2 Jul 2010 23:07:35 -0000	1.37
+++ the-map-element.html	7 Jul 2010 08:58:14 -0000	1.38
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.11 The map element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.8.11 The map element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="tabular-data.html" title="4.9 Tabular data" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -331,22 +331,22 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmapelement">HTMLMapElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-map-name" title="dom-map-name">name</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-map-areas" title="dom-map-areas">areas</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-map-images" title="dom-map-images">images</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-map-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.' class="full-spec-link">areas</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.' class="full-spec-link">images</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-map-element">map</a></code> element, in conjunction with any
   <code><a href="#the-area-element">area</a></code> element descendants, defines an <a href="#image-map">image
-  map</a>. The element <a href="#represents">represents</a> its children.</p><p>The <dfn id="attr-map-name" title="attr-map-name"><code>name</code></dfn> attribute
+  map</a>. The element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.</p><p>The <dfn id="attr-map-name" title="attr-map-name"><code>name</code></dfn> attribute
   gives the map a name so that it can be referenced. The attribute
-  must be present and must have a non-empty value with no <a href="#space-character" title="space character">space characters</a>. The value of the
+  must be present and must have a non-empty value with no <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>. The value of the
   <code title="attr-map-name"><a href="#attr-map-name">name</a></code> attribute must not be a
   <a href="infrastructure.html#compatibility-caseless" title="compatibility caseless">compatibility-caseless</a>
   match for the value of the <code title="attr-map-name"><a href="#attr-map-name">name</a></code>
   attribute of another <code><a href="#the-map-element">map</a></code> element in the same
   document. If the <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attribute is also
-  specified, both attributes must have the same value.</p><dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="#dom-map-areas">areas</a></code></dt>
+  specified, both attributes must have the same value.</p><dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="http://dev.w3.org/html5/spec/.html#dom-map-areas" class="full-spec-link" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a></code></dt>
 
    <dd>
 
@@ -354,7 +354,7 @@
 
    </dd>
 
-   <dt><var title="">map</var> . <code title="dom-map-images"><a href="#dom-map-images">images</a></code></dt>
+   <dt><var title="">map</var> . <code title="dom-map-images"><a href="http://dev.w3.org/html5/spec/.html#dom-map-images" class="full-spec-link" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
 
    <dd>
 
@@ -383,28 +383,28 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-area-alt" title="dom-area-alt">alt</a>;
-           attribute DOMString <a href="#dom-area-coords" title="dom-area-coords">coords</a>;
-           attribute DOMString <a href="#dom-area-shape" title="dom-area-shape">shape</a>;
-  stringifier attribute DOMString <a href="#dom-area-href" title="dom-area-href">href</a>;
-           attribute DOMString <a href="#dom-area-target" title="dom-area-target">target</a>;
-           attribute DOMString <a href="#dom-area-rel" title="dom-area-rel">rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="#dom-area-rellist" title="dom-area-relList">relList</a>;
-           attribute DOMString <a href="#dom-area-media" title="dom-area-media">media</a>;
-           attribute DOMString <a href="#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-area-type" title="dom-area-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-alt" title='Read about this "alt" reference in the full HTML5 spec.' class="full-spec-link">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-coords" title='Read about this "coords" reference in the full HTML5 spec.' class="full-spec-link">coords</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-shape" title='Read about this "shape" reference in the full HTML5 spec.' class="full-spec-link">shape</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-target" title='Read about this "target" reference in the full HTML5 spec.' class="full-spec-link">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-rel" title='Read about this "rel" reference in the full HTML5 spec.' class="full-spec-link">rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.' class="full-spec-link">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-media" title='Read about this "media" reference in the full HTML5 spec.' class="full-spec-link">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.' class="full-spec-link">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="#dom-area-protocol" title="dom-area-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-area-host" title="dom-area-host">host</a>;
-           attribute DOMString <a href="#dom-area-hostname" title="dom-area-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-area-port" title="dom-area-port">port</a>;
-           attribute DOMString <a href="#dom-area-pathname" title="dom-area-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-area-search" title="dom-area-search">search</a>;
-           attribute DOMString <a href="#dom-area-hash" title="dom-area-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-protocol" title='Read about this "protocol" reference in the full HTML5 spec.' class="full-spec-link">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-host" title='Read about this "host" reference in the full HTML5 spec.' class="full-spec-link">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-hostname" title='Read about this "hostname" reference in the full HTML5 spec.' class="full-spec-link">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-port" title='Read about this "port" reference in the full HTML5 spec.' class="full-spec-link">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-pathname" title='Read about this "pathname" reference in the full HTML5 spec.' class="full-spec-link">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-search" title='Read about this "search" reference in the full HTML5 spec.' class="full-spec-link">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.' class="full-spec-link">hash</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-area-element">area</a></code> element <a href="#represents">represents</a> either a
+  </dl><p>The <code><a href="#the-area-element">area</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
   hyperlink with some text and a corresponding area on an <a href="#image-map">image
   map</a>, or a dead area on an image map.</p><p>If the <code><a href="#the-area-element">area</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute, then the
   <code><a href="#the-area-element">area</a></code> element represents a <a href="links.html#hyperlink">hyperlink</a>. In
@@ -526,16 +526,16 @@
     &lt;mo&gt;=&lt;/mo&gt;
     &lt;mfrac&gt;
      &lt;mrow&gt;
-      &lt;mo form="prefix"&gt;&#8722;&lt;/mo&gt; &lt;mi&gt;b&lt;/mi&gt;
-      &lt;mo&gt;&#177;&lt;/mo&gt;
+      &lt;mo form="prefix"&gt;&#226;&#136;&#146;&lt;/mo&gt; &lt;mi&gt;b&lt;/mi&gt;
+      &lt;mo&gt;&#194;&#177;&lt;/mo&gt;
       &lt;msqrt&gt;
        &lt;msup&gt; &lt;mi&gt;b&lt;/mi&gt; &lt;mn&gt;2&lt;/mn&gt; &lt;/msup&gt;
-       &lt;mo&gt;&#8722;&lt;/mo&gt;
-       &lt;mn&gt;4&lt;/mn&gt; &lt;mo&gt;&#8290;&lt;/mo&gt; &lt;mi&gt;a&lt;/mi&gt; &lt;mo&gt;&#8290;&lt;/mo&gt; &lt;mi&gt;c&lt;/mi&gt;
+       &lt;mo&gt;&#226;&#136;&#146;&lt;/mo&gt;
+       &lt;mn&gt;4&lt;/mn&gt; &lt;mo&gt;&#226;&#129;&#162;&lt;/mo&gt; &lt;mi&gt;a&lt;/mi&gt; &lt;mo&gt;&#226;&#129;&#162;&lt;/mo&gt; &lt;mi&gt;c&lt;/mi&gt;
       &lt;/msqrt&gt;
      &lt;/mrow&gt;
      &lt;mrow&gt;
-      &lt;mn&gt;2&lt;/mn&gt; &lt;mo&gt;&#8290;&lt;/mo&gt; &lt;mi&gt;a&lt;/mi&gt;
+      &lt;mn&gt;2&lt;/mn&gt; &lt;mo&gt;&#226;&#129;&#162;&lt;/mo&gt; &lt;mi&gt;a&lt;/mi&gt;
      &lt;/mrow&gt;
     &lt;/mfrac&gt;
    &lt;/math&gt;
@@ -573,12 +573,12 @@
   resolution that differs from the CSS pixel resolution. (On screens,
   CSS pixels have a resolution of 96ppi, but in general the CSS pixel
   resolution depends on the reading distance.) If both attributes are
-  specified, then one of the following statements must be true:</p><ul><li><span title=""><var title="">specified width</var> - 0.5 &#8804;
-             <var title="">specified height</var> * <var title="">target ratio</var> &#8804;
+  specified, then one of the following statements must be true:</p><ul><li><span title=""><var title="">specified width</var> - 0.5 &#226;&#137;&#164;
+             <var title="">specified height</var> * <var title="">target ratio</var> &#226;&#137;&#164;
              <var title="">specified width</var> + 0.5</span></li>
 
-   <li><span title=""><var title="">specified height</var> - 0.5 &#8804;
-             <var title="">specified width</var> / <var title="">target ratio</var> &#8804;
+   <li><span title=""><var title="">specified height</var> - 0.5 &#226;&#137;&#164;
+             <var title="">specified width</var> / <var title="">target ratio</var> &#226;&#137;&#164;
              <var title="">specified height</var> + 0.5</span></li>
 
    <li><span title=""><var title="">specified height</var> = <var title="">specified width</var> = 0</span></li>

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -d -r1.590 -r1.591
--- the-canvas-element.html	2 Jul 2010 23:07:34 -0000	1.590
+++ the-canvas-element.html	7 Jul 2010 08:58:14 -0000	1.591
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.10 The canvas element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.8.10 The canvas element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="video.html" title="4.8.6 The video element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="video.html" title="4.8.6 The video element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-map-element.html" title="4.8.11 The map element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -333,10 +333,10 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmlcanvaselement">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-canvas-width" title="dom-canvas-width">width</a>;
-           attribute unsigned long <a href="#dom-canvas-height" title="dom-canvas-height">height</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-canvas-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-canvas-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
 
-  DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.' class="full-spec-link">toDataURL</a>(in optional DOMString type, in any... args);
 
   object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
 };</pre>
@@ -354,22 +354,22 @@
   essentially the same function or purpose as the bitmap canvas. This
   content may be placed as content of the <code><a href="#the-canvas-element">canvas</a></code>
   element. The contents of the <code><a href="#the-canvas-element">canvas</a></code> element, if any,
-  are the element's <a href="content-models.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="#concept-n-script" title="concept-n-script">scripting is enabled</a> for the
+  are the element's <a href="content-models.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is enabled</a> for the
   <code><a href="#the-canvas-element">canvas</a></code> element, and if support for <code><a href="#the-canvas-element">canvas</a></code>
   elements has been enabled, the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a href="#represents">represents</a> <a href="content-models.html#embedded-content">embedded content</a> consisting of
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content">embedded content</a> consisting of
   a dynamically created image.</p><p>In non-interactive, static, visual media, if the
   <code><a href="#the-canvas-element">canvas</a></code> element has been previously painted on (e.g. if
   the page was viewed in an interactive visual medium and is now being
   printed, or if some script that ran during the page layout process
   painted on the element), then the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a href="#represents">represents</a> <a href="content-models.html#embedded-content">embedded content</a> with the
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content">embedded content</a> with the
   current image and size. Otherwise, the element represents its
-  <a href="content-models.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the
+  <a href="content-models.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.' class="full-spec-link">scripting is disabled</a> for the
   <code><a href="#the-canvas-element">canvas</a></code> element or if support for <code><a href="#the-canvas-element">canvas</a></code>
   elements has been disabled, the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a href="#represents">represents</a> its <a href="content-models.html#fallback-content">fallback content</a>
-  instead.</p><!-- CANVAS-FOCUS-FALLBACK --><p>When a <code><a href="#the-canvas-element">canvas</a></code> element <a href="#represents">represents</a>
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its <a href="content-models.html#fallback-content">fallback content</a>
+  instead.</p><!-- CANVAS-FOCUS-FALLBACK --><p>When a <code><a href="#the-canvas-element">canvas</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   <a href="content-models.html#embedded-content">embedded content</a>, the user can still focus descendants
   of the <code><a href="#the-canvas-element">canvas</a></code> element (in the <a href="content-models.html#fallback-content">fallback
   content</a>). This allows authors to make an interactive canvas
@@ -407,7 +407,7 @@
    </dd>
 
   </dl><p>Contexts are defined by other specifications, for example the 2D
-  Context specification. <a href="references.html#refs2DCONTEXT">[2DCONTEXT]</a></p><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
+  Context specification. <a href="references.html#refs2DCONTEXT">[2DCONTEXT]</a></p><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a href="http://dev.w3.org/html5/spec/.html#dom-canvas-todataurl" class="full-spec-link" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
 
    <dd>
 

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.580
retrieving revision 1.581
diff -u -d -r1.580 -r1.581
--- tabular-data.html	2 Jul 2010 23:07:34 -0000	1.580
+++ tabular-data.html	7 Jul 2010 08:58:14 -0000	1.581
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.9 Tabular data &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.9 Tabular data &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-map-element.html" title="4.8.11 The map element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-map-element.html" title="4.8.11 The map element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="forms.html" title="4.10 Forms" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -338,25 +338,25 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltableelement">HTMLTableElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute <a href="#htmltablecaptionelement">HTMLTableCaptionElement</a> <a href="#dom-table-caption" title="dom-table-caption">caption</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-table-createcaption" title="dom-table-createCaption">createCaption</a>();
-  void <a href="#dom-table-deletecaption" title="dom-table-deleteCaption">deleteCaption</a>();
-           attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="#dom-table-thead" title="dom-table-tHead">tHead</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-table-createthead" title="dom-table-createTHead">createTHead</a>();
-  void <a href="#dom-table-deletethead" title="dom-table-deleteTHead">deleteTHead</a>();
-           attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="#dom-table-tfoot" title="dom-table-tFoot">tFoot</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-table-createtfoot" title="dom-table-createTFoot">createTFoot</a>();
-  void <a href="#dom-table-deletetfoot" title="dom-table-deleteTFoot">deleteTFoot</a>();
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-table-tbodies" title="dom-table-tBodies">tBodies</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-table-createtbody" title="dom-table-createTBody">createTBody</a>();
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-table-rows" title="dom-table-rows">rows</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-table-insertrow" title="dom-table-insertRow">insertRow</a>(in optional long index);
-  void <a href="#dom-table-deleterow" title="dom-table-deleteRow">deleteRow</a>(in long index);
-           attribute DOMString <a href="#dom-table-summary" title="dom-table-summary">summary</a>;
+           attribute <a href="#htmltablecaptionelement">HTMLTableCaptionElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.' class="full-spec-link">caption</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.' class="full-spec-link">createCaption</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.' class="full-spec-link">deleteCaption</a>();
+           attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.' class="full-spec-link">tHead</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.' class="full-spec-link">createTHead</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.' class="full-spec-link">deleteTHead</a>();
+           attribute <a href="#htmltablesectionelement">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.' class="full-spec-link">tFoot</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.' class="full-spec-link">createTFoot</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.' class="full-spec-link">deleteTFoot</a>();
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.' class="full-spec-link">tBodies</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.' class="full-spec-link">createTBody</a>();
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.' class="full-spec-link">insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.' class="full-spec-link">deleteRow</a>(in long index);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-table-summary" title='Read about this "summary" reference in the full HTML5 spec.' class="full-spec-link">summary</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-table-element">table</a></code> element <a href="#represents">represents</a> data with
-  more than one dimension, in the form of a <a href="#concept-table" title="concept-table">table</a>.</p><p>Tables must not be used as layout aids. Historically, some Web
+  </dl><p>The <code><a href="#the-table-element">table</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> data with
+  more than one dimension, in the form of a <a href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a>.</p><p>Tables must not be used as layout aids. Historically, some Web
   authors have misused tables in HTML as a way to control their page
   layout. This usage is non-conforming, because tools attempting to
   extract tabular data from such documents would obtain very confusing
@@ -592,7 +592,7 @@
   often misused it, for example by including text that would in fact
   be useful for all users, or that is redundant with other information
   on the page separate from the table.</p>
-  --><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="#dom-table-caption">caption</a></code> [ = <var title="">value</var> ]</dt>
+  --><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="http://dev.w3.org/html5/spec/.html#dom-table-caption" class="full-spec-link" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-caption-element">caption</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-caption-element">caption</a></code> element. If the
@@ -600,17 +600,17 @@
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a href="#dom-table-createcaption">createCaption</a></code>()</dt>
+   <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a href="http://dev.w3.org/html5/spec/.html#dom-table-createcaption" class="full-spec-link" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-caption-element">caption</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="#dom-table-deletecaption">deleteCaption</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="http://dev.w3.org/html5/spec/.html#dom-table-deletecaption" class="full-spec-link" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-caption-element">caption</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tHead"><a href="#dom-table-thead">tHead</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tHead"><a href="http://dev.w3.org/html5/spec/.html#dom-table-thead" class="full-spec-link" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-thead-element">thead</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-thead-element">thead</a></code> element. If the
@@ -618,17 +618,17 @@
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a href="#dom-table-createthead">createTHead</a></code>()</dt>
+   <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a href="http://dev.w3.org/html5/spec/.html#dom-table-createthead" class="full-spec-link" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-thead-element">thead</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="#dom-table-deletethead">deleteTHead</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="http://dev.w3.org/html5/spec/.html#dom-table-deletethead" class="full-spec-link" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-thead-element">thead</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="#dom-table-tfoot">tFoot</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="http://dev.w3.org/html5/spec/.html#dom-table-tfoot" class="full-spec-link" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-tfoot-element">tfoot</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-tfoot-element">tfoot</a></code> element. If the
@@ -636,43 +636,43 @@
     <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a href="#dom-table-createtfoot">createTFoot</a></code>()</dt>
+   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a href="http://dev.w3.org/html5/spec/.html#dom-table-createtfoot" class="full-spec-link" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-tfoot-element">tfoot</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="#dom-table-deletetfoot">deleteTFoot</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="http://dev.w3.org/html5/spec/.html#dom-table-deletetfoot" class="full-spec-link" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-tfoot-element">tfoot</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="#dom-table-tbodies">tBodies</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="http://dev.w3.org/html5/spec/.html#dom-table-tbodies" class="full-spec-link" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tbody-element">tbody</a></code> elements of the table.</p>
    </dd>
 
-   <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a href="#dom-table-createtbody">createTBody</a></code>()</dt>
+   <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a href="http://dev.w3.org/html5/spec/.html#dom-table-createtbody" class="full-spec-link" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a></code>()</dt>
    <dd>
     <p>Creates a <code><a href="#the-tbody-element">tbody</a></code> element, inserts it into the table, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-rows"><a href="http://dev.w3.org/html5/spec/.html#dom-table-rows" class="full-spec-link" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table.</p>
    </dd>
 
-   <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a href="#dom-table-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a href="http://dev.w3.org/html5/spec/.html#dom-table-insertrow" class="full-spec-link" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, along with a <code><a href="#the-tbody-element">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
-    <p>The position is relative to the rows in the table. The index &#8722;1 is equivalent to inserting at the end of the table.</p>
-    <p>If the given position is less than &#8722;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
+    <p>The position is relative to the rows in the table. The index &#226;&#136;&#146;1 is equivalent to inserting at the end of the table.</p>
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="#dom-table-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="http://dev.w3.org/html5/spec/.html#dom-table-deleterow" class="full-spec-link" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table.</p>
-    <p>The position is relative to the rows in the table. The index &#8722;1 is equivalent to deleting the last row of the table.</p>
-    <p>If the given position is less than &#8722;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
+    <p>The position is relative to the rows in the table. The index &#226;&#136;&#146;1 is equivalent to deleting the last row of the table.</p>
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
   </dl><h4 id="the-caption-element"><span class="secno">4.9.2 </span>The <dfn><code>caption</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -687,7 +687,7 @@
    <dd>
 <pre class="idl">interface <dfn id="htmltablecaptionelement">HTMLTableCaptionElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-caption-element">caption</a></code> element <a href="#represents">represents</a> the title of the
+  </dl><p>The <code><a href="#the-caption-element">caption</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title of the
   <code><a href="#the-table-element">table</a></code> that is its parent, if it has a parent and that
   is a <code><a href="#the-table-element">table</a></code> element.</p><p>When a <code><a href="#the-table-element">table</a></code> element is the only content in a
   <code><a href="grouping-content.html#the-figure-element">figure</a></code> element other than the <code><a href="grouping-content.html#the-figcaption-element">figcaption</a></code>,
@@ -733,10 +733,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltablecolelement">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-colgroup-span" title="dom-colgroup-span">span</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.' class="full-spec-link">span</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-colgroup-element">colgroup</a></code> element <a href="#represents">represents</a> a <a href="#concept-column-group" title="concept-column-group">group</a> of one or more <a href="#concept-column" title="concept-column">columns</a> in the <code><a href="#the-table-element">table</a></code> that
+  </dl><p>The <code><a href="#the-colgroup-element">colgroup</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "group" reference in the full HTML5 spec.' class="full-spec-link">group</a> of one or more <a href="http://dev.w3.org/html5/spec/.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.' class="full-spec-link">columns</a> in the <code><a href="#the-table-element">table</a></code> that
   is its parent, if it has a parent and that is a <code><a href="#the-table-element">table</a></code>
   element.</p><p>If the <code><a href="#the-colgroup-element">colgroup</a></code> element contains no <code><a href="#the-col-element">col</a></code>
   elements, then the element may have a <dfn id="attr-colgroup-span" title="attr-colgroup-span"><code>span</code></dfn> content attribute
@@ -756,12 +756,12 @@
    <dd>
     <p><code><a href="#htmltablecolelement">HTMLTableColElement</a></code>, same as for
     <code><a href="#the-colgroup-element">colgroup</a></code> elements. This interface defines one member,
-    <code title="dom-col-span"><a href="#dom-col-span">span</a></code>.</p>
+    <code title="dom-col-span"><a href="http://dev.w3.org/html5/spec/.html#dom-col-span" class="full-spec-link" title='Read about this "span" reference in the full HTML5 spec.'>span</a></code>.</p>
    </dd>
   </dl><p>If a <code><a href="#the-col-element">col</a></code> element has a parent and that is a
   <code><a href="#the-colgroup-element">colgroup</a></code> element that itself has a parent that is a
   <code><a href="#the-table-element">table</a></code> element, then the <code><a href="#the-col-element">col</a></code> element
-  <a href="#represents">represents</a> one or more <a href="#concept-column" title="concept-column">columns</a> in the <a href="#concept-column-group" title="concept-column-group">column group</a> represented by that
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> one or more <a href="http://dev.w3.org/html5/spec/.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.' class="full-spec-link">columns</a> in the <a href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.' class="full-spec-link">column group</a> represented by that
   <code><a href="#the-colgroup-element">colgroup</a></code>.</p><p>The element may have a <dfn id="attr-col-span" title="attr-col-span"><code>span</code></dfn> content attribute
   specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative
   integer</a> greater than zero.</p><h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -779,32 +779,32 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltablesectionelement">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(in optional long index);
-  void <a href="#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index);
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.' class="full-spec-link">insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.' class="full-spec-link">deleteRow</a>(in long index);
 };</pre>
     <p>The <code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code> interface is also
     used for <code><a href="#the-thead-element">thead</a></code> and <code><a href="#the-tfoot-element">tfoot</a></code> elements.</p>
    </dd>
-  </dl><p>The <code><a href="#the-tbody-element">tbody</a></code> element <a href="#represents">represents</a> a <a href="#concept-row-group" title="concept-row-group">block</a> of <a href="#concept-row" title="concept-row">rows</a> that consist of a body of data for
+  </dl><p>The <code><a href="#the-tbody-element">tbody</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.' class="full-spec-link">block</a> of <a href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a> that consist of a body of data for
   the parent <code><a href="#the-table-element">table</a></code> element, if the <code><a href="#the-tbody-element">tbody</a></code>
-  element has a parent and it is a <code><a href="#the-table-element">table</a></code>.</p><dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code></dt>
+  element has a parent and it is a <code><a href="#the-table-element">table</a></code>.</p><dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" class="full-spec-link" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-tr-element">tr</a></code> elements of the table section.</p>
    </dd>
 
-   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a href="#dom-tbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a href="http://dev.w3.org/html5/spec/.html#dom-tbody-insertrow" class="full-spec-link" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element">tr</a></code>.</p>
-    <p>The position is relative to the rows in the table section. The index &#8722;1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
-    <p>If the given position is less than &#8722;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
+    <p>The position is relative to the rows in the table section. The index &#226;&#136;&#146;1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="#dom-tbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="http://dev.w3.org/html5/spec/.html#dom-tbody-deleterow" class="full-spec-link" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element">tr</a></code> element with the given position in the table section.</p>
-    <p>The position is relative to the rows in the table section. The index &#8722;1 is equivalent to deleting the last row of the table section.</p>
-    <p>If the given position is less than &#8722;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
+    <p>The position is relative to the rows in the table section. The index &#226;&#136;&#146;1 is equivalent to deleting the last row of the table section.</p>
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than the index of the last row, or if there are no rows, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
   </dl><h4 id="the-thead-element"><span class="secno">4.9.6 </span>The <dfn><code>thead</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -823,7 +823,7 @@
    <dt>DOM interface:</dt>
    <dd><code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code>, as defined for
    <code><a href="#the-tbody-element">tbody</a></code> elements.</dd>
-  </dl><p>The <code><a href="#the-thead-element">thead</a></code> element <a href="#represents">represents</a> the <a href="#concept-row-group" title="concept-row-group">block</a> of <a href="#concept-row" title="concept-row">rows</a> that consist of the column labels
+  </dl><p>The <code><a href="#the-thead-element">thead</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.' class="full-spec-link">block</a> of <a href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a> that consist of the column labels
   (headers) for the parent <code><a href="#the-table-element">table</a></code> element, if the
   <code><a href="#the-thead-element">thead</a></code> element has a parent and it is a
   <code><a href="#the-table-element">table</a></code>.</p><h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -846,7 +846,7 @@
    <dt>DOM interface:</dt>
    <dd><code><a href="#htmltablesectionelement">HTMLTableSectionElement</a></code>, as defined for
    <code><a href="#the-tbody-element">tbody</a></code> elements.</dd>
-  </dl><p>The <code><a href="#the-tfoot-element">tfoot</a></code> element <a href="#represents">represents</a> the <a href="#concept-row-group" title="concept-row-group">block</a> of <a href="#concept-row" title="concept-row">rows</a> that consist of the column summaries
+  </dl><p>The <code><a href="#the-tfoot-element">tfoot</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.' class="full-spec-link">block</a> of <a href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a> that consist of the column summaries
   (footers) for the parent <code><a href="#the-table-element">table</a></code> element, if the
   <code><a href="#the-tfoot-element">tfoot</a></code> element has a parent and it is a
   <code><a href="#the-table-element">table</a></code>.</p><h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -867,41 +867,41 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltablerowelement">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  readonly attribute long <a href="#dom-tr-rowindex" title="dom-tr-rowIndex">rowIndex</a>;
-  readonly attribute long <a href="#dom-tr-sectionrowindex" title="dom-tr-sectionRowIndex">sectionRowIndex</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-tr-cells" title="dom-tr-cells">cells</a>;
-  <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-tr-insertcell" title="dom-tr-insertCell">insertCell</a>(in optional long index);
-  void <a href="#dom-tr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(in long index);
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.' class="full-spec-link">rowIndex</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.' class="full-spec-link">sectionRowIndex</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.' class="full-spec-link">cells</a>;
+  <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.' class="full-spec-link">insertCell</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.' class="full-spec-link">deleteCell</a>(in long index);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-tr-element">tr</a></code> element <a href="#represents">represents</a> a <a href="#concept-row" title="concept-row">row</a> of <a href="#concept-cell" title="concept-cell">cells</a> in a <a href="#concept-table" title="concept-table">table</a>.</p><dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="#dom-tr-rowindex">rowIndex</a></code></dt>
+  </dl><p>The <code><a href="#the-tr-element">tr</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "row" reference in the full HTML5 spec.' class="full-spec-link">row</a> of <a href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cells" reference in the full HTML5 spec.' class="full-spec-link">cells</a> in a <a href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a>.</p><dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-rowindex" class="full-spec-link" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a></code></dt>
 
    <dd>
 
-    <p>Returns the position of the row in the table's <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code> list.</p>
+    <p>Returns the position of the row in the table's <code title="dom-table-rows"><a href="http://dev.w3.org/html5/spec/.html#dom-table-rows" class="full-spec-link" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
 
-    <p>Returns &#8722;1 if the element isn't in a table.</p>
+    <p>Returns &#226;&#136;&#146;1 if the element isn't in a table.</p>
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-sectionRowIndex"><a href="#dom-tr-sectionrowindex">sectionRowIndex</a></code></dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-sectionRowIndex"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-sectionrowindex" class="full-spec-link" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a></code></dt>
 
    <dd>
 
-    <p>Returns the position of the row in the table section's <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code> list.</p>
+    <p>Returns the position of the row in the table section's <code title="dom-tbody-rows"><a href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" class="full-spec-link" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
 
-    <p>Returns &#8722;1 if the element isn't in a table section.</p>
+    <p>Returns &#226;&#136;&#146;1 if the element isn't in a table section.</p>
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code></dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-cells"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" class="full-spec-link" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code></dt>
    <dd>
 
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements of the row.</p>
 
    </dd>
 
-   <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a href="#dom-tr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-insertcell" class="full-spec-link" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 
    <dd>
 
@@ -910,25 +910,25 @@
     <code><a href="#the-td-element">td</a></code>.</p>
 
     <p>The position is relative to the cells in the row. The
-    index &#8722;1, which is the default if the argument is omitted,
+    index &#226;&#136;&#146;1, which is the default if the argument is omitted,
     is equivalent to inserting at the end of the row.</p>
 
-    <p>If the given position is less than &#8722;1 or greater than
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than
     the number of cells, throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code>
     exception.</p>
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a href="#dom-tr-deletecell">deleteCell</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-deletecell" class="full-spec-link" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a></code>(<var title="">index</var>)</dt>
    <dd>
 
     <p>Removes the <code><a href="#the-td-element">td</a></code> or <code><a href="#the-th-element">th</a></code> element with the
     given position in the row.</p>
 
     <p>The position is relative to the cells in the row. The index
-    &#8722;1 is equivalent to deleting the last cell of the row.</p>
+    &#226;&#136;&#146;1 is equivalent to deleting the last cell of the row.</p>
 
-    <p>If the given position is less than &#8722;1 or greater than
+    <p>If the given position is less than &#226;&#136;&#146;1 or greater than
     the index of the last cell, or if there are no cells, throws an
     <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception.</p>
 
@@ -950,7 +950,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmltabledatacellelement">HTMLTableDataCellElement</dfn> : <a href="#htmltablecellelement">HTMLTableCellElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-td-element">td</a></code> element <a href="#represents">represents</a> a data <a href="#concept-cell" title="concept-cell">cell</a> in a table.</p><h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  </dl><p>The <code><a href="#the-td-element">td</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a data <a href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.' class="full-spec-link">cell</a> in a table.</p><h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href="#the-tr-element">tr</a></code> element.</dd>
@@ -965,10 +965,10 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltableheadercellelement">HTMLTableHeaderCellElement</dfn> : <a href="#htmltablecellelement">HTMLTableCellElement</a> {
-           attribute DOMString <a href="#dom-th-scope" title="dom-th-scope">scope</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.' class="full-spec-link">scope</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-th-element">th</a></code> element <a href="#represents">represents</a> a header <a href="#concept-cell" title="concept-cell">cell</a> in a table.</p><p>The <code><a href="#the-th-element">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute
+  </dl><p>The <code><a href="#the-th-element">th</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a header <a href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.' class="full-spec-link">cell</a> in a table.</p><p>The <code><a href="#the-th-element">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute
   specified. The <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute is
   an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> with five states, four of which
   have explicit keywords:</p><dl><dt>The <dfn id="attr-th-scope-row" title="attr-th-scope-row"><code>row</code></dfn>
@@ -990,7 +990,7 @@
    the remaining cells in the row group. A <code><a href="#the-th-element">th</a></code> element's
    <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute must not be in
    the <a href="#attr-th-scope-rowgroup" title="attr-th-scope-rowgroup">row group</a> state if
-   the element is not anchored in a <a href="#concept-row-group" title="concept-row-group">row group</a>.</dd>
+   the element is not anchored in a <a href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "row group" reference in the full HTML5 spec.' class="full-spec-link">row group</a>.</dd>
 
    <dt>The <dfn id="attr-th-scope-colgroup" title="attr-th-scope-colgroup"><code>colgroup</code></dfn> keyword,
    which maps to the <i>column group</i> state</dt>
@@ -999,7 +999,7 @@
    all the remaining cells in the column group. A <code><a href="#the-th-element">th</a></code>
    element's <code title="attr-th-scope"><a href="#attr-th-scope">scope</a></code> attribute must
    not be in the <a href="#attr-th-scope-colgroup" title="attr-th-scope-colgroup">column
-   group</a> state if the element is not anchored in a <a href="#concept-column-group" title="concept-column-group">column group</a>.</dd>
+   group</a> state if the element is not anchored in a <a href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.' class="full-spec-link">column group</a>.</dd>
 
    <dt>The <dfn id="attr-th-scope-auto" title="attr-th-scope-auto">auto</dfn> state</dt>
 
@@ -1059,10 +1059,10 @@
   attribute specified. The <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attribute, if specified,
   must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique
   space-separated tokens</a>, each of which must have the value of
-  an ID of a <code><a href="#the-th-element">th</a></code> element taking part in the same <a href="#concept-table" title="concept-table">table</a> as the <code><a href="#the-td-element">td</a></code> or
+  an ID of a <code><a href="#the-th-element">th</a></code> element taking part in the same <a href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a> as the <code><a href="#the-td-element">td</a></code> or
   <code><a href="#the-th-element">th</a></code> element.</p><p>A <code><a href="#the-th-element">th</a></code> element with ID <var title="">id</var> is said
   to be <i>directly targeted</i> by all <code><a href="#the-td-element">td</a></code> and
-  <code><a href="#the-th-element">th</a></code> elements in the same <a href="#concept-table" title="concept-table">table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attributes whose values
+  <code><a href="#the-th-element">th</a></code> elements in the same <a href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.' class="full-spec-link">table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attributes whose values
   include as one of their tokens the ID <var title="">id</var>. A
   <code><a href="#the-th-element">th</a></code> element <var title="">A</var> is said to be
   <i>targeted</i> by a <code><a href="#the-th-element">th</a></code> or <code><a href="#the-td-element">td</a></code> element
@@ -1074,15 +1074,15 @@
   itself.</p><hr><p>The <code><a href="#the-td-element">td</a></code> and <code><a href="#the-th-element">th</a></code> elements implement
   interfaces that inherit from the <code><a href="#htmltablecellelement">HTMLTableCellElement</a></code>
   interface:</p><pre class="idl">interface <dfn id="htmltablecellelement">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-tdth-colspan" title="dom-tdth-colSpan">colSpan</a>;
-           attribute unsigned long <a href="#dom-tdth-rowspan" title="dom-tdth-rowSpan">rowSpan</a>;
-  [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-tdth-headers" title="dom-tdth-headers">headers</a>;
-  readonly attribute long <a href="#dom-tdth-cellindex" title="dom-tdth-cellIndex">cellIndex</a>;
-};</pre><dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a href="#dom-tdth-cellindex">cellIndex</a></code></dt>
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-tdth-colspan" title='Read about this "colSpan" reference in the full HTML5 spec.' class="full-spec-link">colSpan</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-tdth-rowspan" title='Read about this "rowSpan" reference in the full HTML5 spec.' class="full-spec-link">rowSpan</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-tdth-headers" title='Read about this "headers" reference in the full HTML5 spec.' class="full-spec-link">headers</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.' class="full-spec-link">cellIndex</a>;
+};</pre><dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a href="http://dev.w3.org/html5/spec/.html#dom-tdth-cellindex" class="full-spec-link" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a></code></dt>
 
    <dd>
 
-    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list. This does not necessarily
+    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" class="full-spec-link" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code> list. This does not necessarily
     correspond to the <var title="">x</var>-position of the cell in
     the table, since earlier cells might cover multiple rows or
     columns.</p>
@@ -1140,7 +1140,7 @@
    <thead><tr><th rowspan="2">Grade.</th>
      <th rowspan="2">Yield Point.</th>
      <th colspan="2">Ultimate tensile strength</th>
-     <th rowspan="2">Per cent elong. 50.8&#160;mm or&#160;2&#160;in.</th>
+     <th rowspan="2">Per cent elong. 50.8&#194;&#160;mm or&#194;&#160;2&#194;&#160;in.</th>
      <th rowspan="2">Per cent reduct. area.</th>
     </tr><tr><th>kg/mm<sup>2</sup></th>
      <th>lb/in<sup>2</sup></th>

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- the-iframe-element.html	2 Jul 2010 23:07:34 -0000	1.54
+++ the-iframe-element.html	7 Jul 2010 08:58:14 -0000	1.55
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.2 The iframe element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.8.2 The iframe element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="video.html" title="4.8.6 The video element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -339,18 +339,18 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmliframeelement">HTMLIFrameElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-iframe-src" title="dom-iframe-src">src</a>;
-           attribute DOMString <a href="#dom-iframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>;
-           attribute DOMString <a href="#dom-iframe-name" title="dom-iframe-name">name</a>;
-  [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-iframe-sandbox" title="dom-iframe-sandbox">sandbox</a>;
-           attribute boolean <a href="#dom-iframe-seamless" title="dom-iframe-seamless">seamless</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document <a href="#dom-iframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-srcdoc" title='Read about this "srcdoc" reference in the full HTML5 spec.' class="full-spec-link">srcdoc</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.' class="full-spec-link">sandbox</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-seamless" title='Read about this "seamless" reference in the full HTML5 spec.' class="full-spec-link">seamless</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
+  readonly attribute Document <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.' class="full-spec-link">contentDocument</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.' class="full-spec-link">contentWindow</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-iframe-element">iframe</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-iframe-element">iframe</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="browsers.html#nested-browsing-context">nested browsing context</a>.</p><p>The <dfn id="attr-iframe-src" title="attr-iframe-src"><code>src</code></dfn> attribute
   gives the address of a page that the <a href="browsers.html#nested-browsing-context">nested browsing
   context</a> is to contain. The attribute, if present, must be a
@@ -362,21 +362,21 @@
   the attribute, if present, must have a value using <a href="syntax.html#syntax">the HTML
   syntax</a> that consists of the following syntactic components,
   in the given order:</p><ol><li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>Optionally, a <a href="syntax.html#syntax-doctype" title="syntax-doctype">DOCTYPE</a>.
 
    </li><li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0">html</a></code> <a href="syntax.html#syntax-elements" title="syntax-elements">element</a>.</li>
 
    <li>Any number of <a href="syntax.html#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
   </ol><p>For <code><a href="#the-iframe-element">iframe</a></code> elements in <a href="dom.html#xml-documents">XML documents</a>,
   the attribute, if present, must have a value that matches the
-  production labeled <code><a href="#document">document</a></code> in the XML
+  production labeled <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code> in the XML
   specification. <a href="references.html#refsXML">[XML]</a></p><p>If the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute and the
   <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute are both
   specified together, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code>
@@ -384,12 +384,11 @@
   <a href="urls.html#url">URL</a> for legacy user agents that do not support the
   <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute.</p><p class="note">If, when the element is created, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute is not set, and
   the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute is either
-  also not set or set but its value cannot be <a href="#resolve-a-url" title="resolve a
-  url">resolved</a>, the browsing context will remain at the
-  initial <code><a href="#about:blank">about:blank</a></code> page.</p><p class="note">If the user <a href="#navigate" title="navigate">navigates</a>
+  also not set or set but its value cannot be <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.' class="full-spec-link">resolved</a>, the browsing context will remain at the
+  initial <code><a href="http://dev.w3.org/html5/spec/.html#about:blank" class="full-spec-link" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> page.</p><p class="note">If the user <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.' class="full-spec-link">navigates</a>
   away from this page, the <code><a href="#the-iframe-element">iframe</a></code>'s corresponding
-  <code><a href="#windowproxy">WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window">Window</a></code>
-  objects for new <code><a href="#document">Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute will not change.</p><div class="example">
+  <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window">Window</a></code>
+  objects for new <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src">src</a></code> attribute will not change.</p><div class="example">
 
    <p>Here a blog uses the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc">srcdoc</a></code> attribute in conjunction
    with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> and <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless">seamless</a></code> attributes described
@@ -425,7 +424,7 @@
    <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute would
    end prematurely), and the way raw ampersands (e.g. in URLs or in
    prose) mentioned in the sandboxed content have to be
-   <em>doubly</em> escaped &#8212; once so that the ampersand is
+   <em>doubly</em> escaped &#226;&#128;&#148; once so that the ampersand is
    preserved when originally parsing the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, and once more
    to prevent the ampersand from being misinterpreted when parsing the
    sandboxed content.</p>
@@ -443,23 +442,23 @@
   attribute, when specified, enables a set of extra restrictions on
   any content hosted by the <code><a href="#the-iframe-element">iframe</a></code>. Its value must be an
   <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</a>. The
-  allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>,
-  <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>,
-  <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code>,
-  and <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>. When
+  allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>,
+  <code title="attr-iframe-sandbox-allow-top-navigation"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-top-navigation" class="full-spec-link" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>,
+  <code title="attr-iframe-sandbox-allow-forms"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" class="full-spec-link" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>,
+  and <code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>. When
   the attribute is set, the content is treated as being from a unique
   <a href="origin-0.html#origin">origin</a>, forms and scripts are disabled, links are
   prevented from targeting other <a href="browsers.html#browsing-context" title="browsing
   context">browsing contexts</a>, and plugins are disabled. The
-  <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
+  <code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
   keyword allows the content to be treated as being from the same
-  origin instead of forcing it into a unique origin, the <code title="attr-iframe-sandbox-allow-top-navigation"><a href="#attr-iframe-sandbox-allow-top-navigation">allow-top-navigation</a></code>
-  keyword allows the content to <a href="#navigate">navigate</a> its
-  <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>
+  origin instead of forcing it into a unique origin, the <code title="attr-iframe-sandbox-allow-top-navigation"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-top-navigation" class="full-spec-link" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>
+  keyword allows the content to <a href="http://dev.w3.org/html5/spec/.html#navigate" class="full-spec-link" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> its
+  <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" class="full-spec-link" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
   keywords re-enable forms and scripts respectively (though scripts
-  are still prevented from creating popups).</p><p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code> and
-  <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
-  keywords together when the embedded page has the <a href="#same-origin">same
+  are still prevented from creating popups).</p><p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> and
+  <code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+  keywords together when the embedded page has the <a href="http://dev.w3.org/html5/spec/.html#same-origin" class="full-spec-link" title='Read about this "same origin" reference in the full HTML5 spec.'>same
   origin</a> as the page containing the <code><a href="#the-iframe-element">iframe</a></code> allows
   the embedded page to simply remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute.</p><p class="warning">Sandboxing hostile content is of minimal help if
   an attacker can convince the user to just visit the hostile content
@@ -481,7 +480,7 @@
 &lt;iframe sandbox src="getusercontent.cgi?id=12193"&gt;&lt;/iframe&gt;</pre>
 
    <p>Note that cookies are still sent to the server in the <code title="">getusercontent.cgi</code> request, though they are not
-   visible in the <code title="dom-document-cookie"><a href="#dom-document-cookie">document.cookie</a></code> IDL
+   visible in the <code title="dom-document-cookie"><a href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" class="full-spec-link" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> IDL
    attribute.</p>
 
    <p class="warning">It is important that the server serve the
@@ -522,17 +521,17 @@
 
    <p>Page C in this scenario has all the sandboxing flags
    set. Scripts are disabled, because the <code><a href="#the-iframe-element">iframe</a></code> in A has
-   scripts disabled, and this overrides the <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>
+   scripts disabled, and this overrides the <code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
    keyword set on the <code><a href="#the-iframe-element">iframe</a></code> in B. Forms are also
    disabled, because the inner <code><a href="#the-iframe-element">iframe</a></code> (in B) does not
-   have the <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> keyword
+   have the <code title="attr-iframe-sandbox-allow-forms"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" class="full-spec-link" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keyword
    set.</p>
 
    <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attributes in A and
    B. This would change nothing immediately. If the user clicked the
    link in C, loading page D into the <code><a href="#the-iframe-element">iframe</a></code> in B, page D
-   would now act as if the <code><a href="#the-iframe-element">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
-   and <code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code> keywords
+   would now act as if the <code><a href="#the-iframe-element">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+   and <code title="attr-iframe-sandbox-allow-forms"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" class="full-spec-link" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keywords
    set, because that was the state of the <a href="browsers.html#nested-browsing-context">nested browsing
    context</a> in the <code><a href="#the-iframe-element">iframe</a></code> in A when page B was
    loaded.</p>
@@ -547,10 +546,10 @@
   <code><a href="iana.html#text-html">text/html</a></code>. This ensures that scripts in the files are
   unable to attack the site (as if they were actually served from
   another server), even if the user is tricked into visiting those
-  pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute.</p><p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>
-  keyword is set along with <code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>
-  keyword, and the file is from the <a href="#same-origin">same origin</a> as the
-  <code><a href="#the-iframe-element">iframe</a></code>'s <code><a href="#document">Document</a></code>, then a script in the
+  pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute.</p><p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
+  keyword is set along with <code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+  keyword, and the file is from the <a href="http://dev.w3.org/html5/spec/.html#same-origin" class="full-spec-link" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the
+  <code><a href="#the-iframe-element">iframe</a></code>'s <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, then a script in the
   "sandboxed" iframe could just reach out, remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox">sandbox</a></code> attribute, and then
   reload itself, effectively breaking out of the sandbox
   altogether.</p><hr><!-- v2: Might be interesting to have a value on seamless that
@@ -587,16 +586,16 @@
   <code><a href="#the-iframe-element">iframe</a></code> elements, the contents would be parsed as markup
   that could act as fallback content.)</p><p>When used in <a href="dom.html#html-documents">HTML documents</a>, the allowed content
   model of <code><a href="#the-iframe-element">iframe</a></code> elements is text, except that invoking
-  the <a href="#html-fragment-parsing-algorithm">HTML fragment parsing algorithm</a> with the
+  the <a href="http://dev.w3.org/html5/spec/.html#html-fragment-parsing-algorithm" class="full-spec-link" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing algorithm</a> with the
   <code><a href="#the-iframe-element">iframe</a></code> element as the <var title="">context</var>
   element and the text contents as the <var title="">input</var> must
   result in a list of nodes that are all <a href="content-models.html#phrasing-content">phrasing
-  content</a>, with no <a href="#parse-error" title="parse error">parse
+  content</a>, with no <a href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.' class="full-spec-link">parse
   errors</a> having occurred, with no <code><a href="scripting-1.html#script">script</a></code> elements
   being anywhere in the list or as descendants of elements in the
   list, and with all the elements in the list (including their
   descendants) being themselves conforming.</p><p>The <code><a href="#the-iframe-element">iframe</a></code> element must be empty in <a href="dom.html#xml-documents">XML
-  documents</a>.</p><p class="note">The <a href="#html-parser">HTML parser</a> treats markup inside
+  documents</a>.</p><p class="note">The <a href="http://dev.w3.org/html5/spec/.html#html-parser" class="full-spec-link" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> treats markup inside
   <code><a href="#the-iframe-element">iframe</a></code> elements as text.</p><div class="example">
 
    <p>Here is an example of a page using an <code><a href="#the-iframe-element">iframe</a></code> to
@@ -638,14 +637,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlembedelement">HTMLEmbedElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-embed-src" title="dom-embed-src">src</a>;
-           attribute DOMString <a href="#dom-embed-type" title="dom-embed-type">type</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
 };</pre>
     
    </dd>
-  </dl><p>The <code><a href="#the-embed-element">embed</a></code> element <a href="#represents">represents</a> an
+  </dl><p>The <code><a href="#the-embed-element">embed</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   integration point for an external (typically non-HTML) application
   or interactive content.</p><p>The <dfn id="attr-embed-src" title="attr-embed-src"><code>src</code></dfn> attribute
   gives the address of the resource being embedded. The attribute, if
@@ -655,7 +654,7 @@
   plugin to instantiate is selected. The value must be a <a href="infrastructure.html#valid-mime-type">valid
   MIME type</a>. If both the <code title="attr-embed-type"><a href="#attr-embed-type">type</a></code> attribute and the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute are present, then the
   <code title="attr-embed-type"><a href="#attr-embed-type">type</a></code> attribute must specify the
-  same type as the <a href="#content-type" title="Content-Type">explicit Content-Type
+  same type as the <a href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">explicit Content-Type
   metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute.</p><p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name">name</a></code>, <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align">align</a></code>, <code title="attr-embed-hspace"><a href="obsolete.html#attr-embed-hspace">hspace</a></code>, and <code title="attr-embed-vspace"><a href="obsolete.html#attr-embed-vspace">vspace</a></code> <!-- when editing, see also
   note below --> may be specified on the <code><a href="#the-embed-element">embed</a></code> element,
   so long as its name is <a href="infrastructure.html#xml-compatible">XML-compatible</a> and contains no
@@ -711,21 +710,21 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlobjectelement">HTMLObjectElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-object-data" title="dom-object-data">data</a>;
-           attribute DOMString <a href="#dom-object-type" title="dom-object-type">type</a>;
-           attribute DOMString <a href="#dom-object-name" title="dom-object-name">name</a>;
-           attribute DOMString <a href="#dom-object-usemap" title="dom-object-useMap">useMap</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document <a href="#dom-object-contentdocument" title="dom-object-contentDocument">contentDocument</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-object-contentwindow" title="dom-object-contentWindow">contentWindow</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-object-data" title='Read about this "data" reference in the full HTML5 spec.' class="full-spec-link">data</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-object-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-object-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-object-usemap" title='Read about this "useMap" reference in the full HTML5 spec.' class="full-spec-link">useMap</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
+  readonly attribute Document <a href="http://dev.w3.org/html5/spec/.html#dom-object-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.' class="full-spec-link">contentDocument</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-object-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.' class="full-spec-link">contentWindow</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 };</pre>
     
    </dd>
@@ -809,12 +808,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-param-name" title="dom-param-name">name</a>;
-           attribute DOMString <a href="#dom-param-value" title="dom-param-value">value</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-param-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-param-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-param-element">param</a></code> element defines parameters for plugins
-  invoked by <code><a href="#the-object-element">object</a></code> elements. It does not <a href="#represents" title="represents">represent</a> anything on its own.</p><p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn>
+  invoked by <code><a href="#the-object-element">object</a></code> elements. It does not <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> anything on its own.</p><p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn>
   attribute gives the name of the parameter.</p><p>The <dfn id="attr-param-value" title="attr-param-value"><code>value</code></dfn>
   attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p><div class="example">
 

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -d -r1.608 -r1.609
--- acknowledgements.html	2 Jul 2010 23:07:29 -0000	1.608
+++ acknowledgements.html	7 Jul 2010 08:58:09 -0000	1.609
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Acknowledgements &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Acknowledgements &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="references.html" title="References" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="references.html" title="References" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
@@ -329,7 +329,7 @@
   Adele Peterson,
   Adrian Bateman,
   Adrian Sutton,
-  Agust&#237;n Fern&#225;ndez,
+  Agust&#195;&#173;n Fern&#195;&#161;ndez,
   Ajai Tirumali,
   Akatsuki Kitamura,
   Alan Plum,
@@ -339,14 +339,14 @@
   Alex Rousskov,
   Alexander J. Vincent,
   Alexey Feldgendler,
-  &#1040;&#1083;&#1077;&#1082;&#1089;&#1077;&#1081; &#1055;&#1088;&#1086;&#1089;&#1082;&#1091;&#1088;&#1103;&#1082;&#1086;&#1074; (Alexey Proskuryakov),
+  &#208;&#144;&#208;&#187;&#208;&#181;&#208;&#186;&#209;&#129;&#208;&#181;&#208;&#185; &#208;&#159;&#209;&#128;&#208;&#190;&#209;&#129;&#208;&#186;&#209;&#131;&#209;&#128;&#209;&#143;&#208;&#186;&#208;&#190;&#208;&#178; (Alexey Proskuryakov),
   Alexis Deveria,
   Allan Clements,
   Amos Jeffries,
   Anders Carlsson,
   Andreas<!-- mqmq87 -->,
   Andrei Popescu,
-  Andr&#233; E. Veltstra,
+  Andr&#195;&#169; E. Veltstra,
   Andrew Clover,
   Andrew Gove,
   Andrew Grieve,
@@ -366,7 +366,7 @@
   Aron Spohr,
   Arphen Lin,
   Aryeh Gregor,
-  Asbj&#248;rn Ulsberg,
+  Asbj&#195;&#184;rn Ulsberg,
   Ashley Sheridan,
   Atsushi Takayama,
   Aurelien Levy,
@@ -386,7 +386,7 @@
   Bill McCoy,
   Billy Wong,
   Bjartur Thorlacius,
-  Bj&#246;rn H&#246;hrmann,
+  Bj&#195;&#182;rn H&#195;&#182;hrmann,
   Blake Frantz,
   Boris Zbarsky,
   Brad Fults,
@@ -410,9 +410,9 @@
   Cameron McCormack,
   Cao Yipeng,
   Carlos Gabriel Cardona,
-  Carlos Perell&#243; Mar&#237;n,
+  Carlos Perell&#195;&#179; Mar&#195;&#173;n,
   Chao Cai,
-  &#50980;&#49437;&#52268; (Channy Yun),
+  &#236;&#156;&#164;&#236;&#132;&#157;&#236;&#176;&#172; (Channy Yun),
   Charl van Niekerk,
   Charles Iliya Krempeaux,
   Charles McCathieNevile,
@@ -442,7 +442,7 @@
   Daniel Glazman,
   Daniel Peng,
   Daniel Schattenkirchner,
-  Daniel Sp&#229;ng,
+  Daniel Sp&#195;&#165;ng,
   Daniel Steinberg,
   Danny Sullivan,
   Darin Adler,
@@ -461,7 +461,7 @@
   David Egan Evans,
   David Flanagan,
   David Gerard,
-  David H&#229;s&#228;ther,
+  David H&#195;&#165;s&#195;&#164;ther,
   David Hyatt,
   David I. Lehn,
   David Matja,
@@ -478,7 +478,7 @@
   Dimitry Golubovsky,
   Divya Manian,
   dolphinling,
-  Dominique Haza&#235;l-Massieux,
+  Dominique Haza&#195;&#171;l-Massieux,
   Don Brutzman,
   Doron Rosenberg,
   Doug Kramer,
@@ -506,9 +506,9 @@
   Felix Sasaki,
   Francesco Schwarz,
   Francis Brosnan Blazquez,
-  Franck 'Shift' Qu&#233;lain,
+  Franck 'Shift' Qu&#195;&#169;lain,
   Frank Barchard,
-  &#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
+  &#233;&#181;&#156;&#233;&#163;&#188;&#230;&#150;&#135;&#230;&#149;&#143; (Fumitoshi Ukai),
   Futomi Hatano,
   Gavin Carothers,
   Gareth Rees,
@@ -525,9 +525,9 @@
   Gregg Tavares,
   Grey,
   Gytis Jakutonis,
-  H&#229;kon Wium Lie,
+  H&#195;&#165;kon Wium Lie,
   Hallvord Reiar Michaelsen Steen,
-  Hans S. T&#248;mmerhalt,
+  Hans S. T&#195;&#184;mmerhalt,
   Henri Sivonen,
   Henrik Lied,
   Henry Mason,
@@ -536,7 +536,7 @@
   Ian Davis,
   Ignacio Javier,
   Ivan Enderlin,
-  Ivo Emanuel Gon&#231;alves,
+  Ivo Emanuel Gon&#195;&#167;alves,
   J. King,
   Jacques Distler,
   James Craig,
@@ -557,10 +557,10 @@
   Jeff Schiller,
   Jeff Walden,
   Jeffrey Zeldman,
-  &#32993;&#24935;&#37586; (Jennifer Braithwaite),
+  &#232;&#131;&#161;&#230;&#133;&#167;&#233;&#139;&#146; (Jennifer Braithwaite),
   Jens Bannmann,
   Jens Fendler,
-  Jens Lindstr&#246;m,
+  Jens Lindstr&#195;&#182;m,
   Jens Meiert,
   Jeremy Keith,
   Jeremy Orlow,
@@ -570,7 +570,7 @@
   Jim Ley,
   Jim Meehan,
   Jjgod Jiang,
-  Jo&#227;o Eiras,
+  Jo&#195;&#163;o Eiras,
   Joe Clark,
   Joe Gregorio,
   Joel Spolsky,
@@ -601,7 +601,7 @@
   Josh Levenberg,
   Joshua Randall,
   Jukka K. Korpela,
-  Jules Cl&#233;ment-Ripoche,
+  Jules Cl&#195;&#169;ment-Ripoche,
   Julian Reschke,
   Justin Lebar,
   Justin Sinclair,
@@ -610,12 +610,12 @@
   Kathy Walton,
   Kelly Norton,
   Kevin Benson,
-  Korn&#233;l P&#225;l,
+  Korn&#195;&#169;l P&#195;&#161;l,
   Kornel Lesinski,
   Kristof Zelechovski,
-  &#40658;&#28580;&#21083;&#24535; (Kurosawa Takeshi),
+  &#233;&#187;&#146;&#230;&#190;&#164;&#229;&#137;&#155;&#229;&#191;&#151; (Kurosawa Takeshi),
   Kyle Hofmann<!-- Ozob -->,
-  L&#233;onard Bouchet,
+  L&#195;&#169;onard Bouchet,
   Lachlan Hunt,
   Larry Masinter,
   Larry Page,
@@ -646,7 +646,7 @@
   Mark Wilton-Jones,
   Martijn Wargers,
   Martin Atkins,
-  Martin D&#252;rst,
+  Martin D&#195;&#188;rst,
   Martin Honnen,
   Martin Kutschker,
   Martin Thomson,
@@ -676,7 +676,7 @@
   Michel Fortin,
   Michelangelo De Simone,
   Michiel van der Blonk,
-  Mihai &#350;ucan<!-- from ROBO Design -->,
+  Mihai &#197;&#158;ucan<!-- from ROBO Design -->,
   Mike Brown,
   Mike Dierken<!-- S. Mike Dierken -->,
   Mike Dixon,
@@ -698,8 +698,8 @@
   Noah Slater,
   Ojan Vafai,
   Olaf Hoffmann,
-  Olav Junker Kj&#230;r,
-  Old&#345;ich Vete&#353;n&#237;k,
+  Olav Junker Kj&#195;&#166;r,
+  Old&#197;&#153;ich Vete&#197;&#161;n&#195;&#173;k,
   Oliver Hunt,
   Oliver Rigby,
   Olivier Gendrin,
@@ -713,7 +713,7 @@
   Peter Stark,
   Peter-Paul Koch,
   Phil Pickering,
-  Philip J&#228;genstedt,
+  Philip J&#195;&#164;genstedt,
   Philip Taylor,
   Philip TAYLOR<!-- a different one -->,
   Prateek Rungta,
@@ -753,19 +753,19 @@
   Sam Weinig,
   Sander van Lambalgen,
   Sarven Capadisli,
-  Scott Gonz&#225;lez,
+  Scott Gonz&#195;&#161;lez,
   Scott Hess,
   Sean Fraser,
   Sean Hogan,
   Sean Knapp,
-  Sebastian Markb&#229;ge,
+  Sebastian Markb&#195;&#165;ge,
   Sebastian Schnitzenbaumer,
   Seth Call,
   Shanti Rao,
   Shaun Inman,
   Shiki Okasaka,
   Sierk Bornemann,
-  Sigbj&#248;rn Vik,
+  Sigbj&#195;&#184;rn Vik,
   Silvia Pfeiffer,
   Simon Montagu,
   Simon Pieters,
@@ -789,8 +789,8 @@
   Susan <!--G.--> Lesch,
   Sylvain Pasche,
   T. J. Crowder,
-  <span lang="tr" title="">Tantek &#199;elik</span>,
-  &#30000;&#26449;&#20581;&#20154; (TAMURA Kent),
+  <span lang="tr" title="">Tantek &#195;&#135;elik</span>,
+  &#231;&#148;&#176;&#230;&#157;&#145;&#229;&#129;&#165;&#228;&#186;&#186; (TAMURA Kent),
   Ted Mielczarek,
   Terrence Wood,
   Thomas Broyer,
@@ -804,7 +804,7 @@
   Travis Leithead,
   Tyler Close,
   Vladimir Katardjiev,
-  Vladimir Vuki&#263;evi&#263;,
+  Vladimir Vuki&#196;&#135;evi&#196;&#135;,
   voracity,
   Wakaba,
   Wayne Pollock,
@@ -822,7 +822,7 @@
   Zhenbin Xu,
   Zoltan Herczeg,
   and
-  &#216;istein E. Andersen,
+  &#195;&#152;istein E. Andersen,
 
   for their useful comments, both large and small, that have led to
   changes to this specification over the years.</p><p>Thanks also to everyone who has ever posted about HTML to their

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -d -r1.946 -r1.947
--- Overview.html	2 Jul 2010 23:07:29 -0000	1.946
+++ Overview.html	7 Jul 2010 08:58:09 -0000	1.947
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split index"><head><title>HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split index"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,19 +305,20 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"></head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"></head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
 
    <h1>HTML5 (Edition for Web Authors)</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-2-july-2010">Editor's Draft 2 July 2010</h2>
-   <dl><dt>Latest Published Version:</dt>
-    <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
+   <h2 class="no-num no-toc" id="w3c-working-draft-24-june-2010">W3C Working Draft 24 June 2010</h2>
+   <dl><dt>This Version:</dt>
+    <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
+    <dt>Latest Published Version:</dt>
+    <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
-    <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd>
+    <dd><a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd>
 <!-- ZZZ: add the new version after it has shipped -->
     <dt>Previous Versions:</dt>
-    <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
     <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100304/">http://www.w3.org/TR/2010/WD-html5-20100304/</a></dd>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd>
     <dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
@@ -328,14 +329,14 @@
     <dt>Editors:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: 
-    <a href="spec.html">single page HTML</a>,
-    <a href="Overview.html">multipage HTML</a>.
-    
-This is revision 1.4108.
+    <a href="Overview.html">single page HTML</a>,
+    <a href="spec.html">multipage HTML</a>.
+    <a href="author/">author edition</a>.
+This is revision 1.4104.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
-   &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
-   Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
+   &#194;&#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
+   Web Consortium">W3C</abbr></a><sup>&#194;&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
    Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research
    Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
    <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
@@ -416,7 +417,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 2 July 2010 Editor's Draft.
+  This specification is the 24 June 2010 Working Draft snapshot.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -426,8 +427,7 @@
   patent. An individual who has actual knowledge of a patent which the
   individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
   Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
-  6 of the W3C Patent Policy</a>.</p><h2 class="no-num no-toc" id="contents">Table of Contents</h2><!--begin-toc-->
-<ol class="toc"><li><a href="introduction.html#introduction"><span class="secno">1 </span>Introduction</a>
+  6 of the W3C Patent Policy</a>.</p><h2 class="no-num no-toc" id="contents">Table of Contents</h2><!--begin-toc--><ol class="toc"><li><a href="introduction.html#introduction"><span class="secno">1 </span>Introduction</a>
   <ol><li><a href="introduction.html#background"><span class="secno">1.1 </span>Background</a></li>
    <li><a href="introduction.html#audience"><span class="secno">1.2 </span>Audience</a></li>
    <li><a href="introduction.html#scope"><span class="secno">1.3 </span>Scope</a></li>

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.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- association-of-controls-and-forms.html	2 Jul 2010 23:07:29 -0000	1.34
+++ association-of-controls-and-forms.html	7 Jul 2010 08:58:09 -0000	1.35
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.18 Association of controls and forms &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.18 Association of controls and forms &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-button-element.html" title="4.10.8 The button element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-button-element.html" title="4.10.8 The button element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="interactive-elements.html" title="4.11 Interactive elements" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -328,7 +328,7 @@
   with its nearest ancestor <code><a href="forms.html#the-form-element">form</a></code> element, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to
   override this.</p><p>If a <a href="forms.html#form-associated-element">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute specified, then its
   value must be the ID of a <code><a href="forms.html#the-form-element">form</a></code> element in the element's
-  owner <code><a href="#document">Document</a></code>.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a href="#dom-fae-form">form</a></code></dt>
+  owner <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" class="full-spec-link" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -340,7 +340,7 @@
 
   </dl><h4 id="attributes-common-to-form-controls"><span class="secno">4.10.19 </span><dfn>Attributes common to form controls</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-fe-name" title="attr-fe-name"><code>name</code></dfn> content
   attribute gives the name of the form control, as used in <a href="#form-submission">form
-  submission</a> and in the <code><a href="forms.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code> object. If the attribute
+  submission</a> and in the <code><a href="forms.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" class="full-spec-link" 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><h5 id="enabling-and-disabling-form-controls"><span class="secno">4.10.19.2 </span>Enabling and disabling form controls</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-fe-disabled" title="attr-fe-disabled"><code>disabled</code></dfn>
   content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>.</p><p>A form control is <dfn id="concept-fe-disabled" title="concept-fe-disabled">disabled</dfn>
   if its <code title="attr-fe-disabled"><a href="#attr-fe-disabled">disabled</a></code> attribute is
@@ -364,7 +364,7 @@
   control <code title="">maxlength</code> attribute</a> specified,
   the attribute's value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative
   integer</a>. If the attribute is specified and applying the
-  <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a> to its value
+  <a href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-non-negative-integers" class="full-spec-link" title='Read about this "rules for parsing non-negative integers" reference in the full HTML5 spec.'>rules for parsing non-negative integers</a> to its value
   results in a number, then that number is the element's <dfn id="maximum-allowed-value-length">maximum
   allowed value length</dfn>. If the attribute is omitted or parsing
   its value results in an error, then there is no <a href="#maximum-allowed-value-length">maximum
@@ -464,7 +464,7 @@
  &lt;p&gt;&lt;input type=submit formnovalidate name=cancel value="Cancel"&gt;&lt;/p&gt;
 &lt;/form&gt;</pre>
 
-  </div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The <dfn>constraint validation API</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code></dt>
+  </div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The <dfn>constraint validation API</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" class="full-spec-link" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a></code></dt>
 
    <dd>
 
@@ -472,7 +472,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a href="#dom-cva-setcustomvalidity">setCustomValidity</a></code>(<var title="">message</var>)</dt>
+   <dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" class="full-spec-link" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a></code>(<var title="">message</var>)</dt>
 
    <dd>
 
@@ -484,7 +484,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-valueMissing"><a href="#dom-validitystate-valuemissing">valueMissing</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valueMissing"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-valuemissing" class="full-spec-link" title='Read about this "valueMissing" reference in the full HTML5 spec.'>valueMissing</a></code></dt>
 
    <dd>
 
@@ -492,7 +492,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-typeMismatch"><a href="#dom-validitystate-typemismatch">typeMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-typeMismatch"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-typemismatch" class="full-spec-link" title='Read about this "typeMismatch" reference in the full HTML5 spec.'>typeMismatch</a></code></dt>
 
    <dd>
 
@@ -500,7 +500,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-patternMismatch"><a href="#dom-validitystate-patternmismatch">patternMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-patternMismatch"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-patternmismatch" class="full-spec-link" title='Read about this "patternMismatch" reference in the full HTML5 spec.'>patternMismatch</a></code></dt>
 
    <dd>
 
@@ -508,7 +508,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-tooLong"><a href="#dom-validitystate-toolong">tooLong</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-tooLong"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-toolong" class="full-spec-link" title='Read about this "tooLong" reference in the full HTML5 spec.'>tooLong</a></code></dt>
 
    <dd>
 
@@ -516,7 +516,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-rangeUnderflow"><a href="#dom-validitystate-rangeunderflow">rangeUnderflow</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeUnderflow"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-rangeunderflow" class="full-spec-link" title='Read about this "rangeUnderflow" reference in the full HTML5 spec.'>rangeUnderflow</a></code></dt>
 
    <dd>
 
@@ -524,7 +524,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-rangeOverflow"><a href="#dom-validitystate-rangeoverflow">rangeOverflow</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeOverflow"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-rangeoverflow" class="full-spec-link" title='Read about this "rangeOverflow" reference in the full HTML5 spec.'>rangeOverflow</a></code></dt>
 
    <dd>
 
@@ -532,7 +532,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-stepMismatch"><a href="#dom-validitystate-stepmismatch">stepMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-stepMismatch"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-stepmismatch" class="full-spec-link" title='Read about this "stepMismatch" reference in the full HTML5 spec.'>stepMismatch</a></code></dt>
 
    <dd>
 
@@ -540,7 +540,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-customError"><a href="#dom-validitystate-customerror">customError</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-customError"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-customerror" class="full-spec-link" title='Read about this "customError" reference in the full HTML5 spec.'>customError</a></code></dt>
 
    <dd>
 
@@ -548,7 +548,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code> . <code title="dom-validitystate-valid"><a href="#dom-validitystate-valid">valid</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" class="full-spec-link" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valid"><a href="http://dev.w3.org/html5/spec/.html#dom-validitystate-valid" class="full-spec-link" title='Read about this "valid" reference in the full HTML5 spec.'>valid</a></code></dt>
 
    <dd>
 
@@ -556,7 +556,7 @@
 
    </dd>
 
-   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidatity"><a href="#dom-cva-checkvalidatity">checkValidity</a></code>()</dt>
+   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidatity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" class="full-spec-link" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -566,7 +566,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a href="#dom-cva-validationmessage">validationMessage</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" class="full-spec-link" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a></code></dt>
 
    <dd>
 
@@ -579,7 +579,7 @@
 
    <p>In the following example, a script checks the value of a form
    control each time it is edited, and whenever it is not a valid
-   value, uses the <code title="dom-cva-setCustomValidity"><a href="#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method
+   value, uses the <code title="dom-cva-setCustomValidity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" class="full-spec-link" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
    to set an appropriate message.</p>
 
    <pre>&lt;label&gt;Feeling: &lt;input name=f type="text" oninput="check(this)"&gt;&lt;/label&gt;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -d -r1.592 -r1.593
--- history.html	2 Jul 2010 23:07:31 -0000	1.592
+++ history.html	7 Jul 2010 08:58:11 -0000	1.593
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.4 Session history and navigation &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>5.4 Session history and navigation &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="origin-0.html" title="5.3 Origin" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="origin-0.html" title="5.3 Origin" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="offline.html" title="5.6 Offline Web applications" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -320,13 +320,13 @@
     <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a></li><li><a href="history.html#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a></li><li><a href="history.html#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a></li></ol></li><li><a href="history.html#browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</a>
     <ol><li><a href="history.html#history-traversal"><span class="secno">5.5.1 </span>History traversal</a></li><li><a href="history.html#unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</a></li></ol></li></ol></li></ol></div>
 
-  <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code><a href="#document">Document</a></code>s in a <a href="browsers.html#browsing-context">browsing
+  <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s in a <a href="browsers.html#browsing-context">browsing
   context</a> is its <dfn id="session-history">session history</dfn>.</p><p><code><a href="#history-0">History</a></code> objects provide a representation of the
   pages in the session history of <a href="browsers.html#browsing-context" title="browsing
   context">browsing contexts</a>. Each <a href="browsers.html#browsing-context">browsing
   context</a>, including <a href="browsers.html#nested-browsing-context" title="nested browsing
   context">nested browsing contexts</a>, has a distinct session
-  history.</p><p>Each <code><a href="#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing
+  history.</p><p>Each <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context">browsing
   context</a>'s <a href="#session-history">session history</a> is associated with a
   unique instance of the <code><a href="#history-0">History</a></code> object, although they
   all must model the same underlying <a href="#session-history">session history</a>.</p><p><code><a href="#history-0">History</a></code> objects represent their <a href="browsers.html#browsing-context">browsing
@@ -335,13 +335,13 @@
   <a href="urls.html#url">URL</a> or a <a href="#state-object">state object</a>, or both.</p><p class="note">Titles associated with <a href="#session-history-entry" title="session history
   entry">session history entries</a> need not have any relation
   with the current <code><a href="semantics.html#the-title-element-0">title</a></code> of the
-  <code><a href="#document">Document</a></code>. The title of a <a href="#session-history-entry">session history
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. The title of a <a href="#session-history-entry">session history
   entry</a> is intended to explain the state of the document at
   that point, so that the user can navigate the document's
   history.</p><p>URLs without associated <a href="#state-object" title="state object">state
   objects</a> are added to the session history as the user (or
   script) navigates from page to page.</p><p>A <dfn id="state-object">state object</dfn> is an object representing a user
-  interface state.</p><p>Pages can <a href="#dom-history-pushstate" title="dom-history-pushState">add</a> <a href="#state-object" title="state object">state objects</a> between their entry in the
+  interface state.</p><p>Pages can <a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a> <a href="#state-object" title="state object">state objects</a> between their entry in the
   session history and the next ("forward") entry. These are then <a href="#event-popstate" title="event-popstate">returned to the script</a> when the user
   (or script) goes back in the history, thus enabling authors to use
   the "navigation" metaphor even in one-page applications.</p><div class="note">
@@ -353,8 +353,8 @@
    would still need the parsing for handling <a href="urls.html#url" title="URL">URLs</a> passed around by users, so it's only a minor
    optimization), and second, so that the author can store state that
    one wouldn't store in the URL because it only applies to the current
-   <code><a href="#document">Document</a></code> instance and it would have to be reconstructed
-   if a new <code><a href="#document">Document</a></code> were opened.</p>
+   <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> instance and it would have to be reconstructed
+   if a new <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> were opened.</p>
 
    <p>An example of the latter would be something like keeping track of
    the precise coordinate from which a popup <code><a href="grouping-content.html#the-div-element">div</a></code> was made
@@ -369,22 +369,22 @@
   <dfn id="current-entry">current entry</dfn>. This is the entry representing the
   <a href="browsers.html#active-document">active document</a> of the <a href="browsers.html#browsing-context">browsing
   context</a>. The <a href="#current-entry">current entry</a> is usually an entry
-  for the <a href="#dom-location-href" title="dom-location-href">location</a> of the
-  <code><a href="#document">Document</a></code>. However, it can also be one of the entries
+  for the <a href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "location" reference in the full HTML5 spec.' class="full-spec-link">location</a> of the
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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" title="state object">state objects</a> added to the
   history by that document.</p><p>Entries that consist of <a href="#state-object" title="state object">state
-  objects</a> share the same <code><a href="#document">Document</a></code> as the entry for
+  objects</a> share the same <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as the entry for
   the page that was active when they were added.</p><p>Contiguous entries that differ just by fragment identifier also
-  share the same <code><a href="#document">Document</a></code>.</p><p class="note">All entries that share the same
-  <code><a href="#document">Document</a></code> (and that are therefore merely different
+  share the same <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><p class="note">All entries that share the same
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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.</p><h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="history-0">History</dfn> {
-  readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>;
-  void <a href="#dom-history-go" title="dom-history-go">go</a>(in optional long delta);
-  void <a href="#dom-history-back" title="dom-history-back">back</a>();
-  void <a href="#dom-history-forward" title="dom-history-forward">forward</a>();
-  void <a href="#dom-history-pushstate" title="dom-history-pushState">pushState</a>(in any data, in DOMString title, in optional DOMString url);
-  void <a href="#dom-history-replacestate" title="dom-history-replaceState">replaceState</a>(in any data, in DOMString title, in optional DOMString url);
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-length"><a href="#dom-history-length">length</a></code></dt>
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.' class="full-spec-link">go</a>(in optional long delta);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.' class="full-spec-link">back</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.' class="full-spec-link">forward</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState" reference in the full HTML5 spec.' class="full-spec-link">pushState</a>(in any data, in DOMString title, in optional DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" title='Read about this "replaceState" reference in the full HTML5 spec.' class="full-spec-link">replaceState</a>(in any data, in DOMString title, in optional DOMString url);
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-length"><a href="http://dev.w3.org/html5/spec/.html#dom-history-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -392,7 +392,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-go"><a href="#dom-history-go">go</a></code>( [ <var title="">delta</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-go"><a href="http://dev.w3.org/html5/spec/.html#dom-history-go" class="full-spec-link" title='Read about this "go" reference in the full HTML5 spec.'>go</a></code>( [ <var title="">delta</var> ] )</dt>
 
    <dd>
 
@@ -404,7 +404,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-back"><a href="#dom-history-back">back</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-back"><a href="http://dev.w3.org/html5/spec/.html#dom-history-back" class="full-spec-link" title='Read about this "back" reference in the full HTML5 spec.'>back</a></code>()</dt>
 
    <dd>
 
@@ -414,7 +414,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-forward"><a href="#dom-history-forward">forward</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-forward"><a href="http://dev.w3.org/html5/spec/.html#dom-history-forward" class="full-spec-link" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a></code>()</dt>
 
    <dd>
 
@@ -424,7 +424,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" class="full-spec-link" title='Read about this "pushState" reference in the full HTML5 spec.'>pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -432,7 +432,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-replaceState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" class="full-spec-link" title='Read about this "replaceState" reference in the full HTML5 spec.'>replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -444,7 +444,7 @@
   object is the union of all the <a href="#session-history" title="session history">session
   histories</a> of all <a href="browsers.html#browsing-context" title="browsing context">browsing
   contexts</a> of all the <a href="browsers.html#fully-active">fully active</a>
-  <code><a href="#document">Document</a></code> objects that share the <code><a href="#history-0">History</a></code>
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that share the <code><a href="#history-0">History</a></code>
   object's <a href="browsers.html#top-level-browsing-context">top-level browsing context</a>, with all the
   entries that are <a href="#current-entry" title="current entry">current entries</a>
   in their respective <a href="#session-history" title="session history">session
@@ -455,7 +455,7 @@
   chronologically by the time they were added to their respective
   <a href="#session-history" title="session history">session histories</a>. (Since all
   these <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a> by
-  definition share an <a href="#event-loop">event loop</a>, there is always a
+  definition share an <a href="http://dev.w3.org/html5/spec/.html#event-loop" class="full-spec-link" title='Read about this "event loop" reference in the full HTML5 spec.'>event loop</a>, there is always a
   well-defined sequential order in which their <a href="#session-history" title="session
   history">session histories</a> had their entries added.) Each
   entry has an index; the earliest entry has index 0, and the
@@ -515,11 +515,11 @@
    example. However, users that <em>do</em> have script support can
    now navigate much faster, since there is no network access for the
    same experience. Furthermore, contrary to the experience the user
-   would have with just a na&#239;ve script-based approach,
+   would have with just a na&#195;&#175;ve script-based approach,
    bookmarking and navigating the session history still work.</p>
 
    <p>In the example above, the <var title="">data</var> argument to
-   the <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> method
+   the <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" class="full-spec-link" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method
    is the same information as would be sent to the server, but in a
    more convenient form, so that the script doesn't have to parse the
    URL each time the user navigates.</p>
@@ -553,10 +553,10 @@
 State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()"&gt;
 &lt;/FORM&gt;</pre>
 
-  </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each <code><a href="#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing
+  </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context">browsing
   context</a>'s session history is associated with a unique
-  instance of a <code><a href="#location">Location</a></code> object.</p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="#dom-document-location">location</a></code> [ = <var title="">value</var> ]</dt>
-   <dt><var title="">window</var> . <code title="dom-location"><a href="#dom-location">location</a></code> [ = <var title="">value</var> ]</dt>
+  instance of a <code><a href="#location">Location</a></code> object.</p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="http://dev.w3.org/html5/spec/.html#dom-document-location" class="full-spec-link" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-location"><a href="http://dev.w3.org/html5/spec/.html#dom-location" class="full-spec-link" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -569,11 +569,11 @@
   </dl><p><code><a href="#location">Location</a></code> objects provide a representation of <a href="dom.html#the-document-s-current-address" title="the document's current address">their document's current
   address</a>, and allow the <a href="#current-entry">current entry</a> of the
   <a href="browsers.html#browsing-context">browsing context</a>'s session history to be changed, by
-  adding or replacing entries in the <code title="dom-history"><a href="#dom-history">history</a></code> object.</p><pre class="idl">interface <dfn id="location">Location</dfn> {
-  stringifier attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>;
-  void <a href="#dom-location-assign" title="dom-location-assign">assign</a>(in DOMString url);
-  void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(in DOMString url);
-  void <a href="#dom-location-reload" title="dom-location-reload">reload</a>();
+  adding or replacing entries in the <code title="dom-history"><a href="http://dev.w3.org/html5/spec/.html#dom-history" class="full-spec-link" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> object.</p><pre class="idl">interface <dfn id="location">Location</dfn> {
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.' class="full-spec-link">assign</a>(in DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.' class="full-spec-link">replace</a>(in DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.' class="full-spec-link">reload</a>();
 
   // <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <a href="#dom-location-protocol" title="dom-location-protocol">protocol</a>;
@@ -585,8 +585,8 @@
            attribute DOMString <a href="#dom-location-hash" title="dom-location-hash">hash</a>;
 
   // resolving relative URLs
-  DOMString <a href="#dom-location-resolveurl" title="dom-location-resolveURL">resolveURL</a>(in DOMString url);
-};</pre><dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a href="#dom-location-href">href</a></code> [ = <var title="">value</var> ]</dt>
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.' class="full-spec-link">resolveURL</a>(in DOMString url);
+};</pre><dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a href="http://dev.w3.org/html5/spec/.html#dom-location-href" class="full-spec-link" title='Read about this "href" reference in the full HTML5 spec.'>href</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -596,7 +596,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-assign"><a href="#dom-location-assign">assign</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">location</var> . <code title="dom-location-assign"><a href="http://dev.w3.org/html5/spec/.html#dom-location-assign" class="full-spec-link" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -604,7 +604,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-replace"><a href="#dom-location-replace">replace</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">location</var> . <code title="dom-location-replace"><a href="http://dev.w3.org/html5/spec/.html#dom-location-replace" class="full-spec-link" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -612,7 +612,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-reload"><a href="#dom-location-reload">reload</a></code>()</dt>
+   <dt><var title="">location</var> . <code title="dom-location-reload"><a href="http://dev.w3.org/html5/spec/.html#dom-location-reload" class="full-spec-link" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a></code>()</dt>
 
    <dd>
 
@@ -620,7 +620,7 @@
 
    </dd>
 
-   <dt><var title="">url</var> = <var title="">location</var> . <code title="dom-location-resolveURL"><a href="#dom-location-resolveurl">resolveURL</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">url</var> = <var title="">location</var> . <code title="dom-location-resolveURL"><a href="http://dev.w3.org/html5/spec/.html#dom-location-resolveurl" class="full-spec-link" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -631,25 +631,25 @@
   </dl><p>The <code><a href="#location">Location</a></code> interface also has the complement of
   <a href="urls.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. </p><h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="history-traversal"><span class="secno">5.5.1 </span>History traversal</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- session histry --><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event
   is fired when navigating to a <a href="#session-history-entry">session history entry</a>
-  that represents a state object.</p><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute any <a href="#dom-popstateevent-state" title="dom-PopStateEvent-state">state</a>;
-  void <a href="#dom-popstateevent-initpopstateevent" title="dom-PopStateEvent-initPopStateEvent">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 href="#dom-popstateevent-state">state</a></code></dt>
+  that represents a state object.</p><pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.' class="full-spec-link">state</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-initpopstateevent" title='Read about this "initPopStateEvent" reference in the full HTML5 spec.' class="full-spec-link">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 href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-state" class="full-spec-link" title='Read about this "state" reference in the full HTML5 spec.'>state</a></code></dt>
 
    <dd>
 
-    <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
+    <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" class="full-spec-link" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> or <code title="dom-history-replaceState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" class="full-spec-link" title='Read about this "replaceState()" reference in the full HTML5 spec.'>replaceState()</a></code>.</p>
 
    </dd>
 
   </dl><hr><p>The <dfn id="event-hashchange" title="event-hashchange"><code>hashchange</code></dfn>
   event is fired when navigating to a <a href="#session-history-entry">session history
   entry</a> whose <a href="urls.html#url">URL</a> differs from that of the
-  previous one only in the fragment identifier.</p><pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute any <a href="#dom-hashchangeevent-oldurl" title="dom-HashChangeEvent-oldURL">oldURL</a>;
-  readonly attribute any <a href="#dom-hashchangeevent-newurl" title="dom-HashChangeEvent-newURL">newURL</a>;
-  void <a href="#dom-hashchangeevent-inithashchangeevent" title="dom-HashChangeEvent-initHashChangeEvent">initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a href="#dom-hashchangeevent-oldurl">oldURL</a></code></dt>
+  previous one only in the fragment identifier.</p><pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.' class="full-spec-link">oldURL</a>;
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.' class="full-spec-link">newURL</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-inithashchangeevent" title='Read about this "initHashChangeEvent" reference in the full HTML5 spec.' class="full-spec-link">initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-oldurl" class="full-spec-link" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a></code></dt>
 
    <dd>
 
@@ -659,7 +659,7 @@
    </dd>
 
 
-   <dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a href="#dom-hashchangeevent-newurl">newURL</a></code></dt>
+   <dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-newurl" class="full-spec-link" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a></code></dt>
 
    <dd>
 
@@ -672,10 +672,10 @@
   is fired when traversing <em>to</em> a <a href="#session-history-entry">session history
   entry</a>.</p><p>The <dfn id="event-pagehide" title="event-pagehide"><code>pagehide</code></dfn>
   event is fired when traversing <em>from</em> a <a href="#session-history-entry">session history
-  entry</a>.</p><pre class="idl">interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute any <a href="#dom-pagetransitionevent-persisted" title="dom-PageTransitionEvent-persisted">persisted</a>;
-  void <a href="#dom-pagetransitionevent-initpagetransitionevent" title="dom-PageTransitionEvent-initPageTransitionEvent">initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a href="#dom-pagetransitionevent-persisted">persisted</a></code></dt>
+  entry</a>.</p><pre class="idl">interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.' class="full-spec-link">persisted</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-initpagetransitionevent" title='Read about this "initPageTransitionEvent" reference in the full HTML5 spec.' class="full-spec-link">initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-persisted" class="full-spec-link" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a></code></dt>
 
    <dd>
 
@@ -683,9 +683,9 @@
 
    </dd>
 
-  </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a href="#event">Event</a> {
-           attribute DOMString <a href="#dom-beforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>;
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a href="#dom-beforeunloadevent-returnvalue">returnValue</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.' class="full-spec-link">returnValue</a>;
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a href="http://dev.w3.org/html5/spec/.html#dom-beforeunloadevent-returnvalue" class="full-spec-link" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 

Index: .cvsignore
===================================================================
RCS file: /sources/public/html5/spec-author-view/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- .cvsignore	27 Aug 2009 08:53:55 -0000	1.2
+++ .cvsignore	7 Jul 2010 08:58:09 -0000	1.3
@@ -3,4 +3,4 @@
 CHANGEDESC
 SPLITTERLOG
 MANIFEST
-fragment-links.js
+spec.html.tmp

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- origin-0.html	2 Jul 2010 23:07:32 -0000	1.14
+++ origin-0.html	7 Jul 2010 08:58:12 -0000	1.15
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.3 Origin &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>5.3 Origin &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="browsers.html" title="5 Loading Web pages" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="browsers.html" title="5 Loading Web pages" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="history.html" title="5.4 Session history and navigation" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -325,7 +325,7 @@
   component, and optionally extra data.</p><p class="note">The extra data could include the certificate of the
   site when using encrypted connections, to ensure that if the site's
   secure certificate changes, the origin is considered to change as
-  well.</p><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt>
+  well.</p><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/.html#dom-document-domain" class="full-spec-link" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code> [ = <var title="">domain</var> ]</dt>
 
    <dd>
 
@@ -338,12 +338,12 @@
 
    </dd>
 
-  </dl><p class="note">The <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code>
+  </dl><p class="note">The <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/.html#dom-document-domain" class="full-spec-link" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code>
   attribute is used to enable pages on different hosts of a domain to
-  access each others' DOMs.</p><p class="warning">Do not use the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute when
+  access each others' DOMs.</p><p class="warning">Do not use the <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/.html#dom-document-domain" class="full-spec-link" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute when
   using shared hosting. If an untrusted third party is able to host an
   HTTP server at the same IP address but on a different port, then the
   same-origin protection that normally protects two different sites on
   the same host will fail, as the ports are ignored when comparing
-  origins after the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute has
+  origins after the <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/.html#dom-document-domain" class="full-spec-link" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute has
   been used.</p></body></html>
\ No newline at end of file

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- common-input-element-attributes.html	2 Jul 2010 23:07:30 -0000	1.42
+++ common-input-element-attributes.html	7 Jul 2010 08:58:10 -0000	1.43
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.2 Common input element attributes &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.7.2 Common input element attributes &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-button-element.html" title="4.10.8 The button element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -462,7 +462,7 @@
   </div><h6 id="the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-size" title="attr-input-size"><code>size</code></dfn>
   attribute gives the number of characters that, in a visual
   rendering, the user agent is to allow the user to see while editing
-  the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p><p>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute, if
+  the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p><p>The <code title="attr-input-size"><a href="#attr-input-size">size</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative
   integer</a> greater than zero.</p><h6 id="the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-required" title="attr-input-required"><code>required</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. When specified, the
@@ -534,7 +534,7 @@
 
   </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength"><a href="#attr-input-maxlength">maxlength</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-maxlength" title="attr-input-maxlength"><code>maxlength</code></dfn>
   attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a>.</p><p>If the <code><a href="the-input-element.html#the-input-element">input</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum allowed
-  value length</a>, then the <a href="#code-point-length">code-point length</a> of the
+  value length</a>, then the <a href="http://dev.w3.org/html5/spec/.html#code-point-length" class="full-spec-link" 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">value</a></code>
   attribute must be equal to or less than the element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum
   allowed value length</a>.</p><div class="example">
@@ -548,7 +548,7 @@
 
   </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-pattern" title="attr-input-pattern"><code>pattern</code></dfn>
   attribute specifies a regular expression against which the control's
-  <a href="#concept-fe-value" title="concept-fe-value">value</a> is to be checked.</p><p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a></p><p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute specified,
+  <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> is to be checked.</p><p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a></p><p>When an <code><a href="the-input-element.html#the-input-element">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute specified,
   authors should include a <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code>
   attribute to give a description of the pattern. User agents may use
   the contents of this attribute, if it is present, when informing the
@@ -574,9 +574,9 @@
   authors should be careful not to word <code><a href="semantics.html#the-title-element-0">title</a></code>s as if an
   error has necessarily occurred.</p><h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min"><a href="#attr-input-min">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attributes</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate
   the allowed range of values for the element.</p><p>The <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attribute's value
-  (the <a href="#concept-input-max" title="concept-input-max">maximum</a>) must not be
+  (the <a href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.' class="full-spec-link">maximum</a>) must not be
   less than the <code title="attr-input-min"><a href="#attr-input-min">min</a></code> attribute's
-  value (its <a href="#concept-input-min" title="concept-input-min">minimum</a>).</p><div class="example">
+  value (its <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>).</p><div class="example">
 
    <p>The following date control limits input to dates that are before
    the 1980s:</p>
@@ -592,11 +592,10 @@
 
   </div><h6 id="the-step-attribute"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-input-step" title="attr-input-step"><code>step</code></dfn>
   attribute indicates the granularity that is expected (and required)
-  of the <a href="#concept-fe-value" title="concept-fe-value">value</a>, by limiting the
+  of the <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, by limiting the
   allowed values. </p><p>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute, if
   specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating
-  point number</a> that <a href="#rules-for-parsing-floating-point-number-values" title="rules for parsing floating
-  point number values">parses</a> to a number that is greater than
+  point number</a> that <a href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" title='Read about this "parses" reference in the full HTML5 spec.' class="full-spec-link">parses</a> to a number that is greater than
   zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII
   case-insensitive</a> match for the string "<code title="">any</code>".</p><div class="example">
 
@@ -637,11 +636,11 @@
  &lt;p&gt;&lt;label&gt;Description: &lt;input type="text" name="desc" placeholder="My Email Account"&gt;&lt;/label&gt;&lt;/p&gt;
 &lt;/fieldset&gt;</pre>
 
-  </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element APIs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="#dom-input-value">value</a></code> [ = <var title="">value</var> ]</dt>
+  </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element">input</a></code> element APIs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the current <a href="#concept-fe-value" title="concept-fe-value">value</a>
+    <p>Returns the current <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>
     of the form control.</p>
 
     <p>Can be set, to change the value.</p>
@@ -652,18 +651,18 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the current <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> of the form
+    <p>Returns the current <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> of the form
     control.</p>
 
-    <p>Can be set, to change the <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>.</p>
+    <p>Can be set, to change the <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a>.</p>
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-files"><a href="#dom-input-files">files</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
 
    <dd>
 
@@ -675,12 +674,12 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns a <code>Date</code> object representing the form
-    control's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if
+    control's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, if
     applicable; otherwise, returns null.</p>
 
     <p>Can be set, to change the value.</p>
@@ -690,11 +689,11 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns a number representing the form control's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if applicable; otherwise,
+    <p>Returns a number representing the form control's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, if applicable; otherwise,
     returns null.</p>
 
     <p>Can be set, to change the value.</p>
@@ -704,23 +703,23 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp</a></code>( [ <var title="">n</var> ] )</dt>
-   <dt><var title="">input</var> . <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown</a></code>( [ <var title="">n</var> ] )</dt>
+   <dt><var title="">input</var> . <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a></code>( [ <var title="">n</var> ] )</dt>
+   <dt><var title="">input</var> . <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a></code>( [ <var title="">n</var> ] )</dt>
 
    <dd>
 
-    <p>Changes the form control's <a href="#concept-fe-value" title="concept-fe-value">value</a> by the value given in the
+    <p>Changes the form control's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> by the value given in the
     <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute, multiplied by
     <var title="">n</var>. The default is 1.</p>
 
     <p>Throws <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the control
-    is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute's value is "<code title="">any</code>", if the current <a href="#concept-fe-value" title="concept-fe-value">value</a> could not be parsed, or if
+    is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute's value is "<code title="">any</code>", if the current <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> could not be parsed, or if
     stepping in the given direction by the given amount would take the
     value out of range.</p>
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-list"><a href="#dom-input-list">list</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code></dt>
 
    <dd>
 
@@ -729,13 +728,13 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code></dt>
 
    <dd>
 
     <p>Returns the <code><a href="the-button-element.html#the-option-element">option</a></code> element from the
     <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element indicated by the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute that matches the
-    form control's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p>
+    form control's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
    </dd>
 

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- dom.html	2 Jul 2010 23:07:30 -0000	1.597
+++ dom.html	7 Jul 2010 08:58:10 -0000	1.598
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3 Semantics, structure, and APIs of HTML documents &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>3 Semantics, structure, and APIs of HTML documents &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="urls.html" title="2.5 URLs" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="urls.html" title="2.5 URLs" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="elements.html" title="3.2 Elements" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -321,217 +321,215 @@
     <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></li></ol></li></ol></li></ol></div>
 
   <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every XML and HTML document in an HTML UA is represented by a
-  <code><a href="#document">Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a>
-  that is set when the <code><a href="#document">Document</a></code> is created. <dfn id="the-document-s-current-address">The
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a>
+  that is set when the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created. <dfn id="the-document-s-current-address">The
   document's current address</dfn> is an <a href="urls.html#absolute-url">absolute URL</a>
-  that can change during the lifetime of the <code><a href="#document">Document</a></code>,
-  for example when the user <a href="#navigate" title="navigate">navigates</a> to
-  a <a href="#scroll-to-fragid" title="navigate-fragid">fragment identifier</a> on the
-  page or when the <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> method is called
+  that can change during the lifetime of the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>,
+  for example when the user <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.' class="full-spec-link">navigates</a> to
+  a <a href="http://dev.w3.org/html5/spec/.html#scroll-to-fragid" title='Read about this "fragment identifier" reference in the full HTML5 spec.' class="full-spec-link">fragment identifier</a> on the
+  page or when the <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" class="full-spec-link" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method is called
   with a new <a href="urls.html#url">URL</a>. </p><p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the
-  document's current address</a> in their user interface.</p><p>When a <code><a href="#document">Document</a></code> is created by a <a href="#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
-  or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
+  document's current address</a> in their user interface.</p><p>When a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created by a <a href="http://dev.w3.org/html5/spec/.html#concept-script" title='Read about this "script" reference in the full HTML5 spec.' class="full-spec-link">script</a> using the <code title="dom-DOMImplementation-createDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-domimplementation-createdocument" class="full-spec-link" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
+  or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" class="full-spec-link" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
   APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the
-  document's address</a> of the <a href="#script-s-document">script's document</a>.</p><p><code><a href="#document">Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
+  document's address</a> of the <a href="http://dev.w3.org/html5/spec/.html#script-s-document" class="full-spec-link" title="Read about this &quot;script's document&quot; reference in the full HTML5 spec.">script's document</a>.</p><p><code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
   documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML
   documents</dfn> when they are created. Whether a document is an
   <a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of
-  certain APIs and the case-sensitivity of some selectors.</p><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <code><a href="#document">Document</a></code> objects (in user agents implementing
+  certain APIs and the case-sensitivity of some selectors.</p><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects (in user agents implementing
   this specification)  also implement
   the <code><a href="#htmldocument">HTMLDocument</a></code> interface, available using
   binding-specific methods. (This is the case whether or not the
   document in question is an <a href="#html-documents" title="HTML documents">HTML
   document</a> or indeed whether it contains any <a href="infrastructure.html#html-elements">HTML
-  elements</a> at all.) <code><a href="#document">Document</a></code> objects  also implement the document-level interface
+  elements</a> at all.) <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects  also implement the document-level interface
   of any other namespaces that the UA supports.</p><p class="example">For example, if an HTML implementation also
-  supports SVG, then the <code><a href="#document">Document</a></code> object implements both
+  supports SVG, then the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object implements both
   <code><a href="#htmldocument">HTMLDocument</a></code> and <code>SVGDocument</code>.</p><p class="note">Because the <code><a href="#htmldocument">HTMLDocument</a></code> interface is
   now obtained using binding-specific casting methods instead of
   simply being the primary interface of the document object, it is no
-  longer defined as inheriting from <code><a href="#document">Document</a></code>.</p><pre class="idl">[OverrideBuiltins]
+  longer defined as inheriting from <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><pre class="idl">[OverrideBuiltins]
 interface <dfn id="htmldocument">HTMLDocument</dfn> {
   // <a href="#resource-metadata-management">resource metadata management</a>
-  [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-document-location" title="dom-document-location">location</a>;
-  readonly attribute DOMString <a href="#dom-document-url" title="dom-document-URL">URL</a>;
-           attribute DOMString <a href="#dom-document-domain" title="dom-document-domain">domain</a>;
-  readonly attribute DOMString <a href="#dom-document-referrer" title="dom-document-referrer">referrer</a>;
-           attribute DOMString <a href="#dom-document-cookie" title="dom-document-cookie">cookie</a>;
-  readonly attribute DOMString <a href="#dom-document-lastmodified" title="dom-document-lastModified">lastModified</a>;
-  readonly attribute DOMString <a href="#dom-document-compatmode" title="dom-document-compatMode">compatMode</a>;
-           attribute DOMString <a href="#dom-document-charset" title="dom-document-charset">charset</a>;
-  readonly attribute DOMString <a href="#dom-document-characterset" title="dom-document-characterSet">characterSet</a>;
-  readonly attribute DOMString <a href="#dom-document-defaultcharset" title="dom-document-defaultCharset">defaultCharset</a>;
-  readonly attribute DOMString <a href="#dom-document-readystate" title="dom-document-readyState">readyState</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.' class="full-spec-link">location</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.' class="full-spec-link">URL</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.' class="full-spec-link">domain</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.' class="full-spec-link">referrer</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" title='Read about this "cookie" reference in the full HTML5 spec.' class="full-spec-link">cookie</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-lastmodified" title='Read about this "lastModified" reference in the full HTML5 spec.' class="full-spec-link">lastModified</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-compatmode" title='Read about this "compatMode" reference in the full HTML5 spec.' class="full-spec-link">compatMode</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-charset" title='Read about this "charset" reference in the full HTML5 spec.' class="full-spec-link">charset</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-characterset" title='Read about this "characterSet" reference in the full HTML5 spec.' class="full-spec-link">characterSet</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.' class="full-spec-link">defaultCharset</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.' class="full-spec-link">readyState</a>;
 
   // <a href="#dom-tree-accessors">DOM tree accessors</a>
-  <a href="#dom-document-nameditem" title="dom-document-namedItem">getter</a> any (in DOMString name);
-           attribute DOMString <a href="#document.title" title="dom-document-title">title</a>;
-           attribute DOMString <a href="#dom-document-dir" title="dom-document-dir">dir</a>;
-           attribute <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-document-body" title="dom-document-body">body</a>;
-  readonly attribute <a href="semantics.html#htmlheadelement">HTMLHeadElement</a> <a href="#dom-document-head" title="dom-document-head">head</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-images" title="dom-document-images">images</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-embeds" title="dom-document-embeds">embeds</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-plugins" title="dom-document-plugins">plugins</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-links" title="dom-document-links">links</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-forms" title="dom-document-forms">forms</a>;
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-scripts" title="dom-document-scripts">scripts</a>;
-  NodeList <a href="#dom-document-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(in DOMString elementName);
-  NodeList <a href="#dom-document-getelementsbyclassname" title="dom-document-getElementsByClassName">getElementsByClassName</a>(in DOMString classNames);
+  <a href="http://dev.w3.org/html5/spec/.html#dom-document-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> any (in DOMString name);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#document.title" title='Read about this "title" reference in the full HTML5 spec.' class="full-spec-link">title</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.' class="full-spec-link">dir</a>;
+           attribute <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.' class="full-spec-link">body</a>;
+  readonly attribute <a href="semantics.html#htmlheadelement">HTMLHeadElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.' class="full-spec-link">head</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.' class="full-spec-link">images</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.' class="full-spec-link">embeds</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.' class="full-spec-link">plugins</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.' class="full-spec-link">links</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.' class="full-spec-link">forms</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.' class="full-spec-link">scripts</a>;
+  NodeList <a href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.' class="full-spec-link">getElementsByName</a>(in DOMString elementName);
+  NodeList <a href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.' class="full-spec-link">getElementsByClassName</a>(in DOMString classNames);
 
   // <a href="apis-in-html-documents.html#dynamic-markup-insertion">dynamic markup insertion</a>
            attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" title="dom-innerHTML">innerHTML</a>;
   <a href="#htmldocument">HTMLDocument</a> <a href="apis-in-html-documents.html#dom-document-open" title="dom-document-open">open</a>(in optional DOMString type, in optional DOMString replace);
-  <a href="#windowproxy">WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace);
-  void <a href="#dom-document-close" title="dom-document-close">close</a>();
-  void <a href="#dom-document-write" title="dom-document-write">write</a>(in DOMString... text);
-  void <a href="#dom-document-writeln" title="dom-document-writeln">writeln</a>(in DOMString... text);
+  <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.' class="full-spec-link">close</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.' class="full-spec-link">write</a>(in DOMString... text);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.' class="full-spec-link">writeln</a>(in DOMString... text);
 
   // <a href="editing.html#editing">user interaction</a>
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-document-defaultview" title="dom-document-defaultView">defaultView</a>;
-  <a href="editing.html#selection-0">Selection</a> <a href="#dom-document-getselection" title="dom-document-getSelection">getSelection</a>();
-  readonly attribute <a href="#element">Element</a> <a href="#dom-document-activeelement" title="dom-document-activeElement">activeElement</a>;
-  boolean <a href="#dom-document-hasfocus" title="dom-document-hasFocus">hasFocus</a>();
-           attribute DOMString <a href="#designMode" title="dom-document-designMode">designMode</a>;
-  boolean <a href="#execCommand" title="dom-document-execCommand">execCommand</a>(in DOMString commandId);
-  boolean <a href="#execCommand" title="dom-document-execCommand">execCommand</a>(in DOMString commandId, in boolean showUI);
-  boolean <a href="#execCommand" title="dom-document-execCommand">execCommand</a>(in DOMString commandId, in boolean showUI, in DOMString value);
-  boolean <a href="#dom-document-querycommandenabled" title="dom-document-queryCommandEnabled">queryCommandEnabled</a>(in DOMString commandId);
-  boolean <a href="#dom-document-querycommandindeterm" title="dom-document-queryCommandIndeterm">queryCommandIndeterm</a>(in DOMString commandId);
-  boolean <a href="#dom-document-querycommandstate" title="dom-document-queryCommandState">queryCommandState</a>(in DOMString commandId);
-  boolean <a href="#dom-document-querycommandsupported" title="dom-document-queryCommandSupported">queryCommandSupported</a>(in DOMString commandId);
-  DOMString <a href="#dom-document-querycommandvalue" title="dom-document-queryCommandValue">queryCommandValue</a>(in DOMString commandId);
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-document-commands" title="dom-document-commands">commands</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.' class="full-spec-link">defaultView</a>;
+  <a href="editing.html#selection-0">Selection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.' class="full-spec-link">getSelection</a>();
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.' class="full-spec-link">activeElement</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.' class="full-spec-link">hasFocus</a>();
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#designMode" title='Read about this "designMode" reference in the full HTML5 spec.' class="full-spec-link">designMode</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.' class="full-spec-link">execCommand</a>(in DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.' class="full-spec-link">execCommand</a>(in DOMString commandId, in boolean showUI);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.' class="full-spec-link">execCommand</a>(in DOMString commandId, in boolean showUI, in DOMString value);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandenabled" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.' class="full-spec-link">queryCommandEnabled</a>(in DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandindeterm" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.' class="full-spec-link">queryCommandIndeterm</a>(in DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.' class="full-spec-link">queryCommandState</a>(in DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.' class="full-spec-link">queryCommandSupported</a>(in DOMString commandId);
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.' class="full-spec-link">queryCommandValue</a>(in DOMString commandId);
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.' class="full-spec-link">commands</a>;
 
-  // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onabort" title="handler-onabort">onabort</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onblur" title="handler-onblur">onblur</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragover" title="handler-ondragover">ondragover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrop" title="handler-ondrop">ondrop</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onemptied" title="handler-onemptied">onemptied</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onended" title="handler-onended">onended</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onerror" title="handler-onerror">onerror</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onfocus" title="handler-onfocus">onfocus</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onformchange" title="handler-onformchange">onformchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onforminput" title="handler-onforminput">onforminput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninput" title="handler-oninput">oninput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onload" title="handler-onload">onload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onpause" title="handler-onpause">onpause</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplay" title="handler-onplay">onplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplaying" title="handler-onplaying">onplaying</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onprogress" title="handler-onprogress">onprogress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onratechange" title="handler-onratechange">onratechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onscroll" title="handler-onscroll">onscroll</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeked" title="handler-onseeked">onseeked</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeking" title="handler-onseeking">onseeking</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onselect" title="handler-onselect">onselect</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onshow" title="handler-onshow">onshow</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onstalled" title="handler-onstalled">onstalled</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+  // <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.' class="full-spec-link">onabort</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.' class="full-spec-link">onblur</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.' class="full-spec-link">oncanplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.' class="full-spec-link">oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.' class="full-spec-link">onchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.' class="full-spec-link">onclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.' class="full-spec-link">oncontextmenu</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.' class="full-spec-link">ondblclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.' class="full-spec-link">ondrag</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.' class="full-spec-link">ondragend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.' class="full-spec-link">ondragenter</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.' class="full-spec-link">ondragleave</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.' class="full-spec-link">ondragover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.' class="full-spec-link">ondragstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.' class="full-spec-link">ondrop</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.' class="full-spec-link">ondurationchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.' class="full-spec-link">onemptied</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.' class="full-spec-link">onended</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.' class="full-spec-link">onerror</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.' class="full-spec-link">onfocus</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.' class="full-spec-link">onformchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.' class="full-spec-link">onforminput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.' class="full-spec-link">oninput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.' class="full-spec-link">oninvalid</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.' class="full-spec-link">onkeydown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.' class="full-spec-link">onkeypress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.' class="full-spec-link">onkeyup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.' class="full-spec-link">onload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.' class="full-spec-link">onloadeddata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.' class="full-spec-link">onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.' class="full-spec-link">onloadstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.' class="full-spec-link">onmousedown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.' class="full-spec-link">onmousemove</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.' class="full-spec-link">onmouseout</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.' class="full-spec-link">onmouseover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.' class="full-spec-link">onmouseup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.' class="full-spec-link">onmousewheel</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.' class="full-spec-link">onpause</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.' class="full-spec-link">onplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.' class="full-spec-link">onplaying</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.' class="full-spec-link">onprogress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.' class="full-spec-link">onratechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.' class="full-spec-link">onreadystatechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.' class="full-spec-link">onscroll</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.' class="full-spec-link">onseeked</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.' class="full-spec-link">onseeking</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.' class="full-spec-link">onselect</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.' class="full-spec-link">onshow</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.' class="full-spec-link">onstalled</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.' class="full-spec-link">onsubmit</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.' class="full-spec-link">onsuspend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.' class="full-spec-link">ontimeupdate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.' class="full-spec-link">onvolumechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.' class="full-spec-link">onwaiting</a>;
 };
-<a href="#document">Document</a> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
+<a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
   this interface are described in various different sections.</p><h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents  raise a
   <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href="#htmldocument">HTMLDocument</a></code> object are accessed by scripts whose
-  <a href="origin-0.html#effective-script-origin">effective script origin</a> is not the <a href="#same-origin" title="same
-  origin">same</a> as the <code><a href="#document">Document</a></code>'s <a href="origin-0.html#effective-script-origin">effective
-  script origin</a>.</p><h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a href="#dom-document-url">URL</a></code></dt>
+  <a href="origin-0.html#effective-script-origin">effective script origin</a> is not the <a href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same" reference in the full HTML5 spec.' class="full-spec-link">same</a> as the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="origin-0.html#effective-script-origin">effective
+  script origin</a>.</p><h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a href="http://dev.w3.org/html5/spec/.html#dom-document-url" class="full-spec-link" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a></code></dt>
    <dd>
     <p>Returns <a href="#the-document-s-address">the document's address</a>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-referrer"><a href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" class="full-spec-link" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code></dt>
    <dd>
     <p>Returns <a href="#the-document-s-current-address" title="the document's current address">the
-    address</a> of the <code><a href="#document">Document</a></code> from which the user
+    address</a> of the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> from which the user
     navigated to this one, unless it was blocked or there was no such
     document, in which case it returns the empty string.</p>
     <p>The <code title="rel-noreferrer"><a href="links.html#link-type-noreferrer">noreferrer</a></code> link
     type can be used to block the referrer.</p>
    </dd>
 
-  </dl><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code> IDL attribute will
+  </dl><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" class="full-spec-link" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code> IDL attribute will
   match the <code title="http-referer">Referer</code> (sic) header
-  that was sent when <a href="#fetch" title="fetch">fetching</a> the current
+  that was sent when <a href="http://dev.w3.org/html5/spec/.html#fetch" title='Read about this "fetching" reference in the full HTML5 spec.' class="full-spec-link">fetching</a> the current
   page.</p><p class="note">Typically user agents are configured to not report
   referrers in the case where the referrer uses an encrypted protocol
   and the current page does not (e.g. when navigating from an <code title="">https:</code> page to an <code title="">http:</code>
-  page).</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a href="#dom-document-cookie">cookie</a></code> [ = <var title="">value</var> ]</dt>
+  page).</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" class="full-spec-link" title='Read about this "cookie" reference in the full HTML5 spec.'>cookie</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the HTTP cookies that apply to the
-    <code><a href="#document">Document</a></code>. If there are no cookies or cookies can't be
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. If there are no cookies or cookies can't be
     applied to this resource, the empty string will be returned.</p>
     <p>Can be set, to add a new cookie to the element's set of HTTP
     cookies.</p>
-    <p>If the contents are <a href="#sandboxed-origin-browsing-context-flag" title="sandboxed origin browsing
-    context flag">sandboxed into a unique origin</a> (in an
+    <p>If the contents are <a href="http://dev.w3.org/html5/spec/.html#sandboxed-origin-browsing-context-flag" title='Read about this "sandboxed into a unique origin" reference in the full HTML5 spec.' class="full-spec-link">sandboxed into a unique origin</a> (in an
     <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code> attribute) or the
     resource was labeled as <code><a href="iana.html#text-html-sandboxed">text/html-sandboxed</a></code>, a
     <code><a href="urls.html#security_err">SECURITY_ERR</a></code> exception will be thrown on getting and
     setting.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a href="#dom-document-lastmodified">lastModified</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a href="http://dev.w3.org/html5/spec/.html#dom-document-lastmodified" class="full-spec-link" title='Read about this "lastModified" reference in the full HTML5 spec.'>lastModified</a></code></dt>
    <dd>
     <p>Returns the date of the last modification to the document, as
-    reported by the server, in the form "<code title="">MM/DD/YYYY&#160;hh:mm:ss</code>", in the user's local
+    reported by the server, in the form "<code title="">MM/DD/YYYY&#194;&#160;hh:mm:ss</code>", in the user's local
     time zone.</p>
     <p>If the last modification date is not known, the current time is
     returned instead.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-compatmode"><a href="#dom-document-compatmode">compatMode</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-compatmode"><a href="http://dev.w3.org/html5/spec/.html#dom-document-compatmode" class="full-spec-link" title='Read about this "compatMode" reference in the full HTML5 spec.'>compatMode</a></code></dt>
    <dd>
-    <p>In a conforming document, returns the string "<code title="">CSS1Compat</code>". (In <a href="#quirks-mode">quirks mode</a>
+    <p>In a conforming document, returns the string "<code title="">CSS1Compat</code>". (In <a href="http://dev.w3.org/html5/spec/.html#quirks-mode" class="full-spec-link" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a>
     documents, returns the string "<code title="">BackCompat</code>",
-    but a conforming document can never trigger <a href="#quirks-mode">quirks
+    but a conforming document can never trigger <a href="http://dev.w3.org/html5/spec/.html#quirks-mode" class="full-spec-link" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks
     mode</a>.)</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-charset"><a href="#dom-document-charset">charset</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-charset"><a href="http://dev.w3.org/html5/spec/.html#dom-document-charset" class="full-spec-link" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
-    <p>Returns the <a href="#document-s-character-encoding">document's character encoding</a>.</p>
-    <p>Can be set, to dynamically change the <a href="#document-s-character-encoding">document's
+    <p>Returns the <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" class="full-spec-link" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
+    <p>Can be set, to dynamically change the <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" class="full-spec-link" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's
     character encoding</a>.</p>
     <p>New values that are not IANA-registered aliases supported by the user agent are ignored.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-characterSet"><a href="#dom-document-characterset">characterSet</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-characterSet"><a href="http://dev.w3.org/html5/spec/.html#dom-document-characterset" class="full-spec-link" title='Read about this "characterSet" reference in the full HTML5 spec.'>characterSet</a></code></dt>
    <dd>
-    <p>Returns the <a href="#document-s-character-encoding">document's character encoding</a>.</p>
+    <p>Returns the <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" class="full-spec-link" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-defaultCharset"><a href="#dom-document-defaultcharset">defaultCharset</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-defaultCharset"><a href="http://dev.w3.org/html5/spec/.html#dom-document-defaultcharset" class="full-spec-link" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a></code></dt>
    <dd>
     <p>Returns what might be the user agent's default character
     encoding. (The user agent might return another character encoding
@@ -539,15 +537,15 @@
     agent doesn't use a single default encoding.)</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a href="#dom-document-readystate">readyState</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-document-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
    <dd>
-    <p>Returns "loading" while the <code><a href="#document">Document</a></code> is loading, and "complete" once it has loaded.</p>
-    <p>The <code title="event-readystatechange">readystatechange</code> event fires on the <code><a href="#document">Document</a></code> object when this value changes.</p>
+    <p>Returns "loading" while the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is loading, and "complete" once it has loaded.</p>
+    <p>The <code title="event-readystatechange">readystatechange</code> event fires on the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="the-html-element">The <code>html</code> element</dfn> of a document is the
   document's root element, if there is one and it's an
-  <code><a href="semantics.html#the-html-element-0">html</a></code> element, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a href="#dom-document-head">head</a></code></dt>
+  <code><a href="semantics.html#the-html-element-0">html</a></code> element, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a href="http://dev.w3.org/html5/spec/.html#dom-document-head" class="full-spec-link" title='Read about this "head" reference in the full HTML5 spec.'>head</a></code></dt>
    <dd>
     <p>Returns <a href="#the-head-element">the <code>head</code> element</a>.</p>
    </dd>
@@ -555,7 +553,7 @@
   </dl><p><dfn id="the-head-element">The <code>head</code> element</dfn> of a document is the
   first <code><a href="semantics.html#the-head-element-0">head</a></code> element that is a child of <a href="#the-html-element">the
   <code>html</code> element</a>, if there is one, or null
-  otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-title"><a href="#document.title">title</a></code> [ = <var title="">value</var> ]</dt>
+  otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-title"><a href="http://dev.w3.org/html5/spec/.html#document.title" class="full-spec-link" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the document's title, as given by <a href="#the-title-element">the
     <code>title</code> element</a>.</p>
@@ -569,55 +567,55 @@
 
   </dl><p><dfn id="the-title-element">The <code>title</code> element</dfn> of a document is the
   first <code><a href="semantics.html#the-title-element-0">title</a></code> element in the document (in tree order), if
-  there is one, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a href="#dom-document-body">body</a></code> [ = <var title="">value</var> ]</dt>
+  there is one, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a href="http://dev.w3.org/html5/spec/.html#dom-document-body" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns <a href="#the-body-element">the body element</a>.</p>
     <p>Can be set, to replace <a href="#the-body-element">the body element</a>.</p>
-    <p>If the new value is not a <code><a href="sections.html#the-body-element-0">body</a></code> or <code><a href="#frameset">frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
+    <p>If the new value is not a <code><a href="sections.html#the-body-element-0">body</a></code> or <code><a href="http://dev.w3.org/html5/spec/.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
   </dl><p><dfn id="the-body-element">The body element</dfn> of a document is the first child of
   <a href="#the-html-element">the <code>html</code> element</a> that is either a
-  <code><a href="sections.html#the-body-element-0">body</a></code> element or a <code><a href="#frameset">frameset</a></code> element. If
-  there is no such element, it is null. </p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a href="#dom-document-images">images</a></code></dt>
+  <code><a href="sections.html#the-body-element-0">body</a></code> element or a <code><a href="http://dev.w3.org/html5/spec/.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If
+  there is no such element, it is null. </p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a href="http://dev.w3.org/html5/spec/.html#dom-document-images" class="full-spec-link" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
    <dd>
-    <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements in the <code><a href="#document">Document</a></code>.</p>
+    <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-embeds"><a href="#dom-document-embeds">embeds</a></code></dt>
-   <dt><var title="">document</var> . <code title="dom-document-plugins"><a href="#dom-document-plugins">plugins</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-embeds"><a href="http://dev.w3.org/html5/spec/.html#dom-document-embeds" class="full-spec-link" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-plugins"><a href="http://dev.w3.org/html5/spec/.html#dom-document-plugins" class="full-spec-link" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements in the <code><a href="#document">Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> elements in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-links"><a href="#dom-document-links">links</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-links"><a href="http://dev.w3.org/html5/spec/.html#dom-document-links" class="full-spec-link" title='Read about this "links" reference in the full HTML5 spec.'>links</a></code></dt>
    <dd>
-    <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements in the <code><a href="#document">Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attributes.</p>
+    <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attributes.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" class="full-spec-link" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element">form</a></code> elements in the <code><a href="#document">Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element">form</a></code> elements in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-scripts"><a href="#dom-document-scripts">scripts</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-scripts"><a href="http://dev.w3.org/html5/spec/.html#dom-document-scripts" class="full-spec-link" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script">script</a></code> elements in the <code><a href="#document">Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script">script</a></code> elements in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByName"><a href="#dom-document-getelementsbyname">getElementsByName</a></code>(<var title="">name</var>)</dt>
+  </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByName"><a href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyname" class="full-spec-link" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a></code>(<var title="">name</var>)</dt>
    <dd>
-    <p>Returns a <code><a href="#nodelist">NodeList</a></code> of elements in the
-    <code><a href="#document">Document</a></code> that have a <code title="">name</code>
+    <p>Returns a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of elements in the
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have a <code title="">name</code>
     attribute with the value <var title="">name</var>.</p>
    </dd>
 
-   <dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByClassName"><a href="#dom-document-getelementsbyclassname">getElementsByClassName(<var title="">classes</var>)</a></code></dt>
-   <dt><var title="">collection</var> = <var title="">element</var> . <code title="dom-getElementsByClassName"><a href="#dom-getelementsbyclassname">getElementsByClassName(<var title="">classes</var>)</a></code></dt>
+   <dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByClassName"><a href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" class="full-spec-link" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
+   <dt><var title="">collection</var> = <var title="">element</var> . <code title="dom-getElementsByClassName"><a href="http://dev.w3.org/html5/spec/.html#dom-getelementsbyclassname" class="full-spec-link" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
    <dd>
-    <p>Returns a <code><a href="#nodelist">NodeList</a></code> of the elements in the object
-    on which the method was invoked (a <code><a href="#document">Document</a></code> or an
-    <code><a href="#element">Element</a></code>) that have all the classes given by <var title="">classes</var>.</p>
+    <p>Returns a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of the elements in the object
+    on which the method was invoked (a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> or an
+    <code><a href="http://dev.w3.org/html5/spec/.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code>) that have all the classes given by <var title="">classes</var>.</p>
     <p>The <var title="">classes</var> argument is interpreted as a
     space-separated list of classes.</p>
    </dd>
@@ -637,11 +635,11 @@
 &lt;/div&gt;</pre>
 
    <p>A call to <code title="">document.getElementById('example').getElementsByClassName('aaa')</code>
-   would return a <code><a href="#nodelist">NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
+   would return a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
 
-   <p>A call to <code title="">getElementsByClassName('ccc&#160;bbb')</code> would only
+   <p>A call to <code title="">getElementsByClassName('ccc&#194;&#160;bbb')</code> would only
    return one node, however, namely <code title="">p3</code>. A call
-   to <code title="">document.getElementById('example').getElementsByClassName('bbb&#160;&#160;ccc&#160;')</code>
+   to <code title="">document.getElementById('example').getElementsByClassName('bbb&#194;&#160;&#194;&#160;ccc&#194;&#160;')</code>
    would return the same thing.</p>
 
    <p>A call to <code title="">getElementsByClassName('aaa,bbb')</code> would return no
@@ -651,20 +649,20 @@
 >         * xGetParentElementByClassName(rootElement, className, tagName) -
 > Navigates upwards until we hit a parent element with the given class name and
 > optional tag name.
---><hr><p class="note">The <code title="dom-document-dir"><a href="#dom-document-dir">dir</a></code>
+--><hr><p class="note">The <code title="dom-document-dir"><a href="http://dev.w3.org/html5/spec/.html#dom-document-dir" class="full-spec-link" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code>
   attribute on the <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined
   along with the <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code> content
   attribute.</p><h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><a href="#xml-documents">XML documents</a> can be created from script using the
-  <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
-  method on the <code><a href="#domimplementation">DOMImplementation</a></code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
+  <code title="dom-DOMImplementation-createDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-domimplementation-createdocument" class="full-spec-link" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
+  method on the <code><a href="http://dev.w3.org/html5/spec/.html#domimplementation" class="full-spec-link" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.</p><p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" class="full-spec-link" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
   method:</p><pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="domhtmlimplementation">DOMHTMLImplementation</dfn> {
-  <a href="#document">Document</a> <a href="#dom-domhtmlimplementation-createhtmldocument" title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument</a>(in DOMString title);
+  <a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.' class="full-spec-link">createHTMLDocument</a>(in DOMString title);
 };
-<a href="#domimplementation">DOMImplementation</a> implements <a href="#domhtmlimplementation">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+<a href="http://dev.w3.org/html5/spec/.html#domimplementation" class="full-spec-link" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a> implements <a href="#domhtmlimplementation">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" class="full-spec-link" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
    <dd>
 
-    <p>Returns a new <code><a href="#document">Document</a></code>, with a basic DOM already
+    <p>Returns a new <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, with a basic DOM already
     constructed with an appropriate <code><a href="semantics.html#the-title-element-0">title</a></code> element.</p>
 
    </dd>

--- NEW FILE: fragment-links.html ---
<div xmlns='http://www.w3.org/1999/xhtml'>
<ul>
<li>#refsRFC1557</li>
<li>references</li>
</ul>
<ul>
<li>#attr-meter-high</li>
<li>the-button-element</li>
</ul>
<ul>
<li>#refsRFC1554</li>
<li>references</li>
</ul>
<ul>
<li>#dom-opener</li>
<li>browsers</li>
</ul>
<ul>
<li>#attr-label-for</li>
[...5727 lines suppressed...]
<li>#start-tags</li>
<li>syntax</li>
</ul>
<ul>
<li>#content-categories</li>
<li>content-models</li>
</ul>
<ul>
<li>#browsing-context-names</li>
<li>browsers</li>
</ul>
<ul>
<li>#submit-button-state</li>
<li>number-state</li>
</ul>
<ul>
<li>#concept-select-option-list</li>
<li>the-button-element</li>
</ul>
</div>

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- the-input-element.html	2 Jul 2010 23:07:34 -0000	1.32
+++ the-input-element.html	7 Jul 2010 08:58:14 -0000	1.33
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7 The input element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.7 The input element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
[...1361 lines suppressed...]
 <!-- <td class="yes"> Yes          Radio Button -->
      </td><td class="yes"> Yes     <!-- File Upload -->
-     </td><td class="no"> &#183; <!-- Submit Button -->
-     </td><td class="no"> &#183; <!-- Image Button -->
-     </td><td class="no"> &#183; <!-- Reset Button -->
+     </td><td class="no"> &#194;&#183; <!-- Submit Button -->
+     </td><td class="no"> &#194;&#183; <!-- Image Button -->
+     </td><td class="no"> &#194;&#183; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
   </td></tr></tbody></table><p>The <dfn id="attr-input-value" title="attr-input-value"><code>value</code></dfn>
-  content attribute gives the default <a href="#concept-fe-value" title="concept-fe-value">value</a> of the <code><a href="#the-input-element">input</a></code>
+  content attribute gives the default <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> of the <code><a href="#the-input-element">input</a></code>
   element. </p><p>The <dfn id="attr-input-checked" title="attr-input-checked"><code>checked</code></dfn>
   content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that gives the
-  default <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> of the
+  default <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> of the
   <code><a href="#the-input-element">input</a></code> element. </p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-input-element">input</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.562
retrieving revision 1.563
diff -u -d -r1.562 -r1.563
--- comms.html	6 Jan 2010 16:38:35 -0000	1.562
+++ comms.html	7 Jul 2010 08:58:10 -0000	1.563
@@ -1,499 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8 Communication &#8212; HTML5 (Author Edition)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
-   pre { margin-left: 2em; white-space: pre-wrap; }
-   h2 { margin: 3em 0 1em 0; }
-   h3 { margin: 2.5em 0 1em 0; }
-   h4 { margin: 2.5em 0 0.75em 0; }
-   h5, h6 { margin: 2.5em 0 1em; }
-   h1 + h2, h1 + h2 + h2 { margin: 0.75em 0 0.75em; }
-   h2 + h3, h3 + h4, h4 + h5, h5 + h6 { margin-top: 0.5em; }
-   p { margin: 1em 0; }
-   hr:not(.top) { display: block; background: none; border: none; padding: 0; margin: 2em 0; height: auto; }
-   dl, dd { margin-top: 0; margin-bottom: 0; }
-   dt { margin-top: 0.75em; margin-bottom: 0.25em; clear: left; }
-   dt + dt { margin-top: 0; }
-   dd dt { margin-top: 0.25em; margin-bottom: 0; }
-   dd p { margin-top: 0; }
-   dd dl + p { margin-top: 1em; }
-   dd table + p { margin-top: 1em; }
-   p + * > li, dd li { margin: 1em 0; }
-   dt, dfn { font-weight: bold; font-style: normal; }
-   dt dfn { font-style: italic; }
-   pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
-   pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
-   pre em { font-weight: bolder; font-style: normal; }
-   @media screen { code { color: orangered; } code :link, code :visited { color: inherit; } }
-   var sub { vertical-align: bottom; font-size: smaller; position: relative; top: 0.1em; }
-   table { border-collapse: collapse; border-style: hidden hidden none hidden; }
-   table thead { border-bottom: solid; }
-   table tbody th:first-child { border-left: solid; }
-   table tbody th { text-align: left; }
-   table td, table th { border-left: solid; border-right: solid; border-bottom: solid thin; vertical-align: top; padding: 0.2em; }
-   blockquote { margin: 0 0 0 2em; border: 0; padding: 0; font-style: italic; }
-
-   .bad, .bad *:not(.XXX) { color: gray; border-color: gray; background: transparent; }
-   .matrix, .matrix td { border: none; text-align: right; }
-   .matrix { margin-left: 2em; }
-   .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
-   .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
-   .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
-
-   .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
-   img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
-   pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
-   pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
-   pre.css:first-line { color: #AAAA50; }
-   dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #EEFFEE; }
-   hr + dl.domintro, div.impl + dl.domintro { margin-top: 2.5em; margin-bottom: 1.5em; }
-   dl.domintro dt, dl.domintro dt * { color: black; text-decoration: none; }
-   dl.domintro dd { margin: 0.5em 0 1em 2em; padding: 0; }
-   dl.domintro dd p { margin: 0.5em 0; }
-   dl.switch { padding-left: 2em; }
-   dl.switch > dt { text-indent: -1.5em; }
-   dl.switch > dt:before { content: '\21AA'; padding: 0 0.5em 0 0; display: inline-block; width: 1em; text-align: right; line-height: 0.5em; }
-   dl.triple { padding: 0 0 0 1em; }
-   dl.triple dt, dl.triple dd { margin: 0; display: inline }
-   dl.triple dt:after { content: ':'; }
-   dl.triple dd:after { content: '\A'; white-space: pre; }
-   .diff-old { text-decoration: line-through; color: silver; background: transparent; }
-   .diff-chg, .diff-new { text-decoration: underline; color: green; background: transparent; }
-   a .diff-new { border-bottom: 1px blue solid; }
-
-   h2 { page-break-before: always; }
-   h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
-   h1 + h2, hr + h2.no-toc { page-break-before: auto; }
-
-   p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
-
-   div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
-   div.head p { margin: 0; }
-   div.head h1 { margin: 0; }
-   div.head .logo { float: right; margin: 0 1em; }
-   div.head .logo img { border: none } /* remove border from top image */
-   div.head dl { margin: 1em 0; }
-   div.head p.copyright, div.head p.alt { font-size: x-small; font-style: oblique; margin: 0; }
-
-   body > .toc > li { margin-top: 1em; margin-bottom: 1em; }
-   body > .toc.brief > li { margin-top: 0.35em; margin-bottom: 0.35em; }
-   body > .toc > li > * { margin-bottom: 0.5em; }
-   body > .toc > li > * > li > * { margin-bottom: 0.25em; }
-   .toc, .toc li { list-style: none; }
-
-   .brief { margin-top: 1em; margin-bottom: 1em; line-height: 1.1; }
-   .brief li { margin: 0; padding: 0; }
-   .brief li p { margin: 0; padding: 0; }
-
-   .category-list { margin-top: -0.75em; margin-bottom: 1em; line-height: 1.5; }
-   .category-list::before { content: '\21D2\A0'; font-size: 1.2em; font-weight: 900; }
-   .category-list li { display: inline; }
-   .category-list li:not(:last-child)::after { content: ', '; }
-   .category-list li > span, .category-list li > a { text-transform: lowercase; }
-   .category-list li * { text-transform: none; } /* don't affect <code> nested in <a> */
-
-   .XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
-   .XXX > :first-child { margin-top: 0; }
-   p .XXX { line-height: 3em; }
-   .annotation { border: solid thin black; background: #0C479D; color: white; position: relative; margin: 8px 0 20px 0; }
-   .annotation:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 6px -6px -6px 6px; background: #333333; z-index: -1; content: ''; }
-   .annotation :link, .annotation :visited { color: inherit; }
-   .annotation :link:hover, .annotation :visited:hover { background: transparent; }
-   .annotation span { border: none ! important; }
-   .note { color: green; background: transparent; font-family: sans-serif; }
-   .warning { color: red; background: transparent; }
-   .note, .warning { font-weight: bolder; font-style: italic; }
-   p.note, div.note { padding: 0.5em 2em; }
-   span.note { padding: 0 2em; }
-   .note p:first-child, .warning p:first-child { margin-top: 0; }
-   .note p:last-child, .warning p:last-child { margin-bottom: 0; }
-   .warning:before { font-style: normal; }
-   p.note:before { content: 'Note: '; }
-   p.warning:before { content: '\26A0 Warning! '; }
-
-   .bookkeeping:before { display: block; content: 'Bookkeeping details'; font-weight: bolder; font-style: italic; }
-   .bookkeeping { font-size: 0.8em; margin: 2em 0; }
-   .bookkeeping p { margin: 0.5em 2em; display: list-item; list-style: square; }
-
-   h4 { position: relative; z-index: 3; }
-   h4 + .element, h4 + div + .element { margin-top: -2.5em; padding-top: 2em; }
-   .element {
-     background: #EEEEFF;
-     color: black;
-     margin: 0 0 1em 0.15em;
-     padding: 0 1em 0.25em 0.75em;
-     border-left: solid #9999FF 0.25em;
-     position: relative;
-     z-index: 1;
-   }
-   .element:before {
-     position: absolute;
-     z-index: 2;
-     top: 0;
-     left: -1.15em;
-     height: 2em;
-     width: 0.9em;
-     background: #EEEEFF;
-     content: ' ';
-     border-style: none none solid solid;
-     border-color: #9999FF;
-     border-width: 0.25em;
-   }
-
-   .example { display: block; color: #222222; background: #FCFCFC; border-left: double; margin-left: 2em; padding-left: 1em; }
-   td > .example:only-child { margin: 0 0 0 0.1em; }
-
-   .tall-and-narrow {
-     font-size: 0.6em;
-     column-width: 25em;
-     column-gap: 1em;
-     -moz-column-width: 25em;
-     -moz-column-gap: 1em;
-     -webkit-column-width: 25em;
-     -webkit-column-gap: 1em;
-   }
-
-   ul.domTree, ul.domTree ul { padding: 0 0 0 1em; margin: 0; }
-   ul.domTree li { padding: 0; margin: 0; list-style: none; position: relative; }
-   ul.domTree li li { list-style: none; }
-   ul.domTree li:first-child::before { position: absolute; top: 0; height: 0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
-   ul.domTree li:not(:last-child)::after { position: absolute; top: 0; bottom: -0.6em; left: -0.75em; width: 0.5em; border-style: none none solid solid; content: ''; border-width: 0.1em; }
-   ul.domTree span { font-style: italic; font-family: serif; }
-   ul.domTree .t1 code { color: purple; font-weight: bold; }
-   ul.domTree .t2 { font-style: normal; font-family: monospace; }
-   ul.domTree .t2 .name { color: black; font-weight: bold; }
-   ul.domTree .t2 .value { color: blue; font-weight: normal; }
-   ul.domTree .t3 code, .domTree .t4 code, .domTree .t5 code { color: gray; }
-   ul.domTree .t7 code, .domTree .t8 code { color: green; }
-   ul.domTree .t10 code { color: teal; }
-
-   #configUI { position: absolute; z-index: 20; top: 10em; right: 1em; width: 11em; font-size: small; }
-   #configUI p { margin: 0.5em 0; padding: 0.3em; background: #EEEEEE; color: black; border: inset thin; }
-   #configUI p label { display: block; }
-   #configUI #updateUI, #configUI .loginUI { text-align: center; }
-   #configUI input[type=button] { display: block; margin: auto; }
-  </style><style type="text/css">
-
-   .applies thead th > * { display: block; }
-   .applies thead code { display: block; }
-   .applies tbody th { whitespace: nowrap; }
-   .applies td { text-align: center; }
-   .applies .yes { background: yellow; }
-
-   .matrix, .matrix td { border: none; text-align: right; }
-   .matrix { margin-left: 2em; }
-
-   .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; }
-   .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; }
-   .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; }
-
-   #table-example-1 { border: solid thin; border-collapse: collapse; margin-left: 3em; }
-   #table-example-1 * { font-family: "Essays1743", serif; line-height: 1.01em; }
-   #table-example-1 caption { padding-bottom: 0.5em; }
-   #table-example-1 thead, #table-example-1 tbody { border: none; }
-   #table-example-1 th, #table-example-1 td { border: solid thin; }
-   #table-example-1 th { font-weight: normal; }
-   #table-example-1 td { border-style: none solid; vertical-align: top; }
-   #table-example-1 th { padding: 0.5em; vertical-align: middle; text-align: center; }
-   #table-example-1 tbody tr:first-child td { padding-top: 0.5em; }
-   #table-example-1 tbody tr:last-child td { padding-bottom: 1.5em; }
-   #table-example-1 tbody td:first-child { padding-left: 2.5em; padding-right: 0; width: 9em; }
-   #table-example-1 tbody td:first-child::after { content: leader(". "); }
-   #table-example-1 tbody td { padding-left: 2em; padding-right: 2em; }
-   #table-example-1 tbody td:first-child + td { width: 10em; }
-   #table-example-1 tbody td:first-child + td ~ td { width: 2.5em; }
-   #table-example-1 tbody td:first-child + td + td + td ~ td { width: 1.25em; }
-
-   .apple-table-examples { border: none; border-collapse: separate; border-spacing: 1.5em 0em; width: 40em; margin-left: 3em; }
-   .apple-table-examples * { font-family: "Times", serif; }
-   .apple-table-examples td, .apple-table-examples th { border: none; white-space: nowrap; padding-top: 0; padding-bottom: 0; }
-   .apple-table-examples tbody th:first-child { border-left: none; width: 100%; }
-   .apple-table-examples thead th:first-child ~ th { font-size: smaller; font-weight: bolder; border-bottom: solid 2px; text-align: center; }
-   .apple-table-examples tbody th::after, .apple-table-examples tfoot th::after { content: leader(". ") }
-   .apple-table-examples tbody th, .apple-table-examples tfoot th { font: inherit; text-align: left; }
-   .apple-table-examples td { text-align: right; vertical-align: top; }
-   .apple-table-examples.e1 tbody tr:last-child td { border-bottom: solid 1px; }
-   .apple-table-examples.e1 tbody + tbody tr:last-child td { border-bottom: double 3px; }
-   .apple-table-examples.e2 th[scope=row] { padding-left: 1em; }
-   .apple-table-examples sup { line-height: 0; }
-
-  </style><link href="data:text/css," rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script>
-   function getCookie(name) {
-     var params = location.search.substr(1).split("&");
-     for (var index = 0; index < params.length; index++) {
-       if (params[index] == name)
-         return "1";
-       var data = params[index].split("=");
-       if (data[0] == name)
-         return unescape(data[1]);
-     }
-     var cookies = document.cookie.split("; ");
-     for (var index = 0; index < cookies.length; index++) {
-       var data = cookies[index].split("=");
-       if (data[0] == name)
-         return unescape(data[1]);
-     }
-     return null;
-   }
-   function load(script) {
-     var e = document.createElement('script');
-     e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
-     document.body.appendChild(e);
-   }
-   function init() {
-     if (location.search == '?slow-browser')
-       return;
-     var configUI = document.createElement('div');
-     configUI.id = 'configUI';
-     document.body.appendChild(configUI);
-     // load('reviewer.js'); // would need cross-site XHR
-     if (document.getElementById('head'))
-       load('toc.js');
-     
-     // load('updater.js'); // would need cross-site XHR
-     load('dfn.js');
-     // load('status.js'); // would need cross-site XHR
-     if (getCookie('profile') == '1')
-       document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
-     fixBrokenLink();
-   }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="dnd.html" title="7.9 Drag and drop" rel="prev">
-  <link href="Overview.html#contents" title="Table of contents" rel="index">
-  <link href="syntax.html" title="9 The HTML syntax" rel="next">
-  </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
-   <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
-   <h1>HTML5 (Author Edition)</h1>
-   </div><div>
-   <a href="dnd.html">&#8592; 7.9 Drag and drop</a> &#8211;
-   <a href="Overview.html#contents">Table of contents</a> &#8211;
-   <a href="syntax.html">9 The HTML syntax &#8594;</a>
-  <ol class="toc"><li><a href="comms.html#comms"><span class="secno">8 </span>Communication</a>
-  <ol><li><a href="comms.html#event-definitions"><span class="secno">8.1 </span>Event definitions</a></li><li><a href="comms.html#crossDocumentMessages"><span class="secno">8.2 </span>Cross-document messaging</a>
-    <ol><li><a href="comms.html#introduction-5"><span class="secno">8.2.1 </span>Introduction</a></li><li><a href="comms.html#security-4"><span class="secno">8.2.2 </span>Security</a></li><li><a href="comms.html#posting-messages"><span class="secno">8.2.3 </span>Posting messages</a></li></ol></li><li><a href="comms.html#channel-messaging"><span class="secno">8.3 </span>Channel messaging</a>
-    <ol><li><a href="comms.html#introduction-6"><span class="secno">8.3.1 </span>Introduction</a></li><li><a href="comms.html#message-channels"><span class="secno">8.3.2 </span>Message channels</a></li><li><a href="comms.html#message-ports"><span class="secno">8.3.3 </span>Message ports</a>
-      <ol><li><a href="comms.html#ports-and-garbage-collection"><span class="secno">8.3.3.1 </span>Ports and garbage collection</a></li></ol></li></ol></li></ol></li></ol></div>
-
-  <h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Messages in <span>server-sent events</span>, <span>Web
-  sockets</span>, <a href="#crossDocumentMessages">cross-document messaging</a>, and
-  <a href="#channel-messaging">channel messaging</a> use the <dfn id="event-message" title="event-message"><code>message</code></dfn> event.
-  
-  <a href="references.html#refsEVENTSOURCE">[EVENTSOURCE]</a>
-  <a href="references.html#refsWEBSOCKET">[WEBSOCKET]</a>
-  
-  </p><p>The following interface is defined for this event:</p><pre class="idl">interface <dfn id="messageevent">MessageEvent</dfn> : Event {
-  readonly attribute any <a href="#dom-messageevent-data" title="dom-MessageEvent-data">data</a>;
-  readonly attribute DOMString <a href="#dom-messageevent-origin" title="dom-MessageEvent-origin">origin</a>;
-  readonly attribute DOMString <a href="#dom-messageevent-lasteventid" title="dom-MessageEvent-lastEventId">lastEventId</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-messageevent-source" title="dom-MessageEvent-source">source</a>;
-  readonly attribute <a href="#messageportarray">MessagePortArray</a> <a href="#dom-messageevent-ports" title="dom-MessageEvent-ports">ports</a>;
-  void <a href="#dom-messageevent-initmessageevent" title="dom-MessageEvent-initMessageEvent">initMessageEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg, in DOMString originArg, in DOMString lastEventIdArg, in <a href="#windowproxy">WindowProxy</a> sourceArg, in <a href="#messageportarray">MessagePortArray</a> portsArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-MessageEvent-data"><a href="#dom-messageevent-data">data</a></code></dt>
-
-   <dd>
-
-    <p>Returns the data of the message.</p>
-
-   </dd>
-
-   <dt><var title="">event</var> . <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code></dt>
-
-   <dd>
-
-    <p>Returns the origin of the message, for <span>server-sent
-    events</span> and <a href="#crossDocumentMessages">cross-document messaging</a>.</p>
-
-   </dd>
-
-   <dt><var title="">event</var> . <code title="dom-MessageEvent-lastEventId"><a href="#dom-messageevent-lasteventid">lastEventId</a></code></dt>
-
-   <dd>
-
-    <p>Returns the last event ID, for <span>server-sent
-    events</span>.</p>
-
-   </dd>
-
-   <dt><var title="">event</var> . <code title="dom-MessageEvent-source"><a href="#dom-messageevent-source">source</a></code></dt>
-
-   <dd>
-
-    <p>Returns the <code><a href="#windowproxy">WindowProxy</a></code> of the source window, for
-    <a href="#crossDocumentMessages">cross-document messaging</a>.</p>
-
-   </dd>
-
-   <dt><var title="">event</var> . <code title="dom-MessageEvent-ports"><a href="#dom-messageevent-ports">ports</a></code></dt>
-
-   <dd>
-
-    <p>Returns the <code><a href="#messageportarray">MessagePortArray</a></code> sent with the
-    message, for <a href="#crossDocumentMessages">cross-document messaging</a> and
-    <a href="#channel-messaging">channel messaging</a>.</p>
-
-   </dd>
-
-  </dl><h3 id="crossDocumentMessages"><span class="secno">8.2 </span><dfn>Cross-document messaging</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Web browsers, for security and privacy reasons, prevent documents
-  in different domains from affecting each other; that is, cross-site
-  scripting is disallowed.</p><p>While this is an important security feature, it prevents pages
-  from different domains from communicating even when those pages are
-  not hostile. This section introduces a messaging system that allows
-  documents to communicate with each other regardless of their source
-  domain, in a way designed to not enable cross-site scripting
-  attacks.</p><h4 id="introduction-5"><span class="secno">8.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p><i>This section is non-normative.</i></p><div class="example">
-
-   <p>For example, if document A contains an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>
-   element that contains document B, and script in document A calls
-   <code title="dom-window-postMessage-2"><a href="#dom-window-postmessage-2">postMessage()</a></code> on the
-   <code><a href="browsers.html#window">Window</a></code> object of document B, then a message event will
-   be fired on that object, marked as originating from the
-   <code><a href="browsers.html#window">Window</a></code> of document A. The script in document A might
-   look like:</p>
-
-   <pre>var o = document.getElementsByTagName('iframe')[0];
-o.contentWindow.postMessage('Hello world', 'http://b.example.org/');</pre>
-
-   <p>To register an event handler for incoming events, the script
-   would use <code title="">addEventListener()</code> (or similar
-   mechanisms). For example, the script in document B might look
-   like:</p>
-
-   <pre>window.addEventListener('message', receiver, false);
-function receiver(e) {
-  if (e.origin == 'http://example.com') {
-    if (e.data == 'Hello world') {
-      e.source.postMessage('Hello', e.origin);
-    } else {
-      alert(e.data);
-    }
-  }
-}</pre>
-
-   <p>This script first checks the domain is the expected domain, and
-   then looks at the message, which it either displays to the user, or
-   responds to by sending a message back to the document which sent
-   the message in the first place.</p>
-
-  </div><h4 id="security-4"><span class="secno">8.2.2 </span>Security</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p class="warning">Use of this API requires extra care to protect
-  users from hostile entities abusing a site for their own
-  purposes.</p><p>Authors should check the <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute to ensure
-  that messages are only accepted from domains that they expect to
-  receive messages from. Otherwise, bugs in the author's message
-  handling code could be exploited by hostile sites.</p><p>Furthermore, even after checking the <code title="dom-MessageEvent-origin"><a href="#dom-messageevent-origin">origin</a></code> attribute, authors
-  should also check that the data in question is of the expected
-  format. Otherwise, if the source of the event has been attacked
-  using a cross-site scripting flaw, further unchecked processing of
-  information sent using the <code title="dom-window-postMessage-2"><a href="#dom-window-postmessage-2">postMessage()</a></code> method could
-  result in the attack being propagated into the receiver.</p><p>Authors should not use the wildcard keyword (*) in the <var title="">targetOrigin</var> argument in messages that contain any
-  confidential information, as otherwise there is no way to guarantee
-  that the message is only delivered to the recipient to which it was
-  intended.</p><h4 id="posting-messages"><span class="secno">8.2.3 </span>Posting messages</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-postMessage-2"><a href="#dom-window-postmessage-2">postMessage</a></code>(<var title="">message</var>, [ <var title="">ports</var>, ] <var title="">targetOrigin</var>)</dt>
-
-   <dd>
-
-    <p>Posts a message, optionally with an array of ports, to the
-    given window.</p>
-
-    <p>If the origin of the target window doesn't match the given
-    origin, the message is discarded, to avoid information leakage. To
-    send the message to the target regardless of origin, set the
-    target origin to "<code title="">*</code>".</p>
-
-    <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the <var title="">ports</var> array is not null and it contains either null
-    entries or duplicate ports.</p>
-
-   </dd>
-
-  </dl><h3 id="channel-messaging"><span class="secno">8.3 </span><dfn>Channel messaging</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-6"><span class="secno">8.3.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>To enable independent pieces of code (e.g. running in different
-  <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>) to
-  communicate directly, authors can use <a href="#channel-messaging">channel
-  messaging</a>.</p><p>Communication channels in this mechanisms are implemented as
-  two-ways pipes, with a port at each end. Messages sent in one port
-  are delivered at the other port, and vice-versa. Messages are
-  asynchronous, and delivered as DOM events.</p><p>To create a connection (two "entangled" ports), the <code title="">MessageChannel()</code> constructor is called:</p><pre>var channel = new MessageChannel();</pre><p>One of the ports is kept as the local port, and the other port is
-  sent to the remote code, e.g. using <code title="dom-window-postMessage-3"><a href="#dom-window-postmessage-3">postMessage()</a></code>:</p><pre>otherWindow.postMessage('hello', [channel.port2], 'http://example.com');</pre><p>To send messages, the <code title="dom-MessagpePort-postMessage">postMessage()</code> method on
-  the port is used:</p><pre>channel.port1.postMessage('hello');</pre><p>To receive messages, one listens to <code title="event-message"><a href="#event-message">message</a></code> events:</p><pre>channel.port1.onmessage = handleMessage;
-function handleMessage(event) {
-  // message is in event.data
-  // ...
-}</pre><h4 id="message-channels"><span class="secno">8.3.2 </span>Message channels</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">[<a href="#dom-messagechannel" title="dom-MessageChannel">Constructor</a>]
-interface <dfn id="messagechannel">MessageChannel</dfn> {
-  readonly attribute <a href="#messageport">MessagePort</a> <a href="#dom-channel-port1" title="dom-channel-port1">port1</a>;
-  readonly attribute <a href="#messageport">MessagePort</a> <a href="#dom-channel-port2" title="dom-channel-port2">port2</a>;
-};</pre><dl class="domintro"><dt><var title="">channel</var> = new <code title="dom-MessageChannel"><a href="#dom-messagechannel">MessageChannel</a></code>()</dt>
-
-   <dd>
-
-    <p>Returns a new <code><a href="#messagechannel">MessageChannel</a></code> object with two new <code><a href="#messageport">MessagePort</a></code> objects.</p>
-
-   </dd>
-
-   <dt><var title="">channel</var> . <code title="dom-MessageChannel-port1">port1</code></dt>
-
-   <dd>
-
-    <p>Returns the first <code><a href="#messageport">MessagePort</a></code> object.</p>
-
-   </dd>
-
-   <dt><var title="">channel</var> . <code title="dom-MessageChannel-port2">port2</code></dt>
-
-   <dd>
-
-    <p>Returns the second <code><a href="#messageport">MessagePort</a></code> object.</p>
-
-   </dd>
-
-  </dl><h4 id="message-ports"><span class="secno">8.3.3 </span>Message ports</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each channel has two message ports. Data sent through one port is
-  received by the other port, and vice versa.</p><pre class="idl">typedef sequence&lt;MessagePort&gt; <dfn id="messageportarray">MessagePortArray</dfn>;
-
-interface <dfn id="messageport">MessagePort</dfn> {
-<!-- v2-onclose  readonly attribute boolean <span title="dom-MessagePort-active">active</span>;
--->  void <a href="#dom-messageport-postmessage" title="dom-MessagePort-postMessage">postMessage</a>(in any message, in optional <a href="#messageportarray">MessagePortArray</a> ports);<!--
-  <span>MessagePort</span> <span title="dom-MessagePort-startConversation">startConversation</span>(in any message);-->
-  void <a href="#dom-messageport-start" title="dom-MessagePort-start">start</a>();
-  void <a href="#dom-messageport-close" title="dom-MessagePort-close">close</a>();
-
-  // event handlers
-           attribute <a href="browsers.html#function">Function</a> <a href="#handler-messageport-onmessage" title="handler-MessagePort-onmessage">onmessage</a>;
-};
-<a href="#messageport">MessagePort</a> implements <span>EventTarget</span>;</pre><dl class="domintro"><!-- v2-onclose
-   <dt><var title="">port</var> . <code title="dom-MessagePort-active">active</code></dt>
-
-   <dd>
-
-    <p>Returns true if the port is still active; otherwise, returns false.</p>
-
-   </dd>
---><dt><var title="">port</var> . <code title="dom-MessagePort-poseMessage">postMessage</code>(<var title="">message</var> [, <var title="">ports</var>] )</dt>
-
-   <dd>
-
-    <p>Posts a message through the channel, optionally with the given
-    ports.</p>
-
-    <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the <var title="">ports</var> array is not null and it contains either null
-    entries, duplicate ports, or the source or target port.</p>
-
-   </dd>
-
-   <dt><var title="">port</var> . <code title="dom-MessagePort-start"><a href="#dom-messageport-start">start</a></code>()</dt>
-
-   <dd>
-
-    <p>Begins dispatching messages received on the port.</p>
-
-   </dd>
-
-   <dt><var title="">port</var> . <code title="dom-MessagePort-close"><a href="#dom-messageport-close">close</a></code>()</dt>
-
-   <dd>
-
-    <p>Disconnects the port, so that it is no longer active.</p>
-
-   </dd>
-
-  </dl><h5 id="ports-and-garbage-collection"><span class="secno">8.3.3.1 </span>Ports and garbage collection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p class="note">Authors are strongly encouraged to explicitly close
-  <code><a href="#messageport">MessagePort</a></code> objects to disentangle them, so that their
-  resources can be recollected. Creating many <code><a href="#messageport">MessagePort</a></code>
-  objects and discarding them without closing them can lead to high
-  memory usage.</p></body></html>
\ No newline at end of file

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- grouping-content.html	2 Jul 2010 23:07:31 -0000	1.43
+++ grouping-content.html	7 Jul 2010 08:58:11 -0000	1.44
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.5 Grouping content &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.5 Grouping content &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="sections.html" title="4.4 Sections" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="sections.html" title="4.4 Sections" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -332,7 +332,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlparagraphelement">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-p-element">p</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-p-element">p</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="content-models.html#paragraph">paragraph</a>.</p><div class="example">
    <p>The following examples are conforming HTML fragments:</p>
    <pre>&lt;p&gt;The little kitten gently seated himself on a piece of
@@ -392,7 +392,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlhrelement">HTMLHRElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-hr-element">hr</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-hr-element">hr</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="content-models.html#paragraph">paragraph</a>-level thematic break, e.g. a scene change in
   a story, or a transition to another topic within a section of a
   reference book.</p><div class="example">
@@ -484,7 +484,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlpreelement">HTMLPreElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-pre-element">pre</a></code> element <a href="#represents">represents</a> a block of
+  </dl><p>The <code><a href="#the-pre-element">pre</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a block of
   preformatted text, in which structure is represented by typographic
   conventions rather than by elements.</p><p class="note">In <a href="syntax.html#syntax">the HTML syntax</a>, a leading
   newline character immediately following the <code><a href="#the-pre-element">pre</a></code> element
@@ -570,12 +570,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlquoteelement">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-quote-cite" title="dom-quote-cite">cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-quote-cite" title='Read about this "cite" reference in the full HTML5 spec.' class="full-spec-link">cite</a>;
 };</pre>
     <p class="note">The <code><a href="#htmlquoteelement">HTMLQuoteElement</a></code> interface is
     also used by the <code><a href="text-level-semantics.html#the-q-element">q</a></code> element.</p>
    </dd>
-  </dl><p>The <code><a href="#the-blockquote-element">blockquote</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-blockquote-element">blockquote</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   section that is quoted from another source.</p><p>Content inside a <code><a href="#the-blockquote-element">blockquote</a></code> must be quoted from
   another source, whose address, if it has one, may be cited in the
   <dfn id="attr-blockquote-cite" title="attr-blockquote-cite"><code>cite</code></dfn>
@@ -653,11 +653,11 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlolistelement">HTMLOListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-ol-reversed" title="dom-ol-reversed">reversed</a>;
-           attribute long <a href="#dom-ol-start" title="dom-ol-start">start</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-ol-reversed" title='Read about this "reversed" reference in the full HTML5 spec.' class="full-spec-link">reversed</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-ol-start" title='Read about this "start" reference in the full HTML5 spec.' class="full-spec-link">start</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-ol-element">ol</a></code> element <a href="#represents">represents</a> a list of
+  </dl><p>The <code><a href="#the-ol-element">ol</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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><p>The items of the list are the <code><a href="#the-li-element">li</a></code> element child nodes
   of the <code><a href="#the-ol-element">ol</a></code> element, in <a href="infrastructure.html#tree-order">tree order</a>.</p><p>The <dfn id="attr-ol-reversed" title="attr-ol-reversed"><code>reversed</code></dfn>
@@ -709,8 +709,8 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlulistelement">HTMLUListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-ul-element">ul</a></code> element <a href="#represents">represents</a> a list of
-  items, where the order of the items is not important &#8212; that
+  </dl><p>The <code><a href="#the-ul-element">ul</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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 &#226;&#128;&#148; that
   is, where changing the order would not materially change the meaning
   of the document.</p><p>The items of the list are the <code><a href="#the-li-element">li</a></code> element child nodes
   of the <code><a href="#the-ul-element">ul</a></code> element.</p><div class="example">
@@ -757,10 +757,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmllielement">HTMLLIElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute long <a href="#dom-li-value" title="dom-li-value">value</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-li-element">li</a></code> element <a href="#represents">represents</a> a list
+  </dl><p>The <code><a href="#the-li-element">li</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list
   item. If its parent element is an <code><a href="#the-ol-element">ol</a></code>, <code><a href="#the-ul-element">ul</a></code>,
   or <code><a href="interactive-elements.html#menus">menu</a></code> element, then the element is an item of the
   parent element's list, as defined for those elements. Otherwise, the
@@ -776,7 +776,7 @@
  &lt;figcaption&gt;The top 10 movies of all time&lt;/figcaption&gt;
  &lt;ol&gt;
   &lt;li value="10"&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li value="9"&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
+  &lt;li value="9"&gt;&lt;cite lang="sh"&gt;&#208;&#166;&#209;&#128;&#208;&#189;&#208;&#176; &#208;&#188;&#208;&#176;&#209;&#135;&#208;&#186;&#208;&#176;, &#208;&#177;&#208;&#181;&#208;&#187;&#208;&#184; &#208;&#188;&#208;&#176;&#209;&#135;&#208;&#190;&#209;&#128;&lt;/cite&gt;, 1998&lt;/li&gt;
   &lt;li value="8"&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
   &lt;li value="7"&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
   &lt;li value="6"&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
@@ -795,7 +795,7 @@
  &lt;figcaption&gt;The top 10 movies of all time&lt;/figcaption&gt;
  &lt;ol reversed&gt;
   &lt;li&gt;&lt;cite&gt;Josie and the Pussycats&lt;/cite&gt;, 2001&lt;/li&gt;
-  &lt;li&gt;&lt;cite lang="sh"&gt;&#1062;&#1088;&#1085;&#1072; &#1084;&#1072;&#1095;&#1082;&#1072;, &#1073;&#1077;&#1083;&#1080; &#1084;&#1072;&#1095;&#1086;&#1088;&lt;/cite&gt;, 1998&lt;/li&gt;
+  &lt;li&gt;&lt;cite lang="sh"&gt;&#208;&#166;&#209;&#128;&#208;&#189;&#208;&#176; &#208;&#188;&#208;&#176;&#209;&#135;&#208;&#186;&#208;&#176;, &#208;&#177;&#208;&#181;&#208;&#187;&#208;&#184; &#208;&#188;&#208;&#176;&#209;&#135;&#208;&#190;&#209;&#128;&lt;/cite&gt;, 1998&lt;/li&gt;
   &lt;li&gt;&lt;cite&gt;A Bug's Life&lt;/cite&gt;, 1998&lt;/li&gt;
   &lt;li&gt;&lt;cite&gt;Toy Story&lt;/cite&gt;, 1995&lt;/li&gt;
   &lt;li&gt;&lt;cite&gt;Monsters, Inc&lt;/cite&gt;, 2001&lt;/li&gt;
@@ -809,7 +809,7 @@
   </div><p class="note">If the <code><a href="#the-li-element">li</a></code> element is the child of a
   <code><a href="interactive-elements.html#menus">menu</a></code> element and itself has a child that defines a
   <a href="commands.html#concept-command" title="concept-command">command</a>, then the
-  <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="#selector-enabled">:enabled</a></code> and <code title="selector-disabled"><a href="#selector-disabled">:disabled</a></code> pseudo-classes in the
+  <code><a href="#the-li-element">li</a></code> element will match the <code title="selector-enabled"><a href="http://dev.w3.org/html5/spec/.html#selector-enabled" class="full-spec-link" title='Read about this ":enabled" reference in the full HTML5 spec.'>:enabled</a></code> and <code title="selector-disabled"><a href="http://dev.w3.org/html5/spec/.html#selector-disabled" class="full-spec-link" 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.</p><h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
@@ -824,7 +824,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmldlistelement">HTMLDListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-dl-element">dl</a></code> element <a href="#represents">represents</a> an
+  </dl><p>The <code><a href="#the-dl-element">dl</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   association list consisting of zero or more name-value groups (a
   description list). Each group must consist of one or more names
   (<code><a href="#the-dt-element">dt</a></code> elements) followed by one or more values
@@ -913,7 +913,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="#represents">represents</a> the term, or
+  </dl><p>The <code><a href="#the-dt-element">dt</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the term, or
   name, part of a term-description group in a description list
   (<code><a href="#the-dl-element">dl</a></code> element).</p><p class="note">The <code><a href="#the-dt-element">dt</a></code> element itself, when used in a
   <code><a href="#the-dl-element">dl</a></code> element, does not indicate that its contents are a
@@ -946,7 +946,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dd-element">dd</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-dd-element">dd</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   description, definition, or value, part of a term-description group
   in a description list (<code><a href="#the-dl-element">dl</a></code> element).</p><div class="example">
 
@@ -958,7 +958,7 @@
    <!-- the actual pronunciations below are nonsense. -->
    <pre>&lt;dl&gt;
  &lt;dt&gt;&lt;dfn&gt;happiness&lt;/dfn&gt;&lt;/dt&gt;
- &lt;dd class="pronunciation"&gt;/'h&#230; p. nes/&lt;/dd&gt;
+ &lt;dd class="pronunciation"&gt;/'h&#195;&#166; p. nes/&lt;/dd&gt;
  &lt;dd class="part-of-speech"&gt;&lt;i&gt;&lt;abbr&gt;n.&lt;/abbr&gt;&lt;/i&gt;&lt;/dd&gt;
  &lt;dd&gt;The state of being happy.&lt;/dd&gt;
  &lt;dd&gt;Good fortune; success. &lt;q&gt;Oh &lt;b&gt;happiness&lt;/b&gt;! It worked!&lt;/q&gt;&lt;/dd&gt;
@@ -980,7 +980,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element">figure</a></code> element <a href="#represents">represents</a> some
+  </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element">figure</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some
   <a href="content-models.html#flow-content">flow content</a>, optionally with a caption, that is
   self-contained and is typically referenced as a single unit from the
   main flow of the document.</p><p>The element can thus be used to annotate illustrations, diagrams,
@@ -1088,7 +1088,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-figcaption-element">figcaption</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-figcaption-element">figcaption</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">figcaption</a></code> element's parent <code><a href="#the-figure-element">figure</a></code>
   element.</p><h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn><code>div</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -1105,7 +1105,7 @@
     <pre class="idl">interface <dfn id="htmldivelement">HTMLDivElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
   </dl><p>The <code><a href="#the-div-element">div</a></code> element has no special meaning at all. It
-  <a href="#represents">represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attributes to mark up semantics
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attributes to mark up semantics
   common to a group of consecutive elements.</p><p class="note">Authors are strongly encouraged to view the
   <code><a href="#the-div-element">div</a></code> element as an element of last resort, for when no
   other element is suitable. Use of the <code><a href="#the-div-element">div</a></code> element

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- embedded-content-1.html	2 Jul 2010 23:07:30 -0000	1.47
+++ embedded-content-1.html	7 Jul 2010 08:58:10 -0000	1.48
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8 Embedded content &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.8 Embedded content &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="edits.html" title="4.7 Edits" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="edits.html" title="4.7 Edits" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -340,19 +340,19 @@
    <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-<pre class="idl">[NamedConstructor=<a href="#dom-image" title="dom-image">Image</a>(),
- NamedConstructor=<a href="#dom-image-w" title="dom-image-w">Image</a>(in unsigned long width),
- NamedConstructor=<a href="#dom-image-wh" title="dom-image-wh">Image</a>(in unsigned long width, in unsigned long height)]
+<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.' class="full-spec-link">Image</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-image-w" title='Read about this "Image" reference in the full HTML5 spec.' class="full-spec-link">Image</a>(in unsigned long width),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-image-wh" title='Read about this "Image" reference in the full HTML5 spec.' class="full-spec-link">Image</a>(in unsigned long width, in unsigned long height)]
 interface <dfn id="htmlimageelement">HTMLImageElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-img-alt" title="dom-img-alt">alt</a>;
-           attribute DOMString <a href="#dom-img-src" title="dom-img-src">src</a>;
-           attribute DOMString <a href="#dom-img-usemap" title="dom-img-useMap">useMap</a>;
-           attribute boolean <a href="#dom-img-ismap" title="dom-img-isMap">isMap</a>;
-           attribute unsigned long <a href="#dom-img-width" title="dom-img-width">width</a>;
-           attribute unsigned long <a href="#dom-img-height" title="dom-img-height">height</a>;
-  readonly attribute unsigned long <a href="#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>;
-  readonly attribute unsigned long <a href="#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>;
-  readonly attribute boolean <a href="#dom-img-complete" title="dom-img-complete">complete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.' class="full-spec-link">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.' class="full-spec-link">useMap</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-img-ismap" title='Read about this "isMap" reference in the full HTML5 spec.' class="full-spec-link">isMap</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.' class="full-spec-link">naturalWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.' class="full-spec-link">naturalHeight</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.' class="full-spec-link">complete</a>;
 };</pre>
    </dd>
   </dl><p>An <code><a href="#the-img-element">img</a></code> element represents an image.</p><!-- v2 ideas for <img>:
@@ -399,8 +399,8 @@
   <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. The attribute must not be specified
   on an element that does not have an ancestor <code><a href="text-level-semantics.html#the-a-element">a</a></code> element
   with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute.</p><p>The <code><a href="#the-img-element">img</a></code> element supports <a href="the-map-element.html#dimension-attributes">dimension
-  attributes</a>.</p><dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a href="#dom-img-width">width</a></code> [ = <var title="">value</var> ]</dt>
-   <dt><var title="">image</var> . <code title="dom-img-height"><a href="#dom-img-height">height</a></code> [ = <var title="">value</var> ]</dt>
+  attributes</a>.</p><dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a href="http://dev.w3.org/html5/spec/.html#dom-img-width" class="full-spec-link" title='Read about this "width" reference in the full HTML5 spec.'>width</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">image</var> . <code title="dom-img-height"><a href="http://dev.w3.org/html5/spec/.html#dom-img-height" class="full-spec-link" title='Read about this "height" reference in the full HTML5 spec.'>height</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -412,8 +412,8 @@
 
    </dd>
 
-   <dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a href="#dom-img-naturalwidth">naturalWidth</a></code></dt>
-   <dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a href="#dom-img-naturalheight">naturalHeight</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a href="http://dev.w3.org/html5/spec/.html#dom-img-naturalwidth" class="full-spec-link" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a href="http://dev.w3.org/html5/spec/.html#dom-img-naturalheight" class="full-spec-link" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a></code></dt>
 
    <dd>
 
@@ -422,7 +422,7 @@
 
    </dd>
 
-   <dt><var title="">image</var> . <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-complete"><a href="http://dev.w3.org/html5/spec/.html#dom-img-complete" class="full-spec-link" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a></code></dt>
 
    <dd>
 
@@ -431,7 +431,7 @@
 
    </dd>
 
-   <dt><var title="">image</var> = new <code title="dom-image"><a href="#dom-image">Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
+   <dt><var title="">image</var> = new <code title="dom-image"><a href="http://dev.w3.org/html5/spec/.html#dom-image" class="full-spec-link" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
 
    <dd>
 
@@ -720,14 +720,14 @@
    </p><pre>&lt;article&gt;
  &lt;h2&gt;News&lt;/h2&gt;
  &lt;p&gt;We have recently been looking at buying the <strong>&lt;img src="alpha.gif"
- alt=""&gt; &#913;&#914;&#915; company</strong>, a small Greek company
+ alt=""&gt; &#206;&#145;&#206;&#146;&#206;&#147; company</strong>, a small Greek company
  specializing in our type of product.&lt;/p&gt;</pre>
 
    <p>In this third snippet, we have a logo being used in an aside,
    as part of the larger article discussing the acquisition:</p>
 
 <pre> <strong>&lt;aside&gt;&lt;p&gt;&lt;img src="alpha-large.gif" alt=""&gt;&lt;/p&gt;&lt;/aside&gt;</strong>
- &lt;p&gt;The &#913;&#914;&#915; company has had a good quarter, and our
+ &lt;p&gt;The &#206;&#145;&#206;&#146;&#206;&#147; company has had a good quarter, and our
  pie chart studies of their accounts suggest a much bigger blue slice
  than its green and orange slices, which is always a good sign.&lt;/p&gt;
 &lt;/article&gt;</pre>
@@ -749,7 +749,7 @@
 at least that would look good on the cover of a blue book.&lt;/p&gt;</pre>
 
    <p>This example shows how the alternative text should be written
-   such that if the image isn't <i title="img-available"><a href="#img-available">available</a></i>, and the text is used instead,
+   such that if the image isn't <i title="img-available"><a href="http://dev.w3.org/html5/spec/.html#img-available" class="full-spec-link" title='Read about this "available" reference in the full HTML5 spec.'>available</a></i>, and the text is used instead,
    the text flows seamlessly into the surrounding text, as if the
    image had never been there in the first place.</p>
 
@@ -885,7 +885,7 @@
 
    <p>In the following example, a rating is shown as three filled
    stars and two empty stars. While the alternative text could have
-   been "&#9733;&#9733;&#9733;&#9734;&#9734;", the author has
+   been "&#226;&#152;&#133;&#226;&#152;&#133;&#226;&#152;&#133;&#226;&#152;&#134;&#226;&#152;&#134;", the author has
    instead decided to more helpfully give the rating in the form "3
    out of 5". That is the alternative text of the first image, and the
    rest have blank alternative text.</p>

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- timers.html	2 Jul 2010 23:07:35 -0000	1.36
+++ timers.html	7 Jul 2010 08:58:14 -0000	1.37
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6.2 Timers &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>6.2 Timers &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="webappapis.html" title="6 Web application APIs" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="webappapis.html" title="6 Web application APIs" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="editing.html" title="7 User interaction" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -320,16 +320,16 @@
     <ol><li><a href="timers.html#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a></li><li><a href="timers.html#printing"><span class="secno">6.3.2 </span>Printing</a></li><li><a href="timers.html#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></li></ol></li><li><a href="timers.html#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a>
     <ol><li><a href="timers.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li><li><a href="timers.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a></li><li><a href="timers.html#manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</a></li></ol></li></ol></li></ol></div>
 
-  <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code>
-  and <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code>
+  <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" class="full-spec-link" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code>
+  and <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" class="full-spec-link" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code>
   methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="windowtimers">WindowTimers</dfn> {
-  long <a href="#dom-windowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(in any handler, in optional any timeout, in any... args);
-  void <a href="#dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(in long handle);
-  long <a href="#dom-windowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(in any handler, in optional any timeout, in any... args);
-  void <a href="#dom-windowtimers-clearinterval" title="dom-windowtimers-clearInterval">clearInterval</a>(in long handle);
+  long <a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.' class="full-spec-link">setTimeout</a>(in any handler, in optional any timeout, in any... args);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.' class="full-spec-link">clearTimeout</a>(in long handle);
+  long <a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.' class="full-spec-link">setInterval</a>(in any handler, in optional any timeout, in any... args);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.' class="full-spec-link">clearInterval</a>(in long handle);
 };
-<a href="browsers.html#window">Window</a> implements <a href="#windowtimers">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
+<a href="browsers.html#window">Window</a> implements <a href="#windowtimers">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" class="full-spec-link" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
 
    <dd>
 
@@ -338,7 +338,7 @@
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" class="full-spec-link" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 
    <dd>
 
@@ -347,15 +347,15 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout">clearTimeout</a></code>( <var title="">handle</var> )</dt>
+   <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-cleartimeout" class="full-spec-link" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a></code>( <var title="">handle</var> )</dt>
 
    <dd>
 
-    <p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> identified by <var title="">handle</var>.</p>
+    <p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" class="full-spec-link" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code> identified by <var title="">handle</var>.</p>
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" class="full-spec-link" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
 
    <dd>
 
@@ -364,7 +364,7 @@
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" class="full-spec-link" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 
    <dd>
 
@@ -373,11 +373,11 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval">clearInterval</a></code>( <var title="">handle</var> )</dt>
+   <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-clearinterval" class="full-spec-link" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a></code>( <var title="">handle</var> )</dt>
 
    <dd>
 
-    <p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code> identified by <var title="">handle</var>.</p>
+    <p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" class="full-spec-link" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code> identified by <var title="">handle</var>.</p>
 
    </dd>
 
@@ -390,29 +390,29 @@
        - dragging the window out of the tab
     * in-window non-modal palettes
        - with a solution for the mobile space
-  --><h4 id="simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt>
+  --><h4 id="simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="http://dev.w3.org/html5/spec/.html#dom-alert" class="full-spec-link" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a></code>(<var title="">message</var>)</dt>
    <dd>
 
     <p>Displays a modal alert with the given message, and waits for the user to dismiss it.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-confirm"><a href="#dom-confirm">confirm</a></code>(<var title="">message</var>)</dt>
+   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-confirm"><a href="http://dev.w3.org/html5/spec/.html#dom-confirm" class="full-spec-link" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a></code>(<var title="">message</var>)</dt>
    <dd>
 
     <p>Displays a modal OK/Cancel prompt with the given message, waits
     for the user to dismiss it, and returns true if the user clicks OK
     and false if the user clicks Cancel.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-prompt"><a href="#dom-prompt">prompt</a></code>(<var title="">message</var> [, <var title="">default</var>] )</dt>
+   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-prompt"><a href="http://dev.w3.org/html5/spec/.html#dom-prompt" class="full-spec-link" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a></code>(<var title="">message</var> [, <var title="">default</var>] )</dt>
    <dd>
 
     <p>Displays a modal text field prompt with the given message,
@@ -421,59 +421,59 @@
     instead. If the second argument is present, then the given value
     is used as a default.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-  </dl><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="#dom-print">print</a></code>()</dt>
+  </dl><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="http://dev.w3.org/html5/spec/.html#dom-print" class="full-spec-link" title='Read about this "print" reference in the full HTML5 spec.'>print</a></code>()</dt>
 
    <dd>
 
     <p>Prompts the user to print the page.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-  </dl><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
+  </dl><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" class="full-spec-link" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
 
    <dd>
 
     <p>Prompts the user with the given page, waits for that page to
     close, and returns the return value.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
   </dl><pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowmodal">WindowModal</dfn> {
-  readonly attribute any <a href="#dom-windowmodal-dialogarguments" title="dom-WindowModal-dialogArguments">dialogArguments</a>;
-           attribute DOMString <a href="#dom-windowmodal-returnvalue" title="dom-WindowModal-returnValue">returnValue</a>;
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="#dom-windowmodal-dialogarguments">dialogArguments</a></code></dt>
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.' class="full-spec-link">dialogArguments</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.' class="full-spec-link">returnValue</a>;
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-dialogarguments" class="full-spec-link" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a></code></dt>
 
    <dd>
 
     <p>Returns the <var title="">argument</var> argument that was
-    passed to the <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog()</a></code> method.</p>
+    passed to the <code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" class="full-spec-link" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code> method.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a href="#dom-windowmodal-returnvalue">returnValue</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-returnvalue" class="full-spec-link" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns the current return value for the window.</p>
 
     <p>Can be set, to change the value that will be returned by the
-    <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog()</a></code>
+    <code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" class="full-spec-link" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code>
     method.</p>
 
    </dd>
 
-  </dl><p class="note">The <code title="dom-window-close"><a href="#dom-window-close">window.close()</a></code> method can be used to
+  </dl><p class="note">The <code title="dom-window-close"><a href="http://dev.w3.org/html5/spec/.html#dom-window-close" class="full-spec-link" 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.</p><h3 id="system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="navigator">Navigator</dfn> {
   // objects implementing this interface also implement the interfaces given below
 };
@@ -484,15 +484,15 @@
 [Supplemental, NoInterfaceObject]
 interface <dfn id="navigatorid">NavigatorID</dfn> {<!--
   readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>;-->
-  readonly attribute DOMString <a href="#dom-navigator-appname" title="dom-navigator-appName">appName</a>;
-  readonly attribute DOMString <a href="#dom-navigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
-  readonly attribute DOMString <a href="#dom-navigator-platform" title="dom-navigator-platform">platform</a>;
-  readonly attribute DOMString <a href="#dom-navigator-useragent" title="dom-navigator-userAgent">userAgent</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.' class="full-spec-link">appName</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.' class="full-spec-link">appVersion</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.' class="full-spec-link">platform</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.' class="full-spec-link">userAgent</a>;
 };
 
 [Supplemental, NoInterfaceObject]
 interface <dfn id="navigatoronline">NavigatorOnLine</dfn> {
-  readonly attribute boolean <a href="#dom-navigator-online" title="dom-navigator-onLine">onLine</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.' class="full-spec-link">onLine</a>;
 };
 
 [Supplemental, NoInterfaceObject]
@@ -500,7 +500,7 @@
   // content handler registration
   void <a href="#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
   void <a href="#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">registerContentHandler</a>(in DOMString mimeType, in DOMString url, in DOMString title);
-  void <a href="#dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.' class="full-spec-link">yieldForStorageUpdates</a>();
 <!--  v2: cookieEnabled geolocator javaEnabled mozIsLocallyAvailable preference
   readonly attribute <span>MimeTypeArray</span> <span title="dom-navigator-mimeTypes">mimeTypes</span>;
   readonly attribute <span>PluginArray</span> <span title="dom-navigator-plugins">plugins</span>;
@@ -511,22 +511,22 @@
   to determine, from script, the kind of user agent in use, in order
   to work around these issues.</p><p>Client detection should always be limited to detecting known
   current versions; future versions and unknown versions should always
-  be assumed to be fully compliant.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-appName"><a href="#dom-navigator-appname">appName</a></code></dt>
+  be assumed to be fully compliant.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appName"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-appname" class="full-spec-link" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a></code></dt>
    <dd>
     <p>Returns the name of the browser.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-appVersion"><a href="#dom-navigator-appversion">appVersion</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appVersion"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-appversion" class="full-spec-link" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a></code></dt>
    <dd>
     <p>Returns the version of the browser.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-platform"><a href="#dom-navigator-platform">platform</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-platform"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-platform" class="full-spec-link" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a></code></dt>
    <dd>
     <p>Returns the name of the platform.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-userAgent"><a href="#dom-navigator-useragent">userAgent</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-userAgent"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-useragent" class="full-spec-link" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a></code></dt>
    <dd>
     <p>Returns the complete User-Agent header.</p>
    </dd>
@@ -544,8 +544,8 @@
   handler for <code>text/directory</code> files (<a href="references.html#refsRFC2425">[RFC2425]</a>), so that if the user has no
   native application capable of handling vCards (<a href="references.html#refsRFC2426">[RFC2426]</a>), his Web browser can instead
   suggest he use that site to view contact information stored on
-  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
-   <dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+  vCards that he opens.</p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
 
    <dd>
 
@@ -564,11 +564,11 @@
 
    </dd>
 
-  </dl><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
+  </dl><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a></code>()</dt>
 
    <dd>
 
-    <p>If a script uses the <code title="dom-document-cookie"><a href="#dom-document-cookie">document.cookie</a></code> API, or the
+    <p>If a script uses the <code title="dom-document-cookie"><a href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" class="full-spec-link" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> API, or the
     <code title="dom-localStorage">localStorage</code> API, the
     browser will block other scripts from accessing cookies or storage
     until the first script finishes.
@@ -577,7 +577,7 @@
     
     </p>
 
-    <p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+    <p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method tells the user agent to unblock any other scripts that may
     be blocked, even though the script hasn't returned.</p>
 

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- elements.html	2 Jul 2010 23:07:30 -0000	1.51
+++ elements.html	7 Jul 2010 08:58:10 -0000	1.52
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2 Elements &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>3.2 Elements &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="content-models.html" title="3.2.5 Content models" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -329,7 +329,7 @@
   language of the content.</p><p>Authors must not use elements, attributes, or attribute values
   for purposes other than their appropriate intended semantic
   purpose. Authors must not use elements, attributes, or attribute
-  values that are not permitted by this specification or <a href="#other-applicable-specifications">other
+  values that are not permitted by this specification or <a href="http://dev.w3.org/html5/spec/.html#other-applicable-specifications" class="full-spec-link" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other
   applicable specifications</a>.</p><div class="example">
    <p>For example, the following document is non-conforming, despite
    being syntactically correct:</p>
@@ -342,7 +342,7 @@
    &lt;tr&gt; &lt;td&gt; My favourite animal is the cat. &lt;/td&gt; &lt;/tr&gt;
    &lt;tr&gt;
     &lt;td&gt;
-     &#8212;&lt;a href="http://example.org/~ernest/"&gt;&lt;cite&gt;Ernest&lt;/cite&gt;&lt;/a&gt;,
+     &#226;&#128;&#148;&lt;a href="http://example.org/~ernest/"&gt;&lt;cite&gt;Ernest&lt;/cite&gt;&lt;/a&gt;,
      in an essay from 1992
     &lt;/td&gt;
    &lt;/tr&gt;
@@ -362,7 +362,7 @@
    &lt;p&gt; My favourite animal is the cat. &lt;/p&gt;
   &lt;/blockquote&gt;
   &lt;p&gt;
-   &#8212;&lt;a href="http://example.org/~ernest/"&gt;Ernest&lt;/a&gt;,
+   &#226;&#128;&#148;&lt;a href="http://example.org/~ernest/"&gt;Ernest&lt;/a&gt;,
    in an essay from 1992
   &lt;/p&gt;
  &lt;/body&gt;
@@ -414,110 +414,110 @@
   interfaces listed for them in the relevant sections of this
   specification. This includes <a href="infrastructure.html#html-elements">HTML elements</a> in <a href="dom.html#xml-documents">XML
   documents</a>, even when those documents are in another context
-  (e.g. inside an XSLT transform).</p><p>Elements in the DOM <a href="#represents" title="represents">represent</a>
+  (e.g. inside an XSLT transform).</p><p>Elements in the DOM <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a>
   things; that is, they have intrinsic <em>meaning</em>, also known as
   semantics.</p><p class="example">For example, an <code><a href="grouping-content.html#the-ol-element">ol</a></code> element
   represents an ordered list.</p><p>The basic interface, from which all the <a href="infrastructure.html#html-elements">HTML
-  elements</a>' interfaces inherit,  is the <code><a href="#htmlelement">HTMLElement</a></code> interface.</p><pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a href="#element">Element</a> {
+  elements</a>' interfaces inherit,  is the <code><a href="#htmlelement">HTMLElement</a></code> interface.</p><pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a href="http://dev.w3.org/html5/spec/.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> {
   // <a href="dom.html#dom-tree-accessors">DOM tree accessors</a>
-  NodeList <a href="#dom-getelementsbyclassname" title="dom-getElementsByClassName">getElementsByClassName</a>(in DOMString classNames);
+  NodeList <a href="http://dev.w3.org/html5/spec/.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.' class="full-spec-link">getElementsByClassName</a>(in DOMString classNames);
 
   // <a href="apis-in-html-documents.html#dynamic-markup-insertion">dynamic markup insertion</a>
            attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" title="dom-innerHTML">innerHTML</a>;
            attribute DOMString <a href="apis-in-html-documents.html#dom-outerhtml" title="dom-outerHTML">outerHTML</a>;
-  void <a href="#dom-insertadjacenthtml" title="dom-insertAdjacentHTML">insertAdjacentHTML</a>(in DOMString position, in DOMString text);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.' class="full-spec-link">insertAdjacentHTML</a>(in DOMString position, in DOMString text);
 
   // <span>metadata attributes</span>
-           attribute DOMString <a href="#dom-id" title="dom-id">id</a>;
-           attribute DOMString <a href="#dom-title" title="dom-title">title</a>;
-           attribute DOMString <a href="#dom-lang" title="dom-lang">lang</a>;
-           attribute DOMString <a href="#dom-dir" title="dom-dir">dir</a>;
-           attribute <span>DOMString</span> <a href="#dom-classname" title="dom-className">className</a>;
-  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="#dom-classlist" title="dom-classList">classList</a>;
-  readonly attribute <a href="#domstringmap">DOMStringMap</a> <a href="#dom-dataset" title="dom-dataset">dataset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-id" title='Read about this "id" reference in the full HTML5 spec.' class="full-spec-link">id</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-title" title='Read about this "title" reference in the full HTML5 spec.' class="full-spec-link">title</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-lang" title='Read about this "lang" reference in the full HTML5 spec.' class="full-spec-link">lang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.' class="full-spec-link">dir</a>;
+           attribute <span>DOMString</span> <a href="http://dev.w3.org/html5/spec/.html#dom-classname" title='Read about this "className" reference in the full HTML5 spec.' class="full-spec-link">className</a>;
+  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-classlist" title='Read about this "classList" reference in the full HTML5 spec.' class="full-spec-link">classList</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#domstringmap" class="full-spec-link" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a> <a href="http://dev.w3.org/html5/spec/.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.' class="full-spec-link">dataset</a>;
 
   // <a href="editing.html#editing">user interaction</a>
-           attribute boolean <a href="#dom-hidden" title="dom-hidden">hidden</a>;
-  void <a href="#dom-click" title="dom-click">click</a>();
-  void <a href="#dom-scrollintoview" title="dom-scrollIntoView">scrollIntoView</a>();
-  void <a href="#dom-scrollintoview" title="dom-scrollIntoView">scrollIntoView</a>(in boolean top);
-           attribute long <a href="#dom-tabindex" title="dom-tabindex">tabIndex</a>;
-  void <a href="#dom-focus" title="dom-focus">focus</a>();
-  void <a href="#dom-blur" title="dom-blur">blur</a>();
-           attribute DOMString <a href="#dom-accesskey" title="dom-accessKey">accessKey</a>;
-  readonly attribute DOMString <a href="#dom-accesskeylabel" title="dom-accessKeyLabel">accessKeyLabel</a>;
-           attribute boolean <a href="#dom-draggable" title="dom-draggable">draggable</a>;
-           attribute DOMString <a href="#dom-contenteditable" title="dom-contentEditable">contentEditable</a>;
-  readonly attribute boolean <a href="#dom-iscontenteditable" title="dom-isContentEditable">isContentEditable</a>;
-           attribute <a href="interactive-elements.html#htmlmenuelement">HTMLMenuElement</a> <a href="#dom-contextmenu" title="dom-contextMenu">contextMenu</a>;
-           attribute DOMString <a href="#dom-spellcheck" title="dom-spellcheck">spellcheck</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.' class="full-spec-link">hidden</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.' class="full-spec-link">click</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.' class="full-spec-link">scrollIntoView</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.' class="full-spec-link">scrollIntoView</a>(in boolean top);
+           attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-tabindex" title='Read about this "tabIndex" reference in the full HTML5 spec.' class="full-spec-link">tabIndex</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-focus" title='Read about this "focus" reference in the full HTML5 spec.' class="full-spec-link">focus</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-blur" title='Read about this "blur" reference in the full HTML5 spec.' class="full-spec-link">blur</a>();
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-accesskey" title='Read about this "accessKey" reference in the full HTML5 spec.' class="full-spec-link">accessKey</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.' class="full-spec-link">accessKeyLabel</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.' class="full-spec-link">draggable</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.' class="full-spec-link">contentEditable</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.' class="full-spec-link">isContentEditable</a>;
+           attribute <a href="interactive-elements.html#htmlmenuelement">HTMLMenuElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-contextmenu" title='Read about this "contextMenu" reference in the full HTML5 spec.' class="full-spec-link">contextMenu</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.' class="full-spec-link">spellcheck</a>;
 
   // <a href="commands.html#command-api">command API</a>
-  readonly attribute DOMString <a href="#dom-command-ro-commandtype" title="dom-command-ro-commandType">commandType</a>;
-  readonly attribute DOMString <a href="#dom-command-ro-label" title="dom-command-ro-label">label</a>;
-  readonly attribute DOMString <a href="#dom-command-ro-icon" title="dom-command-ro-icon">icon</a>;
-  readonly attribute boolean <a href="#dom-command-ro-disabled" title="dom-command-ro-disabled">disabled</a>;
-  readonly attribute boolean <a href="#dom-command-ro-checked" title="dom-command-ro-checked">checked</a>;<!-- v2COMMAND
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.' class="full-spec-link">commandType</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.' class="full-spec-link">label</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.' class="full-spec-link">icon</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.' class="full-spec-link">checked</a>;<!-- v2COMMAND
   readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-triggers">triggers</span>;-->
 
   // <span>styling</span>
-  readonly attribute <span>CSSStyleDeclaration</span> <a href="#dom-style" title="dom-style">style</a>;
+  readonly attribute <span>CSSStyleDeclaration</span> <a href="http://dev.w3.org/html5/spec/.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.' class="full-spec-link">style</a>;
 
-  // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onabort" title="handler-onabort">onabort</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onblur" title="handler-onblur">onblur</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragover" title="handler-ondragover">ondragover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrop" title="handler-ondrop">ondrop</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onemptied" title="handler-onemptied">onemptied</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onended" title="handler-onended">onended</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onerror" title="handler-onerror">onerror</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onfocus" title="handler-onfocus">onfocus</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onformchange" title="handler-onformchange">onformchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onforminput" title="handler-onforminput">onforminput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninput" title="handler-oninput">oninput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onload" title="handler-onload">onload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onpause" title="handler-onpause">onpause</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplay" title="handler-onplay">onplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplaying" title="handler-onplaying">onplaying</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onprogress" title="handler-onprogress">onprogress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onratechange" title="handler-onratechange">onratechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onscroll" title="handler-onscroll">onscroll</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeked" title="handler-onseeked">onseeked</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeking" title="handler-onseeking">onseeking</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onselect" title="handler-onselect">onselect</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onshow" title="handler-onshow">onshow</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onstalled" title="handler-onstalled">onstalled</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+  // <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.' class="full-spec-link">onabort</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.' class="full-spec-link">onblur</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.' class="full-spec-link">oncanplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.' class="full-spec-link">oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.' class="full-spec-link">onchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.' class="full-spec-link">onclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.' class="full-spec-link">oncontextmenu</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.' class="full-spec-link">ondblclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.' class="full-spec-link">ondrag</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.' class="full-spec-link">ondragend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.' class="full-spec-link">ondragenter</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.' class="full-spec-link">ondragleave</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.' class="full-spec-link">ondragover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.' class="full-spec-link">ondragstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.' class="full-spec-link">ondrop</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.' class="full-spec-link">ondurationchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.' class="full-spec-link">onemptied</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.' class="full-spec-link">onended</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.' class="full-spec-link">onerror</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.' class="full-spec-link">onfocus</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.' class="full-spec-link">onformchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.' class="full-spec-link">onforminput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.' class="full-spec-link">oninput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.' class="full-spec-link">oninvalid</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.' class="full-spec-link">onkeydown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.' class="full-spec-link">onkeypress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.' class="full-spec-link">onkeyup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.' class="full-spec-link">onload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.' class="full-spec-link">onloadeddata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.' class="full-spec-link">onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.' class="full-spec-link">onloadstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.' class="full-spec-link">onmousedown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.' class="full-spec-link">onmousemove</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.' class="full-spec-link">onmouseout</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.' class="full-spec-link">onmouseover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.' class="full-spec-link">onmouseup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.' class="full-spec-link">onmousewheel</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.' class="full-spec-link">onpause</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.' class="full-spec-link">onplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.' class="full-spec-link">onplaying</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.' class="full-spec-link">onprogress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.' class="full-spec-link">onratechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.' class="full-spec-link">onreadystatechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.' class="full-spec-link">onscroll</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.' class="full-spec-link">onseeked</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.' class="full-spec-link">onseeking</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.' class="full-spec-link">onselect</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.' class="full-spec-link">onshow</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.' class="full-spec-link">onstalled</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.' class="full-spec-link">onsubmit</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.' class="full-spec-link">onsuspend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.' class="full-spec-link">ontimeupdate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.' class="full-spec-link">onvolumechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.' class="full-spec-link">onwaiting</a>;
 };
 
 interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement">HTMLElement</a></code> interface holds methods and
@@ -539,60 +539,60 @@
    <li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li>
   </ul><hr><p>The following <a href="webappapis.html#event-handler-content-attributes">event handler content attributes</a> may
   be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML
-  element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="#handler-onabort">onabort</a></code></li>
-   <li><code title="handler-onblur"><a href="#handler-onblur">onblur</a></code>*</li>
-   <li><code title="handler-oncanplay"><a href="#handler-oncanplay">oncanplay</a></code></li>
-   <li><code title="handler-oncanplaythrough"><a href="#handler-oncanplaythrough">oncanplaythrough</a></code></li>
-   <li><code title="handler-onchange"><a href="#handler-onchange">onchange</a></code></li>
-   <li><code title="handler-onclick"><a href="#handler-onclick">onclick</a></code></li>
-   <li><code title="handler-oncontextmenu"><a href="#handler-oncontextmenu">oncontextmenu</a></code></li>
-   <li><code title="handler-ondblclick"><a href="#handler-ondblclick">ondblclick</a></code></li>
-   <li><code title="handler-ondrag"><a href="#handler-ondrag">ondrag</a></code></li>
-   <li><code title="handler-ondragend"><a href="#handler-ondragend">ondragend</a></code></li>
-   <li><code title="handler-ondragenter"><a href="#handler-ondragenter">ondragenter</a></code></li>
-   <li><code title="handler-ondragleave"><a href="#handler-ondragleave">ondragleave</a></code></li>
-   <li><code title="handler-ondragover"><a href="#handler-ondragover">ondragover</a></code></li>
-   <li><code title="handler-ondragstart"><a href="#handler-ondragstart">ondragstart</a></code></li>
-   <li><code title="handler-ondrop"><a href="#handler-ondrop">ondrop</a></code></li>
-   <li><code title="handler-ondurationchange"><a href="#handler-ondurationchange">ondurationchange</a></code></li>
-   <li><code title="handler-onemptied"><a href="#handler-onemptied">onemptied</a></code></li>
-   <li><code title="handler-onended"><a href="#handler-onended">onended</a></code></li>
-   <li><code title="handler-onerror"><a href="#handler-onerror">onerror</a></code>*</li>
-   <li><code title="handler-onfocus"><a href="#handler-onfocus">onfocus</a></code>*</li>
-   <li><code title="handler-onformchange"><a href="#handler-onformchange">onformchange</a></code></li>
-   <li><code title="handler-onforminput"><a href="#handler-onforminput">onforminput</a></code></li>
-   <li><code title="handler-oninput"><a href="#handler-oninput">oninput</a></code></li>
-   <li><code title="handler-oninvalid"><a href="#handler-oninvalid">oninvalid</a></code></li>
-   <li><code title="handler-onkeydown"><a href="#handler-onkeydown">onkeydown</a></code></li>
-   <li><code title="handler-onkeypress"><a href="#handler-onkeypress">onkeypress</a></code></li>
-   <li><code title="handler-onkeyup"><a href="#handler-onkeyup">onkeyup</a></code></li>
-   <li><code title="handler-onload"><a href="#handler-onload">onload</a></code>*</li>
-   <li><code title="handler-onloadeddata"><a href="#handler-onloadeddata">onloadeddata</a></code></li>
-   <li><code title="handler-onloadedmetadata"><a href="#handler-onloadedmetadata">onloadedmetadata</a></code></li>
-   <li><code title="handler-onloadstart"><a href="#handler-onloadstart">onloadstart</a></code></li>
-   <li><code title="handler-onmousedown"><a href="#handler-onmousedown">onmousedown</a></code></li>
-   <li><code title="handler-onmousemove"><a href="#handler-onmousemove">onmousemove</a></code></li>
-   <li><code title="handler-onmouseout"><a href="#handler-onmouseout">onmouseout</a></code></li>
-   <li><code title="handler-onmouseover"><a href="#handler-onmouseover">onmouseover</a></code></li>
-   <li><code title="handler-onmouseup"><a href="#handler-onmouseup">onmouseup</a></code></li>
-   <li><code title="handler-onmousewheel"><a href="#handler-onmousewheel">onmousewheel</a></code></li>
-   <li><code title="handler-onpause"><a href="#handler-onpause">onpause</a></code></li>
-   <li><code title="handler-onplay"><a href="#handler-onplay">onplay</a></code></li>
-   <li><code title="handler-onplaying"><a href="#handler-onplaying">onplaying</a></code></li>
-   <li><code title="handler-onprogress"><a href="#handler-onprogress">onprogress</a></code></li>
-   <li><code title="handler-onratechange"><a href="#handler-onratechange">onratechange</a></code></li>
-   <li><code title="handler-onreadystatechange"><a href="#handler-onreadystatechange">onreadystatechange</a></code></li>
-   <li><code title="handler-onscroll"><a href="#handler-onscroll">onscroll</a></code></li>
-   <li><code title="handler-onseeked"><a href="#handler-onseeked">onseeked</a></code></li>
-   <li><code title="handler-onseeking"><a href="#handler-onseeking">onseeking</a></code></li>
-   <li><code title="handler-onselect"><a href="#handler-onselect">onselect</a></code></li>
-   <li><code title="handler-onshow"><a href="#handler-onshow">onshow</a></code></li>
-   <li><code title="handler-onstalled"><a href="#handler-onstalled">onstalled</a></code></li>
-   <li><code title="handler-onsubmit"><a href="#handler-onsubmit">onsubmit</a></code></li>
-   <li><code title="handler-onsuspend"><a href="#handler-onsuspend">onsuspend</a></code></li>
-   <li><code title="handler-ontimeupdate"><a href="#handler-ontimeupdate">ontimeupdate</a></code></li>
-   <li><code title="handler-onvolumechange"><a href="#handler-onvolumechange">onvolumechange</a></code></li>
-   <li><code title="handler-onwaiting"><a href="#handler-onwaiting">onwaiting</a></code></li>
+  element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="http://dev.w3.org/html5/spec/.html#handler-onabort" class="full-spec-link" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a></code></li>
+   <li><code title="handler-onblur"><a href="http://dev.w3.org/html5/spec/.html#handler-onblur" class="full-spec-link" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>*</li>
+   <li><code title="handler-oncanplay"><a href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" class="full-spec-link" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a></code></li>
+   <li><code title="handler-oncanplaythrough"><a href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" class="full-spec-link" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a></code></li>
+   <li><code title="handler-onchange"><a href="http://dev.w3.org/html5/spec/.html#handler-onchange" class="full-spec-link" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a></code></li>
+   <li><code title="handler-onclick"><a href="http://dev.w3.org/html5/spec/.html#handler-onclick" class="full-spec-link" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a></code></li>
+   <li><code title="handler-oncontextmenu"><a href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" class="full-spec-link" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a></code></li>
+   <li><code title="handler-ondblclick"><a href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" class="full-spec-link" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a></code></li>
+   <li><code title="handler-ondrag"><a href="http://dev.w3.org/html5/spec/.html#handler-ondrag" class="full-spec-link" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a></code></li>
+   <li><code title="handler-ondragend"><a href="http://dev.w3.org/html5/spec/.html#handler-ondragend" class="full-spec-link" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a></code></li>
+   <li><code title="handler-ondragenter"><a href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" class="full-spec-link" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a></code></li>
+   <li><code title="handler-ondragleave"><a href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" class="full-spec-link" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a></code></li>
+   <li><code title="handler-ondragover"><a href="http://dev.w3.org/html5/spec/.html#handler-ondragover" class="full-spec-link" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a></code></li>
+   <li><code title="handler-ondragstart"><a href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" class="full-spec-link" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a></code></li>
+   <li><code title="handler-ondrop"><a href="http://dev.w3.org/html5/spec/.html#handler-ondrop" class="full-spec-link" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a></code></li>
+   <li><code title="handler-ondurationchange"><a href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" class="full-spec-link" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a></code></li>
+   <li><code title="handler-onemptied"><a href="http://dev.w3.org/html5/spec/.html#handler-onemptied" class="full-spec-link" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a></code></li>
+   <li><code title="handler-onended"><a href="http://dev.w3.org/html5/spec/.html#handler-onended" class="full-spec-link" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a></code></li>
+   <li><code title="handler-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>*</li>
+   <li><code title="handler-onfocus"><a href="http://dev.w3.org/html5/spec/.html#handler-onfocus" class="full-spec-link" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>*</li>
+   <li><code title="handler-onformchange"><a href="http://dev.w3.org/html5/spec/.html#handler-onformchange" class="full-spec-link" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a></code></li>
+   <li><code title="handler-onforminput"><a href="http://dev.w3.org/html5/spec/.html#handler-onforminput" class="full-spec-link" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a></code></li>
+   <li><code title="handler-oninput"><a href="http://dev.w3.org/html5/spec/.html#handler-oninput" class="full-spec-link" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a></code></li>
+   <li><code title="handler-oninvalid"><a href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" class="full-spec-link" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a></code></li>
+   <li><code title="handler-onkeydown"><a href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" class="full-spec-link" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a></code></li>
+   <li><code title="handler-onkeypress"><a href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" class="full-spec-link" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a></code></li>
+   <li><code title="handler-onkeyup"><a href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" class="full-spec-link" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a></code></li>
+   <li><code title="handler-onload"><a href="http://dev.w3.org/html5/spec/.html#handler-onload" class="full-spec-link" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>*</li>
+   <li><code title="handler-onloadeddata"><a href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" class="full-spec-link" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a></code></li>
+   <li><code title="handler-onloadedmetadata"><a href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" class="full-spec-link" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a></code></li>
+   <li><code title="handler-onloadstart"><a href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" class="full-spec-link" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a></code></li>
+   <li><code title="handler-onmousedown"><a href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" class="full-spec-link" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a></code></li>
+   <li><code title="handler-onmousemove"><a href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" class="full-spec-link" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a></code></li>
+   <li><code title="handler-onmouseout"><a href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" class="full-spec-link" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a></code></li>
+   <li><code title="handler-onmouseover"><a href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" class="full-spec-link" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a></code></li>
+   <li><code title="handler-onmouseup"><a href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" class="full-spec-link" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a></code></li>
+   <li><code title="handler-onmousewheel"><a href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" class="full-spec-link" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a></code></li>
+   <li><code title="handler-onpause"><a href="http://dev.w3.org/html5/spec/.html#handler-onpause" class="full-spec-link" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a></code></li>
+   <li><code title="handler-onplay"><a href="http://dev.w3.org/html5/spec/.html#handler-onplay" class="full-spec-link" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a></code></li>
+   <li><code title="handler-onplaying"><a href="http://dev.w3.org/html5/spec/.html#handler-onplaying" class="full-spec-link" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a></code></li>
+   <li><code title="handler-onprogress"><a href="http://dev.w3.org/html5/spec/.html#handler-onprogress" class="full-spec-link" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a></code></li>
+   <li><code title="handler-onratechange"><a href="http://dev.w3.org/html5/spec/.html#handler-onratechange" class="full-spec-link" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a></code></li>
+   <li><code title="handler-onreadystatechange"><a href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" class="full-spec-link" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a></code></li>
+   <li><code title="handler-onscroll"><a href="http://dev.w3.org/html5/spec/.html#handler-onscroll" class="full-spec-link" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code></li>
+   <li><code title="handler-onseeked"><a href="http://dev.w3.org/html5/spec/.html#handler-onseeked" class="full-spec-link" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a></code></li>
+   <li><code title="handler-onseeking"><a href="http://dev.w3.org/html5/spec/.html#handler-onseeking" class="full-spec-link" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a></code></li>
+   <li><code title="handler-onselect"><a href="http://dev.w3.org/html5/spec/.html#handler-onselect" class="full-spec-link" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a></code></li>
+   <li><code title="handler-onshow"><a href="http://dev.w3.org/html5/spec/.html#handler-onshow" class="full-spec-link" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a></code></li>
+   <li><code title="handler-onstalled"><a href="http://dev.w3.org/html5/spec/.html#handler-onstalled" class="full-spec-link" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a></code></li>
+   <li><code title="handler-onsubmit"><a href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" class="full-spec-link" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a></code></li>
+   <li><code title="handler-onsuspend"><a href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" class="full-spec-link" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a></code></li>
+   <li><code title="handler-ontimeupdate"><a href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" class="full-spec-link" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a></code></li>
+   <li><code title="handler-onvolumechange"><a href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" class="full-spec-link" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a></code></li>
+   <li><code title="handler-onwaiting"><a href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" class="full-spec-link" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a></code></li>
   </ul><p class="note">The attributes marked with an asterisk have a
   different meaning when specified on <code><a href="sections.html#the-body-element-0">body</a></code> elements as
   those elements expose <a href="webappapis.html#event-handlers">event handlers</a> of the
@@ -608,7 +608,7 @@
   <a href="dom.html#xml-documents">XML documents</a>.</p><p class="note">In HTML, the <code title="">xmlns</code> attribute
   has absolutely no effect. It is basically a talisman. It is allowed
   merely to make migration to and from XHTML mildly easier. When
-  parsed by an <a href="#html-parser">HTML parser</a>, the attribute ends up in no
+  parsed by an <a href="http://dev.w3.org/html5/spec/.html#html-parser" class="full-spec-link" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>, the attribute ends up in no
   namespace, not the "<code>http://www.w3.org/2000/xmlns/</code>"
   namespace like namespace declaration attributes in XML do.</p><p class="note">In XML, an <code title="">xmlns</code> attribute is
   part of the namespace declaration mechanism, and an element cannot
@@ -620,14 +620,14 @@
   element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The
   value must be unique amongst all the IDs in the element's <a href="infrastructure.html#home-subtree">home
   subtree</a> and must contain at least one character. The value
-  must not contain any <a href="#space-character" title="space character">space
+  must not contain any <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
   characters</a>.</p><!-- space characters are disallowed because space-separated lists
   of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's <a href="#concept-id" title="concept-id">unique
   identifier</a> can be used for a variety of purposes, most
   notably as a way to link to specific parts of a document using
   fragment identifiers, as a way to target an element when scripting,
   and as a way to style a specific element from CSS.</p><h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute
-  <a href="#represents">represents</a> advisory information for the element, such
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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
   be the image credit or a description of the image; on a paragraph,
@@ -702,7 +702,7 @@
   is either 'ltr' or 'rtl'. If the user agent supports CSS and the
   'direction' property on this element has a computed value of either
   'ltr' or 'rtl', then that is <a href="#the-directionality">the directionality</a> of the
-  element. Otherwise, if the element is <a href="#being-rendered">being rendered</a>,
+  element. Otherwise, if the element is <a href="http://dev.w3.org/html5/spec/.html#being-rendered" class="full-spec-link" title='Read about this "being rendered" reference in the full HTML5 spec.'>being rendered</a>,
   then <a href="#the-directionality">the directionality</a> of the element is the
   directionality used by the presentation layer, potentially
   determined from the value of the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>
@@ -711,7 +711,7 @@
   has the state <i>rtl</i>, the element's directionality is 'rtl'
   (right-to-left); and otherwise, the element's directionality is the
   same as its parent element, or 'ltr' if there is no parent
-  element.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a href="#dom-dir">dir</a></code> [ = <var title="">value</var> ]</dt>
+  element.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a href="http://dev.w3.org/html5/spec/.html#dom-dir" class="full-spec-link" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns <a href="dom.html#the-html-element">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute's value, if any.</p>
     <p>Can be set, to either "<code title="">ltr</code>" or "<code title="">rtl</code>", to replace <a href="dom.html#the-html-element">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> attribute's value.</p>
@@ -725,7 +725,7 @@
   <code title="attr-class"><a href="#classes">class</a></code> attribute specified.</p><p>The attribute, if specified, must have a value that is a
   <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a> representing the various
   classes that the element belongs to.</p><p class="note">Assigning classes to an element affects class
-  matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a href="#dom-document-getelementsbyclassname">getElementsByClassName()</a></code>
+  matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" class="full-spec-link" title='Read about this "getElementsByClassName()" reference in the full HTML5 spec.'>getElementsByClassName()</a></code>
   method in the DOM, and other such features.</p><p>There are no additional restrictions on the tokens authors can
   use in the <code title="attr-class"><a href="#classes">class</a></code> attribute, but
   authors are encouraged to use values that describe the nature of the
@@ -736,7 +736,7 @@
   attributes on any of their elements must still be comprehensible and
   usable if those attributes were removed.</p><p class="note">In particular, using the <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute to hide and show content,
   or to convey meaning that is otherwise not included in the document,
-  is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> attribute.)</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a href="#dom-style">style</a></code></dt>
+  is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> attribute.)</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a href="http://dev.w3.org/html5/spec/.html#dom-style" class="full-spec-link" title='Read about this "style" reference in the full HTML5 spec.'>style</a></code></dt>
    <dd>
     <p>Returns a <code>CSSStyleDeclaration</code> object for the element's <code title="attr-style"><a href="#the-style-attribute">style</a></code> attribute.</p>
    </dd>
@@ -785,10 +785,10 @@
 
   </div><p>Every <a href="infrastructure.html#html-elements" title="HTML elements">HTML element</a> may have
   any number of <a href="#custom-data-attribute" title="custom data attribute">custom data
-  attributes</a> specified, with any value.</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a href="#dom-dataset">dataset</a></code></dt>
+  attributes</a> specified, with any value.</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a href="http://dev.w3.org/html5/spec/.html#dom-dataset" class="full-spec-link" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code></dt>
    <dd>
 
-    <p>Returns a <code><a href="#domstringmap">DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes.</p>
+    <p>Returns a <code><a href="http://dev.w3.org/html5/spec/.html#domstringmap" class="full-spec-link" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes.</p>
 
     <p>Hyphenated names become camel-cased. For example, <code title="">data-foo-bar=""</code> becomes <code title="">element.dataset.fooBar</code>.</p>
 
@@ -857,7 +857,7 @@
    must implement.</dd>
 
   </dl><p>This is then followed by a description of what the element
-  <a href="#represents">represents</a>, along with any additional normative
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>, along with any additional normative
   conformance criteria that may apply to authors. Examples are sometimes
   also included.</p><h5 id="attributes"><span class="secno">3.2.4.1 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p id="attribute-text">Except where otherwise specified, attributes
   on <a href="infrastructure.html#html-elements">HTML elements</a> may have any string value, including

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- urls.html	2 Jul 2010 23:07:35 -0000	1.46
+++ urls.html	7 Jul 2010 08:58:15 -0000	1.47
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.5 URLs &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>2.5 URLs &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -330,24 +330,22 @@
    <li><p>The <a href="#url">URL</a> is a valid IRI reference and its query
    component contains no unescaped non-ASCII characters. <a href="references.html#refsRFC3987">[RFC3987]</a></p></li>
 
-   <li><p>The <a href="#url">URL</a> is a valid IRI reference and the <a href="#document-s-character-encoding" title="document's character encoding">character encoding</a> of
-   the URL's <code><a href="#document">Document</a></code> is UTF-8 or UTF-16. <a href="references.html#refsRFC3987">[RFC3987]</a></p></li>
+   <li><p>The <a href="#url">URL</a> is a valid IRI reference and the <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title='Read about this "character encoding" reference in the full HTML5 spec.' class="full-spec-link">character encoding</a> of
+   the URL's <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" 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></p></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">valid URL</a> but it is not the empty string.</p><p>A string is a <dfn id="valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by
-  spaces</dfn> if, after <a href="#strip-leading-and-trailing-whitespace" title="strip leading and trailing
-  whitespace">stripping leading and trailing whitespace</a> from
+  spaces</dfn> if, after <a href="http://dev.w3.org/html5/spec/.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.' class="full-spec-link">stripping leading and trailing whitespace</a> from
   it, it is a <a href="#valid-url">valid URL</a>.</p><p>A string is a <dfn id="valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by
-  spaces</dfn> if, after <a href="#strip-leading-and-trailing-whitespace" title="strip leading and trailing
-  whitespace">stripping leading and trailing whitespace</a> from
-  it, it is a <a href="#valid-non-empty-url">valid non-empty URL</a>.</p><p>A <a href="#url">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a href="#resolve-a-url" title="resolve a url">resolving</a> it results in the same output
+  spaces</dfn> if, after <a href="http://dev.w3.org/html5/spec/.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.' class="full-spec-link">stripping leading and trailing whitespace</a> from
+  it, it is a <a href="#valid-non-empty-url">valid non-empty URL</a>.</p><p>A <a href="#url">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving" reference in the full HTML5 spec.' class="full-spec-link">resolving</a> it results in the same output
   regardless of what it is resolved relative to, and that output is
   not a failure.</p><p>An <a href="#absolute-url">absolute URL</a> is a <dfn id="hierarchical-url">hierarchical URL</dfn> if,
-  when <a href="#resolve-a-url" title="resolve a url">resolved</a> and then <a href="#parse-a-url" title="parse a url">parsed</a>, there is a character immediately
-  after the <a href="#url-scheme" title="url-scheme">&lt;scheme&gt;</a> component
+  when <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.' class="full-spec-link">resolved</a> and then <a href="http://dev.w3.org/html5/spec/.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.' class="full-spec-link">parsed</a>, there is a character immediately
+  after the <a href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "&lt;scheme&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;scheme&gt;</a> component
   and it is a U+002F SOLIDUS character (/).</p><p>An <a href="#absolute-url">absolute URL</a> is an <dfn id="authority-based-url">authority-based URL</dfn>
-  if, when <a href="#resolve-a-url" title="resolve a url">resolved</a> and then <a href="#parse-a-url" title="parse a url">parsed</a>, there are two characters
-  immediately after the <a href="#url-scheme" title="url-scheme">&lt;scheme&gt;</a>
+  if, when <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.' class="full-spec-link">resolved</a> and then <a href="http://dev.w3.org/html5/spec/.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.' class="full-spec-link">parsed</a>, there are two characters
+  immediately after the <a href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "&lt;scheme&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;scheme&gt;</a>
   component and they are both U+002F SOLIDUS characters (//).</p><hr><p>This specification defines the URL
   <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though
   unresolvable, <code title="">about:</code> URI, for use in <a href="syntax.html#syntax-doctype" title="syntax-doctype">DOCTYPE</a>s in <a href="dom.html#html-documents">HTML
@@ -362,19 +360,19 @@
   herein is really called something else altogether. This is a
   <a href="introduction.html#willful-violation">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a></p><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL
   attributes</dfn> will have seven attributes with the following
-  definitions:</p><pre class="idl extract">           attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-uda-host" title="dom-uda-host">host</a>;
-           attribute DOMString <a href="#dom-uda-hostname" title="dom-uda-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-uda-port" title="dom-uda-port">port</a>;
-           attribute DOMString <a href="#dom-uda-pathname" title="dom-uda-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-uda-search" title="dom-uda-search">search</a>;
-           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
+  definitions:</p><pre class="idl extract">           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.' class="full-spec-link">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.' class="full-spec-link">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-hostname" title='Read about this "hostname" reference in the full HTML5 spec.' class="full-spec-link">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-port" title='Read about this "port" reference in the full HTML5 spec.' class="full-spec-link">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-pathname" title='Read about this "pathname" reference in the full HTML5 spec.' class="full-spec-link">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.' class="full-spec-link">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-uda-hash" title='Read about this "hash" reference in the full HTML5 spec.' class="full-spec-link">hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" class="full-spec-link" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current scheme of the underlying URL.</p>
     <p>Can be set, to change the underlying URL's scheme.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-host"><a href="#dom-uda-host">host</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-host"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-host" class="full-spec-link" title='Read about this "host" reference in the full HTML5 spec.'>host</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current host and port (if it's not the default port) in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's host and port.</p>
@@ -383,31 +381,31 @@
     port.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-hostname"><a href="#dom-uda-hostname">hostname</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-hostname"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-hostname" class="full-spec-link" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current host in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's host.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-port"><a href="#dom-uda-port">port</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-port"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-port" class="full-spec-link" title='Read about this "port" reference in the full HTML5 spec.'>port</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current port in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's port.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-pathname"><a href="#dom-uda-pathname">pathname</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-pathname"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-pathname" class="full-spec-link" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current path in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's path.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-search"><a href="#dom-uda-search">search</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-search" class="full-spec-link" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current query component in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's query component.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-hash"><a href="#dom-uda-hash">hash</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-hash"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-hash" class="full-spec-link" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current fragment identifier in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's fragment identifier.</p>
@@ -415,25 +413,25 @@
 
   </dl><div class="example">
 
-   <p>The table below demonstrates how the getter  for <code title="dom-uda-search"><a href="#dom-uda-search">search</a></code> results in different results
+   <p>The table below demonstrates how the getter  for <code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-search" class="full-spec-link" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> results in different results
    depending on the exact original syntax of the URL:</p>
 
    <table><thead><tr><th> Input URL
-      </th><th> <code title="dom-uda-search"><a href="#dom-uda-search">search</a></code> value
+      </th><th> <code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/.html#dom-uda-search" class="full-spec-link" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> value
       </th><th> Explanation
     </th></tr></thead><tbody><tr><td> <code title="">http://example.com/</code>
       </td><td> <i>empty string</i>
-      </td><td> No <a href="#url-query" title="url-query">&lt;query&gt;</a> component in input URL.
+      </td><td> No <a href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "&lt;query&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;query&gt;</a> component in input URL.
      </td></tr><tr><td> <code title="">http://example.com/?</code>
       </td><td> <code title="">?</code>
-      </td><td> There is a <a href="#url-query" title="url-query">&lt;query&gt;</a> component, but it is empty.
+      </td><td> There is a <a href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "&lt;query&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;query&gt;</a> component, but it is empty.
            
      </td></tr><tr><td> <code title="">http://example.com/?test</code>
       </td><td> <code title="">?test</code>
-      </td><td> The <a href="#url-query" title="url-query">&lt;query&gt;</a> component has the value "<code title="">test</code>".
+      </td><td> The <a href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "&lt;query&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;query&gt;</a> component has the value "<code title="">test</code>".
      </td></tr><tr><td> <code title="">http://example.com/?test#</code>
       </td><td> <code title="">?test</code>
-      </td><td> The (empty) <a href="#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component is not part of the <a href="#url-query" title="url-query">&lt;query&gt;</a> component.
+      </td><td> The (empty) <a href="http://dev.w3.org/html5/spec/.html#url-fragment" title='Read about this "&lt;fragment&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;fragment&gt;</a> component is not part of the <a href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "&lt;query&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;query&gt;</a> component.
    </td></tr></tbody></table></div><h3 id="common-dom-interfaces"><span class="secno">2.6 </span>Common DOM interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6.1 </span>Reflecting content attributes in IDL attributes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a
   particular content attribute. This means that on getting, the IDL
   attribute returns the current value of the content attribute, and on
@@ -448,7 +446,7 @@
   lists of DOM nodes. Collectively, objects implementing these
   interfaces are called <dfn id="collections">collections</dfn>.</p><p>When a <a href="#collections" title="collections">collection</a> is created, a
   filter and a root are associated with the collection.</p><p class="example">For example, when the <code><a href="#htmlcollection">HTMLCollection</a></code>
-  object for the <code title="dom-document-images"><a href="#dom-document-images">document.images</a></code> attribute is
+  object for the <code title="dom-document-images"><a href="http://dev.w3.org/html5/spec/.html#dom-document-images" class="full-spec-link" 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">img</a></code> elements, and rooted at the root of the
   document.</p><p>The <a href="#collections" title="collections">collection</a> then <dfn id="represented-by-the-collection" title="represented by the collection">represents</dfn> a
@@ -456,15 +454,15 @@
   root, containing only nodes that match the given filter. The view is
   linear. </p><h5 id="htmlcollection-0"><span class="secno">2.6.2.1 </span>HTMLCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlcollection">HTMLCollection</a></code> interface represents a generic
   <a href="#collections" title="collections">collection</a> of elements.</p><pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> {
-  readonly attribute unsigned long <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a>;
-  caller getter object <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>(in unsigned long index); // only returns Element
-  caller getter object <a href="#dom-htmlcollection-nameditem" title="dom-HTMLCollection-namedItem">namedItem</a>(in DOMString name); // only returns Element
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="#dom-htmlcollection-length">length</a></code></dt>
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  caller getter object <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>(in unsigned long index); // only returns Element
+  caller getter object <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name); // only returns Element
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -472,33 +470,33 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the first item with <a href="elements.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var>
     from the collection.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or name could be found.</p>
-    <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>,
-    <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="#frame">frame</a></code>,
-    <code><a href="#frameset">frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and
+    <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-applet-element" class="full-spec-link" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>,
+    <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#frame" class="full-spec-link" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
+    <code><a href="http://dev.w3.org/html5/spec/.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and
     <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements can have a name for the purpose of
     this method; their name is given by the value of their <code title="">name</code> attribute.</p>
    </dd>
   </dl><h5 id="htmlallcollection-0"><span class="secno">2.6.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code> interface represents a generic
   <a href="#collections" title="collections">collection</a> of elements just like
-  <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method
+  <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" class="full-spec-link" title='Read about this "namedItem()" reference in the full HTML5 spec.'>namedItem()</a></code> method
   returns an <code><a href="#htmlcollection">HTMLCollection</a></code> object when there are
   multiple matching elements.</p><pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
-  // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>()
-  caller getter object <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
-  <a href="#htmlallcollection">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(in DOMString tagName);
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="#dom-htmlcollection-length">length</a></code></dt>
+  // inherits <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a> and <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>()
+  caller getter object <a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  <a href="#htmlallcollection">HTMLAllCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.' class="full-spec-link">tags</a>(in DOMString tagName);
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -506,22 +504,22 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with <a href="elements.html#concept-id" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p>
     <p>If there are multiple matching items, then an <code><a href="#htmlallcollection">HTMLAllCollection</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or name could be found.</p>
-    <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>,
-    <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="#frame">frame</a></code>,
-    <code><a href="#frameset">frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and
+    <p>Only <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-applet-element" class="full-spec-link" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element">area</a></code>,
+    <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>, <code><a href="forms.html#the-form-element">form</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#frame" class="full-spec-link" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
+    <code><a href="http://dev.w3.org/html5/spec/.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, and
     <code><a href="the-iframe-element.html#the-object-element">object</a></code> elements can have a name for the purpose of
     this method; their name is given by the value of their <code title="">name</code> attribute.</p>
    </dd>
 
-   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-tags"><a href="#dom-htmlallcollection-tags">tags</a></code>(<var title="">tagName</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-tags"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-tags" class="full-spec-link" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a></code>(<var title="">tagName</var>)</dt>
    <dd>
     <p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p>
    </dd>
@@ -529,18 +527,18 @@
   </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#htmlformcontrolscollection">HTMLFormControlsCollection</a></code> interface represents
   a <a href="#collections" title="collections">collection</a> of <a href="forms.html#category-listed" title="category-listed">listed elements</a> in <code><a href="forms.html#the-form-element">form</a></code>
   and <code><a href="forms.html#the-fieldset-element">fieldset</a></code> elements.</p><pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
-  // inherits <a href="#dom-htmlcollection-length" title="dom-HTMLCollection-length">length</a> and <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>()
-  caller getter object <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  // inherits <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a> and <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>()
+  caller getter object <a href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name); // overrides inherited namedItem()
 };
 
-interface <dfn id="radionodelist">RadioNodeList</dfn> : <a href="#nodelist">NodeList</a> {
-          attribute DOMString <a href="#dom-radionodelist-value" title="dom-RadioNodeList-value">value</a>;
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="#dom-htmlcollection-length">length</a></code></dt>
+interface <dfn id="radionodelist">RadioNodeList</dfn> : <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> {
+          attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-radionodelist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -548,8 +546,8 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
@@ -568,20 +566,20 @@
   list of <code><a href="the-button-element.html#the-option-element">option</a></code> elements. It is always rooted on a
   <code><a href="the-button-element.html#the-select-element">select</a></code> element and has attributes and methods that
   manipulate that element's descendants.</p><pre class="idl">interface <dfn id="htmloptionscollection">HTMLOptionsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
-  // inherits <a href="#dom-htmlcollection-item" title="dom-HTMLCollection-item">item</a>()
-           attribute unsigned long <a href="#dom-htmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
-  caller getter object <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(in DOMString name); // overrides inherited namedItem()
-  void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before);
-  void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before);
-  void <a href="#dom-htmloptionscollection-remove" title="dom-HTMLOptionsCollection-remove">remove</a>(in long index);
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a href="#dom-htmloptionscollection-length">length</a></code> [ = <var title="">value</var> ]</dt>
+  // inherits <a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>()
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>; // overrides inherited length
+  caller getter object <a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-remove" title='Read about this "remove" reference in the full HTML5 spec.' class="full-spec-link">remove</a>(in long index);
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
     <p>When set to a smaller number, truncates the number of <code><a href="the-button-element.html#the-option-element">option</a></code> elements in the corresponding container.</p>
     <p>When set to a greater number, adds new blank <code><a href="the-button-element.html#the-option-element">option</a></code> elements to that container.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -589,17 +587,17 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-option-name"><a href="obsolete.html#attr-option-name">name</a></code> <var title="">name</var> from the collection.</p>
-    <p>If there are multiple matching items, then a <code><a href="#nodelist">NodeList</a></code> object containing all those elements is returned.</p>
+    <p>If there are multiple matching items, then a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> could be found.</p>
    </dd>
 
-   <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a href="#dom-htmloptionscollection-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt>
+   <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" class="full-spec-link" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt>
    <dd>
     <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p>
     <p>The <var title="">before</var> argument can be a number, in
@@ -620,47 +618,47 @@
   space-separated tokens</a>.</p><p class="note"><code><a href="#domtokenlist">DOMTokenList</a></code> objects are always
   <a href="infrastructure.html#case-sensitive">case-sensitive</a>, even when the underlying string might
   ordinarily be treated in a case-insensitive manner.</p><pre class="idl">interface <dfn id="domtokenlist">DOMTokenList</dfn> {
-  readonly attribute unsigned long <a href="#dom-tokenlist-length" title="dom-tokenlist-length">length</a>;
-  getter DOMString <a href="#dom-tokenlist-item" title="dom-tokenlist-item">item</a>(in unsigned long index);
-  boolean <a href="#dom-tokenlist-contains" title="dom-tokenlist-contains">contains</a>(in DOMString token);
-  void <a href="#dom-tokenlist-add" title="dom-tokenlist-add">add</a>(in DOMString token);
-  void <a href="#dom-tokenlist-remove" title="dom-tokenlist-remove">remove</a>(in DOMString token);
-  boolean <a href="#dom-tokenlist-toggle" title="dom-tokenlist-toggle">toggle</a>(in DOMString token);
-  <a href="#dom-tokenlist-tostring" title="dom-tokenlist-toString">stringifier</a> DOMString ();
-};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-tokenlist-length"><a href="#dom-tokenlist-length">length</a></code></dt>
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  getter DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>(in unsigned long index);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.' class="full-spec-link">contains</a>(in DOMString token);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in DOMString token);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.' class="full-spec-link">remove</a>(in DOMString token);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.' class="full-spec-link">toggle</a>(in DOMString token);
+  <a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.' class="full-spec-link">stringifier</a> DOMString ();
+};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-tokenlist-length"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of tokens in the string.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-item"><a href="#dom-tokenlist-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-item"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">tokenlist</var>[<var title="">index</var>]</dt>
    <dd>
     <p>Returns the token with index <var title="">index</var>. The tokens are returned in the order they are found in the underlying string.</p>
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a href="#dom-tokenlist-contains">contains</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-contains" class="full-spec-link" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Returns true if the <var title="">token</var> is present; false otherwise.</p>
     <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a href="#dom-tokenlist-add">add</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-add" class="full-spec-link" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var>, unless it is already present.</p>
     <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a href="#dom-tokenlist-remove">remove</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-remove" class="full-spec-link" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Removes <var title="">token</var> if it is present.</p>
     <p>Throws a <code><a href="#syntax_err">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a href="#dom-tokenlist-toggle">toggle</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-toggle" class="full-spec-link" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var> if it is not present, or removes
     it if it is. Returns true if <var title="">token</var> is now
@@ -673,18 +671,18 @@
   </dl><h4 id="domsettabletokenlist-0"><span class="secno">2.6.4 </span>DOMSettableTokenList</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domsettabletokenlist">DOMSettableTokenList</a></code> interface is the same as the
   <code><a href="#domtokenlist">DOMTokenList</a></code> interface, except that it allows the
   underlying string to be directly changed.</p><pre class="idl">interface <dfn id="domsettabletokenlist">DOMSettableTokenList</dfn> : <a href="#domtokenlist">DOMTokenList</a> {
-            attribute DOMString <a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>;
-};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-DOMSettableTokenList-value"><a href="#dom-domsettabletokenlist-value">value</a></code></dt>
+            attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
+};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-DOMSettableTokenList-value"><a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code></dt>
    <dd>
     <p>Returns the underlying string.</p>
     <p>Can be set, to change the underlying string.</p>
    </dd>
 
-  </dl><h4 id="domstringmap-0"><span class="secno">2.6.5 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#domstringmap">DOMStringMap</a></code> interface represents a set of
+  </dl><h4 id="domstringmap-0"><span class="secno">2.6.5 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="http://dev.w3.org/html5/spec/.html#domstringmap" class="full-spec-link" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> interface represents a set of
   name-value pairs. It exposes these using the scripting language's
   native mechanisms for property access.</p><div class="example">
 
-   <p>The <code title="dom-dataset"><a href="#dom-dataset">dataset</a></code> attribute on
+   <p>The <code title="dom-dataset"><a href="http://dev.w3.org/html5/spec/.html#dom-dataset" class="full-spec-link" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code> attribute on
    elements exposes the <code title="attr-data-*"><a href="elements.html#attr-data">data-*</a></code>
    attributes on the element.</p>
 
@@ -718,7 +716,7 @@
   strings</a>. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>Authors are strongly discouraged from using these, as they are
   notoriously unreliable and imprecise. Authors are encouraged to rely
   on explicit feature testing or the graceful degradation behavior
-  intrinsic to some of the features in this specification.</p><h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code><a href="#domexception">DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
+  intrinsic to some of the features in this specification.</p><h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following are <code><a href="http://dev.w3.org/html5/spec/.html#domexception" class="full-spec-link" title='Read about this "DOMException" reference in the full HTML5 spec.'>DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value="2"><dfn id="domstring_size_err"><code>DOMSTRING_SIZE_ERR</code></dfn></li>
    <li value="3"><dfn id="hierarchy_request_err"><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
    <li value="4"><dfn id="wrong_document_err"><code>WRONG_DOCUMENT_ERR</code></dfn></li>

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- iana.html	2 Jul 2010 23:07:31 -0000	1.42
+++ iana.html	7 Jul 2010 08:58:11 -0000	1.43
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>11 IANA considerations &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>11 IANA considerations &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="obsolete.html" title="10 Obsolete features" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="obsolete.html" title="10 Obsolete features" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="index.html" title="Index" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -339,7 +339,7 @@
     <dl><dt><code title="">charset</code></dt>
      <dd>
       <p>The <code title="">charset</code> parameter may be provided
-      to definitively specify the <a href="#document-s-character-encoding">document's character
+      to definitively specify the <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" class="full-spec-link" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character
       encoding</a>, overriding any <a href="semantics.html#character-encoding-declaration" title="character encoding
       declaration">character encoding declarations</a> in the
       document. The parameter's value must be the name of the
@@ -435,7 +435,7 @@
    <dt>Change controller:</dt>
    <dd>W3C</dd>
   </dl><p>Fragment identifiers used with <code><a href="#text-html">text/html</a></code> resources
-  refer to <a href="#the-indicated-part-of-the-document">the indicated part of the document</a>.</p><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 href="http://dev.w3.org/html5/spec/.html#the-indicated-part-of-the-document" class="full-spec-link" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the document</a>.</p><h3 id="text-html-sandboxed"><span class="secno">11.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org
    Subject: Registration of media type text/html-sandboxed
@@ -455,7 +455,7 @@
     is to provide a way for content providers to indicate that they
     want the file to be interpreted in a manner that does not give the
     file's contents access to the rest of the site. This is achieved
-    by assigning the <code><a href="#document">Document</a></code> objects generated from
+    by assigning the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects generated from
     resources labeled as <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> unique
     origins.</p>
     <p>To avoid having legacy user agents treating resources labeled
@@ -498,7 +498,7 @@
    <dt>Change controller:</dt>
    <dd>WHATWG</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
+  resources refer to <a href="http://dev.w3.org/html5/spec/.html#the-indicated-part-of-the-document" class="full-spec-link" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the
   document</a>.</p><h3 id="application-xhtml-xml"><span class="secno">11.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -d -r1.587 -r1.588
--- forms.html	2 Jul 2010 23:07:30 -0000	1.587
+++ forms.html	7 Jul 2010 08:58:10 -0000	1.588
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10 Forms &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10 Forms &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-input-element.html" title="4.10.7 The input element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -504,7 +504,7 @@
   <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute.</p><p>Multiple controls can have the same name; for example, here we
   give all the checkboxes the same name, and the server distinguishes
   which checkbox was checked by seeing which values are submitted with
-  that name &#8212; like the radio buttons, they are also given unique
+  that name &#226;&#128;&#148; like the radio buttons, they are also given unique
   values with the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code>
   attribute.</p><p>Given the settings in the previous section, this all becomes:</p><pre>&lt;form<strong> method="post"
       enctype="application/x-www-form-urlencoded"
@@ -598,7 +598,7 @@
   content</a>, and <a href="content-models.html#interactive-content">interactive content</a>.</p><p>A number of the elements are <dfn id="form-associated-element" title="form-associated
   element">form-associated elements</dfn>, which means they can have a
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a> and, to expose this, have a <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> content attribute with a matching
-  <code title="dom-fae-form"><a href="#dom-fae-form">form</a></code> IDL attribute.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element">button</a></code></li>
+  <code title="dom-fae-form"><a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" class="full-spec-link" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code> IDL attribute.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element">button</a></code></li>
    <li><code><a href="#the-fieldset-element">fieldset</a></code></li>
    <li><code><a href="the-input-element.html#the-input-element">input</a></code></li>
    <li><code><a href="the-button-element.html#the-keygen-element">keygen</a></code></li>
@@ -614,8 +614,8 @@
 
    <dd>
 
-    <p>Denotes elements that are listed in the <code title="dom-form-elements"><a href="#dom-form-elements"><var title="">form</var>.elements</a></code>
-    and <code title="dom-fieldset-elements"><a href="#dom-fieldset-elements"><var title="">fieldset</var>.elements</a></code> APIs.</p>
+    <p>Denotes elements that are listed in the <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" class="full-spec-link" title='Read about this "form.elements" reference in the full HTML5 spec.'><var title="">form</var>.elements</a></code>
+    and <code title="dom-fieldset-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-fieldset-elements" class="full-spec-link" title='Read about this "fieldset.elements" reference in the full HTML5 spec.'><var title="">fieldset</var>.elements</a></code> APIs.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element">button</a></code></li>
@@ -650,8 +650,8 @@
 
    <dd>
 
-    <p>Denotes elements that can be used for <a href="#constructing-form-data-set">constructing the form data
-    set</a> when a <code><a href="#the-form-element">form</a></code> element is <a href="#concept-form-submit" title="concept-form-submit">submitted</a>.</p>
+    <p>Denotes elements that can be used for <a href="http://dev.w3.org/html5/spec/.html#constructing-form-data-set" class="full-spec-link" title='Read about this "constructing the form data set" reference in the full HTML5 spec.'>constructing the form data
+    set</a> when a <code><a href="#the-form-element">form</a></code> element is <a href="http://dev.w3.org/html5/spec/.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.' class="full-spec-link">submitted</a>.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element">button</a></code></li>
@@ -667,7 +667,7 @@
    <dd>
 
     <p>Denotes elements that can be affected when a <code><a href="#the-form-element">form</a></code>
-    element is <a href="#concept-form-reset" title="concept-form-reset">reset</a>.</p>
+    element is <a href="http://dev.w3.org/html5/spec/.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.' class="full-spec-link">reset</a>.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-input-element.html#the-input-element">input</a></code></li>
@@ -702,29 +702,29 @@
    <dd>
 <pre class="idl">[OverrideBuiltins]
 interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
-           attribute DOMString <a href="#dom-fs-action" title="dom-fs-action">action</a>;
-           attribute DOMString <a href="#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
-           attribute DOMString <a href="#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
-           attribute DOMString <a href="#dom-fs-method" title="dom-fs-method">method</a>;
-           attribute DOMString <a href="#dom-form-name" title="dom-form-name">name</a>;
-           attribute boolean <a href="#dom-fs-novalidate" title="dom-fs-noValidate">noValidate</a>;
-           attribute DOMString <a href="#dom-fs-target" title="dom-fs-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-form-acceptcharset" title='Read about this "acceptCharset" reference in the full HTML5 spec.' class="full-spec-link">acceptCharset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-action" title='Read about this "action" reference in the full HTML5 spec.' class="full-spec-link">action</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-form-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.' class="full-spec-link">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.' class="full-spec-link">enctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.' class="full-spec-link">method</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.' class="full-spec-link">noValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.' class="full-spec-link">target</a>;
 
-  readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
-  readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  caller getter any <a href="#dom-form-item" title="dom-form-item">item</a>(in unsigned long index);
-  caller getter any <a href="#dom-form-nameditem" title="dom-form-namedItem">namedItem</a>(in DOMString name);
+  readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.' class="full-spec-link">elements</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  caller getter any <a href="http://dev.w3.org/html5/spec/.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>(in unsigned long index);
+  caller getter any <a href="http://dev.w3.org/html5/spec/.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name);
 
-  void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
-  void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();
-  boolean <a href="#dom-form-checkvalidity" title="dom-form-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.' class="full-spec-link">submit</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.' class="full-spec-link">reset</a>();
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
 
-  void <a href="#dom-form-dispatchforminput" title="dom-form-dispatchFormInput">dispatchFormInput</a>();
-  void <a href="#dom-form-dispatchformchange" title="dom-form-dispatchFormChange">dispatchFormChange</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.' class="full-spec-link">dispatchFormInput</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.' class="full-spec-link">dispatchFormChange</a>();
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-form-element">form</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-form-element">form</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   collection of <a href="#form-associated-element" title="form-associated element">form-associated
   elements</a>, some of which can represent editable values that
   can be submitted to a server for processing.</p><p>The <dfn id="attr-form-accept-charset" title="attr-form-accept-charset"><code>accept-charset</code></dfn>
@@ -734,9 +734,9 @@
   <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name">preferred
   MIME name</a> of an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character
   encoding</a>. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p><p>The <dfn id="attr-form-name" title="attr-form-name"><code>name</code></dfn> attribute
-  represents the <code><a href="#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection. The value must
+  represents the <code><a href="#the-form-element">form</a></code>'s name within the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" class="full-spec-link" 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">form</a></code> elements in the <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection that it is in, if
+  <code><a href="#the-form-element">form</a></code> elements in the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" class="full-spec-link" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if
   any.</p><p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn>
   attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The attribute has
   two states. The <code title="attr-form-autocomplete-on">on</code>
@@ -746,10 +746,10 @@
   state. The attribute may also be omitted. The <i>missing value
   default</i> is the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state. The <a href="#attr-form-autocomplete-off-state" title="attr-form-autocomplete-off-state">off</a> state indicates
   that by default, <code><a href="the-input-element.html#the-input-element">input</a></code> elements in the form will have
-  their <a href="#resulting-autocompletion-state">resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state indicates
+  their <a href="http://dev.w3.org/html5/spec/.html#resulting-autocompletion-state" class="full-spec-link" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" title="attr-form-autocomplete-on-state">on</a> state indicates
   that by default, <code><a href="the-input-element.html#the-input-element">input</a></code> elements in the form will have
-  their <a href="#resulting-autocompletion-state">resulting autocompletion state</a> set to <i title="">on</i>.</p><p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission">attributes
-  for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt>
+  their <a href="http://dev.w3.org/html5/spec/.html#resulting-autocompletion-state" class="full-spec-link" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.</p><p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission">attributes
+  for form submission</a>.</p><dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" class="full-spec-link" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
 
    <dd>
 
@@ -758,7 +758,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-length"><a href="#dom-form-length">length</a></code></dt>
+   <dt><var title="">form</var> . <code title="dom-form-length"><a href="http://dev.w3.org/html5/spec/.html#dom-form-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -767,7 +767,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-item"><a href="#dom-form-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-item"><a href="http://dev.w3.org/html5/spec/.html#dom-form-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">form</var>[<var title="">index</var>]</dt>
    <dt><var title="">form</var>(<var title="">index</var>)</dt>
 
@@ -778,7 +778,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-namedItem"><a href="#dom-form-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-namedItem"><a href="http://dev.w3.org/html5/spec/.html#dom-form-nameditem" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">form</var>[<var title="">name</var>]</dt>
    <dt><var title="">form</var>(<var title="">name</var>)</dt>
 
@@ -790,17 +790,17 @@
     <p>Once an element has been referenced using a particular name,
     that name will continue being available as a way to reference that
     element in this method, even if the element's actual ID or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> changes, for as long as the
-    element remains in the <code><a href="#document">Document</a></code>.</p>
+    element remains in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
-    <code><a href="#nodelist">NodeList</a></code> object containing all those elements is
+    <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is
     returned.</p>
 
     <p>Returns null if no element with that <a href="elements.html#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code> could be found.</p>
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-submit"><a href="#dom-form-submit">submit</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-submit"><a href="http://dev.w3.org/html5/spec/.html#dom-form-submit" class="full-spec-link" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a></code>()</dt>
 
    <dd>
 
@@ -808,7 +808,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-reset"><a href="#dom-form-reset">reset</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-reset"><a href="http://dev.w3.org/html5/spec/.html#dom-form-reset" class="full-spec-link" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a></code>()</dt>
 
    <dd>
 
@@ -816,7 +816,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="#dom-form-checkvalidity">checkValidity</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="http://dev.w3.org/html5/spec/.html#dom-form-checkvalidity" class="full-spec-link" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -825,7 +825,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-dispatchFormInput"><a href="#dom-form-dispatchforminput">dispatchFormInput</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-dispatchFormInput"><a href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchforminput" class="full-spec-link" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a></code>()</dt>
 
    <dd>
 
@@ -833,7 +833,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-dispatchFormChange"><a href="#dom-form-dispatchformchange">dispatchFormChange</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-dispatchFormChange"><a href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchformchange" class="full-spec-link" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a></code>()</dt>
 
    <dd>
 
@@ -868,22 +868,22 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlfieldsetelement">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-fieldset-disabled" title="dom-fieldset-disabled">disabled</a>;
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fieldset-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
 
-  readonly attribute DOMString <a href="#dom-fieldset-type" title="dom-fieldset-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
 
-  readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="#dom-fieldset-elements" title="dom-fieldset-elements">elements</a>;
+  readonly attribute <a href="urls.html#htmlformcontrolscollection">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.' class="full-spec-link">elements</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-fieldset-element">fieldset</a></code> element <a href="#represents">represents</a> a set
+  </dl><p>The <code><a href="#the-fieldset-element">fieldset</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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><p>The name of the group is given by the first <code><a href="#the-legend-element">legend</a></code>
   element that is a child of the <code><a href="#the-fieldset-element">fieldset</a></code> element, if
   any. The remainder of the descendants form the group.</p><p>The <dfn id="attr-fieldset-disabled" title="attr-fieldset-disabled"><code>disabled</code></dfn>
@@ -893,7 +893,7 @@
   <code><a href="#the-legend-element">legend</a></code> element child, if any, to be <a href="association-of-controls-and-forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-fieldset-element">fieldset</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>
-  attribute represents the element's name.</p><dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a href="#dom-fieldset-type">type</a></code></dt>
+  attribute represents the element's name.</p><dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a href="http://dev.w3.org/html5/spec/.html#dom-fieldset-type" class="full-spec-link" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -901,7 +901,7 @@
 
    </dd>
 
-   <dt><var title="">fieldset</var> . <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt>
+   <dt><var title="">fieldset</var> . <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" class="full-spec-link" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
 
    <dd>
 
@@ -938,12 +938,12 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmllegendelement">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#dom-legend-form" title="dom-legend-form">form</a>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-legend-element">legend</a></code> element <a href="#represents">represents</a> a caption
+  </dl><p>The <code><a href="#the-legend-element">legend</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption
   for the rest of the contents of the <code><a href="#the-legend-element">legend</a></code> element's
-  parent <code><a href="#the-fieldset-element">fieldset</a></code> element.</p><dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="#dom-legend-form">form</a></code></dt>
+  parent <code><a href="#the-fieldset-element">fieldset</a></code> element.</p><dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="http://dev.w3.org/html5/spec/.html#dom-legend-form" class="full-spec-link" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -960,7 +960,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="content-models.html#phrasing-content">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd><a href="content-models.html#phrasing-content">Phrasing content</a>, but with no descendant <a href="#category-label" title="category-label">labelable form-associated elements</a> unless it is the element's <a href="#labeled-control">labeled control</a>, and no descendant <code><a href="#the-label-element">label</a></code> elements.</dd>
+   <dd><a href="content-models.html#phrasing-content">Phrasing content</a>, but with no descendant <a href="#category-label" title="category-label">labelable form-associated elements</a> unless it is the element's <a href="http://dev.w3.org/html5/spec/.html#labeled-control" class="full-spec-link" title='Read about this "labeled control" reference in the full HTML5 spec.'>labeled control</a>, and no descendant <code><a href="#the-label-element">label</a></code> elements.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code></dd>
@@ -968,20 +968,20 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmllabelelement">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-label-htmlfor" title="dom-label-htmlFor">htmlFor</a>;
-  readonly attribute <a href="elements.html#htmlelement">HTMLElement</a> <a href="#dom-label-control" title="dom-label-control">control</a>;
+  readonly attribute <a href="#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-label-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.' class="full-spec-link">htmlFor</a>;
+  readonly attribute <a href="elements.html#htmlelement">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.' class="full-spec-link">control</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-label-element">label</a></code> <a href="#represents">represents</a> a caption in a
+  </dl><p>The <code><a href="#the-label-element">label</a></code> <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">for</a></code> attribute, or by putting the form
   control inside the <code><a href="#the-label-element">label</a></code> element itself.</p><p>The <dfn id="attr-label-for" title="attr-label-for"><code>for</code></dfn> attribute
   may be specified to indicate a form control with which the caption
   is to be associated. If the attribute is specified, the attribute's
   value must be the ID of a <a href="#category-label" title="category-label">labelable
-  form-associated element</a> in the same <code><a href="#document">Document</a></code> as
-  the <code><a href="#the-label-element">label</a></code> element. </p><dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a href="#dom-label-control">control</a></code></dt>
+  form-associated element</a> in the same <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as
+  the <code><a href="#the-label-element">label</a></code> element. </p><dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a href="http://dev.w3.org/html5/spec/.html#dom-label-control" class="full-spec-link" title='Read about this "control" reference in the full HTML5 spec.'>control</a></code></dt>
 
    <dd>
 
@@ -991,11 +991,11 @@
 
   </dl><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-label-element">label</a></code> element with its
-  <a href="association-of-controls-and-forms.html#form-owner">form owner</a>.</p><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a href="#dom-lfe-labels">labels</a></code></dt>
+  <a href="association-of-controls-and-forms.html#form-owner">form owner</a>.</p><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" class="full-spec-link" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a></code></dt>
 
    <dd>
 
-    <p>Returns a <code><a href="#nodelist">NodeList</a></code> of all the <code><a href="#the-label-element">label</a></code>
+    <p>Returns a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of all the <code><a href="#the-label-element">label</a></code>
     elements that the form control is associated with.</p>
 
    </dd>

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- interactive-elements.html	2 Jul 2010 23:07:31 -0000	1.588
+++ interactive-elements.html	7 Jul 2010 08:58:11 -0000	1.589
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11 Interactive elements &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.11 Interactive elements &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="commands.html" title="4.11.5 Commands" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -320,7 +320,7 @@
     <ol><li><a href="interactive-elements.html#the-details-element"><span class="secno">4.11.1 </span>The <code>details</code> element</a></li><li><a href="interactive-elements.html#the-summary-element"><span class="secno">4.11.2 </span>The <code>summary</code> element</a></li><li><a href="interactive-elements.html#the-command"><span class="secno">4.11.3 </span>The <code>command</code> element</a></li><li><a href="interactive-elements.html#menus"><span class="secno">4.11.4 </span>The <code>menu</code> element</a>
       <ol><li><a href="interactive-elements.html#menus-intro"><span class="secno">4.11.4.1 </span>Introduction</a></li><li><a href="interactive-elements.html#context-menus"><span class="secno">4.11.4.2 </span>Context menus</a></li></ol></li></ol></li></ol></li></ol></div>
 
-  <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
+  <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/93">ISSUE-93</a> (details) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
    <dd><a href="sections.html#sectioning-root">Sectioning root</a>.</dd>
    <dd><a href="content-models.html#interactive-content">Interactive content</a>.</dd>
@@ -334,15 +334,15 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmldetailselement">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-details-open" title="dom-details-open">open</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-details-open" title='Read about this "open" reference in the full HTML5 spec.' class="full-spec-link">open</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-details-element">details</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-details-element">details</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   disclosure widget from which the user can obtain additional
   information or controls.</p><p class="note">The <code><a href="#the-details-element">details</a></code> element is not appropriate
   for footnotes. Please see <a href="links.html#footnotes">the section on
   footnotes</a> for details on how to mark up footnotes.</p><p>The  <code><a href="#the-summary-element">summary</a></code> element
-  child of the element, if any, <a href="#represents">represents</a> the summary or
+  child of the element, if any, <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the summary or
   legend of the details. </p><p>The <dfn id="attr-details-open" title="attr-details-open"><code>open</code></dfn>
   content attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present,
   it indicates that the details are to be shown to the user. If the
@@ -361,7 +361,7 @@
    &lt;dt&gt;Remote filename:&lt;/dt&gt; &lt;dd&gt;/var/www/lectures/raycd.m4v&lt;/dd&gt;
    &lt;dt&gt;Duration:&lt;/dt&gt; &lt;dd&gt;01:16:27&lt;/dd&gt;
    &lt;dt&gt;Color profile:&lt;/dt&gt; &lt;dd&gt;SD (6-1-6)&lt;/dd&gt;
-   &lt;dt&gt;Dimensions:&lt;/dt&gt; &lt;dd&gt;320&#215;240&lt;/dd&gt;
+   &lt;dt&gt;Dimensions:&lt;/dt&gt; &lt;dd&gt;320&#195;&#151;240&lt;/dd&gt;
   &lt;/dl&gt;
  &lt;/details&gt;
 &lt;/section&gt;</pre>
@@ -397,7 +397,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-summary-element">summary</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-summary-element">summary</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">summary</a></code> element's parent <code><a href="#the-details-element">details</a></code>
   element.</p><!-- v2DATAGRID
@@ -3015,12 +3015,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-command-type" title="dom-command-type">type</a>;
-           attribute DOMString <a href="#dom-command-label" title="dom-command-label">label</a>;
-           attribute DOMString <a href="#dom-command-icon" title="dom-command-icon">icon</a>;
-           attribute boolean <a href="#dom-command-disabled" title="dom-command-disabled">disabled</a>;
-           attribute boolean <a href="#dom-command-checked" title="dom-command-checked">checked</a>;
-           attribute DOMString <a href="#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;<!--
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.' class="full-spec-link">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.' class="full-spec-link">icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.' class="full-spec-link">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.' class="full-spec-link">radiogroup</a>;<!--
            attribute boolean <span title="dom-command-default">default</span>;-->
 };</pre>
    </dd>
@@ -3037,15 +3037,15 @@
   keyword maps to the <a href="#attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</a> state. The
   <i>missing value default</i> is the <a href="#attr-command-type-state-command" title="attr-command-type-state-command">Command</a> state.</p><dl><dt>The <dfn id="attr-command-type-state-command" title="attr-command-type-state-command">Command</dfn> state</dt>
 
-   <dd><p>The element <a href="#represents">represents</a> a normal command with an associated action.</p></dd>
+   <dd><p>The element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a normal command with an associated action.</p></dd>
 
    <dt>The <dfn id="attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</dfn> state</dt>
 
-   <dd><p>The element <a href="#represents">represents</a> a state or option that can be toggled.</p></dd>
+   <dd><p>The element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a state or option that can be toggled.</p></dd>
 
    <dt>The <dfn id="attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</dfn> state</dt>
 
-   <dd><p>The element <a href="#represents">represents</a> a selection of one item from a list of items.</p></dd>
+   <dd><p>The element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a selection of one item from a list of items.</p></dd>
 
   </dl><p>The <dfn id="attr-command-label" title="attr-command-label"><code>label</code></dfn>
   attribute gives the name of the command, as shown to the user. The
@@ -3134,8 +3134,8 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-menu-type" title="dom-menu-type">type</a>;
-           attribute DOMString <a href="#dom-menu-label" title="dom-menu-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-menu-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-menu-label" title='Read about this "label" reference in the full HTML5 spec.' class="full-spec-link">label</a>;
 };</pre>
   </dd></dl><p>The <code><a href="#menus">menu</a></code> element represents a list of commands.</p><!-- v2 idea: <menu> should get an icon, like <command> --><p>The <dfn id="attr-menu-type" title="attr-menu-type"><code>type</code></dfn> attribute
   is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a> indicating the kind of menu
@@ -3148,12 +3148,12 @@
   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><p>If a <code><a href="#menus">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#context-menu-state" title="context menu state">context menu</a> state, then the
-  element <a href="#represents">represents</a> the commands of a context menu, and
+  element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the commands of a context menu, and
   the user can only interact with the commands if that context menu is
   activated.</p><p>If a <code><a href="#menus">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#toolbar-state" title="toolbar state">toolbar</a> state, then the element
-  <a href="#represents">represents</a> a list of active commands that the user can
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of active commands that the user can
   immediately interact with.</p><p>If a <code><a href="#menus">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type">type</a></code> attribute is in the <a href="#list-state" title="list state">list</a> state, then the element either
-  <a href="#represents">represents</a> an unordered list of items (each represented
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an unordered list of items (each represented
   by an <code><a href="grouping-content.html#the-li-element">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">li</a></code> element children, <a href="content-models.html#flow-content">flow content</a>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.593
retrieving revision 1.594
diff -u -d -r1.593 -r1.594
--- editing.html	2 Jul 2010 23:07:30 -0000	1.593
+++ editing.html	7 Jul 2010 08:58:10 -0000	1.594
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7 User interaction &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>7 User interaction &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="timers.html" title="6.2 Timers" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="timers.html" title="6.2 Timers" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="dnd.html" title="7.9 Drag and drop" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -352,10 +352,10 @@
   used to hide content that could legitimately be shown in another
   presentation. For example, it is incorrect to use <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> to hide panels in a tabbed dialog,
   because the tabbed interface is merely a kind of overflow
-  presentation &#8212; one could equally well just show all the form
+  presentation &#226;&#128;&#148; one could equally well just show all the form
   controls in one big page with a scrollbar. It is similarly incorrect
   to use this attribute to hide content just from one presentation
-  &#8212; if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>, it is hidden from all
+  &#226;&#128;&#148; if something is marked <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>, it is hidden from all
   presentations, including, for instance, screen readers.</p><!-- for example, "<a hidden href=#content>Skip to content</a>" would be inappropriate. --><!-- (but only add that example if you first add some more good valid examples --><p>Elements that are not <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>
   should not link to or refer to elements that are <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code>.</p><div class="example">
 
@@ -377,7 +377,7 @@
        click() can't be done in IE; can this be emulated in IE by
        posting a synthetic mouse click event with those X and Y
        coords? (ack Csaba Gabor)
-  --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a href="#dom-click">click</a></code>()</dt>
+  --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a href="http://dev.w3.org/html5/spec/.html#dom-click" class="full-spec-link" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
 
    <dd>
 
@@ -385,7 +385,7 @@
 
    </dd>
 
-  </dl><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="#dom-scrollintoview">scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt>
+  </dl><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" class="full-spec-link" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt>
 
    <dd>
 
@@ -413,7 +413,7 @@
   "tabbing" refers to moving forward through the focusable elements
   that can be reached using sequential focus navigation.</p><p>The <code title="attr-tabindex"><a href="#attr-tabindex">tabindex</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-integer">valid
-  integer</a>.</p><h4 id="document-level-focus-apis"><span class="secno">7.4.2 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt>
+  integer</a>.</p><h4 id="document-level-focus-apis"><span class="secno">7.4.2 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="http://dev.w3.org/html5/spec/.html#dom-document-activeelement" class="full-spec-link" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a></code></dt>
 
    <dd>
 
@@ -421,7 +421,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-hasFocus"><a href="#dom-document-hasfocus">hasFocus</a></code>()</dt>
+   <dt><var title="">document</var> . <code title="dom-document-hasFocus"><a href="http://dev.w3.org/html5/spec/.html#dom-document-hasfocus" class="full-spec-link" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a></code>()</dt>
 
    <dd>
 
@@ -429,7 +429,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-focus"><a href="#dom-window-focus">focus</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-focus"><a href="http://dev.w3.org/html5/spec/.html#dom-window-focus" class="full-spec-link" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
 
    <dd>
 
@@ -437,7 +437,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-blur"><a href="#dom-window-blur">blur</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-blur"><a href="http://dev.w3.org/html5/spec/.html#dom-window-blur" class="full-spec-link" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
 
    <dd>
 
@@ -445,7 +445,7 @@
 
    </dd>
 
-  </dl><h4 id="element-level-focus-apis"><span class="secno">7.4.3 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt>
+  </dl><h4 id="element-level-focus-apis"><span class="secno">7.4.3 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="http://dev.w3.org/html5/spec/.html#dom-focus" class="full-spec-link" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
 
    <dd>
 
@@ -453,7 +453,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-blur"><a href="#dom-blur">blur</a></code>()</dt>
+   <dt><var title="">element</var> . <code title="dom-blur"><a href="http://dev.w3.org/html5/spec/.html#dom-blur" class="full-spec-link" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
 
    <dd>
 
@@ -531,10 +531,10 @@
 &lt;/script&gt;</pre>
 
    <p>On one user agent, the button's label might become
-   "<samp>Compose (&#8984;N)</samp>". On another, it might become
-   "<samp>Compose (Alt+&#8679;+1)</samp>". If the user agent doesn't
+   "<samp>Compose (&#226;&#140;&#152;N)</samp>". On another, it might become
+   "<samp>Compose (Alt+&#226;&#135;&#167;+1)</samp>". If the user agent doesn't
    assign a key, it will be just "<samp>Compose</samp>". The exact
-   string depends on what the <a href="#assigned-access-key">assigned access key</a> is, and
+   string depends on what the <a href="http://dev.w3.org/html5/spec/.html#assigned-access-key" class="full-spec-link" 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="selection"><span class="secno">7.6 </span>The text selection APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every <a href="browsers.html#browsing-context">browsing context</a> has <dfn id="the-selection" title="the
@@ -564,8 +564,8 @@
   conjunction with CSS, can be used to style text selections using the
   <code title="selector-selection">::selection</code>
   pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a
-  href="#refsCSS">[CSS]</a> --></p><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt>
-   <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt>
+  href="#refsCSS">[CSS]</a> --></p><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="http://dev.w3.org/html5/spec/.html#dom-getselection" class="full-spec-link" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
+   <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="http://dev.w3.org/html5/spec/.html#dom-document-getselection" class="full-spec-link" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
 
    <dd>
 
@@ -575,22 +575,22 @@
    </dd>
 
   </dl><pre class="idl">interface <dfn id="selection-0">Selection</dfn> {
-  readonly attribute Node <a href="#dom-selection-anchornode" title="dom-selection-anchorNode">anchorNode</a>;
-  readonly attribute long <a href="#dom-selection-anchoroffset" title="dom-selection-anchorOffset">anchorOffset</a>;
-  readonly attribute Node <a href="#dom-selection-focusnode" title="dom-selection-focusNode">focusNode</a>;
-  readonly attribute long <a href="#dom-selection-focusoffset" title="dom-selection-focusOffset">focusOffset</a>;
-  readonly attribute boolean <a href="#dom-selection-iscollapsed" title="dom-selection-isCollapsed">isCollapsed</a>;
-  void <a href="#dom-selection-collapse" title="dom-selection-collapse">collapse</a>(in Node parentNode, in long offset);
-  void <a href="#dom-selection-collapsetostart" title="dom-selection-collapseToStart">collapseToStart</a>();
-  void <a href="#dom-selection-collapsetoend" title="dom-selection-collapseToEnd">collapseToEnd</a>();
-  void <a href="#dom-selection-selectallchildren" title="dom-selection-selectAllChildren">selectAllChildren</a>(in Node parentNode);
-  void <a href="#dom-selection-deletefromdocument" title="dom-selection-deleteFromDocument">deleteFromDocument</a>();
-  readonly attribute long <a href="#dom-selection-rangecount" title="dom-selection-rangeCount">rangeCount</a>;
-  Range <a href="#dom-selection-getrangeat" title="dom-selection-getRangeAt">getRangeAt</a>(in long index);
-  void <a href="#dom-selection-addrange" title="dom-selection-addRange">addRange</a>(in Range range);
-  void <a href="#dom-selection-removerange" title="dom-selection-removeRange">removeRange</a>(in Range range);
-  void <a href="#dom-selection-removeallranges" title="dom-selection-removeAllRanges">removeAllRanges</a>();
-  <a href="#dom-selection-tostring" title="dom-selection-toString">stringifier</a> DOMString ();
+  readonly attribute Node <a href="http://dev.w3.org/html5/spec/.html#dom-selection-anchornode" title='Read about this "anchorNode" reference in the full HTML5 spec.' class="full-spec-link">anchorNode</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-selection-anchoroffset" title='Read about this "anchorOffset" reference in the full HTML5 spec.' class="full-spec-link">anchorOffset</a>;
+  readonly attribute Node <a href="http://dev.w3.org/html5/spec/.html#dom-selection-focusnode" title='Read about this "focusNode" reference in the full HTML5 spec.' class="full-spec-link">focusNode</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-selection-focusoffset" title='Read about this "focusOffset" reference in the full HTML5 spec.' class="full-spec-link">focusOffset</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-selection-iscollapsed" title='Read about this "isCollapsed" reference in the full HTML5 spec.' class="full-spec-link">isCollapsed</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapse" title='Read about this "collapse" reference in the full HTML5 spec.' class="full-spec-link">collapse</a>(in Node parentNode, in long offset);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetostart" title='Read about this "collapseToStart" reference in the full HTML5 spec.' class="full-spec-link">collapseToStart</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetoend" title='Read about this "collapseToEnd" reference in the full HTML5 spec.' class="full-spec-link">collapseToEnd</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-selectallchildren" title='Read about this "selectAllChildren" reference in the full HTML5 spec.' class="full-spec-link">selectAllChildren</a>(in Node parentNode);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-deletefromdocument" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.' class="full-spec-link">deleteFromDocument</a>();
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-selection-rangecount" title='Read about this "rangeCount" reference in the full HTML5 spec.' class="full-spec-link">rangeCount</a>;
+  Range <a href="http://dev.w3.org/html5/spec/.html#dom-selection-getrangeat" title='Read about this "getRangeAt" reference in the full HTML5 spec.' class="full-spec-link">getRangeAt</a>(in long index);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-addrange" title='Read about this "addRange" reference in the full HTML5 spec.' class="full-spec-link">addRange</a>(in Range range);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-removerange" title='Read about this "removeRange" reference in the full HTML5 spec.' class="full-spec-link">removeRange</a>(in Range range);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-selection-removeallranges" title='Read about this "removeAllRanges" reference in the full HTML5 spec.' class="full-spec-link">removeAllRanges</a>();
+  <a href="http://dev.w3.org/html5/spec/.html#dom-selection-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.' class="full-spec-link">stringifier</a> DOMString ();
 };</pre><!--
   See also:
     http://lxr.mozilla.org/mozilla/source/content/base/public/nsISelection.idl
@@ -607,14 +607,14 @@
 
   ...mostly because I can't work out how to describe what it does quickly.
 --><p>The <code><a href="#selection-0">Selection</a></code> interface represents a list of
-  <code><a href="#range">Range</a></code> objects. The first item in the list has index 0,
+  <code><a href="http://dev.w3.org/html5/spec/.html#range" class="full-spec-link" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects. The first item in the list has index 0,
   and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href="references.html#refsDOMRANGE">[DOMRANGE]</a></p><p>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are
-  defined in terms of operations on the <code><a href="#range">Range</a></code> objects
+  defined in terms of operations on the <code><a href="http://dev.w3.org/html5/spec/.html#range" class="full-spec-link" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects
   represented by this object. These operations can raise exceptions,
-  as defined for the <code><a href="#range">Range</a></code> interface; this can therefore
+  as defined for the <code><a href="http://dev.w3.org/html5/spec/.html#range" class="full-spec-link" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> interface; this can therefore
   result in the members of the <code><a href="#selection-0">Selection</a></code> interface
   raising exceptions as well, in addition to any explicitly called out
-  below.</p><dl class="domintro"><dt><var title="">selection</var> . <code title="dom-selection-anchorNode"><a href="#dom-selection-anchornode">anchorNode</a></code></dt>
+  below.</p><dl class="domintro"><dt><var title="">selection</var> . <code title="dom-selection-anchorNode"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-anchornode" class="full-spec-link" title='Read about this "anchorNode" reference in the full HTML5 spec.'>anchorNode</a></code></dt>
 
    <dd>
 
@@ -624,7 +624,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-anchorOffset"><a href="#dom-selection-anchoroffset">anchorOffset</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-anchorOffset"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-anchoroffset" class="full-spec-link" title='Read about this "anchorOffset" reference in the full HTML5 spec.'>anchorOffset</a></code></dt>
 
    <dd>
 
@@ -634,7 +634,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-focusNode"><a href="#dom-selection-focusnode">focusNode</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-focusNode"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-focusnode" class="full-spec-link" title='Read about this "focusNode" reference in the full HTML5 spec.'>focusNode</a></code></dt>
 
    <dd>
 
@@ -644,7 +644,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-focusOffset"><a href="#dom-selection-focusoffset">focusOffset</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-focusOffset"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-focusoffset" class="full-spec-link" title='Read about this "focusOffset" reference in the full HTML5 spec.'>focusOffset</a></code></dt>
 
    <dd>
 
@@ -654,7 +654,7 @@
 
    </dd>
 
-   <dt><var title="">collapsed</var> = <var title="">selection</var> . <code title="dom-selection-isCollapsed"><a href="#dom-selection-iscollapsed">isCollapsed</a></code>()</dt>
+   <dt><var title="">collapsed</var> = <var title="">selection</var> . <code title="dom-selection-isCollapsed"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-iscollapsed" class="full-spec-link" title='Read about this "isCollapsed" reference in the full HTML5 spec.'>isCollapsed</a></code>()</dt>
 
    <dd>
 
@@ -662,7 +662,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapse"><a href="#dom-selection-collapse">collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapse"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapse" class="full-spec-link" title='Read about this "collapse" reference in the full HTML5 spec.'>collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt>
 
    <dd>
 
@@ -672,7 +672,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapseToStart"><a href="#dom-selection-collapsetostart">collapseToStart</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapseToStart"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetostart" class="full-spec-link" title='Read about this "collapseToStart" reference in the full HTML5 spec.'>collapseToStart</a></code>()</dt>
 
    <dd>
 
@@ -682,7 +682,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapseToEnd"><a href="#dom-selection-collapsetoend">collapseToEnd</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapseToEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetoend" class="full-spec-link" title='Read about this "collapseToEnd" reference in the full HTML5 spec.'>collapseToEnd</a></code>()</dt>
 
    <dd>
 
@@ -692,7 +692,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-selectAllChildren"><a href="#dom-selection-selectallchildren">selectAllChildren</a></code>(<var title="">parentNode</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-selectAllChildren"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-selectallchildren" class="full-spec-link" title='Read about this "selectAllChildren" reference in the full HTML5 spec.'>selectAllChildren</a></code>(<var title="">parentNode</var>)</dt>
 
    <dd>
 
@@ -702,7 +702,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-deleteFromDocument"><a href="#dom-selection-deletefromdocument">deleteFromDocument</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-deleteFromDocument"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-deletefromdocument" class="full-spec-link" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.'>deleteFromDocument</a></code>()</dt>
 
    <dd>
 
@@ -710,7 +710,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-rangeCount"><a href="#dom-selection-rangecount">rangeCount</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-rangeCount"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-rangecount" class="full-spec-link" title='Read about this "rangeCount" reference in the full HTML5 spec.'>rangeCount</a></code></dt>
 
    <dd>
 
@@ -718,7 +718,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-getRangeAt"><a href="#dom-selection-getrangeat">getRangeAt</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-getRangeAt"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-getrangeat" class="full-spec-link" title='Read about this "getRangeAt" reference in the full HTML5 spec.'>getRangeAt</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -728,7 +728,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-addRange"><a href="#dom-selection-addrange">addRange</a></code>(<var title="">range</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-addRange"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-addrange" class="full-spec-link" title='Read about this "addRange" reference in the full HTML5 spec.'>addRange</a></code>(<var title="">range</var>)</dt>
 
    <dd>
 
@@ -736,7 +736,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-removeRange"><a href="#dom-selection-removerange">removeRange</a></code>(<var title="">range</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-removeRange"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-removerange" class="full-spec-link" title='Read about this "removeRange" reference in the full HTML5 spec.'>removeRange</a></code>(<var title="">range</var>)</dt>
 
    <dd>
 
@@ -744,7 +744,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-removeAllRanges"><a href="#dom-selection-removeallranges">removeAllRanges</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-removeAllRanges"><a href="http://dev.w3.org/html5/spec/.html#dom-selection-removeallranges" class="full-spec-link" title='Read about this "removeAllRanges" reference in the full HTML5 spec.'>removeAllRanges</a></code>()</dt>
 
    <dd>
 
@@ -764,11 +764,11 @@
   --><h4 id="textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: DOM Range APIs to expose the textarea/input edited
   value (ack martijnw) --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements define
   the following members in their DOM interfaces for handling their
-  text selection:</p><pre class="idl extract">  void <a href="#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><!-- v2: also add textLength? it seems to be widely used --><p>These methods and attributes expose and control the selection of
-  <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> text fields.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select</a></code>()</dt>
+  text selection:</p><pre class="idl extract">  void <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.' class="full-spec-link">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.' class="full-spec-link">selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.' class="full-spec-link">selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.' class="full-spec-link">setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><!-- v2: also add textLength? it seems to be widely used --><p>These methods and attributes expose and control the selection of
+  <code><a href="the-input-element.html#the-input-element">input</a></code> and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> text fields.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select" reference in the full HTML5 spec.'>select</a></code>()</dt>
 
    <dd>
 
@@ -796,7 +796,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt>
+   <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt>
 
    <dd>
 
@@ -825,7 +825,7 @@
   default</i>).</p><p>The <i>true</i> state indicates that the element is editable. The
   <i>inherit</i> state indicates that the element is editable if its
   parent is. The <i>false</i> state indicates that the element is not
-  editable.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a href="#dom-contenteditable">contentEditable</a></code> [ = <var title="">value</var> ]</dt>
+  editable.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a href="http://dev.w3.org/html5/spec/.html#dom-contenteditable" class="full-spec-link" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -839,7 +839,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-isContentEditable"><a href="#dom-iscontenteditable">isContentEditable</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-isContentEditable"><a href="http://dev.w3.org/html5/spec/.html#dom-iscontenteditable" class="full-spec-link" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a></code></dt>
 
    <dd>
 
@@ -847,7 +847,7 @@
 
    </dd>
 
-  </dl><h4 id="making-entire-documents-editable"><span class="secno">7.7.1 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-designMode"><a href="#designMode">designMode</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><h4 id="making-entire-documents-editable"><span class="secno">7.7.1 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-designMode"><a href="http://dev.w3.org/html5/spec/.html#designMode" class="full-spec-link" title='Read about this "designMode" reference in the full HTML5 spec.'>designMode</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -867,7 +867,7 @@
   spelling and grammar checked. The <i>default</i> state indicates
   that the element is to act according to a default behavior, possibly
   based on the parent element's own <code title="attr-spellcheck"><a href="#attr-spellcheck">spellcheck</a></code> state. The <i>false</i>
-  state indicates that the element is not to be checked.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [ = <var title="">value</var> ]</dt>
+  state indicates that the element is not to be checked.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="http://dev.w3.org/html5/spec/.html#dom-spellcheck" class="full-spec-link" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.611
retrieving revision 1.612
diff -u -d -r1.611 -r1.612
--- video.html	2 Jul 2010 23:07:35 -0000	1.611
+++ video.html	7 Jul 2010 08:58:15 -0000	1.612
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.8.6 The video element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.8.6 The video element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -344,11 +344,11 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmlvideoelement">HTMLVideoElement</dfn> : <a href="#htmlmediaelement">HTMLMediaElement</a> {
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute unsigned long <a href="#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>;
-  readonly attribute unsigned long <a href="#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
-           attribute DOMString <a href="#dom-video-poster" title="dom-video-poster">poster</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.' class="full-spec-link">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.' class="full-spec-link">height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.' class="full-spec-link">videoWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.' class="full-spec-link">videoHeight</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.' class="full-spec-link">poster</a>;
 };</pre>
    </dd>
   </dl><p>A <code><a href="#video">video</a></code> element is used for playing videos or
@@ -370,11 +370,11 @@
   show while no video data is available. The attribute, if present,
   must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by
   spaces</a>. </p><!-- thus it is unaffected by changes to the base
-  URL. --><p class="note">The image given by the <code title="attr-video-poster"><a href="#attr-video-poster">poster</a></code> attribute, the <i><a href="#poster-frame">poster
+  URL. --><p class="note">The image given by the <code title="attr-video-poster"><a href="#attr-video-poster">poster</a></code> attribute, the <i><a href="http://dev.w3.org/html5/spec/.html#poster-frame" class="full-spec-link" title='Read about this "poster frame" reference in the full HTML5 spec.'>poster
   frame</a></i>, is intended to be a representative frame of the video
   (typically one of the first non-blank frames) that gives the user an
-  idea of what the video is like.</p><dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a href="#dom-video-videowidth">videoWidth</a></code></dt>
-   <dt><var title="">video</var> . <code title="dom-video-videoHeight"><a href="#dom-video-videoheight">videoHeight</a></code></dt>
+  idea of what the video is like.</p><dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a href="http://dev.w3.org/html5/spec/.html#dom-video-videowidth" class="full-spec-link" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a></code></dt>
+   <dt><var title="">video</var> . <code title="dom-video-videoHeight"><a href="http://dev.w3.org/html5/spec/.html#dom-video-videoheight" class="full-spec-link" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a></code></dt>
 
    <dd>
 
@@ -455,11 +455,11 @@
    <dd><code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-    <pre class="idl">[NamedConstructor=<a href="#dom-audio" title="dom-Audio">Audio</a>(),
- NamedConstructor=<a href="#dom-audio-s" title="dom-Audio-s">Audio</a>(in DOMString src)]
+    <pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.' class="full-spec-link">Audio</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-audio-s" title='Read about this "Audio" reference in the full HTML5 spec.' class="full-spec-link">Audio</a>(in DOMString src)]
 interface <dfn id="htmlaudioelement">HTMLAudioElement</dfn> : <a href="#htmlmediaelement">HTMLMediaElement</a> {};</pre>
    </dd>
-  </dl><p>An <code><a href="#audio">audio</a></code> element <a href="#represents">represents</a> a sound or
+  </dl><p>An <code><a href="#audio">audio</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a sound or
   audio stream.</p><!-- v2 (actually v3) suggestions:
     * Audio syntesis. Use cases from Charles Pritchard:
       > Use a sound of varying pitch to hint to a user the location of their
@@ -486,7 +486,7 @@
   embed accessibility aids (such as transcriptions) into their media
   streams.</p><p>The <code><a href="#audio">audio</a></code> element is a <a href="#media-element">media element</a>
   whose <a href="#media-data">media data</a> is ostensibly audio data.</p><p>The <code title="attr-media-src"><a href="#attr-media-src">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code> attributes are <a href="#media-element-attributes" title="media element attributes">the attributes common to all media
-  elements</a>.</p><dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a href="#dom-audio">Audio</a></code>( [ <var title="">url</var> ] )</dt>
+  elements</a>.</p><dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a href="http://dev.w3.org/html5/spec/.html#dom-audio" class="full-spec-link" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a></code>( [ <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -536,15 +536,15 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlsourceelement">HTMLSourceElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-source-src" title="dom-source-src">src</a>;
-           attribute DOMString <a href="#dom-source-type" title="dom-source-type">type</a>;
-           attribute DOMString <a href="#dom-source-media" title="dom-source-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-source-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-source-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-source-media" title='Read about this "media" reference in the full HTML5 spec.' class="full-spec-link">media</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-source-element">source</a></code> element allows authors to specify
   multiple alternative <a href="#media-resource" title="media resource">media
   resources</a> for <a href="#media-element" title="media element">media
-  elements</a>. It does not <a href="#represents" title="represents">represent</a> anything on its own.</p><p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
+  elements</a>. It does not <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> anything on its own.</p><p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
   gives the address of the <a href="#media-resource">media resource</a>. The value must
   be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by
   spaces</a>. This attribute must be present.</p><p>The <dfn id="attr-source-type" title="attr-source-type"><code>type</code></dfn>
@@ -674,22 +674,22 @@
   following interface:</p><pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
 
   // error state
-  readonly attribute <a href="#mediaerror">MediaError</a> <a href="#dom-media-error" title="dom-media-error">error</a>;
+  readonly attribute <a href="#mediaerror">MediaError</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.' class="full-spec-link">error</a>;
 
   // network state
-           attribute DOMString <a href="#dom-media-src" title="dom-media-src">src</a>;
-  readonly attribute DOMString <a href="#dom-media-currentsrc" title="dom-media-currentSrc">currentSrc</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-media-src" title='Read about this "src" reference in the full HTML5 spec.' class="full-spec-link">src</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-media-currentsrc" title='Read about this "currentSrc" reference in the full HTML5 spec.' class="full-spec-link">currentSrc</a>;
   const unsigned short <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a> = 0;
   const unsigned short <a href="#dom-media-network_idle" title="dom-media-NETWORK_IDLE">NETWORK_IDLE</a> = 1;
   const unsigned short <a href="#dom-media-network_loading" title="dom-media-NETWORK_LOADING">NETWORK_LOADING</a> = 2;
   const unsigned short <a href="#dom-media-network_no_source" title="dom-media-NETWORK_NO_SOURCE">NETWORK_NO_SOURCE</a> = 3;
-  readonly attribute unsigned short <a href="#dom-media-networkstate" title="dom-media-networkState">networkState</a>;
-           attribute DOMString <a href="#dom-media-preload" title="dom-media-preload">preload</a>;
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.' class="full-spec-link">networkState</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-media-preload" title='Read about this "preload" reference in the full HTML5 spec.' class="full-spec-link">preload</a>;
 <!--v3BUF  readonly attribute float <span title="dom-media-bufferingRate">bufferingRate</span>;
   readonly attribute boolean <span title="dom-media-bufferingThrottled">bufferingThrottled</span>;
--->  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="#dom-media-buffered" title="dom-media-buffered">buffered</a>;
-  void <a href="#dom-media-load" title="dom-media-load">load</a>();
-  DOMString <a href="#dom-navigator-canplaytype" title="dom-navigator-canPlayType">canPlayType</a>(in DOMString type);
+-->  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.' class="full-spec-link">buffered</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-media-load" title='Read about this "load" reference in the full HTML5 spec.' class="full-spec-link">load</a>();
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-navigator-canplaytype" title='Read about this "canPlayType" reference in the full HTML5 spec.' class="full-spec-link">canPlayType</a>(in DOMString type);
 
   // ready state
   const unsigned short <a href="#dom-media-have_nothing" title="dom-media-HAVE_NOTHING">HAVE_NOTHING</a> = 0;
@@ -697,28 +697,28 @@
   const unsigned short <a href="#dom-media-have_current_data" title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</a> = 2;
   const unsigned short <a href="#dom-media-have_future_data" title="dom-media-HAVE_FUTURE_DATA">HAVE_FUTURE_DATA</a> = 3;
   const unsigned short <a href="#dom-media-have_enough_data" title="dom-media-HAVE_ENOUGH_DATA">HAVE_ENOUGH_DATA</a> = 4;
-  readonly attribute unsigned short <a href="#dom-media-readystate" title="dom-media-readyState">readyState</a>;
-  readonly attribute boolean <a href="#dom-media-seeking" title="dom-media-seeking">seeking</a>;
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.' class="full-spec-link">readyState</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.' class="full-spec-link">seeking</a>;
 
   // playback state
-           attribute float <a href="#dom-media-currenttime" title="dom-media-currentTime">currentTime</a>;
-  readonly attribute float <a href="#dom-media-starttime" title="dom-media-startTime">startTime</a>;
-  readonly attribute float <a href="#dom-media-duration" title="dom-media-duration">duration</a>;
-  readonly attribute boolean <a href="#dom-media-paused" title="dom-media-paused">paused</a>;
-           attribute float <a href="#dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate">defaultPlaybackRate</a>;
-           attribute float <a href="#dom-media-playbackrate" title="dom-media-playbackRate">playbackRate</a>;
-  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="#dom-media-played" title="dom-media-played">played</a>;
-  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="#dom-media-seekable" title="dom-media-seekable">seekable</a>;
-  readonly attribute boolean <a href="#dom-media-ended" title="dom-media-ended">ended</a>;
-           attribute boolean <a href="#dom-media-autoplay" title="dom-media-autoplay">autoplay</a>;
-           attribute boolean <a href="#dom-media-loop" title="dom-media-loop">loop</a>;
-  void <a href="#dom-media-play" title="dom-media-play">play</a>();
-  void <a href="#dom-media-pause" title="dom-media-pause">pause</a>();
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.' class="full-spec-link">currentTime</a>;
+  readonly attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-starttime" title='Read about this "startTime" reference in the full HTML5 spec.' class="full-spec-link">startTime</a>;
+  readonly attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.' class="full-spec-link">duration</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.' class="full-spec-link">paused</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.' class="full-spec-link">defaultPlaybackRate</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.' class="full-spec-link">playbackRate</a>;
+  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.' class="full-spec-link">played</a>;
+  readonly attribute <a href="#timeranges">TimeRanges</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-seekable" title='Read about this "seekable" reference in the full HTML5 spec.' class="full-spec-link">seekable</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.' class="full-spec-link">ended</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-autoplay" title='Read about this "autoplay" reference in the full HTML5 spec.' class="full-spec-link">autoplay</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-loop" title='Read about this "loop" reference in the full HTML5 spec.' class="full-spec-link">loop</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-media-play" title='Read about this "play" reference in the full HTML5 spec.' class="full-spec-link">play</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-media-pause" title='Read about this "pause" reference in the full HTML5 spec.' class="full-spec-link">pause</a>();
 
   // controls
-           attribute boolean <a href="#dom-media-controls" title="dom-media-controls">controls</a>;
-           attribute float <a href="#dom-media-volume" title="dom-media-volume">volume</a>;
-           attribute boolean <a href="#dom-media-muted" title="dom-media-muted">muted</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-controls" title='Read about this "controls" reference in the full HTML5 spec.' class="full-spec-link">controls</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.' class="full-spec-link">volume</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.' class="full-spec-link">muted</a>;
 };</pre><p>The <dfn id="media-element-attributes">media element attributes</dfn>, <code title="attr-media-src"><a href="#attr-media-src">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code>, apply to all <a href="#media-element" title="media element">media elements</a>. They are defined in
   this section.</p><!-- proposed v2 (actually v3!) features:
     * frame forward / backwards / step(n) while paused
@@ -756,7 +756,7 @@
   section applies equally to <a href="#media-element" title="media element">media
   elements</a> for audio or for video. The term <dfn id="media-resource">media
   resource</dfn> is used to refer to the complete set of media data,
-  e.g. the complete video file, or complete audio file.</p><h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="#dom-media-error">error</a></code></dt>
+  e.g. the complete video file, or complete audio file.</p><h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="http://dev.w3.org/html5/spec/.html#dom-media-error" class="full-spec-link" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code></dt>
 
    <dd>
 
@@ -772,8 +772,8 @@
   const unsigned short <a href="#dom-mediaerror-media_err_network" title="dom-MediaError-MEDIA_ERR_NETWORK">MEDIA_ERR_NETWORK</a> = 2;
   const unsigned short <a href="#dom-mediaerror-media_err_decode" title="dom-MediaError-MEDIA_ERR_DECODE">MEDIA_ERR_DECODE</a> = 3;
   const unsigned short <a href="#dom-mediaerror-media_err_src_not_supported" title="dom-MediaError-MEDIA_ERR_SRC_NOT_SUPPORTED">MEDIA_ERR_SRC_NOT_SUPPORTED</a> = 4;
-  readonly attribute unsigned short <a href="#dom-mediaerror-code" title="dom-MediaError-code">code</a>;
-};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="#dom-media-error">error</a></code> . <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code></dt>
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/.html#dom-mediaerror-code" title='Read about this "code" reference in the full HTML5 spec.' class="full-spec-link">code</a>;
+};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a href="http://dev.w3.org/html5/spec/.html#dom-media-error" class="full-spec-link" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> . <code title="dom-MediaError-code"><a href="http://dev.w3.org/html5/spec/.html#dom-mediaerror-code" class="full-spec-link" title='Read about this "code" reference in the full HTML5 spec.'>code</a></code></dt>
 
    <dd>
 
@@ -806,7 +806,7 @@
   attribute on <a href="#media-element" title="media element">media elements</a> gives
   the address of the media resource (video, audio) to show. The
   attribute, if present, must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty
-  URL potentially surrounded by spaces</a>.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code></dt>
+  URL potentially surrounded by spaces</a>.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-currentSrc"><a href="http://dev.w3.org/html5/spec/.html#dom-media-currentsrc" class="full-spec-link" title='Read about this "currentSrc" reference in the full HTML5 spec.'>currentSrc</a></code></dt>
 
    <dd>
 
@@ -834,12 +834,12 @@
   type, or it doesn't support the listed codecs.</p><p>The <a href="infrastructure.html#mime-type">MIME type</a> "<code title="">application/octet-stream</code>" with no parameters is
   never <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot
   render</a>. User agents must treat that type as equivalent to the
-  lack of any explicit <a href="#content-type" title="Content-Type">Content-Type
+  lack of any explicit <a href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">Content-Type
   metadata</a> when it is used to label a potential <a href="#media-resource">media
   resource</a>.</p><p class="note">In the absence of a <!-- pretty crazy -->
   specification to the contrary, the <a href="infrastructure.html#mime-type">MIME type</a> "<code title="">application/octet-stream</code>" when used <em>with</em>
   parameters, e.g. "<code title="">application/octet-stream;codecs=theora</code>", <em>is</em>
-  <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot render</a>.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a href="#dom-navigator-canplaytype">canPlayType</a></code>(<var title="">type</var>)</dt>
+  <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot render</a>.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-canplaytype" class="full-spec-link" title='Read about this "canPlayType" reference in the full HTML5 spec.'>canPlayType</a></code>(<var title="">type</var>)</dt>
 
    <dd>
 
@@ -883,7 +883,7 @@
   </div><p class="note">The <code title="attr-source-type"><a href="#attr-source-type">type</a></code>
   attribute of the <code><a href="#the-source-element">source</a></code> element allows the user agent
   to avoid downloading resources that use formats it cannot
-  render.</p><h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code></dt>
+  render.</p><h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code></dt>
 
    <dd>
 
@@ -911,7 +911,7 @@
    <dd>The element has failed to find a
    <a href="#media-resource" title="media resource">resource</a> to use.</dd>
 
-  </dl><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a href="#dom-media-load">load</a></code>()</dt>
+  </dl><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a href="http://dev.w3.org/html5/spec/.html#dom-media-load" class="full-spec-link" title='Read about this "load" reference in the full HTML5 spec.'>load</a></code>()</dt>
 
    <dd>
 
@@ -922,7 +922,7 @@
 
   </dl><hr><p>The <dfn id="attr-media-preload" title="attr-media-preload"><code>preload</code></dfn>
   attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The following table
-  lists the keywords and states for the attribute &#8212; the keywords
+  lists the keywords and states for the attribute &#226;&#128;&#148; the keywords
   in the left column map to the states in the cell in the second
   column on the same row as the keyword.</p><table><thead><tr><th> Keyword
      </th><th> State
@@ -959,7 +959,7 @@
   otherwise.</p>
 
   <hr>
---><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code></dt>
+--><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code></dt>
 
    <dd>
 
@@ -969,7 +969,7 @@
 
    </dd>
 
-  </dl><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code></dt>
+  </dl><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a href="http://dev.w3.org/html5/spec/.html#dom-media-duration" class="full-spec-link" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code></dt>
 
    <dd>
 
@@ -982,11 +982,11 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-currentTime"><a href="#dom-media-currenttime">currentTime</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-currentTime"><a href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" class="full-spec-link" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the <a href="#current-playback-position">current playback position</a>, in seconds.</p>
+    <p>Returns the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>, in seconds.</p>
 
     <p>Can be set, to seek to the given time.</p><p>
 
@@ -997,11 +997,11 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-startTime"><a href="#dom-media-starttime">startTime</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-startTime"><a href="http://dev.w3.org/html5/spec/.html#dom-media-starttime" class="full-spec-link" title='Read about this "startTime" reference in the full HTML5 spec.'>startTime</a></code></dt>
 
    <dd>
 
-    <p>Returns the <a href="#earliest-possible-position">earliest possible position</a>, in
+    <p>Returns the <a href="http://dev.w3.org/html5/spec/.html#earliest-possible-position" class="full-spec-link" title='Read about this "earliest possible position" reference in the full HTML5 spec.'>earliest possible position</a>, in
     seconds. This is the time for the start of the current clip. It
     might not be zero if the clip's timeline is not zero-based, or if
     the resource is a streaming resource (in which case it gives the
@@ -1012,12 +1012,12 @@
   </dl><p>The <dfn id="attr-media-loop" title="attr-media-loop"><code>loop</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> that, if specified,
   indicates that the <a href="#media-element">media element</a> is to seek back to the
-  start of the <a href="#media-resource">media resource</a> upon reaching the end.</p><h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code></dt>
+  start of the <a href="#media-resource">media resource</a> upon reaching the end.</p><h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
 
    <dd>
 
     <p>Returns a value that expresses the current state of the element
-    with respect to rendering the <a href="#current-playback-position">current playback
+    with respect to rendering the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
     position</a>, from the codes in the list below.</p>
 
    </dd>
@@ -1025,9 +1025,9 @@
   </dl><dl><dt><dfn id="dom-media-have_nothing" title="dom-media-HAVE_NOTHING"><code>HAVE_NOTHING</code></dfn> (numeric value 0)</dt>
 
    <dd>No information regarding the <a href="#media-resource">media resource</a> is
-   available. No data for the <a href="#current-playback-position">current playback position</a>
+   available. No data for the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available. <a href="#media-element" title="media element">Media elements</a>
-   whose <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code>
+   whose <code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code>
    attribute are set to <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> are always in
    the <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>
    state.</dd>
@@ -1038,43 +1038,42 @@
    the resource is available. In the case of a <code><a href="#video">video</a></code>
    element, the dimensions of the video are also available. The API
    will no longer raise an exception when seeking. No <a href="#media-data">media
-   data</a> is available for the immediate <a href="#current-playback-position">current playback
+   data</a> is available for the immediate <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a>.
    </dd>
 
    <dt><dfn id="dom-media-have_current_data" title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt>
 
-   <dd>Data for the immediate <a href="#current-playback-position">current playback position</a>
+   <dd>Data for the immediate <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available, but either not enough data is available that the user
-   agent could successfully advance the <a href="#current-playback-position">current playback
-   position</a> in the <a href="#direction-of-playback">direction of playback</a> at all
+   agent could successfully advance the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+   position</a> in the <a href="http://dev.w3.org/html5/spec/.html#direction-of-playback" class="full-spec-link" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of playback</a> at all
    without immediately reverting to the <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> state, or
-   there is no more data to obtain in the <a href="#direction-of-playback">direction of
+   there is no more data to obtain in the <a href="http://dev.w3.org/html5/spec/.html#direction-of-playback" class="full-spec-link" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of
    playback</a>. For example, in video this corresponds to the user
    agent having data from the current frame, but not the next frame;
-   and to when <a href="#ended-playback" title="ended playback">playback has
+   and to when <a href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.' class="full-spec-link">playback has
    ended</a>.</dd>
 
    <dt><dfn id="dom-media-have_future_data" title="dom-media-HAVE_FUTURE_DATA"><code>HAVE_FUTURE_DATA</code></dfn> (numeric value 3)</dt>
 
-   <dd>Data for the immediate <a href="#current-playback-position">current playback position</a>
+   <dd>Data for the immediate <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available, as well as enough data for the user agent to advance
-   the <a href="#current-playback-position">current playback position</a> in the <a href="#direction-of-playback">direction
+   the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> in the <a href="http://dev.w3.org/html5/spec/.html#direction-of-playback" class="full-spec-link" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction
    of playback</a> at least a little without immediately reverting
    to the <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code>
    state. For example, in video this corresponds to the user agent
    having data for at least the current frame and the next frame. The
-   user agent cannot be in this state if <a href="#ended-playback" title="ended
-   playback">playback has ended</a>, as the <a href="#current-playback-position">current playback
+   user agent cannot be in this state if <a href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.' class="full-spec-link">playback has ended</a>, as the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a> can never advance in this case.</dd>
 
    <dt><dfn id="dom-media-have_enough_data" title="dom-media-HAVE_ENOUGH_DATA"><code>HAVE_ENOUGH_DATA</code></dfn> (numeric value 4)</dt>
 
    <dd>All the conditions described for the <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> state
    are met, and, in addition, the user agent estimates that data is
-   being fetched at a rate where the <a href="#current-playback-position">current playback
+   being fetched at a rate where the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a>, if it were to advance at the rate given by the
-   <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code>
+   <code title="dom-media-defaultPlaybackRate"><a href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" class="full-spec-link" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code>
    attribute, would not overtake the available data before playback
    reaches the end of the <a href="#media-resource">media resource</a>.</dd>
 
@@ -1092,7 +1091,7 @@
   to override the automatic playback when it is not desired, e.g. when
   using a screen reader. Authors are also encouraged to consider not
   using the automatic playback behavior at all, and instead to let the
-  user agent wait for the user to start playback explicitly.</p><h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code></dt>
+  user agent wait for the user to start playback explicitly.</p><h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code></dt>
 
    <dd>
 
@@ -1100,7 +1099,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-ended"><a href="http://dev.w3.org/html5/spec/.html#dom-media-ended" class="full-spec-link" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code></dt>
 
    <dd>
 
@@ -1108,7 +1107,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-defaultPlaybackRate"><a href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" class="full-spec-link" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1125,7 +1124,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" class="full-spec-link" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1135,7 +1134,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-played"><a href="#dom-media-played">played</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-played"><a href="http://dev.w3.org/html5/spec/.html#dom-media-played" class="full-spec-link" title='Read about this "played" reference in the full HTML5 spec.'>played</a></code></dt>
 
    <dd>
 
@@ -1145,27 +1144,27 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-play"><a href="#dom-media-play">play</a></code>()</dt>
+   <dt><var title="">media</var> . <code title="dom-media-play"><a href="http://dev.w3.org/html5/spec/.html#dom-media-play" class="full-spec-link" title='Read about this "play" reference in the full HTML5 spec.'>play</a></code>()</dt>
 
    <dd>
 
-    <p>Sets the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute
+    <p>Sets the <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
     to false, loading the <a href="#media-resource">media resource</a> and beginning
     playback if necessary. If the playback had ended, will restart it
     from the start.</p>
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-pause"><a href="#dom-media-pause">pause</a></code>()</dt>
+   <dt><var title="">media</var> . <code title="dom-media-pause"><a href="http://dev.w3.org/html5/spec/.html#dom-media-pause" class="full-spec-link" title='Read about this "pause" reference in the full HTML5 spec.'>pause</a></code>()</dt>
 
    <dd>
 
-    <p>Sets the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute
+    <p>Sets the <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
     to true, loading the <a href="#media-resource">media resource</a> if necessary.</p>
 
    </dd>
 
-  </dl><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code></dt>
+  </dl><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code></dt>
 
    <dd>
 
@@ -1173,7 +1172,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-seekable"><a href="#dom-media-seekable">seekable</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-seekable"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seekable" class="full-spec-link" title='Read about this "seekable" reference in the full HTML5 spec.'>seekable</a></code></dt>
 
    <dd>
 
@@ -1186,7 +1185,7 @@
   </dl><h5 id="user-interface"><span class="secno">4.8.9.10 </span>User interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-media-controls" title="attr-media-controls"><code>controls</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If present, it
   indicates that the author has not provided a scripted controller and
-  would like the user agent to provide its own set of controls.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> [ = <var title="">value</var> ]</dt>
+  would like the user agent to provide its own set of controls.</p><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-volume"><a href="http://dev.w3.org/html5/spec/.html#dom-media-volume" class="full-spec-link" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1200,12 +1199,12 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-muted"><a href="http://dev.w3.org/html5/spec/.html#dom-media-muted" class="full-spec-link" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns true if audio is muted, overriding the <code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> attribute, and false if the
-    <code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> attribute is being
+    <p>Returns true if audio is muted, overriding the <code title="dom-media-volume"><a href="http://dev.w3.org/html5/spec/.html#dom-media-volume" class="full-spec-link" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute, and false if the
+    <code title="dom-media-volume"><a href="http://dev.w3.org/html5/spec/.html#dom-media-volume" class="full-spec-link" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute is being
     honored.</p>
 
     <p>Can be set, to change whether the audio is muted or not.</p>
@@ -1214,10 +1213,10 @@
 
   </dl><h5 id="time-ranges"><span class="secno">4.8.9.11 </span>Time ranges</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Objects implementing the <code><a href="#timeranges">TimeRanges</a></code> interface
   represent a list of ranges (periods) of time.</p><pre class="idl">interface <dfn id="timeranges">TimeRanges</dfn> {
-  readonly attribute unsigned long <a href="#dom-timeranges-length" title="dom-TimeRanges-length">length</a>;
-  float <a href="#dom-timeranges-start" title="dom-TimeRanges-start">start</a>(in unsigned long index);
-  float <a href="#dom-timeranges-end" title="dom-TimeRanges-end">end</a>(in unsigned long index);
-};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a href="#dom-timeranges-length">length</a></code></dt>
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  float <a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-start" title='Read about this "start" reference in the full HTML5 spec.' class="full-spec-link">start</a>(in unsigned long index);
+  float <a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-end" title='Read about this "end" reference in the full HTML5 spec.' class="full-spec-link">end</a>(in unsigned long index);
+};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -1225,7 +1224,7 @@
 
    </dd>
 
-   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-start"><a href="#dom-timeranges-start">start</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-start"><a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-start" class="full-spec-link" title='Read about this "start" reference in the full HTML5 spec.'>start</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -1235,7 +1234,7 @@
 
    </dd>
 
-   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-end"><a href="#dom-timeranges-end">end</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-end"><a href="http://dev.w3.org/html5/spec/.html#dom-timeranges-end" class="full-spec-link" title='Read about this "end" reference in the full HTML5 spec.'>end</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -1252,97 +1251,97 @@
      </th><th>Preconditions
 
    </th></tr></thead><tbody><tr><td><dfn id="event-media-loadstart" title="event-media-loadstart"><code>loadstart</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The user agent begins looking for <a href="#media-data">media data</a>, as part of the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection algorithm</a>.
-     </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The user agent begins looking for <a href="#media-data">media data</a>, as part of the <a href="http://dev.w3.org/html5/spec/.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.' class="full-spec-link">resource selection algorithm</a>.
+     </td><td><code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>
     </td></tr><tr><td><dfn id="event-media-progress" title="event-media-progress"><code>progress</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent is fetching <a href="#media-data">media data</a>.
-     </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>
+     </td><td><code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>
     </td></tr><tr><td><dfn id="event-media-suspend" title="event-media-suspend"><code>suspend</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent is intentionally not currently fetching <a href="#media-data">media data</a>, but does not have the entire <a href="#media-resource">media resource</a> downloaded.
-     </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>
+     </td><td><code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>
     </td></tr><tr><td><dfn id="event-media-abort" title="event-media-abort"><code>abort</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent stops fetching the <a href="#media-data">media data</a> before it is completely downloaded, but not due to an error.
-     </td><td><code title="dom-media-error"><a href="#dom-media-error">error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>.
-         <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, depending on when the download was aborted.
+     </td><td><code title="dom-media-error"><a href="http://dev.w3.org/html5/spec/.html#dom-media-error" class="full-spec-link" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>.
+         <code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, depending on when the download was aborted.
     </td></tr><tr><td><dfn id="event-media-error" title="event-media-error"><code>error</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>An error occurs while fetching the <a href="#media-data">media data</a>.
-     </td><td><code title="dom-media-error"><a href="#dom-media-error">error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network">MEDIA_ERR_NETWORK</a></code> or higher.
-         <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, depending on when the download was aborted.
+     </td><td><code title="dom-media-error"><a href="http://dev.w3.org/html5/spec/.html#dom-media-error" class="full-spec-link" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network">MEDIA_ERR_NETWORK</a></code> or higher.
+         <code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, depending on when the download was aborted.
     </td></tr><tr><td><dfn id="event-media-emptied" title="event-media-emptied"><code>emptied</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>A <a href="#media-element">media element</a> whose <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> was previously not in the <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> method was invoked while the <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection algorithm</a> was already running).
-     </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code>; all the IDL attributes are in their initial states.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>A <a href="#media-element">media element</a> whose <code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> was previously not in the <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code> state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the <code title="dom-media-load"><a href="http://dev.w3.org/html5/spec/.html#dom-media-load" class="full-spec-link" title='Read about this "load()" reference in the full HTML5 spec.'>load()</a></code> method was invoked while the <a href="http://dev.w3.org/html5/spec/.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.' class="full-spec-link">resource selection algorithm</a> was already running).
+     </td><td><code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code>; all the IDL attributes are in their initial states.
     </td></tr><tr><td><dfn id="event-media-stalled" title="event-media-stalled"><code>stalled</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent is trying to fetch <a href="#media-data">media data</a>, but data is unexpectedly not forthcoming.
-     </td><td><code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.
+     </td><td><code title="dom-media-networkState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" class="full-spec-link" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.
 
    </td></tr></tbody><tbody><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="#dom-media-play">play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute has caused playback to begin.
-     </td><td><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly false.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="http://dev.w3.org/html5/spec/.html#dom-media-play" class="full-spec-link" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute has caused playback to begin.
+     </td><td><code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false.
     </td></tr><tr><td><dfn id="event-media-pause" title="event-media-pause"><code>pause</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>Playback has been paused. Fired after the <code title="dom-media-pause"><a href="#dom-media-pause">pause()</a></code> method has returned.
-     </td><td><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly true.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>Playback has been paused. Fired after the <code title="dom-media-pause"><a href="http://dev.w3.org/html5/spec/.html#dom-media-pause" class="full-spec-link" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned.
+     </td><td><code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly true.
 
    </td></tr></tbody><tbody><tr><td><dfn id="event-media-loadedmetadata" title="event-media-loadedmetadata"><code>loadedmetadata</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent has just determined the duration and dimensions of the <a href="#media-resource">media resource</a>
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> or greater for the first time.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> or greater for the first time.
     </td></tr><tr><td><dfn id="event-media-loadeddata" title="event-media-loadeddata"><code>loadeddata</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The user agent can render the <a href="#media-data">media data</a> at the <a href="#current-playback-position">current playback position</a> for the first time.
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code> or greater for the first time.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The user agent can render the <a href="#media-data">media data</a> at the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> for the first time.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code> or greater for the first time.
     </td></tr><tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course.
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is false. Either <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is true, or the <a href="#current-playback-position">current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> being false, but those two reasons do not fire this event: maybe <a href="#ended-playback" title="ended playback">playback ended</a>, or playback <a href="#stopped-due-to-errors">stopped due to errors</a>.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false. Either <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is true, or the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position/a> is not contained in any of the ranges in <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> being false, but those two reasons do not fire this event: maybe <a href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback ended" reference in the full HTML5 spec.' class="full-spec-link">playback ended</a>, or playback <a href="http://dev.w3.org/html5/spec/.html#stopped-due-to-errors" class="full-spec-link" title='Read about this "stopped due to errors" reference in the full HTML5 spec.'>stopped due to errors</a>.
     </td></tr><tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>Playback has started.
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is false, <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> is false, or the <a href="#current-playback-position">current playback position</a> is contained in one of the ranges in <code title="dom-media-buffered"><a href="#dom-media-buffered">buffered</a></code>.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false, <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is false, or the <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> is cotained in one of the ranges in <code title="dom-media-buffered"><a href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" class="full-spec-link" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>.
     </td></tr><tr><td><dfn id="event-media-canplay" title="event-media-canplay"><code>canplay</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent can resume playback of the <a href="#media-data">media data</a>, but estimates that if playback were to be started now, the <a href="#media-resource">media resource</a> could not be rendered at the current playback rate up to its end without having to stop for further buffering of content.
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or greater.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or greater.
     </td></tr><tr><td><dfn id="event-media-canplaythrough" title="event-media-canplaythrough"><code>canplaythrough</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>The user agent estimates that if playback were to be started now, the <a href="#media-resource">media resource</a> could be rendered at the current playback rate all the way to its end without having to stop for further buffering.
-     </td><td><code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>.
+     </td><td><code title="dom-media-readyState"><a href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" class="full-spec-link" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>.
 
    </td></tr></tbody><tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
      </td><td>
     </td></tr><tr><td><dfn id="event-media-seeked" title="event-media-seeked"><code>seeked</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to false.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to false.
      </td><td>
     </td></tr><tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The <a href="#current-playback-position">current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The <a href="http://dev.w3.org/html5/spec/.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously.
      </td><td>
     </td></tr><tr><td><dfn id="event-media-ended" title="event-media-ended"><code>ended</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td>Playback has stopped because the end of the <a href="#media-resource">media resource</a> was reached.
-     </td><td><code title="dom-media-currentTime"><a href="#dom-media-currenttime">currentTime</a></code> equals the end of the <a href="#media-resource">media resource</a>; <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> is true.
+     </td><td><code title="dom-media-currentTime"><a href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" class="full-spec-link" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> equals the end of the <a href="#media-resource">media resource</a>; <code title="dom-media-ended"><a href="http://dev.w3.org/html5/spec/.html#dom-media-ended" class="full-spec-link" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code> is true.
 
    </td></tr></tbody><tbody><tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>Either the <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> or the <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> attribute has just been updated.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>Either the <code title="dom-media-defaultPlaybackRate"><a href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" class="full-spec-link" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> or the <code title="dom-media-playbackRate"><a href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" class="full-spec-link" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> attribute has just been updated.
      </td><td>
     </td></tr><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>The <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code> attribute has just been updated.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>The <code title="dom-media-duration"><a href="http://dev.w3.org/html5/spec/.html#dom-media-duration" class="full-spec-link" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code> attribute has just been updated.
      </td><td>
     </td></tr><tr><td><dfn id="event-media-volumechange" title="event-media-volumechange"><code>volumechange</code></dfn>
-     </td><td><code><a href="#event">Event</a></code>
-     </td><td>Either the <code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> attribute or the <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> attribute has changed. Fired after the relevant attribute's setter has returned.
+     </td><td><code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td>Either the <code title="dom-media-volume"><a href="http://dev.w3.org/html5/spec/.html#dom-media-volume" class="full-spec-link" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute or the <code title="dom-media-muted"><a href="http://dev.w3.org/html5/spec/.html#dom-media-muted" class="full-spec-link" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> attribute has changed. Fired after the relevant attribute's setter has returned.
      </td><td>
   </td></tr></tbody></table></body></html>
\ No newline at end of file

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -d -r1.603 -r1.604
--- browsers.html	2 Jul 2010 23:07:30 -0000	1.603
+++ browsers.html	7 Jul 2010 08:58:09 -0000	1.604
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5 Loading Web pages &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>5 Loading Web pages &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="links.html" title="4.12 Links" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="links.html" title="4.12 Links" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="origin-0.html" title="5.3 Origin" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -324,25 +324,25 @@
     <ol><li><a href="browsers.html#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a></li><li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</a></li><li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.2.3 </span>Named access on the <code>Window</code> object</a></li><li><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.4 </span>Browser interface elements</a></li></ol></li></ol></li></ol></div>
 
   <h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="windows"><span class="secno">5.1 </span>Browsing contexts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which
-  <code><a href="#document">Document</a></code> objects are presented to the user.</p><p class="note">A tab or window in a Web browser typically contains
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are presented to the user.</p><p class="note">A tab or window in a Web browser typically contains
   a <a href="#browsing-context">browsing context</a>, as does an <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>.</p><p>Each <a href="#browsing-context">browsing context</a> has a corresponding
-  <code><a href="#windowproxy">WindowProxy</a></code> object.</p><p>A <a href="#browsing-context">browsing context</a> has a <a href="history.html#session-history">session
-  history</a>, which lists the <code><a href="#document">Document</a></code> objects that
+  <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object.</p><p>A <a href="#browsing-context">browsing context</a> has a <a href="history.html#session-history">session
+  history</a>, which lists the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that
   that <a href="#browsing-context">browsing context</a> has presented, is presenting, or
-  will present. At any time, one <code><a href="#document">Document</a></code> in each
+  will present. At any time, one <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in each
   <a href="#browsing-context">browsing context</a> is designated the <dfn id="active-document">active
-  document</dfn>.</p><p>Each <code><a href="#document">Document</a></code> is associated with a
+  document</dfn>.</p><p>Each <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is associated with a
   <code><a href="#window">Window</a></code> object. A <a href="#browsing-context">browsing context</a>'s
-  <code><a href="#windowproxy">WindowProxy</a></code> object forwards everything to the
+  <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object forwards everything to the
   <a href="#browsing-context">browsing context</a>'s <a href="#active-document">active document</a>'s
   <code><a href="#window">Window</a></code> object.</p><p class="note">In general, there is a 1-to-1 mapping from the
-  <code><a href="#window">Window</a></code> object to the <code><a href="#document">Document</a></code> object. In
+  <code><a href="#window">Window</a></code> object to the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. In
   one particular case, a <code><a href="#window">Window</a></code> can be reused for the
-  presentation of a second <code><a href="#document">Document</a></code> in the same
+  presentation of a second <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in the same
   <a href="#browsing-context">browsing context</a>, such that the mapping is then
-  2-to-1. This occurs when a <a href="#browsing-context">browsing context</a> is <a href="#navigate" title="navigate">navigated</a> from the initial
-  <code><a href="#about:blank">about:blank</a></code> <code><a href="#document">Document</a></code> to another, with
-  <a href="#replacement-enabled">replacement enabled</a>.</p><p class="note">A <code><a href="#document">Document</a></code> does not necessarily have a
+  2-to-1. This occurs when a <a href="#browsing-context">browsing context</a> is <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigated" reference in the full HTML5 spec.' class="full-spec-link">navigated</a> from the initial
+  <code><a href="http://dev.w3.org/html5/spec/.html#about:blank" class="full-spec-link" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to another, with
+  <a href="http://dev.w3.org/html5/spec/.html#replacement-enabled" class="full-spec-link" title='Read about this "replacement enabled" reference in the full HTML5 spec.'>replacement enabled</a>.</p><p class="note">A <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> does not necessarily have a
   <a href="#browsing-context">browsing context</a> associated with it. In particular,
   data mining tools are likely to never instantiate browsing
   contexts.</p><hr><p>A <a href="#browsing-context">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing
@@ -355,13 +355,13 @@
   context</a>. Otherwise, the <a href="#browsing-context">browsing context</a> has no
   <a href="#creator-browsing-context">creator browsing context</a>.</p><p>If a <a href="#browsing-context">browsing context</a> <var title="">A</var> has a
   <a href="#creator-browsing-context">creator browsing context</a>, then the
-  <code><a href="#document">Document</a></code> that was the <a href="#active-document">active document</a> of
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that was the <a href="#active-document">active document</a> of
   that <a href="#creator-browsing-context">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator
   <code>Document</code></dfn>.</p><h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements) can
   instantiate further <a href="#browsing-context" title="browsing context">browsing
   contexts</a>. These are called <dfn id="nested-browsing-context" title="nested browsing
   context">nested browsing contexts</dfn>. If a browsing context <var title="">P</var> has an element <var title="">E</var> in one of its
-  <code><a href="#document">Document</a></code>s <var title="">D</var> that nests another
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s <var title="">D</var> that nests another
   browsing context <var title="">C</var> inside it, then <var title="">P</var> is said to be the <dfn id="parent-browsing-context">parent browsing
   context</dfn> of <var title="">C</var>, <var title="">C</var> is
   said to be a <dfn id="child-browsing-context">child browsing context</dfn> of <var title="">P</var>, <var title="">C</var> is said to be <dfn id="browsing-context-nested-through" title="browsing context nested through">nested through</dfn> <var title="">D</var>, and <var title="">E</var> is said to be the
@@ -380,7 +380,7 @@
   context">parent browsing contexts</a> for a <a href="#nested-browsing-context">nested browsing
   context</a> gives the list of <dfn id="ancestor-browsing-context" title="ancestor browsing
   context">ancestor browsing contexts</dfn>.</p><p>The <dfn id="list-of-the-descendant-browsing-contexts">list of the descendant browsing contexts</dfn> of a
-  <code><a href="#document">Document</a></code> <var title="">d</var> is the list returned by
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <var title="">d</var> is the list returned by
   the following algorithm:</p><ol><li><p>Let <var title="">list</var> be an empty list.</p></li>
 
    <li><p>For each <a href="#child-browsing-context">child browsing context</a> of <var title="">d</var> that is <a href="#browsing-context-nested-through" title="browsing context nested
@@ -394,40 +394,40 @@
 
    <li><p>Return the constructed <var title="">list</var>.</p></li>
 
-  </ol><hr><p>A <code><a href="#document">Document</a></code> is said to be <dfn id="fully-active">fully active</dfn>
+  </ol><hr><p>A <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is said to be <dfn id="fully-active">fully active</dfn>
   when it is the <a href="#active-document">active document</a> of its <a href="#browsing-context">browsing
   context</a>, and either its browsing context is a <a href="#top-level-browsing-context">top-level
-  browsing context</a>, or the <code><a href="#document">Document</a></code> <a href="#browsing-context-nested-through" title="browsing context nested through">through which</a> that
+  browsing context</a>, or the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <a href="#browsing-context-nested-through" title="browsing context nested through">through which</a> that
   browsing context is <a href="#nested-browsing-context" title="nested browsing
   context">nested</a> is itself <a href="#fully-active">fully active</a>.</p><p>Because they are nested through an element, <a href="#child-browsing-context" title="child
   browsing context">child browsing contexts</a> are always tied to
-  a specific <code><a href="#document">Document</a></code> in their <a href="#parent-browsing-context">parent browsing
+  a specific <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in their <a href="#parent-browsing-context">parent browsing
   context</a>. User agents must not allow the user to interact with
   <a href="#child-browsing-context" title="child browsing context">child browsing contexts</a>
-  of elements that are in <code><a href="#document">Document</a></code>s that are not
-  themselves <a href="#fully-active">fully active</a>.</p><p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a href="#seamless-browsing-context-flag">seamless
+  of elements that are in <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are not
+  themselves <a href="#fully-active">fully active</a>.</p><p>A <a href="#nested-browsing-context">nested browsing context</a> can have a <a href="http://dev.w3.org/html5/spec/.html#seamless-browsing-context-flag" class="full-spec-link" title='Read about this "seamless browsing context flag" reference in the full HTML5 spec.'>seamless
   browsing context flag</a> set, if it is embedded through an
-  <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p><h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="#dom-top">top</a></code></dt>
+  <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless">seamless</a></code> attribute.</p><h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="http://dev.w3.org/html5/spec/.html#dom-top" class="full-spec-link" title='Read about this "top" reference in the full HTML5 spec.'>top</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a href="#windowproxy">WindowProxy</a></code> for the <a href="#top-level-browsing-context">top-level browsing context</a>.</p>
+    <p>Returns the <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#top-level-browsing-context">top-level browsing context</a>.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-parent"><a href="#dom-parent">parent</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-parent"><a href="http://dev.w3.org/html5/spec/.html#dom-parent" class="full-spec-link" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a href="#windowproxy">WindowProxy</a></code> for the <a href="#parent-browsing-context">parent browsing context</a>.</p>
+    <p>Returns the <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#parent-browsing-context">parent browsing context</a>.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-frameElement"><a href="#dom-frameelement">frameElement</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-frameElement"><a href="http://dev.w3.org/html5/spec/.html#dom-frameelement" class="full-spec-link" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a href="#element">Element</a></code> for the <a href="#browsing-context-container">browsing context container</a>.</p>
+    <p>Returns the <code><a href="http://dev.w3.org/html5/spec/.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code> for the <a href="#browsing-context-container">browsing context container</a>.</p>
 
     <p>Returns null if there isn't one.</p>
 
@@ -447,7 +447,7 @@
   browsing context</a> when the <a href="#auxiliary-browsing-context">auxiliary browsing
   context</a> was created.</p><h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL
   attribute on the <code><a href="#window">Window</a></code> object must return the
-  <code><a href="#windowproxy">WindowProxy</a></code> object of the <a href="#browsing-context">browsing context</a>
+  <code><a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object of the <a href="#browsing-context">browsing context</a>
   from which the current <a href="#browsing-context">browsing context</a> was created
   (its <a href="#opener-browsing-context">opener browsing context</a>), if there is one and it
   is still available.</p><h4 id="secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>User agents may support <dfn id="secondary-browsing-context" title="secondary browsing
@@ -461,127 +461,127 @@
   an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.</p><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
 interface <dfn id="window">Window</dfn> {
   // the current browsing context
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-self" title="dom-self">self</a>;
-  readonly attribute <a href="#document">Document</a> <a href="#dom-document" title="dom-document">document</a>;
-           attribute DOMString <a href="#dom-name" title="dom-name">name</a>;
-  [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="#dom-location" title="dom-location">location</a>;
-  readonly attribute <a href="history.html#history-0">History</a> <a href="#dom-history" title="dom-history">history</a>;
-  readonly attribute <a href="dnd.html#undomanager">UndoManager</a> <a href="#dom-undomanager" title="dom-undoManager">undoManager</a>;
-  <a href="editing.html#selection-0">Selection</a> <a href="#dom-getselection" title="dom-getSelection">getSelection</a>();
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-locationbar" title="dom-window-locationbar">locationbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-menubar" title="dom-window-menubar">menubar</a>;
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-personalbar" title="dom-window-personalbar">personalbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-scrollbars" title="dom-window-scrollbars">scrollbars</a>;
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-statusbar" title="dom-window-statusbar">statusbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-toolbar" title="dom-window-toolbar">toolbar</a>;<!--
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.' class="full-spec-link">window</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.' class="full-spec-link">self</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a href="http://dev.w3.org/html5/spec/.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.' class="full-spec-link">document</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>] readonly attribute <a href="history.html#location">Location</a> <a href="http://dev.w3.org/html5/spec/.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.' class="full-spec-link">location</a>;
+  readonly attribute <a href="history.html#history-0">History</a> <a href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.' class="full-spec-link">history</a>;
+  readonly attribute <a href="dnd.html#undomanager">UndoManager</a> <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager" title='Read about this "undoManager" reference in the full HTML5 spec.' class="full-spec-link">undoManager</a>;
+  <a href="editing.html#selection-0">Selection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.' class="full-spec-link">getSelection</a>();
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.' class="full-spec-link">locationbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.' class="full-spec-link">menubar</a>;
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.' class="full-spec-link">personalbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.' class="full-spec-link">scrollbars</a>;
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.' class="full-spec-link">statusbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="http://dev.w3.org/html5/spec/.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.' class="full-spec-link">toolbar</a>;<!--
   [Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
-  void <a href="#dom-window-close" title="dom-window-close">close</a>();
-  void <a href="#dom-window-stop" title="dom-window-stop">stop</a>();
-  void <a href="#dom-window-focus" title="dom-window-focus">focus</a>();
-  void <a href="#dom-window-blur" title="dom-window-blur">blur</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.' class="full-spec-link">close</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.' class="full-spec-link">stop</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.' class="full-spec-link">focus</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.' class="full-spec-link">blur</a>();
 
   // other browsing contexts
-  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-frames" title="dom-frames">frames</a>;
-  [Replaceable] readonly attribute unsigned long <a href="#dom-length" title="dom-length">length</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-top" title="dom-top">top</a>;
-  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-opener" title="dom-opener">opener</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-parent" title="dom-parent">parent</a>;
-  readonly attribute <a href="#element">Element</a> <a href="#dom-frameelement" title="dom-frameElement">frameElement</a>;
-  <a href="#windowproxy">WindowProxy</a> <a href="#dom-open" title="dom-open">open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
-  <a href="#dom-window-item" title="dom-window-item">getter</a> <a href="#windowproxy">WindowProxy</a> (in unsigned long index);
-  <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> any (in DOMString name);
+  [Replaceable] readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.' class="full-spec-link">frames</a>;
+  [Replaceable] readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.' class="full-spec-link">top</a>;
+  [Replaceable] readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="#dom-opener" title="dom-opener">opener</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.' class="full-spec-link">parent</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#element" class="full-spec-link" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a href="http://dev.w3.org/html5/spec/.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.' class="full-spec-link">frameElement</a>;
+  <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.' class="full-spec-link">open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
+  <a href="http://dev.w3.org/html5/spec/.html#dom-window-item" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> <a href="http://dev.w3.org/html5/spec/.html#windowproxy" class="full-spec-link" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> (in unsigned long index);
+  <a href="http://dev.w3.org/html5/spec/.html#dom-window-nameditem" title='Read about this "getter" reference in the full HTML5 spec.' class="full-spec-link">getter</a> any (in DOMString name);
 
   // the user agent
-  readonly attribute <a href="timers.html#navigator">Navigator</a> <a href="#dom-navigator" title="dom-navigator">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
-  readonly attribute <a href="offline.html#applicationcache">ApplicationCache</a> <a href="#dom-applicationcache" title="dom-applicationCache">applicationCache</a>;
+  readonly attribute <a href="timers.html#navigator">Navigator</a> <a href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.' class="full-spec-link">navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
+  readonly attribute <a href="offline.html#applicationcache">ApplicationCache</a> <a href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.' class="full-spec-link">applicationCache</a>;
 
   // user prompts
-  void <a href="#dom-alert" title="dom-alert">alert</a>(in DOMString message);
-  boolean <a href="#dom-confirm" title="dom-confirm">confirm</a>(in DOMString message);
-  DOMString <a href="#dom-prompt" title="dom-prompt">prompt</a>(in DOMString message, in optional DOMString default);
-  void <a href="#dom-print" title="dom-print">print</a>();
-  any <a href="#dom-showmodaldialog" title="dom-showModalDialog">showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.' class="full-spec-link">alert</a>(in DOMString message);
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.' class="full-spec-link">confirm</a>(in DOMString message);
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.' class="full-spec-link">prompt</a>(in DOMString message, in optional DOMString default);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.' class="full-spec-link">print</a>();
+  any <a href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.' class="full-spec-link">showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
 
-  // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onabort" title="handler-onabort">onabort</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onblur" title="handler-window-onblur">onblur</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplay" title="handler-oncanplay">oncanplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onchange" title="handler-onchange">onchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onclick" title="handler-onclick">onclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondblclick" title="handler-ondblclick">ondblclick</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrag" title="handler-ondrag">ondrag</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragend" title="handler-ondragend">ondragend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragenter" title="handler-ondragenter">ondragenter</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragleave" title="handler-ondragleave">ondragleave</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragover" title="handler-ondragover">ondragover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondragstart" title="handler-ondragstart">ondragstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondrop" title="handler-ondrop">ondrop</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onemptied" title="handler-onemptied">onemptied</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onended" title="handler-onended">onended</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onerror" title="handler-window-onerror">onerror</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onformchange" title="handler-onformchange">onformchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onforminput" title="handler-onforminput">onforminput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninput" title="handler-oninput">oninput</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-oninvalid" title="handler-oninvalid">oninvalid</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeydown" title="handler-onkeydown">onkeydown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeypress" title="handler-onkeypress">onkeypress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onkeyup" title="handler-onkeyup">onkeyup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onload" title="handler-window-onload">onload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onloadstart" title="handler-onloadstart">onloadstart</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousedown" title="handler-onmousedown">onmousedown</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousemove" title="handler-onmousemove">onmousemove</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseout" title="handler-onmouseout">onmouseout</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseover" title="handler-onmouseover">onmouseover</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmouseup" title="handler-onmouseup">onmouseup</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-ononline" title="handler-window-ononline">ononline</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onpause" title="handler-onpause">onpause</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplay" title="handler-onplay">onplay</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onplaying" title="handler-onplaying">onplaying</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onprogress" title="handler-onprogress">onprogress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onratechange" title="handler-onratechange">onratechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onredo" title="handler-window-onredo">onredo</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onresize" title="handler-window-onresize">onresize</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onscroll" title="handler-onscroll">onscroll</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeked" title="handler-onseeked">onseeked</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onseeking" title="handler-onseeking">onseeking</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onselect" title="handler-onselect">onselect</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onshow" title="handler-onshow">onshow</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onstalled" title="handler-onstalled">onstalled</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsubmit" title="handler-onsubmit">onsubmit</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onsuspend" title="handler-onsuspend">onsuspend</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onundo" title="handler-window-onundo">onundo</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onunload" title="handler-window-onunload">onunload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
+  // <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.' class="full-spec-link">onabort</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.' class="full-spec-link">onafterprint</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.' class="full-spec-link">onbeforeprint</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.' class="full-spec-link">onbeforeunload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.' class="full-spec-link">onblur</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.' class="full-spec-link">oncanplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.' class="full-spec-link">oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.' class="full-spec-link">onchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.' class="full-spec-link">onclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.' class="full-spec-link">oncontextmenu</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.' class="full-spec-link">ondblclick</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.' class="full-spec-link">ondrag</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.' class="full-spec-link">ondragend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.' class="full-spec-link">ondragenter</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.' class="full-spec-link">ondragleave</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.' class="full-spec-link">ondragover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.' class="full-spec-link">ondragstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.' class="full-spec-link">ondrop</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.' class="full-spec-link">ondurationchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.' class="full-spec-link">onemptied</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.' class="full-spec-link">onended</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.' class="full-spec-link">onerror</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.' class="full-spec-link">onfocus</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.' class="full-spec-link">onformchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.' class="full-spec-link">onforminput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.' class="full-spec-link">onhashchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.' class="full-spec-link">oninput</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.' class="full-spec-link">oninvalid</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.' class="full-spec-link">onkeydown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.' class="full-spec-link">onkeypress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.' class="full-spec-link">onkeyup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.' class="full-spec-link">onload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.' class="full-spec-link">onloadeddata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.' class="full-spec-link">onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.' class="full-spec-link">onloadstart</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.' class="full-spec-link">onmessage</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.' class="full-spec-link">onmousedown</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.' class="full-spec-link">onmousemove</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.' class="full-spec-link">onmouseout</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.' class="full-spec-link">onmouseover</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.' class="full-spec-link">onmouseup</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.' class="full-spec-link">onmousewheel</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.' class="full-spec-link">onoffline</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.' class="full-spec-link">ononline</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.' class="full-spec-link">onpause</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.' class="full-spec-link">onplay</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.' class="full-spec-link">onplaying</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.' class="full-spec-link">onpagehide</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.' class="full-spec-link">onpageshow</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.' class="full-spec-link">onpopstate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.' class="full-spec-link">onprogress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.' class="full-spec-link">onratechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.' class="full-spec-link">onreadystatechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.' class="full-spec-link">onredo</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.' class="full-spec-link">onresize</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.' class="full-spec-link">onscroll</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.' class="full-spec-link">onseeked</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.' class="full-spec-link">onseeking</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.' class="full-spec-link">onselect</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.' class="full-spec-link">onshow</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.' class="full-spec-link">onstalled</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.' class="full-spec-link">onstorage</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.' class="full-spec-link">onsubmit</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.' class="full-spec-link">onsuspend</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.' class="full-spec-link">ontimeupdate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.' class="full-spec-link">onundo</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.' class="full-spec-link">onunload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.' class="full-spec-link">onvolumechange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.' class="full-spec-link">onwaiting</a>;
 };
-<a href="#window">Window</a> implements <a href="#eventtarget">EventTarget</a>;</pre><!-- for more features to add here, look here:
+<a href="#window">Window</a> implements <a href="http://dev.w3.org/html5/spec/.html#eventtarget" class="full-spec-link" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><!-- for more features to add here, look here:
  http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
  http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindowInternal.idl - DOM level 0
---><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a href="#dom-window">window</a></code></dt>
-   <dt><var title="">window</var> . <code title="dom-frames"><a href="#dom-frames">frames</a></code></dt>
-   <dt><var title="">window</var> . <code title="dom-self"><a href="#dom-self">self</a></code></dt>
+--><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a href="http://dev.w3.org/html5/spec/.html#dom-window" class="full-spec-link" title='Read about this "window" reference in the full HTML5 spec.'>window</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-frames"><a href="http://dev.w3.org/html5/spec/.html#dom-frames" class="full-spec-link" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-self"><a href="http://dev.w3.org/html5/spec/.html#dom-self" class="full-spec-link" title='Read about this "self" reference in the full HTML5 spec.'>self</a></code></dt>
 
    <dd>
 
@@ -590,7 +590,7 @@
    </dd>
 
 
-   <dt><var title="">window</var> . <code title="dom-document"><a href="#dom-document">document</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-document"><a href="http://dev.w3.org/html5/spec/.html#dom-document" class="full-spec-link" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code></dt>
 
    <dd>
 
@@ -599,7 +599,7 @@
    </dd>
 
 
-   <dt><var title="">document</var> . <code title="dom-document-defaultView"><a href="#dom-document-defaultview">defaultView</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-defaultView"><a href="http://dev.w3.org/html5/spec/.html#dom-document-defaultview" class="full-spec-link" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a></code></dt>
 
    <dd>
 
@@ -607,12 +607,12 @@
 
    </dd>
 
-  </dl><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="#dom-open">open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
+  </dl><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="http://dev.w3.org/html5/spec/.html#dom-open" class="full-spec-link" title='Read about this "open" reference in the full HTML5 spec.'>open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
 
    <dd>
 
     <p>Opens a window to show <var title="">url</var> (defaults to
-    <code><a href="#about:blank">about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
+    <code><a href="http://dev.w3.org/html5/spec/.html#about:blank" class="full-spec-link" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
     window. If a window exists with that name already, it is
     reused. The <var title="">replace</var> attribute, if true, means
     that whatever page is currently open in that window will be
@@ -620,7 +620,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-name"><a href="#dom-name">name</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-name"><a href="http://dev.w3.org/html5/spec/.html#dom-name" class="full-spec-link" title='Read about this "name" reference in the full HTML5 spec.'>name</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -630,7 +630,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close">close</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-close"><a href="http://dev.w3.org/html5/spec/.html#dom-window-close" class="full-spec-link" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
 
    <dd>
 
@@ -638,7 +638,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop">stop</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-stop"><a href="http://dev.w3.org/html5/spec/.html#dom-window-stop" class="full-spec-link" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a></code>()</dt>
 
    <dd>
 
@@ -646,7 +646,7 @@
 
    </dd>
 
-  </dl><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt>
+  </dl><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="http://dev.w3.org/html5/spec/.html#dom-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -675,34 +675,34 @@
   browser interface elements are exposed in a limited way to scripts
   in Web pages.</p><p>Each interface element is represented by a <code><a href="#barprop">BarProp</a></code>
   object:</p><pre class="idl">interface <dfn id="barprop">BarProp</dfn> {
-           attribute boolean <a href="#dom-barprop-visible" title="dom-BarProp-visible">visible</a>;
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="#dom-window-locationbar">locationbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.' class="full-spec-link">visible</a>;
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="http://dev.w3.org/html5/spec/.html#dom-window-locationbar" class="full-spec-link" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the location bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-menubar"><a href="#dom-window-menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-menubar"><a href="http://dev.w3.org/html5/spec/.html#dom-window-menubar" class="full-spec-link" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the menu bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="#dom-window-personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="http://dev.w3.org/html5/spec/.html#dom-window-personalbar" class="full-spec-link" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <!--<dt><var title="">window</var> . <code title="dom-window-directories">directories</code> . <code title="dom-BarProp-visible">visible</code></dt>-->
    <dd>
     <p>Returns true if the personal bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="#dom-window-scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="http://dev.w3.org/html5/spec/.html#dom-window-scrollbars" class="full-spec-link" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the scroll bars are visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="#dom-window-statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="http://dev.w3.org/html5/spec/.html#dom-window-statusbar" class="full-spec-link" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the status bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="#dom-window-toolbar">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="http://dev.w3.org/html5/spec/.html#dom-window-toolbar" class="full-spec-link" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" class="full-spec-link" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the toolbar is visible; otherwise, returns false.</p>
    </dd>

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- edits.html	2 Jul 2010 23:07:30 -0000	1.29
+++ edits.html	7 Jul 2010 08:58:10 -0000	1.30
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.7 Edits &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.7 Edits &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="embedded-content-1.html" title="4.8 Embedded content" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -333,7 +333,7 @@
    <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses the <code><a href="#htmlmodelement">HTMLModElement</a></code> interface.</dd>
-  </dl><p>The <code><a href="#the-ins-element">ins</a></code> element <a href="#represents">represents</a> an addition
+  </dl><p>The <code><a href="#the-ins-element">ins</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an addition
   to the document.</p><div class="example">
 
    <p>The following represents the addition of a single paragraph:</p>
@@ -406,7 +406,7 @@
    <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses the <code><a href="#htmlmodelement">HTMLModElement</a></code> interface.</dd>
-  </dl><p>The <code><a href="#the-del-element">del</a></code> element <a href="#represents">represents</a> a removal
+  </dl><p>The <code><a href="#the-del-element">del</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a removal
   from the document.</p><p><code><a href="#the-del-element">del</a></code> elements should not cross <a href="content-models.html#paragraph" title="paragraph">implied paragraph</a> boundaries.</p><div class="example">
 
    <p>The following shows a "to do" list where items that have been
@@ -433,8 +433,8 @@
   attribute must be a <a href="common-microsyntaxes.html#valid-global-date-and-time-string">valid global date and time string</a>
   value.</p><p>The <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements  implement the <code><a href="#htmlmodelement">HTMLModElement</a></code>
   interface:</p><pre class="idl">interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-mod-cite" title="dom-mod-cite">cite</a>;
-           attribute DOMString <a href="#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.' class="full-spec-link">cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.' class="full-spec-link">dateTime</a>;
 };</pre><h4 id="edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>Since the <code><a href="#the-ins-element">ins</a></code> and <code><a href="#the-del-element">del</a></code> elements do not
   affect <a href="content-models.html#paragraph" title="paragraph">paragraphing</a>, it is possible,
   in some cases where paragraphs are <a href="content-models.html#paragraph" title="paragraph">implied</a> (without explicit <code><a href="grouping-content.html#the-p-element">p</a></code>

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -d -r1.571 -r1.572
--- the-xhtml-syntax.html	2 Jul 2010 23:07:35 -0000	1.571
+++ the-xhtml-syntax.html	7 Jul 2010 08:58:14 -0000	1.572
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>9 The XHTML syntax &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>9 The XHTML syntax &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="named-character-references.html" title="8.2 Named character references" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="named-character-references.html" title="8.2 Named character references" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="obsolete.html" title="10 Obsolete features" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- offline.html	2 Jul 2010 23:07:32 -0000	1.588
+++ offline.html	7 Jul 2010 08:58:12 -0000	1.589
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>5.6 Offline Web applications &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>5.6 Offline Web applications &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="history.html" title="5.4 Session history and navigation" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="history.html" title="5.4 Session history and navigation" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="webappapis.html" title="6 Web application APIs" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -363,8 +363,8 @@
 
   --><h4 id="introduction-2"><span class="secno">5.6.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>In order to enable users to continue interacting with Web
   applications and documents even when their network connection is
-  unavailable &#8212; for instance, because they are traveling outside
-  of their ISP's coverage area &#8212; authors can provide a manifest
+  unavailable &#226;&#128;&#148; for instance, because they are traveling outside
+  of their ISP's coverage area &#226;&#128;&#148; authors can provide a manifest
   which lists the files that are needed for the Web application to
   work offline and which causes the user's browser to keep a copy of
   the files for use offline.</p><p>To illustrate this, consider a simple clock applet consisting of
@@ -424,15 +424,15 @@
      </th><th> Dispatched when...
      </th><th> Next events
    </th></tr></thead><tbody><tr><td> <dfn id="event-appcache-checking" title="event-appcache-checking"><code>checking</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><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><td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code>, <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code>, <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>
     </td></tr><tr><td> <dfn id="event-appcache-noupdate" title="event-appcache-noupdate"><code>noupdate</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> The manifest hadn't changed.
      </td><td> Last event in sequence.
     </td></tr><tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><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><td> <code title="event-appcache-progress"><a href="#event-appcache-progress">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code>
     </td></tr><tr><td> <dfn id="event-appcache-progress" title="event-appcache-progress"><code>progress</code></dfn>
@@ -440,19 +440,19 @@
      </td><td> The user agent is downloading resources listed by the manifest.
      </td><td> <code title="event-appcache-progress"><a href="#event-appcache-progress">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code>
     </td></tr><tr><td> <dfn id="event-appcache-cached" title="event-appcache-cached"><code>cached</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> The resources listed in the manifest have been downloaded, and the application is now cached.
      </td><td> Last event in sequence.
     </td></tr><tr><td> <dfn id="event-appcache-updateready" title="event-appcache-updateready"><code>updateready</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> The resources listed in the manifest have been newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache()</a></code> to switch to the new cache.
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> The resources listed in the manifest have been newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><a href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" class="full-spec-link" title='Read about this "swapCache()" reference in the full HTML5 spec.'>swapCache()</a></code> to switch to the new cache.
      </td><td> Last event in sequence.
     </td></tr><tr><td> <dfn id="event-appcache-obsolete" title="event-appcache-obsolete"><code>obsolete</code></dfn>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> The manifest was found to have become a 404 or 410 page, so the application cache is being deleted.
      </td><td> Last event in sequence.
     </td></tr><tr><td rowspan="4"> <dfn id="event-appcache-error" title="event-appcache-error"><code>error</code></dfn>
-     </td><td rowspan="4"> <code><a href="#event">Event</a></code>
+     </td><td rowspan="4"> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> The manifest was a 404 or 410 page, so the attempt to cache the application has been aborted.
      </td><td rowspan="3"> Last event in sequence.
     </td></tr><tr><td> The manifest hadn't changed, but the page referencing the manifest failed to download properly.
@@ -494,7 +494,7 @@
 images/sound-icon.png
 images/background.png</pre><hr><p>The following manifest defines a catch-all error page that is
   displayed for any page on the site while the user is offline. It
-  also specifies that the <a href="#concept-appcache-onlinewhitelist-wildcard" title="concept-appcache-onlinewhitelist-wildcard">online whitelist
+  also specifies that the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist-wildcard" title='Read about this "online whitelist wildcard flag" reference in the full HTML5 spec.' class="full-spec-link">online whitelist
   wildcard flag</a> is <i title="">open</i>, meaning that accesses
   to resources on other sites will not be blocked. (Resources on the
   same site are already not blocked because of the catch-all fallback
@@ -607,32 +607,32 @@
 -->
 
   </dd></dl><p>Manifests may contain sections more than once. Sections may be
-  empty.</p><p>If the manifest's <a href="#url-scheme" title="url-scheme">&lt;scheme&gt;</a>
+  empty.</p><p>If the manifest's <a href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "&lt;scheme&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;scheme&gt;</a>
   is <code title="">https:</code> or another scheme intended for
   encrypted data transfer, then all URLs in <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit sections</a>
-  must have the <a href="#same-origin">same origin</a> as the manifest itself.</p><p>URLs that are to be fallback pages associated with <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespaces</a>, and
+  must have the <a href="http://dev.w3.org/html5/spec/.html#same-origin" class="full-spec-link" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.</p><p>URLs that are to be fallback pages associated with <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "fallback namespaces" reference in the full HTML5 spec.' class="full-spec-link">fallback namespaces</a>, and
   those namespaces themselves, must be given in <a href="#concept-appcache-manifest-fallback" title="concept-appcache-manifest-fallback">fallback sections</a>,
   with the namespace being the first URL of the data line, and the
   corresponding fallback page being the second URL. All the other
   pages to be cached must be listed in <a href="#concept-appcache-manifest-explicit" title="concept-appcache-manifest-explicit">explicit
-  sections</a>.</p><p><a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">Fallback
-  namespaces</a> and <a href="#concept-appcache-fallback" title="concept-appcache-fallback">fallback entries</a> must have
-  the <a href="#same-origin">same origin</a> as the manifest itself.</p><p>A <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback
-  namespace</a> must not be listed more than once.</p><p>Namespaces that the user agent is to put into the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a>
+  sections</a>.</p><p><a href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.' class="full-spec-link">Fallback
+  namespaces</a> and <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback" title='Read about this "fallback entries" reference in the full HTML5 spec.' class="full-spec-link">fallback entries</a> must have
+  the <a href="http://dev.w3.org/html5/spec/.html#same-origin" class="full-spec-link" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.</p><p>A <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "fallback namespace" reference in the full HTML5 spec.' class="full-spec-link">fallback
+  namespace</a> must not be listed more than once.</p><p>Namespaces that the user agent is to put into the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.' class="full-spec-link">online whitelist</a>
   must all be specified in <a href="#concept-appcache-manifest-network" title="concept-appcache-manifest-network">online whitelist
   sections</a>. (This is needed for any URL that the page is
   intending to use to communicate back to the server.) To specify that
   all URLs are automatically whitelisted in this way, a U+002A
   ASTERISK character character (*) may be specified as one of the
-  URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
-  which another namespace in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> is
+  URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p><p>Authors should not include namespaces in the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.' class="full-spec-link">online whitelist</a> for
+  which another namespace in the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.' class="full-spec-link">online whitelist</a> is
   a <a href="infrastructure.html#prefix-match">prefix match</a>.</p><p>Relative URLs must be given relative to the manifest's own
-  URL. All URLs in the manifest must have the same <a href="#url-scheme" title="url-scheme">&lt;scheme&gt;</a> as the manifest itself
+  URL. All URLs in the manifest must have the same <a href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "&lt;scheme&gt;" reference in the full HTML5 spec.' class="full-spec-link">&lt;scheme&gt;</a> as the manifest itself
   (either explicitly or implicitly, through the use of relative
   URLs).</p><p>URLs in manifests must not have fragment identifiers (i.e. the
   U+0023 NUMBER SIGN character isn't allowed in URLs in
-  manifests).</p><p><a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">Fallback
-  namespaces</a> and namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> are
+  manifests).</p><p><a href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.' class="full-spec-link">Fallback
+  namespaces</a> and namespaces in the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.' class="full-spec-link">online whitelist</a> are
   matched by <a href="infrastructure.html#prefix-match">prefix match</a>.</p><h4 id="expiring-application-caches"><span class="secno">5.6.3 </span>Expiring application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>As a general rule, user agents should not expire application
   caches, except on request from the user, or after having been left
   unused for an extended period of time.</p><p>Application caches and cookies have similar implications with
@@ -646,37 +646,37 @@
   caches, local storage, databases, etc, from an origin all at
   once.</p><h4 id="application-cache-api"><span class="secno">5.6.4 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> {
 
-  // <a href="#concept-appcache-status" title="concept-appcache-status">update status</a>
+  // <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.' class="full-spec-link">update status</a>
   const unsigned short <a href="#dom-appcache-uncached" title="dom-appcache-UNCACHED">UNCACHED</a> = 0;
   const unsigned short <a href="#dom-appcache-idle" title="dom-appcache-IDLE">IDLE</a> = 1;
   const unsigned short <a href="#dom-appcache-checking" title="dom-appcache-CHECKING">CHECKING</a> = 2;
   const unsigned short <a href="#dom-appcache-downloading" title="dom-appcache-DOWNLOADING">DOWNLOADING</a> = 3;
   const unsigned short <a href="#dom-appcache-updateready" title="dom-appcache-UPDATEREADY">UPDATEREADY</a> = 4;
   const unsigned short <a href="#dom-appcache-obsolete" title="dom-appcache-OBSOLETE">OBSOLETE</a> = 5;
-  readonly attribute unsigned short <a href="#dom-appcache-status" title="dom-appcache-status">status</a>;
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.' class="full-spec-link">status</a>;
 
   // updates
-  void <a href="#dom-appcache-update" title="dom-appcache-update">update</a>();
-  void <a href="#dom-appcache-swapcache" title="dom-appcache-swapCache">swapCache</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-appcache-update" title='Read about this "update" reference in the full HTML5 spec.' class="full-spec-link">update</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.' class="full-spec-link">swapCache</a>();
 
   // events
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onerror" title="handler-appcache-onerror">onerror</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onnoupdate" title="handler-appcache-onnoupdate">onnoupdate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-ondownloading" title="handler-appcache-ondownloading">ondownloading</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onprogress" title="handler-appcache-onprogress">onprogress</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onupdateready" title="handler-appcache-onupdateready">onupdateready</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-oncached" title="handler-appcache-oncached">oncached</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-appcache-onobsolete" title="handler-appcache-onobsolete">onobsolete</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onchecking" title='Read about this "onchecking" reference in the full HTML5 spec.' class="full-spec-link">onchecking</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onerror" title='Read about this "onerror" reference in the full HTML5 spec.' class="full-spec-link">onerror</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onnoupdate" title='Read about this "onnoupdate" reference in the full HTML5 spec.' class="full-spec-link">onnoupdate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-ondownloading" title='Read about this "ondownloading" reference in the full HTML5 spec.' class="full-spec-link">ondownloading</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.' class="full-spec-link">onprogress</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onupdateready" title='Read about this "onupdateready" reference in the full HTML5 spec.' class="full-spec-link">onupdateready</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-oncached" title='Read about this "oncached" reference in the full HTML5 spec.' class="full-spec-link">oncached</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-appcache-onobsolete" title='Read about this "onobsolete" reference in the full HTML5 spec.' class="full-spec-link">onobsolete</a>;
 };
-<a href="#applicationcache">ApplicationCache</a> implements <a href="#eventtarget">EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt>
+<a href="#applicationcache">ApplicationCache</a> implements <a href="http://dev.w3.org/html5/spec/.html#eventtarget" class="full-spec-link" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" class="full-spec-link" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
    <dd>
 
     <p>(In a window.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the <a href="browsers.html#active-document">active document</a> of that <code><a href="browsers.html#window">Window</a></code>.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt>
+   <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" class="full-spec-link" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
    <dd>
 
     <p>(In a shared worker.) Returns the <code><a href="#applicationcache">ApplicationCache</a></code> object that applies to the current shared worker.
@@ -687,23 +687,23 @@
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-status"><a href="#dom-appcache-status">status</a></code></dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-status"><a href="http://dev.w3.org/html5/spec/.html#dom-appcache-status" class="full-spec-link" title='Read about this "status" reference in the full HTML5 spec.'>status</a></code></dt>
    <dd>
 
     <p>Returns the current status of the application cache, as given by the constants defined below.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-update"><a href="#dom-appcache-update">update</a></code>()</dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-update"><a href="http://dev.w3.org/html5/spec/.html#dom-appcache-update" class="full-spec-link" title='Read about this "update" reference in the full HTML5 spec.'>update</a></code>()</dt>
    <dd>
 
-    <p>Invokes the <a href="#application-cache-download-process">application cache download process</a>.</p>
+    <p>Invokes the <a href="http://dev.w3.org/html5/spec/.html#application-cache-download-process" class="full-spec-link" title='Read about this "application cache download process" reference in the full HTML5 spec.'>application cache download process</a>.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if there is no application cache to update.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache</a></code>()</dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" class="full-spec-link" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a></code>()</dt>
    <dd>
 
     <p>Switches to the most recent application cache, if there is a
@@ -721,55 +721,55 @@
   </dl><dl><dt><dfn id="dom-appcache-uncached" title="dom-appcache-UNCACHED"><code>UNCACHED</code></dfn>
    (numeric value 0)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is not associated with an <a href="#application-cache">application
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is not associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application
    cache</a> at this time.</p></dd>
 
    <dt><dfn id="dom-appcache-idle" title="dom-appcache-IDLE"><code>IDLE</code></dfn>
    (numeric value 1)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is associated with an <a href="#application-cache">application cache</a>
-   whose <a href="#application-cache-group">application cache group</a>'s <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> is
-   <i>idle</i>, and that <a href="#application-cache">application cache</a> is the <a href="#concept-appcache-newer" title="concept-appcache-newer">newest</a> cache in its
-   <a href="#application-cache-group">application cache group</a>, and the <a href="#application-cache-group">application
-   cache group</a> is not marked as <a href="#concept-appcache-obsolete" title="concept-appcache-obsolete">obsolete</a>.</p></dd>
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.' class="full-spec-link">update status</a> is
+   <i>idle</i>, and that <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.' class="full-spec-link">newest</a> cache in its
+   <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>, and the <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application
+   cache group</a> is not marked as <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.' class="full-spec-link">obsolete</a>.</p></dd>
 
    <dt><dfn id="dom-appcache-checking" title="dom-appcache-CHECKING"><code>CHECKING</code></dfn>
    (numeric value 2)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is associated with an <a href="#application-cache">application cache</a>
-   whose <a href="#application-cache-group">application cache group</a>'s <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> is
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.' class="full-spec-link">update status</a> is
    <i>checking</i>.</p></dd>
 
    <dt><dfn id="dom-appcache-downloading" title="dom-appcache-DOWNLOADING"><code>DOWNLOADING</code></dfn>
    (numeric value 3)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is associated with an <a href="#application-cache">application cache</a>
-   whose <a href="#application-cache-group">application cache group</a>'s <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> is
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.' class="full-spec-link">update status</a> is
    <i>downloading</i>.</p></dd>
 
    <dt><dfn id="dom-appcache-updateready" title="dom-appcache-UPDATEREADY"><code>UPDATEREADY</code></dfn>
    (numeric value 4)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is associated with an <a href="#application-cache">application cache</a>
-   whose <a href="#application-cache-group">application cache group</a>'s <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> is
-   <i>idle</i>, and whose <a href="#application-cache-group">application cache group</a> is not
-   marked as <a href="#concept-appcache-obsolete" title="concept-appcache-obsolete">obsolete</a>,
-   but that <a href="#application-cache">application cache</a> is <em>not</em> the <a href="#concept-appcache-newer" title="concept-appcache-newer">newest</a> cache in its
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.' class="full-spec-link">update status</a> is
+   <i>idle</i>, and whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is not
+   marked as <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.' class="full-spec-link">obsolete</a>,
+   but that <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is <em>not</em> the <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.' class="full-spec-link">newest</a> cache in its
    group.</p></dd>
 
    <dt><dfn id="dom-appcache-obsolete" title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></dfn>
    (numeric value 5)</dt>
 
-   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="#cache-host">cache
-   host</a> is associated with an <a href="#application-cache">application cache</a>
-   whose <a href="#application-cache-group">application cache group</a> is marked as <a href="#concept-appcache-obsolete" title="concept-appcache-obsolete">obsolete</a>.</p></dd>
+   <dd><p>The <code><a href="#applicationcache">ApplicationCache</a></code> object's <a href="http://dev.w3.org/html5/spec/.html#cache-host" class="full-spec-link" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a href="http://dev.w3.org/html5/spec/.html#application-cache-group" class="full-spec-link" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.' class="full-spec-link">obsolete</a>.</p></dd>
 
-  </dl><h4 id="browser-state"><span class="secno">5.6.5 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
+  </dl><h4 id="browser-state"><span class="secno">5.6.5 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator" class="full-spec-link" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-onLine"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-online" class="full-spec-link" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a></code></dt>
 
    <dd>
 

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- content-models.html	2 Jul 2010 23:07:30 -0000	1.44
+++ content-models.html	7 Jul 2010 08:58:10 -0000	1.45
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.2.5 Content models &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>3.2.5 Content models &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="elements.html" title="3.2 Elements" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="elements.html" title="3.2 Elements" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -327,8 +327,8 @@
   sections, for the purposes of determining if an element matches its
   content model or not, <a href="infrastructure.html#text-node" title="text
   node"><code>CDATASection</code> nodes in the DOM are treated as
-  equivalent to <code>Text</code> nodes</a>, and <a href="#entity-references">entity reference nodes are treated as if
-  they were expanded in place</a>.</p><p>The <a href="#space-character" title="space character">space characters</a> are
+  equivalent to <code>Text</code> nodes</a>, and <a href="http://dev.w3.org/html5/spec/.html#entity-references" class="full-spec-link" title='Read about this "entity reference nodes are treated as if they were expanded in place" reference in the full HTML5 spec.'>entity reference nodes are treated as if
+  they were expanded in place</a>.</p><p>The <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a> are
   always allowed between elements. User agents represent these
   characters between elements in the source markup as text nodes in
   the DOM.<!-- not a conf criteria since the parser now requires this
@@ -594,8 +594,7 @@
   models, means <a href="infrastructure.html#text-node" title="text node">text nodes</a>. <a href="#text-content" title="text content">Text</a> is sometimes used as a content
   model on its own, but is also <a href="#phrasing-content">phrasing content</a>, and can
   be <a href="#inter-element-whitespace">inter-element whitespace</a> (if the <a href="infrastructure.html#text-node" title="text
-  node">text nodes</a> are empty or contain just <a href="#space-character" title="space
-  character">space characters</a>).</p><h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
+  node">text nodes</a> are empty or contain just <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>).</p><h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another
   resource into the document, or content from another vocabulary that
   is inserted into the document.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="video.html#audio">audio</a></code></li>
    <li><code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code></li>
@@ -635,11 +634,11 @@
    <li><code><a href="the-button-element.html#the-select-element">select</a></code></li>
    <li><code><a href="the-button-element.html#the-textarea-element">textarea</a></code></li>
    <li><code><a href="video.html#video">video</a></code> (if the <code title="attr-media-controls"><a href="video.html#attr-media-controls">controls</a></code> attribute is present)</li>
-  </ul><p>Certain elements in HTML have an <a href="#activation-behavior">activation
+  </ul><p>Certain elements in HTML have an <a href="http://dev.w3.org/html5/spec/.html#activation-behavior" class="full-spec-link" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation
   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 href="#event-click">click</a></code>
-  event followed by a <code title="event-DOMActivate"><a href="#event-domactivate">DOMActivate</a></code> event.</p><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
+  and normally culminating in a <code title="event-click"><a href="http://dev.w3.org/html5/spec/.html#event-click" class="full-spec-link" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>
+  event followed by a <code title="event-DOMActivate"><a href="http://dev.w3.org/html5/spec/.html#event-domactivate" class="full-spec-link" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code> event.</p><h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
   "transparent" in the description of their content model.</p><p>When a content model includes a part that is "transparent", those
   parts must not contain content that would not be conformant if all
   transparent elements in the tree were replaced, in their parent
@@ -697,7 +696,7 @@
    of the markup to show that the text was changed (though in this
    case, the changes admittedly don't make much sense). Notice how
    this example has exactly the same paragraphs as the previous one,
-   despite the <code><a href="edits.html#the-ins-element">ins</a></code> and <code><a href="edits.html#the-del-element">del</a></code> elements &#8212;
+   despite the <code><a href="edits.html#the-ins-element">ins</a></code> and <code><a href="edits.html#the-del-element">del</a></code> elements &#226;&#128;&#148;
    the <code><a href="edits.html#the-ins-element">ins</a></code> element straddles the heading and the first
    paragraph, and the <code><a href="edits.html#the-del-element">del</a></code> element straddles the boundary
    between the two paragraphs.</p>
@@ -820,25 +819,25 @@
      </td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h4</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h5</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element">hgroup</a></code> ancestor
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="sections.html#the-hgroup-element">hgroup</a></code> element
-     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="#outline-depth">outline depth</a>
+     </td><td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#outline-depth" class="full-spec-link" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     </td></tr><tr><td><code><a href="grouping-content.html#the-hr-element">hr</a></code> element
      </td><td><code title="attr-aria-role-separator">separator</code> role
@@ -850,7 +849,7 @@
      </td><td><code title="attr-aria-role-button">button</code> role
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> state
-     </td><td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute is true, or "true" if the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise
+     </td><td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" class="full-spec-link" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute is true, or "true" if the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> is true, or "false" otherwise
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#color-state" title="attr-input-type-color">Color</a> state
      </td><td>No role
@@ -864,7 +863,7 @@
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#local-date-and-time-state" title="attr-input-type-datetime-local">Local Date and Time</a> state
      </td><td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#e-mail-state" title="attr-input-type-email">E-mail</a> state with no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#e-mail-state" title="attr-input-type-email">E-mail</a> state with no <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#file-upload-state" title="attr-input-type-file">File Upload</a> state
@@ -880,39 +879,39 @@
      </td><td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#number-state" title="attr-input-type-number">Number</a> state
-     </td><td><code title="attr-aria-role-spinbutton">spinbutton</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="#concept-input-min" title="concept-input-min">minimum</a>, and, if the result of applying the <a href="#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is a number, with the <code title="attr-aria-valuenow">aria-valuenow</code> property set to that number
+     </td><td><code title="attr-aria-role-spinbutton">spinbutton</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.' class="full-spec-link">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>, and, if the result of applying the <a href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" class="full-spec-link" title='Read about this "rules for parsing floaing point number values" reference in the full HTML5 spec.'>rules for parsing floating point number values</a> to the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> is a number, with the <code title="attr-aria-valuenow">aria-valuenow</code> property set to that number
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#password-state" title="attr-input-type-password">Password</a> state
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#radio-button-state" title="attr-input-type-radio">Radio Button</a> state
-     </td><td><code title="attr-aria-role-radio">radio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise
+     </td><td><code title="attr-aria-role-radio">radio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> is true, or "false" otherwise
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#range-state" title="attr-input-type-range">Range</a> state
-     </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if that that results in a number, or the <a href="number-state.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise
+     </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.' class="full-spec-link">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" class="full-spec-link" title='Read about this "rules for parsing floating point number values" reference in the full HTML5 spec.'>rules for parsing floating point number values</a> to the element's <a href="http://dev.w3.org/html5/spec/.htl#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>, if that that results in a number, or the <a href="number-state.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#reset-button-state" title="attr-input-type-reset">Reset Button</a> state
      </td><td><code title="attr-aria-role-button">button</code> role
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-search">Search</a> state with no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-search">Search</a> state with no <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="number-state.html#submit-button-state" title="attr-input-type-submit">Submit Button</a> state
      </td><td><code title="attr-aria-role-button">button</code> role
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#telephone-state" title="attr-input-type-tel">Telephone</a> state with no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#telephone-state" title="attr-input-type-tel">Telephone</a> state with no <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state with no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a> state with no <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a>, <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-search">Search</a>, <a href="states-of-the-type-attribute.html#telephone-state" title="attr-input-type-tel">Telephone</a>, <a href="states-of-the-type-attribute.html#url-state" title="attr-input-type-url">URL</a>, or <a href="states-of-the-type-attribute.html#e-mail-state" title="attr-input-type-email">E-mail</a> states with a <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-text">Text</a>, <a href="states-of-the-type-attribute.html#text-state-and-search-state" title="attr-input-type-search">Search</a>, <a href="states-of-the-type-attribute.html#telephone-state" title="attr-input-type-tel">Telephone</a>, <a href="states-of-the-type-attribute.html#url-state" title="attr-input-type-url">URL</a>, or <a href="states-of-the-type-attribute.html#e-mail-state" title="attr-input-type-email">E-mail</a> states with a <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-combobox">combobox</code> role, with the <code title="attr-aria-owns">aria-owns</code> property set to the same value as the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute, and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#time-state" title="attr-input-type-time">Time</a> state
      </td><td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#url-state" title="attr-input-type-url">URL</a> state with no <a href="#concept-input-list" title="concept-input-list">suggestions source element</a>
+    </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#url-state" title="attr-input-type-url">URL</a> state with no <a href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.' class="full-spec-link">suggestions source element</a>
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
 
     </td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#week-state" title="attr-input-type-week">Week</a> state
@@ -934,7 +933,7 @@
      </td><td><code title="attr-aria-role-navigation">navigation</code> role
 
     </td></tr><tr><td><code><a href="the-button-element.html#the-option-element">option</a></code> element that is in a <a href="the-button-element.html#concept-select-option-list" title="concept-select-option-list">list of options</a> or that represents a suggestion in a <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> element
-     </td><td><code title="attr-aria-role-option">option</code> role, with the <code title="attr-aria-selected">aria-selected</code> state set to "true" if the element's <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> is true, or "false" otherwise.
+     </td><td><code title="attr-aria-role-option">option</code> role, with the <code title="attr-aria-selected">aria-selected</code> state set to "true" if the element's <a href="http://dev.w3.org/html5/spec/.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.' class="full-spec-link">selectedness</a> is true, or "false" otherwise.
 
     </td></tr><tr><td><code><a href="the-button-element.html#the-progress-element">progress</a></code> element
      </td><td><code title="attr-aria-role-progressbar">progressbar</code> role, with, if the progress bar is determinate, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the maximum value of the progress bar, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to zero, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the current value of the progress bar
@@ -951,13 +950,13 @@
     </td></tr><tr><td><code><a href="the-button-element.html#the-textarea-element">textarea</a></code> element
      </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-button-element.html#attr-textarea-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is neither a <a href="#column-header">column header</a> nor a <a href="#row-header">row header</a>
+    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is neither a <a href="http://dev.w3.org/html5/spec/.html#column-header" class="full-spec-link" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a> nor a <a href="http://dev.w3.org/html5/spec/.html#row-header" class="full-spec-link" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
      </td><td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
 
-    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="#column-header">column header</a>
+    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="http://dev.w3.org/html5/spec/.html#column-header" class="full-spec-link" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a>
      </td><td><code title="attr-aria-role-columnheader">columnheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
 
-    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="#row-header">row header</a>
+    </td></tr><tr><td><code><a href="tabular-data.html#the-th-element">th</a></code> element that is a <a href="http://dev.w3.org/html5/spec/.html#row-header" class="full-spec-link" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
      </td><td><code title="attr-aria-role-rowheader">rowheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers">headers</a></code> attribute, if any
 
     </td></tr><tr><td><code><a href="tabular-data.html#the-tr-element">tr</a></code> element

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.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- states-of-the-type-attribute.html	2 Jul 2010 23:07:34 -0000	1.37
+++ states-of-the-type-attribute.html	7 Jul 2010 08:58:14 -0000	1.38
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1 States of the type attribute &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.7.1 States of the type attribute &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-input-element.html" title="4.10.7 The input element" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-input-element.html" title="4.10.7 The input element" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="number-state.html" title="4.10.7.1.13 Number state" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -319,7 +319,7 @@
   <ol class="toc"><li><ol><li><ol><li><ol><li><a href="states-of-the-type-attribute.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a>
         <ol><li><a href="states-of-the-type-attribute.html#hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a></li><li><a href="states-of-the-type-attribute.html#text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a></li><li><a href="states-of-the-type-attribute.html#telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a></li><li><a href="states-of-the-type-attribute.html#url-state"><span class="secno">4.10.7.1.4 </span>URL state</a></li><li><a href="states-of-the-type-attribute.html#e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a></li><li><a href="states-of-the-type-attribute.html#password-state"><span class="secno">4.10.7.1.6 </span>Password state</a></li><li><a href="states-of-the-type-attribute.html#date-and-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a></li><li><a href="states-of-the-type-attribute.html#date-state"><span class="secno">4.10.7.1.8 </span>Date state</a></li><li>< href="states-of-the-type-attribute.html#month-state"><span class="secno">4.10.7.1.9 </span>Month state</a></li><li><a href="states-of-the-type-attribute.html#week-state"><span class="secno">4.10.7.1.10 </span>Week state</a></li><li><a href="states-of-the-type-attribute.html#time-state"><span class="secno">4.10.7.1.11 </span>Time state</a></li><li><a href="states-of-the-type-attribute.html#local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></li></ol></li></ol></li></ol></li></ol></li></ol></div>
 
-  <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">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">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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><p>If the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">name</a></code> attribute is
   present and has a value that is a <a href="infrastructure.html#case-sensitive">case-sensitive</a> match
   for the string "<code title="">_charset_</code>", then the element's
@@ -327,9 +327,9 @@
   omitted.</p><div class="bookkeeping">
 
    <p>The
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>
    IDL attribute applies to this element and is
-   in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.' class="full-spec-link">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -359,25 +359,25 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: applying input masks to <input>, e.g. for entering
        data with slashes and dashes (ack Greg Kilwein)
-  --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a one line
-  plain text edit control for the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p><p class="note">The difference between the <a href="#text-state-and-search-state" title="attr-input-type-text">Text</a> state and the <a href="#text-state-and-search-state" title="attr-input-type-search">Search</a> state is primarily
+  --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p><p class="note">The difference between the <a href="#text-state-and-search-state" title="attr-input-type-text">Text</a> state and the <a href="#text-state-and-search-state" 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" title="attr-input-type-search">Search</a> state might result in
   an appearance consistent with the platform's search fields rather
@@ -395,18 +395,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -428,21 +428,21 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for editing a telephone number given in the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
+  </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">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><p class="note">Unlike the <a href="#url-state" title="attr-input-type-url">URL</a> and <a href="#e-mail-state" title="attr-input-type-email">E-mail</a> types, the <a href="#telephone-state" title="attr-input-type-tel">Telephone</a> type does not enforce a
   particular syntax. This is intentional; in practice, telephone
   number fields tend to be free-form fields, because there are a wide
   variety of valid phone numbers. Systems that need to enforce a
-  particular format are encouraged to use the <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern">pattern</a></code> attribute or the <code title="dom-cva-setCustomValidity"><a href="#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method
+  particular format are encouraged to use the <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern">pattern</a></code> attribute or the <code title="dom-cva-setCustomValidity"><a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" class="full-spec-link" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
   to hook into the client-side validation mechanism.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -455,18 +455,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -488,16 +488,16 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
+  </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">absolute URL</a> given in the
-  element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
+  element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially
   surrounded by spaces</a> that is also an <a href="urls.html#absolute-url">absolute
   URL</a>.</p><div class="bookkeeping">
@@ -512,18 +512,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -545,12 +545,12 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -587,8 +587,8 @@
    available to the page DOM. In this particular case, the UA has no
    titles to provide for those values.</p>
 
-  </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for editing a list of e-mail addresses given in the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.</p><p>If the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">multiple</a></code>
+  </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for editing a list of e-mail addresses given in the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p><p>If the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">multiple</a></code>
   attribute is specified on the element, then the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if specified, must
   have a value that is a <a href="#valid-e-mail-address-list">valid e-mail address list</a>;
   otherwise, the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code>
@@ -596,7 +596,7 @@
   <a href="#valid-e-mail-address">valid e-mail address</a>.</p><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">set of
   comma-separated tokens</a>, where each token is itself a
   <a href="#valid-e-mail-address">valid e-mail address</a>. </p><p>A <dfn id="valid-e-mail-address">valid e-mail address</dfn> is a string that matches the
-  ABNF production <code title="">1*(&#160;atext&#160;/&#160;"."&#160;)&#160;"@"&#160;ldh-str&#160;1*(&#160;"."&#160;ldh-str&#160;)</code>
+  ABNF production <code title="">1*(&#194;&#160;atext&#194;&#160;/&#194;&#160;"."&#194;&#160;)&#194;&#160;"@"&#194;&#160;ldh-str&#194;&#160;1*(&#194;&#160;"."&#194;&#160;ldh-str&#194;&#160;)</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
   section 3.5. <a href="references.html#refsABNF">[ABNF]</a> <a href="references.html#refsRFC5322">[RFC5322]</a> <a href="references.html#refsRFC1034">[RFC1034]</a></p><!-- Domain syntax based on
@@ -618,18 +618,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -650,15 +650,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a one line
-  plain text edit control for the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>. The user agent should obscure
+  </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>. The user agent should obscure
   the value so that people other than the user cannot see it.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">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><div class="bookkeeping">
@@ -672,16 +672,16 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size">size</a></code> content attributes;
-   <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>, and
-   <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>, and
+   <code title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -704,17 +704,17 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-datetime" title="concept-datetime">global date and
   time</a>. </p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-global-date-and-time-string">valid global date and
@@ -724,7 +724,7 @@
   time string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-global-date-and-time-string">valid
   global date and time string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
-  expressed in seconds.  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 60
+  expressed in seconds.  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is 60
   seconds.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -736,18 +736,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -770,12 +770,12 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -796,8 +796,8 @@
    instead, the calendar application would have also had to explicitly
    determine which time zone the user intended.</p>
 
-  </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-date" title="concept-date">date</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-date-string">valid date
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -806,7 +806,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-date-string">valid
   date string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
-  expressed in days.  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 1 day.</p><div class="bookkeeping">
+  expressed in days.  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is 1 day.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
    attributes, IDL attributes, and methods apply to the element:
@@ -817,18 +817,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -851,14 +851,14 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-month" title="concept-month">month</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-month-string">valid month
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -868,7 +868,7 @@
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-month-string">valid
   month string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
   expressed in months. 
-  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is
+  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is
   1 month.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -880,18 +880,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -914,15 +914,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-week" title="concept-week">week</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-week-string">valid week
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -931,7 +931,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-week-string">valid
   week string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
-  expressed in weeks.  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 1
+  expressed in weeks.  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is 1
   week. </p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -943,18 +943,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -977,17 +977,17 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2: allow min="" and max="" to be set such that the range
   crosses midnight, as in <input type=time min="23:00" max="02:00">
-  (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-time" title="concept-time">time</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-time-string">valid time
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -996,7 +996,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-time-string">valid
   time string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
-  expressed in seconds.  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 60
+  expressed in seconds.  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is 60
   seconds.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -1008,18 +1008,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1042,15 +1042,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   <a href="common-microsyntaxes.html#concept-datetime-local" title="concept-datetime-local">local date and time</a>,
   with no time-zone offset information.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-local-date-and-time-string">valid local date and
@@ -1060,7 +1060,7 @@
   time string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-local-date-and-time-string">valid
   local date and time string</a>.</p><p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> attribute is
-  expressed in seconds.  The <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> is 60
+  expressed in seconds.  The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default step</a> is 60
   seconds.</p><div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element">input</a></code> element content
@@ -1072,17 +1072,17 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1105,13 +1105,13 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 

--- NEW FILE: style.css ---
a.full-spec-link:link:hover,
a.full-spec-:visited:hover
{
  background: #ffa;
  color: green;
  border: solid green;
  padding: 0.5em; margin: 1em 0;
}
.full-spec-link > :first-child {
  margin-top: 0;
}

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- apis-in-html-documents.html	2 Jul 2010 23:07:29 -0000	1.39
+++ apis-in-html-documents.html	7 Jul 2010 08:58:09 -0000	1.40
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>3.3 APIs in HTML documents &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>3.3 APIs in HTML documents &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="content-models.html" title="3.2.5 Content models" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="content-models.html" title="3.2.5 Content models" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="semantics.html" title="4 The elements of HTML" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -324,12 +324,12 @@
   in DOM Core become case-insensitive or case-changing, as sometimes
   defined in DOM Core, and as summarized  below. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p><p>This does not apply to <a href="dom.html#xml-documents">XML documents</a> or to elements
   that are not in the <a href="urls.html#html-namespace-0">HTML namespace</a> despite being in
-  <a href="dom.html#html-documents">HTML documents</a>.</p><dl><dt><code title="dom-Element-tagName"><a href="#dom-element-tagname">Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt>
+  <a href="dom.html#html-documents">HTML documents</a>.</p><dl><dt><code title="dom-Element-tagName"><a href="http://dev.w3.org/html5/spec/.html#dom-element-tagname" class="full-spec-link" title='Read about this "Element.tagName" reference in the full HTML5 spec.'>Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt>
 
    <dd>
 
     <p>These attributes  return element
-    names <a href="#converted-to-ascii-uppercase">converted to ASCII uppercase</a>, regardless of the case
+    names <a href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-uppercase" class="full-spec-link" title='Read about this "converted to ASCII uppercase" reference in the full HTML5 spec.'>converted to ASCII uppercase</a>, regardless of the case
     with which they were created.</p>
 
    </dd>
@@ -340,16 +340,16 @@
    <dd>
 
     <p>The canonical form of HTML markup is all-lowercase; thus, this
-    method will <a href="#converted-to-ascii-lowercase" title="converted to ASCII lowercase">lowercase</a>
+    method will <a href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" title='Read about this "lowercase" reference in the full HTML5 spec.' class="full-spec-link">lowercase</a>
     the argument before creating the requisite element. .</p>
 
     <p class="note">This doesn't apply to <code title="">Document.createElementNS()</code>. Thus, it is possible,
     by passing this last method a tag name in the wrong case, to
     create an element that appears to have the same tag name as that
-    of an element defined in this specification when its <code title="dom-Element-tagName"><a href="#dom-element-tagname">tagName</a></code> attribute is examined, but that
+    of an element defined in this specification when its <code title="dom-Element-tagName"><a href="http://dev.w3.org/html5/spec/.html#dom-element-tagname" class="full-spec-link" title='Read about this "tagName" reference in the full HTML5 spec.'>tagName</a></code> attribute is examined, but that
     doesn't support the corresponding interfaces. The "real" element
     name (unaffected by case conversions) can be obtained from the
-    <code title="dom-Node-localName"><a href="#dom-node-localname">localName</a></code> attribute.</p>
+    <code title="dom-Node-localName"><a href="http://dev.w3.org/html5/spec/.html#dom-node-localname" class="full-spec-link" title='Read about this "localName" reference in the full HTML5 spec.'>localName</a></code> attribute.</p>
 
    </dd>
 
@@ -359,7 +359,7 @@
 
    <dd>
 
-    <p>Attribute names are <a href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</p>
+    <p>Attribute names are <a href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" class="full-spec-link" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
 
     
 
@@ -373,7 +373,7 @@
 
    <dd>
 
-    <p>Attribute names are <a href="#converted-to-ascii-lowercase">converted to ASCII lowercase</a>.</p>
+    <p>Attribute names are <a href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" class="full-spec-link" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
 
     
 
@@ -404,34 +404,34 @@
   </dl><h3 id="dynamic-markup-insertion"><span class="secno">3.4 </span><dfn>Dynamic markup insertion</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p class="note">APIs for dynamically inserting markup into the
   document interact with the parser, and thus their behavior varies
   depending on whether they are used with <a href="dom.html#html-documents">HTML documents</a>
-  (and the <a href="#html-parser">HTML parser</a>) or XHTML in <a href="dom.html#xml-documents">XML
-  documents</a> (and the <a href="#xml-parser">XML parser</a>).</p><h4 id="opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn>
+  (and the <a href="http://dev.w3.org/html5/spec/.html#html-parser" class="full-spec-link" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>) or XHTML in <a href="dom.html#xml-documents">XML
+  documents</a> (and the <a href="http://dev.w3.org/html5/spec/.html#xml-parser" class="full-spec-link" title='Read about this "XML parser" reference in the full HTML5 spec.'>XML parser</a>).</p><h4 id="opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn>
   method comes in several variants with different numbers of
   arguments.</p><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt>
 
    <dd>
 
-    <p>Causes the <code><a href="#document">Document</a></code> to be replaced in-place, as if
-    it was a new <code><a href="#document">Document</a></code> object, but reusing the
+    <p>Causes the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to be replaced in-place, as if
+    it was a new <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but reusing the
     previous object, which is then returned.</p>
 
     <p>If the <var title="">type</var> argument is omitted or has the
     value "<code><a href="iana.html#text-html">text/html</a></code>", then the resulting
-    <code><a href="#document">Document</a></code> has an HTML parser associated with it, which
-    can be given data to parse using <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code>. Otherwise, all
-    content passed to <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> will be parsed
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> has an HTML parser associated with it, which
+    can be given data to parse using <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code>. Otherwise, all
+    content passed to <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> will be parsed
     as plain text.</p>
 
     <p>If the <var title="">replace</var> argument is present and has
     the value "<code title="">replace</code>", the existing entries in
-    the session history for the <code><a href="#document">Document</a></code> object are
+    the session history for the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object are
     removed.</p>
 
-    <p>The method has no effect if the <code><a href="#document">Document</a></code> is still
+    <p>The method has no effect if the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is still
     being parsed.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the
-    <code><a href="#document">Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML
     document</a>.</p>
 
    </dd>
@@ -440,28 +440,28 @@
 
    <dd>
 
-    <p>Works like the <code title="dom-open"><a href="#dom-open">window.open()</a></code>
+    <p>Works like the <code title="dom-open"><a href="http://dev.w3.org/html5/spec/.html#dom-open" class="full-spec-link" title='Read about this "window.open()" reference in the full HTML5 spec.'>window.open()</a></code>
     method.</p>
 
    </dd>
 
-  </dl><h4 id="closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="#dom-document-close">close</a></code>()</dt>
+  </dl><h4 id="closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="http://dev.w3.org/html5/spec/.html#dom-document-close" class="full-spec-link" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
 
    <dd>
 
     <p>Closes the input stream that was opened by the <code title="dom-document-open"><a href="#dom-document-open">document.open()</a></code> method.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the
-    <code><a href="#document">Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" title="XML documents">XML
     document</a>.</p>
 
    </dd>
 
-  </dl><h4 id="document.write"><span class="secno">3.4.3 </span><code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="#dom-document-write">write</a></code>(<var title="">text</var>...)</dt>
+  </dl><h4 id="document.write"><span class="secno">3.4.3 </span><code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/.html#dom-document-write" class="full-spec-link" title='Read about this "write" reference in the full HTML5 spec.'>write</a></code>(<var title="">text</var>...)</dt>
 
    <dd>
 
-    <p>Adds the given string(s) to the <code><a href="#document">Document</a></code>'s input
+    <p>Adds the given string(s) to the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
     stream. If necessary, calls the <code title="dom-document-open"><a href="#dom-document-open">open()</a></code> method implicitly
     first.</p>
 
@@ -476,11 +476,11 @@
 
    </dd>
 
-  </dl><h4 id="document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln"><a href="#dom-document-writeln">document.writeln()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a href="#dom-document-writeln">writeln</a></code>(<var title="">text</var>...)</dt>
+  </dl><h4 id="document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln"><a href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" class="full-spec-link" title='Read about this "document.writeln()" reference in the full HTML5 spec.'>document.writeln()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" class="full-spec-link" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a></code>(<var title="">text</var>...)</dt>
 
    <dd>
 
-    <p>Adds the given string(s) to the <code><a href="#document">Document</a></code>'s input
+    <p>Adds the given string(s) to the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
     stream, followed by a newline character. If necessary, calls the
     <code title="dom-document-open"><a href="#dom-document-open">open()</a></code> method implicitly
     first.</p>
@@ -496,13 +496,13 @@
    <dd>
 
     <p>Returns a fragment of HTML or XML that represents the
-    <code><a href="#document">Document</a></code>.</p>
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
 
-    <p>Can be set, to replace the <code><a href="#document">Document</a></code>'s contents
+    <p>Can be set, to replace the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s contents
     with the result of parsing the given string.</p>
 
     <p>In the case of <a href="dom.html#xml-documents">XML documents</a>, will throw an
-    <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the <code><a href="#document">Document</a></code> cannot
+    <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> if the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cannot
     be serialized to XML, and a <code><a href="urls.html#syntax_err">SYNTAX_ERR</a></code> if the given
     string is not well-formed.</p>
 
@@ -542,12 +542,12 @@
     well-formed.</p>
 
     <p>Throws a <code><a href="urls.html#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
-    the parent of the element is the <code><a href="#document">Document</a></code>
+    the parent of the element is the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>
     node.</p>
 
    </dd>
 
-  </dl><h4 id="insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML"><a href="#dom-insertadjacenthtml">insertAdjacentHTML()</a></code></h4><dl class="domintro"><dt><var title="">element</var> . <code title="dom-insertAdjacentHTML"><a href="#dom-insertadjacenthtml">insertAdjacentHTML</a></code>(<var title="">position</var>, <var title="">text</var>)</dt>
+  </dl><h4 id="insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML"><a href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" class="full-spec-link" title='Read about this "insertAdjacentHTML()" reference in the full HTML5 spec.'>insertAdjacentHTML()</a></code></h4><dl class="domintro"><dt><var title="">element</var> . <code title="dom-insertAdjacentHTML"><a href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" class="full-spec-link" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a></code>(<var title="">position</var>, <var title="">text</var>)</dt>
 
    <dd>
 
@@ -570,7 +570,7 @@
 
     <p>Throws a <code><a href="urls.html#no_modification_allowed_err">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
     the given position isn't possible (e.g. inserting elements after
-    the root element of a <code><a href="#document">Document</a></code>).</p>
+    the root element of a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>).</p>
 
    </dd>
 

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.590
retrieving revision 1.591
diff -u -d -r1.590 -r1.591
--- obsolete.html	2 Jul 2010 23:07:32 -0000	1.590
+++ obsolete.html	7 Jul 2010 08:58:12 -0000	1.591
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>10 Obsolete features &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>10 Obsolete features &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="iana.html" title="11 IANA considerations" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -348,7 +348,7 @@
   permitted DOCTYPE</a> will also trigger a warning.</p><p class="note">The <code title="attr-table-summary"><a href="tabular-data.html#attr-table-summary">summary</a></code>
   attribute, defined in the <code><a href="tabular-data.html#the-table-element">table</a></code> section, will also
   trigger a warning.</p><h3 id="non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Elements in the following list are entirely obsolete, and must
-  not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href="#the-applet-element">applet</a></code></dt>
+  not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href="http://dev.w3.org/html5/spec/.html#the-applet-element" class="full-spec-link" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code></dt>
    <dd><p>Use <code><a href="the-iframe-element.html#the-embed-element">embed</a></code> or <code><a href="the-iframe-element.html#the-object-element">object</a></code> instead.</p></dd>
 
    <dt><dfn id="acronym"><code>acronym</code></dfn></dt>
@@ -360,8 +360,8 @@
    <dt><dfn id="dir"><code>dir</code></dfn></dt>
    <dd><p>Use <code><a href="grouping-content.html#the-ul-element">ul</a></code> instead.</p></dd>
 
-   <dt><code><a href="#frame">frame</a></code></dt>
-   <dt><code><a href="#frameset">frameset</a></code></dt>
+   <dt><code><a href="http://dev.w3.org/html5/spec/.html#frame" class="full-spec-link" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code></dt>
+   <dt><code><a href="http://dev.w3.org/html5/spec/.html#frameset" class="full-spec-link" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code></dt>
    <dt><dfn id="noframes"><code>noframes</code></dfn></dt>
    <dd><p>Either use <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</p></dd>
 
@@ -389,7 +389,7 @@
    <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><code><a href="#the-marquee-element">marquee</a></code></dt>
+   <dt><code><a href="http://dev.w3.org/html5/spec/.html#the-marquee-element" class="full-spec-link" 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="s"><code>s</code></dfn></dt>
@@ -516,9 +516,9 @@
    </dd><dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="tabular-data.html#the-td-element">td</a></code> and <code><a href="tabular-data.html#the-th-element">th</a></code> elements</dt>
    <dd><p>Use the <code title="attr-th-scope"><a href="tabular-data.html#attr-th-scope">scope</a></code> attribute on the relevant <code><a href="tabular-data.html#the-th-element">th</a></code>.</p>
 
-   </dd><dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="#frame">frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a href="#the-marquee-element">marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-elemet">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt>
-   <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="#the-applet-element">applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="#frame">frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a href="#the-marquee-element">marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-iframe-element.html#the-param-element">param</a></ode>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt>
-   <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a href="#the-marquee-element">marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code></dt>
+   </dd><dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-applet-element" class="full-spec-link" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#frame" class="full-spec-link" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a href="http:/dev.w3.org/html5/spec/.html#the-marquee-element" class="full-spec-link" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt>
+   <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-applet-element" class="full-spec-link" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="forms.html#the-fieldset-element">fieldset</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#frame" class="full-spec-link" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.hml#the-legend-element">legend</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-marquee-element" class="full-spec-link" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-iframe-element.html#the-param-element">param</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element">textarea</a></code> elements</dt>
+   <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element">button</a></code>, <code><a href="grouping-content.html#the-div-element">div</a></code>, <code><a href="the-input-element.html#the-input-element">input</a></code>, <code><a href="forms.html#the-label-element">label</a></code>, <code><a href="forms.html#the-legend-element">legend</a></code>, <code><a href="http://dev.w3.org/html5/spec/.html#the-marquee-element" class="full-spec-link" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element">object</a></code>, <code><a href="the-button-element.html#the-option-element">option</a></code>, <code><a href="the-button-element.html#the-select-element">select</a></code>, <code><a href="text-level-semantics.html#the-span-element">span</a></code>, <code><a href="tabular-data.html#the-table-element">table</a></code></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></p></dd>
 
    <dt><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="sections.html#the-body-element-0">body</a></code> elements</dt>
@@ -549,7 +549,7 @@
    <dt><dfn id="attr-hr-noshade" title="attr-hr-noshade"><code>noshade</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt>
    <dt><dfn id="attr-hr-size" title="attr-hr-size"><code>size</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt>
    <dt><dfn id="attr-hr-width" title="attr-hr-width"><code>width</code></dfn> on <code><a href="grouping-content.html#the-hr-element">hr</a></code> elements</dt>
-   <dt><dfn id="attr-hx-align" title="attr-hx-align"><code>align</code></dfn> on <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8212;<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</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>&#226;&#128;&#148;<code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements</dt>
    <dt><dfn id="attr-iframe-align" title="attr-iframe-align"><code>align</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt>
    <dt><dfn id="attr-iframe-allowtransparency" title="attr-iframe-allowtransparency"><code>allowtransparency</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt>
    <dt><dfn id="attr-iframe-frameborder" title="attr-iframe-frameborder"><code>frameborder</code></dfn> on <code><a href="the-iframe-element.html#the-iframe-element">iframe</a></code> elements</dt>

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -d -r1.592 -r1.593
--- named-character-references.html	2 Jul 2010 23:07:31 -0000	1.592
+++ named-character-references.html	7 Jul 2010 08:58:11 -0000	1.593
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8.2 Named character references &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>8.2 Named character references &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="syntax.html" title="8 The HTML syntax" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="syntax.html" title="8 The HTML syntax" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -321,7 +321,7 @@
   <h3 id="named-character-references"><span class="secno">8.2 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported
   by HTML, and the code points to which they refer. It is referenced
   by the previous sections.</p><div id="named-character-references-table">
-   <table><thead><tr><th> Name </th> <th> Character </th> <th> Glyph </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">&#198;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">&#193;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">&#258;</span> </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">&#194;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Acy;<code> </td> <td> U+00410 </td> <td> <span class="glyph" title="">&#1040;</span> </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span class="glyph" title="">&#120068;</span> </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span class="glyph" title="">&#192;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span class="glyph" title="">&#913;</span> </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span class="glyph" title="">&#256;</span> </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span class="glyph" title="">&#10835;</span> </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span class="glyph" title="">&#260;</span> </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> <td> <span class="glyph" title="">&#120120;</span> </td> </tr><r><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">&#8289;</span> </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">&#197;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span class="glyph" title="">&#119964;</span> </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#8788;</span> </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span class="glyph" title="">&#195;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span class="glyph" title="">&#196;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </d> <td> <span class="glyph" title="">&#8726;</span> </td> </tr><tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span class="glyph" title="">&#10983;</span> </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">&#8966;</span> </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span class="glyph" title="">&#1041;</span> </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#8757;</span> </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#8492;</span> </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span class="glyph" title="">&#914;</span> </td> </tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span class="glyph" title="">&#120069;</span> </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span class="glyph" title=">&#120121;</span> </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">&#728;</span> </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#8492;</span> </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#8782;</span> </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span class="glyph" title="">&#1063;</span> </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> <td> <span class="glyph" title="">&#262;</span> </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span class="glyph" title="">&#8914;</span> </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+2145 </td> <td> <span class="glyph" title="">&#8517;</span> </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">&#8493;</span> </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span class="glyph" title="">&#268;</span> </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span class="glyph" title="">&#199;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span class="glyph" title="">&#264;</span> </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> <td> <span class="glyph" title="">&#8752;</span> </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span class="glyph" title="">&#266;</span> </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">&#184;</span> </td> </tr><tr><td> <code ttle="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#183;</span> </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">&#8493;</span> </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span class="glyph" title="">&#935;</span> </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">&#8857;</span> </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">&#8854;</span> </td> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">&#8853;</span> </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">&#8855;</span> </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">&#8754;</span> </td> </tr><tr><td> <code tile="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#8221;</span> </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#8217;</span> </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">&#8759;</span> </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span class="glyph" title="">&#10868;</span> </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">&#8801;</span> </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">&#8751;</span> </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#8750;</span> </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">&#8450;</span> </td> </tr><tr><td> <codetitle="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">&#8720;</span> </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">&#8755;</span> </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span class="glyph" title="">&#10799;</span> </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span class="glyph" title="">&#119966;</span> </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span class="glyph" title="">&#8915;</span> </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">&#8781;</span> </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">&#8517;</span> </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span class="glyph" title="">&#10513;</span> </td> </tr><tr><td> <code title=">DJcy;</code> </td> <td> U+00402 </td> <td> <span class="glyph" title="">&#1026;</span> </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span class="glyph" title="">&#1029;</span> </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span class="glyph" title="">&#1039;</span> </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">&#8225;</span> </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span class="glyph" title="">&#8609;</span> </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">&#10980;</span> </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span class="glyph" title="">&#270;</span> </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span class="glyph" title="">&#1044;</span> </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td <span class="glyph" title="">&#8711;</span> </td> </tr><tr><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span class="glyph" title="">&#916;</span> </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span class="glyph" title="">&#120071;</span> </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">&#180;</span> </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title="">&#729;</span> </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">&#733;</span> </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">&#732;</span> </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C </td> <td> <span class="glyph" title="">&#8900;</span> </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">&#8518;</span> </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <span class="glyph" title="">&#120123;</span> </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#168;</span> </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span class="glyph composition" title="">&#9676;&#8412;</span> </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#8784;</span> </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">&#8751;</span> </td> </tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#168;</span> </td> </tr><tr><td> <code title="">DoubleDownArrow;</code </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#8659;</span> </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">&#8656;</span> </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#8660;</span> </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">&#10980;</span> </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">&#10232;</span> </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#10234;</span> </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#10233;</span> </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#865;</span> </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">&#8872;</span> </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">&#8657;</span> </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">&#8661;</span> </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#8741;</span> </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#8595;</span> </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span class="glyph" title="">&#10515;</span> </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">&#8693;</span> </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> <td> <spanclass="glyph composition" title="">&#9676;&#785;</span> </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span class="glyph" title="">&#10576;</span> </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span class="glyph" title="">&#10590;</span> </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#8637;</span> </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span class="glyph" title="">&#10582;</span> </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span class="glyph" title="">&#10591;</span> </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#8641;</span> </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span class="glyph" title="">&#10583;</span> </td> </tr><tr><t> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">&#8868;</span> </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">&#8615;</span> </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#8659;</span> </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span class="glyph" title="">&#119967;</span> </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span class="glyph" title="">&#272;</span> </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span class="glyph" title="">&#330;</span> </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span class="glyph" title="">&#208;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span class="glyph"title="">&#201;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span class="glyph" title="">&#282;</span> </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span class="glyph" title="">&#202;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td> <span class="glyph" title="">&#1069;</span> </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span class="glyph" title="">&#278;</span> </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span class="glyph" title="">&#120072;</span> </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> <td> <span class="glyph" title="">&#200;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code></td> <td> U+02208 </td> <td> <span class="glyph" title="">&#8712;</span> </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span class="glyph" title="">&#274;</span> </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span class="glyph" title="">&#9723;</span> </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span class="glyph" title="">&#9643;</span> </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span class="glyph" title="">&#280;</span> </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span class="glyph" title="">&#120124;</span> </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> <td> <span class="glyph" title="">&#917;</span> </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span class="glyph" title="">&#10869;</span> </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> td> U+02242 </td> <td> <span class="glyph" title="">&#8770;</span> </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">&#8652;</span> </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">&#8496;</span> </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span class="glyph" title="">&#10867;</span> </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span class="glyph" title="">&#919;</span> </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span class="glyph" title="">&#203;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">&#8707;</span> </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">&#8519;</span> </td> </tr><tr<td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span class="glyph" title="">&#1060;</span> </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span class="glyph" title="">&#120073;</span> </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span class="glyph" title="">&#9724;</span> </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#9642;</span> </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span class="glyph" title="">&#120125;</span> </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">&#8704;</span> </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">&#8497;</span> </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">&#8497;</span> </td> </tr><tr><td> <ode title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span class="glyph" title="">&#1027;</span> </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span class="glyph" title="">&#915;</span> </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span class="glyph" title="">&#988;</span> </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> <td> <span class="glyph" title="">&#286;</span> </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span class="glyph" title="">&#290;</span> </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span class="glyph" title="">&#284;</span> </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span class="glyph" title="">&#1043;</span></td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span class="glyph" title="">&#288;</span> </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span class="glyph" title="">&#120074;</span> </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">&#8921;</span> </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span class="glyph" title="">&#120126;</span> </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#8805;</span> </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#8923;</span> </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">&#8807;</span> </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span class="glyph" title="">&#10914;</span> </t> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">&#8823;</span> </td> </tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#10878;</span> </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#8819;</span> </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> <td> <span class="glyph" title="">&#119970;</span> </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">&#8811;</span> </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span class="glyph" title="">&#1066;</span> </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">&#711;</span> </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span class="glyph" title="">^</span> </td> </tr><tr><td> <code itle="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span class="glyph" title="">&#292;</span> </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">&#8460;</span> </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#8459;</span> </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">&#8461;</span> </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">&#9472;</span> </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#8459;</span> </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span class="glyph" title="">&#294;</span> </td> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#8782;</span> </td> </tr><tr><td> <code title="">HumpEqual;</ode> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#8783;</span> </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> <td> <span class="glyph" title="">&#1045;</span> </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span class="glyph" title="">&#306;</span> </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span class="glyph" title="">&#1025;</span> </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span class="glyph" title="">&#205;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span class="glyph" title="">&#206;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <span class="glyph" title="">&#1048;</span> </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 /td> <td> <span class="glyph" title="">&#304;</span> </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#8465;</span> </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span class="glyph" title="">&#204;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#8465;</span> </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span class="glyph" title="">&#298;</span> </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">&#8520;</span> </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#8658;</span> </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span class="glyph" title="">&#8748;</span> </td> </tr><tr><td> <code title="">Inegral;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">&#8747;</span> </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#8898;</span> </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">&#8291;</span> </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">&#8290;</span> </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span class="glyph" title="">&#302;</span> </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span class="glyph" title="">&#120128;</span> </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span class="glyph" title="">&#921;</span> </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">&#8464;</span> </td> </tr><tr><td> <code title="">Itilde;</code> <td> <td> U+00128 </td> <td> <span class="glyph" title="">&#296;</span> </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> <td> <span class="glyph" title="">&#1030;</span> </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span class="glyph" title="">&#207;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span class="glyph" title="">&#308;</span> </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span class="glyph" title="">&#1049;</span> </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span class="glyph" title="">&#120077;</span> </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span class="glyph" title="">&#120129;</span> </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span class="glyph" title="">&#119973;</span> </td> </tr><tr><td> <ode title="">Jsercy;</code> </td> <td> U+00408 </td> <td> <span class="glyph" title="">&#1032;</span> </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span class="glyph" title="">&#1028;</span> </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span class="glyph" title="">&#1061;</span> </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span class="glyph" title="">&#1036;</span> </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span class="glyph" title="">&#922;</span> </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span class="glyph" title="">&#310;</span> </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span class="glyph" title="">&#1050;</span> </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span class="glyph" title="">&#120078;</span> </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D52 </td> <td> <span class="glyph" title="">&#120130;</span> </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span class="glyph" title="">&#119974;</span> </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span class="glyph" title="">&#1033;</span> </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title="">&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span class="glyph" title="">&#313;</span> </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span class="glyph" title="">&#923;</span> </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span class="glyph" title="">&#10218;</span> </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#8466;</span> </td> </tr><tr><td> <code title"">Larr;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">&#8606;</span> </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span class="glyph" title="">&#317;</span> </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span class="glyph" title="">&#315;</span> </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span class="glyph" title="">&#1051;</span> </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#9001;</span> </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#8592;</span> </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">&#8676;</span> </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#8646;</span> </td> </tr><tr><td> <code title="">LetCeiling;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">&#8968;</span> </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">&#10214;</span> </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span class="glyph" title="">&#10593;</span> </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#8643;</span> </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span class="glyph" title="">&#10585;</span> </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">&#8970;</span> </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">&#8596;</span> </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span class="glyph" title="">&#10574;</span </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">&#8867;</span> </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">&#8612;</span> </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span class="glyph" title="">&#10586;</span> </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#8882;</span> </td> </tr><tr><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span class="glyph" title="">&#10703;</span> </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">&#8884;</span> </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span class="glyph" title="">&#10577;</span> </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span class"glyph" title="">&#10592;</span> </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#8639;</span> </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span class="glyph" title="">&#10584;</span> </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#8636;</span> </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span class="glyph" title="">&#10578;</span> </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">&#8656;</span> </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#8660;</span> </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#8922;</span> </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+0266 </td> <td> <span class="glyph" title="">&#8806;</span> </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">&#8822;</span> </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> <td> <span class="glyph" title="">&#10913;</span> </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#10877;</span> </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#8818;</span> </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span class="glyph" title="">&#120079;</span> </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span class="glyph" title="">&#8920;</span> </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">&#8666;</span> </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <t> <span class="glyph" title="">&#319;</span> </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#10229;</span> </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#10231;</span> </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">&#10230;</span> </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">&#10232;</span> </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#10234;</span> </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#10233;</span> </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span class="glyph" title="">&#120131;</span> </td> </tr><tr><td> <code title="">LowerLeftArrow</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#8601;</span> </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">&#8600;</span> </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#8466;</span> </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">&#8624;</span> </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span class="glyph" title="">&#321;</span> </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#8810;</span> </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span class="glyph" title="">&#10501;</span> </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span class="glyph" title="">&#1052;</span> </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td <td> <span class="glyph" title="">&#8287;</span> </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">&#8499;</span> </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span class="glyph" title="">&#120080;</span> </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">&#8723;</span> </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span class="glyph" title="">&#120132;</span> </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">&#8499;</span> </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span class="glyph" title="">&#924;</span> </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span class="glyph" title="">&#1034;</span> </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span class="glyph" title=""&#323;</span> </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span class="glyph" title="">&#327;</span> </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span class="glyph" title="">&#325;</span> </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> <td> <span class="glyph" title="">&#1053;</span> </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#8203;</span> </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#8203;</span> </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#8203;</span> </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#8203;</span> </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> span class="glyph" title="">&#8811;</span> </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#8810;</span> </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> <td> <span class="glyph control" title="">&#9226;</span> </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span class="glyph" title="">&#120081;</span> </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span class="glyph" title="">&#8288;</span> </td> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title="">&#160;</span> </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">&#8469;</span> </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span class="glyph" title="">&#10988;</span> </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <spn class="glyph" title="">&#8802;</span> </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span class="glyph" title="">&#8813;</span> </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#8742;</span> </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#8713;</span> </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">&#8800;</span> </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#8708;</span> </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#8815;</span> </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">&#8817;</span> </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+0227 </td> <td> <span class="glyph" title="">&#8825;</span> </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">&#8821;</span> </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#8938;</span> </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#8940;</span> </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#8814;</span> </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">&#8816;</span> </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">&#8824;</span> </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">&#8820;</span> </td> </tr><tr><td> <code title="">NotPrecede;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#8832;</span> </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">&#8928;</span> </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#8716;</span> </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#8939;</span> </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">&#8941;</span> </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">&#8930;</span> </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">&#8931;</span> </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title=">&#8840;</span> </td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#8833;</span> </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">&#8929;</span> </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#8841;</span> </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">&#8769;</span> </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#8772;</span> </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">&#8775;</span> </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">&#8777;</span> </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </t> <td> <span class="glyph" title="">&#8740;</span> </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span class="glyph" title="">&#119977;</span> </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span class="glyph" title="">&#209;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span class="glyph" title="">&#925;</span> </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span class="glyph" title="">&#338;</span> </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span class="glyph" title="">&#211;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span class="glyph" title="">&#212;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <cde title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span class="glyph" title="">&#1054;</span> </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span class="glyph" title="">&#336;</span> </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span class="glyph" title="">&#120082;</span> </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span class="glyph" title="">&#210;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> <td> <span class="glyph" title="">&#332;</span> </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">&#937;</span> </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span class="glyph" title="">&#927;</span> </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span class="glyph" title="">&#120134</span> </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">&#8220;</span> </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">&#8216;</span> </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span class="glyph" title="">&#10836;</span> </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> <span class="glyph" title="">&#119978;</span> </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span class="glyph" title="">&#216;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span class="glyph" title="">&#213;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span class="glyph" title="">#10807;</span> </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span class="glyph" title="">&#214;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">&#8254;</span> </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span class="glyph" title="">&#9182;</span> </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">&#9140;</span> </td> </tr><tr><td> <code title="">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span class="glyph" title="">&#9180;</span> </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">&#8706;</span> </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span class="glyph" title="">&#1055;</span> </td> </tr><tr><td> <code title="">Pfr;</code> </td> td> U+1D513 </td> <td> <span class="glyph" title="">&#120083;</span> </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span class="glyph" title="">&#934;</span> </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span class="glyph" title="">&#928;</span> </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">&#177;</span> </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">&#8460;</span> </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">&#8473;</span> </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> <td> <span class="glyph" title="">&#10939;</span> </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">&#8826;</span> </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <pan class="glyph" title="">&#10927;</span> </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#8828;</span> </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#8830;</span> </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> <td> <span class="glyph" title="">&#8243;</span> </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">&#8719;</span> </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">&#8759;</span> </td> </tr><tr><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#8733;</span> </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span class="glyph" title="">&#119979;</span> </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <spanclass="glyph" title="">&#936;</span> </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span class="glyph" title="">&#120084;</span> </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">&#8474;</span> </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span class="glyph" title="">&#119980;</span> </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">&#10512;</span> </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span class="glyph" title="">&#30;</span> </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span class="glyph" title="">&#10219;</span> </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">&#8608;</span> </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> <td> <span class="glyph" title="">&#10518;</span> </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span class="glyph" title="">&#344;</span> </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span class="glyph" title="">&#342;</span> </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span class="glyph" title="">&#1056;</span> </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#8476;</span> </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#8715;</span> </td> </tr><tr><td> <coe title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#8651;</span> </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">&#10607;</span> </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#8476;</span> </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span class="glyph" title="">&#929;</span> </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#9002;</span> </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#8594;</span> </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">&#8677;</span> </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#8644;</span></td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">&#8969;</span> </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">&#10215;</span> </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span class="glyph" title="">&#10589;</span> </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#8642;</span> </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span class="glyph" title="">&#10581;</span> </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">&#8971;</span> </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">&#8866;</span> </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span cass="glyph" title="">&#8614;</span> </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <td> <span class="glyph" title="">&#10587;</span> </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">&#8883;</span> </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span class="glyph" title="">&#10704;</span> </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#8885;</span> </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span class="glyph" title="">&#10575;</span> </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> <td> <span class="glyph" title="">&#10588;</span> </td> </tr><tr><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">&#8638;</span> </td> </tr><tr><td> <code title="">RightUpVectorBr;</code> </td> <td> U+02954 </td> <td> <span class="glyph" title="">&#10580;</span> </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#8640;</span> </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span class="glyph" title="">&#10579;</span> </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#8658;</span> </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">&#8477;</span> </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> <td> <span class="glyph" title="">&#10608;</span> </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">&#8667;</span> </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">&#8475;</span> </td> </tr><tr><td> <code title="">Rsh;</coe> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">&#8625;</span> </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span class="glyph" title="">&#10740;</span> </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span class="glyph" title="">&#1065;</span> </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span class="glyph" title="">&#1064;</span> </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> <span class="glyph" title="">&#1068;</span> </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span class="glyph" title="">&#346;</span> </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span class="glyph" title="">&#10940;</span> </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span class="glyph" title="">&#352;</span> </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td <span class="glyph" title="">&#350;</span> </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span class="glyph" title="">&#348;</span> </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span class="glyph" title="">&#1057;</span> </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span class="glyph" title="">&#120086;</span> </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#8595;</span> </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#8592;</span> </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#8594;</span> </td> </tr><tr><td> <code title="">ShortUpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#8593;</span> </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span lass="glyph" title="">&#931;</span> </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">&#8728;</span> </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span class="glyph" title="">&#120138;</span> </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">&#8730;</span> </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#9633;</span> </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">&#8851;</span> </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">&#8847;</span> </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#8849;</span> </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td <span class="glyph" title="">&#8848;</span> </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#8850;</span> </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">&#8852;</span> </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span class="glyph" title="">&#119982;</span> </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">&#8902;</span> </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">&#8912;</span> </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">&#8912;</span> </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">&#8838;</span> </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span clas="glyph" title="">&#8827;</span> </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#10928;</span> </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#8829;</span> </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#8831;</span> </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#8715;</span> </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">&#8721;</span> </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">&#8913;</span> </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#8835;</span> </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span clss="glyph" title="">&#8839;</span> </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">&#8913;</span> </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span class="glyph" title="">&#222;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">&#8482;</span> </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> <td> <span class="glyph" title="">&#1035;</span> </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span class="glyph" title="">&#1062;</span> </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span class="glyph control" title="">&#9225;</span> </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span class="glyph" title="">&#932;</span> </td> </tr><tr><td> <code title="">Tcaron;</code> </d> <td> U+00164 </td> <td> <span class="glyph" title="">&#356;</span> </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span class="glyph" title="">&#354;</span> </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span class="glyph" title="">&#1058;</span> </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span class="glyph" title="">&#120087;</span> </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#8756;</span> </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span class="glyph" title="">&#920;</span> </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title="">&#8201;</span> </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#8764;</span> </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <san class="glyph" title="">&#8771;</span> </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">&#8773;</span> </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span class="glyph" title="">&#120139;</span> </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">&#9676;&#8411;</span> </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span class="glyph" title="">&#119983;</span> </td> </tr><tr><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span class="glyph" title="">&#358;</span> </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span class="glyph" title="">&#218;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) -><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span class="glyph" title="">&#8607;</span> </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span class="glyph" title="">&#10569;</span> </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span class="glyph" title="">&#1038;</span> </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span class="glyph" title="">&#364;</span> </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> <td> <span class="glyph" title="">&#219;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span class="glyph" title="">&#1059;</span> </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span class="glyph" title="">&#368;</span> </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span class="glyph" tile="">&#120088;</span> </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span class="glyph" title="">&#217;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> <td> <span class="glyph" title="">&#362;</span> </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span class="glyph" title="">&#9183;</span> </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">&#9141;</span> </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span class="glyph" title="">&#9181;</span> </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">&#8899;</span> </td> </tr><tr><td> <code title="">UnionPlus;</ode> </td> <td> U+0228E </td> <td> <span class="glyph" title="">&#8846;</span> </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span class="glyph" title="">&#370;</span> </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span class="glyph" title="">&#120140;</span> </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#8593;</span> </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span class="glyph" title="">&#10514;</span> </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">&#8645;</span> </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#8597;</span> </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">&#10606;</span> </td> </tr><tr><td> <code title="">UpTee;</code></td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#8869;</span> </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">&#8613;</span> </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">&#8657;</span> </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">&#8661;</span> </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#8598;</span> </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">&#8599;</span> </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">&#978;</span> </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span class="glyph" title="">&#933;</span> </td> </tr><tr><td> <code title="">Uring;</code> </td> <d> U+0016E </td> <td> <span class="glyph" title="">&#366;</span> </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span class="glyph" title="">&#119984;</span> </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span class="glyph" title="">&#360;</span> </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span class="glyph" title="">&#220;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span class="glyph" title="">&#8875;</span> </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span class="glyph" title="">&#10987;</span> </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span class="glyph" title="">&#1042;</span> </td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span class="glyph" title="">&#8873;</span> </td> </tr><tr><td> <code ttle="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span class="glyph" title="">&#10982;</span> </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#8897;</span> </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">&#8214;</span> </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">&#8214;</span> </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#8739;</span> </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span class="glyph" title="">&#10072;</span> </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">&#8768;</span> </td> </tr><tr><td> <code title="">VerThinSpace;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title="">&#8202;</span> </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span class="glyph" title="">&#120089;</span> </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span class="glyph" title="">&#120141;</span> </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span class="glyph" title="">&#119985;</span> </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span class="glyph" title="">&#8874;</span> </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span class="glyph" title="">&#372;</span> </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">&#8896;</span> </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span class="glyph" title="">&#120090;</span> </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E /td> <td> <span class="glyph" title="">&#120142;</span> </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span class="glyph" title="">&#119986;</span> </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span class="glyph" title="">&#120091;</span> </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span class="glyph" title="">&#926;</span> </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span class="glyph" title="">&#120143;</span> </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span class="glyph" title="">&#119987;</span> </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span class="glyph" title="">&#1071;</span> </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span class="glyph" title="">&#1031;</span> </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span class="glyph" title="">&1070;</span> </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span class="glyph" title="">&#221;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span class="glyph" title="">&#374;</span> </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span class="glyph" title="">&#1067;</span> </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span class="glyph" title="">&#120092;</span> </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span class="glyph" title="">&#120144;</span> </td> </tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span class="glyph" title="">&#119988;</span> </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> <td> <span class="glyph" title="">&#376;</span> </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <pan class="glyph" title="">&#1046;</span> </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span class="glyph" title="">&#377;</span> </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span class="glyph" title="">&#381;</span> </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span class="glyph" title="">&#1047;</span> </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span class="glyph" title="">&#379;</span> </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#8203;</span> </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span class="glyph" title="">&#918;</span> </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">&#8488;</span> </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">&#8484;</spn> </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span class="glyph" title="">&#119989;</span> </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span class="glyph" title="">&#225;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span class="glyph" title="">&#259;</span> </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">&#8766;</span> </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> <td> <span class="glyph" title="">&#8767;</span> </td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span class="glyph" title="">&#226;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">&#180;</span> </td> </tr><!-- (invlid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span class="glyph" title="">&#1072;</span> </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span class="glyph" title="">&#230;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">&#8289;</span> </td> </tr><tr><td> <code title="">afr;</code> </td> <td> U+1D51E </td> <td> <span class="glyph" title="">&#120094;</span> </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> <td> <span class="glyph" title="">&#224;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">&#8501;</span> </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span class="gyph" title="">&#8501;</span> </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span class="glyph" title="">&#945;</span> </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span class="glyph" title="">&#257;</span> </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span class="glyph" title="">&#10815;</span> </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">&#8743;</span> </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> <td> <span class="glyph" title="">&#10837;</span> </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span class="glyph" title="">&#10844;</span> </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+2A58 </td> <td> <span class="glyph" title="">&#10840;</span> </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span class="glyph" title="">&#10842;</span> </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">&#8736;</span> </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span class="glyph" title="">&#10660;</span> </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">&#8736;</span> </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">&#8737;</span> </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span class="glyph" title="">&#10664;</span> </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span class="glyph" title="">&#10665;</span> </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span class"glyph" title="">&#10666;</span> </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span class="glyph" title="">&#10667;</span> </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span class="glyph" title="">&#10668;</span> </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> <td> <span class="glyph" title="">&#10669;</span> </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span class="glyph" title="">&#10670;</span> </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span class="glyph" title="">&#10671;</span> </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span class="glyph" title="">&#8735;</span> </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span class="glyph" title="">&#8894;</span> </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span class="glyph" titl="">&#10653;</span> </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> <td> <span class="glyph" title="">&#8738;</span> </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">&#197;</span> </td> </tr><tr><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span class="glyph" title="">&#9084;</span> </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> <td> <span class="glyph" title="">&#261;</span> </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span class="glyph" title="">&#120146;</span> </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span class="glyph" title="">&#10864;</span> </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span class="glyph" title="">&#10863;</span> </td> </tr><tr><td <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">&#8778;</span> </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> <td> <span class="glyph" title="">&#8779;</span> </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span class="glyph" title="">'</span> </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">&#8778;</span> </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span class="glyph" title="">&#229;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span class="glyph" title="">&#119990;</span> </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span></td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">&#8781;</span> </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span class="glyph" title="">&#227;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span class="glyph" title="">&#228;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">&#8755;</span> </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span class="glyph" title="">&#10769;</span> </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span class="glyph" title="">&#10989;</span> </td> </tr><t><td> <code title="">backcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">&#8780;</span> </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">&#1014;</span> </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">&#8245;</span> </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">&#8765;</span> </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">&#8909;</span> </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span class="glyph" title="">&#8893;</span> </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">&#8965;</span> </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">&#8965;</span> </td> </tr><tr><td> <code tile="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">&#9141;</span> </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span class="glyph" title="">&#9142;</span> </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">&#8780;</span> </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span class="glyph" title="">&#1073;</span> </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">&#8222;</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#8757;</span> </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#8757;</span> </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span class="glyph" title="">&#10672;</span> </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U003F6 </td> <td> <span class="glyph" title="">&#1014;</span> </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#8492;</span> </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span class="glyph" title="">&#946;</span> </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span class="glyph" title="">&#8502;</span> </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">&#8812;</span> </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span class="glyph" title="">&#120095;</span> </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#8898;</span> </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">&#9711;</span> </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyp" title="">&#8899;</span> </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">&#10752;</span> </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">&#10753;</span> </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">&#10754;</span> </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">&#10758;</span> </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">&#9733;</span> </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">&#9661;</span> </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">&#9651;</span> </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyp" title="">&#10756;</span> </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#8897;</span> </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">&#8896;</span> </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">&#10509;</span> </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">&#10731;</span> </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#9642;</span> </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">&#9652;</span> </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">&#9662;</span> </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <spn class="glyph" title="">&#9666;</span> </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">&#9656;</span> </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span class="glyph" title="">&#9251;</span> </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span class="glyph" title="">&#9618;</span> </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span class="glyph" title="">&#9617;</span> </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> <td> <span class="glyph" title="">&#9619;</span> </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> <td> <span class="glyph" title="">&#9608;</span> </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span class="glyph" title="">&#8976;</span> </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span class="glyph" title="">&#20147;</span> </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#8869;</span> </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#8869;</span> </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <span class="glyph" title="">&#8904;</span> </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span class="glyph" title="">&#9559;</span> </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span class="glyph" title="">&#9556;</span> </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span class="glyph" title="">&#9558;</span> </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span class="glyph" title="">&#9555;</span> </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span class="glyph" title="">&#9552;</span> </td> </tr><tr><td> <codetitle="">boxHD;</code> </td> <td> U+02566 </td> <td> <span class="glyph" title="">&#9574;</span> </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span class="glyph" title="">&#9577;</span> </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span class="glyph" title="">&#9572;</span> </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span class="glyph" title="">&#9575;</span> </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span class="glyph" title="">&#9565;</span> </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span class="glyph" title="">&#9562;</span> </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span class="glyph" title="">&#9564;</span> </td> </tr><tr><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span class="glyph" title="">&#9561;</span> </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+0251 </td> <td> <span class="glyph" title="">&#9553;</span> </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span class="glyph" title="">&#9580;</span> </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span class="glyph" title="">&#9571;</span> </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> <td> <span class="glyph" title="">&#9568;</span> </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span class="glyph" title="">&#9579;</span> </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span class="glyph" title="">&#9570;</span> </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span class="glyph" title="">&#9567;</span> </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span class="glyph" title="">&#10697;</span> </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span class="glyph" tite="">&#9557;</span> </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span class="glyph" title="">&#9554;</span> </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span class="glyph" title="">&#9488;</span> </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span class="glyph" title="">&#9484;</span> </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">&#9472;</span> </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span class="glyph" title="">&#9573;</span> </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span class="glyph" title="">&#9576;</span> </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span class="glyph" title="">&#9516;</span> </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span class="glyph" title="">&#9524;</span> </td> </tr><tr><td><code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">&#8863;</span> </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">&#8862;</span> </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">&#8864;</span> </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span class="glyph" title="">&#9563;</span> </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span class="glyph" title="">&#9560;</span> </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span class="glyph" title="">&#9496;</span> </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span class="glyph" title="">&#9492;</span> </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span class="glyph" title="">&#9474;</span> </td> </tr><tr><td> <code title="">boxvH;</code> </d> <td> U+0256A </td> <td> <span class="glyph" title="">&#9578;</span> </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> <td> <span class="glyph" title="">&#9569;</span> </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span class="glyph" title="">&#9566;</span> </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span class="glyph" title="">&#9532;</span> </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span class="glyph" title="">&#9508;</span> </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span class="glyph" title="">&#9500;</span> </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">&#8245;</span> </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">&#728;</span> </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span clas="glyph" title="">&#166;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span class="glyph" title="">&#119991;</span> </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span class="glyph" title="">&#8271;</span> </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">&#8765;</span> </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">&#8909;</span> </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span class="glyph" title="">\</span> </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span class="glyph" title="">&#10693;</span> </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span class="glyph" title="">&#10184;</span> </td> </tr><tr><td> <code title="">bull;</code> </td> <td> +02022 </td> <td> <span class="glyph" title="">&#8226;</span> </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">&#8226;</span> </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#8782;</span> </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span class="glyph" title="">&#10926;</span> </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#8783;</span> </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#8783;</span> </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span class="glyph" title="">&#263;</span> </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span class="glyph" title="">&#8745;</span> </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span class="glyph"title="">&#10820;</span> </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span class="glyph" title="">&#10825;</span> </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span class="glyph" title="">&#10827;</span> </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span class="glyph" title="">&#10823;</span> </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span class="glyph" title="">&#10816;</span> </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span class="glyph" title="">&#8257;</span> </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">&#711;</span> </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> <td> <span class="glyph" title="">&#10829;</span> </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span class="glyph" title="">&#269;</span> </t> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span class="glyph" title="">&#231;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span class="glyph" title="">&#265;</span> </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> <td> <span class="glyph" title="">&#10828;</span> </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span class="glyph" title="">&#10832;</span> </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span class="glyph" title="">&#267;</span> </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">&#184;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span class="glyph" title="">&#10674;</span> </td> </tr><tr><td <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span class="glyph" title="">&#162;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#183;</span> </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span class="glyph" title="">&#120096;</span> </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span class="glyph" title="">&#1095;</span> </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">&#10003;</span> </td> </tr><tr><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">&#10003;</span> </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span class="glyph" title="">&#967;</span> </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span class="glyph" title=""&#9675;</span> </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span class="glyph" title="">&#10691;</span> </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span class="glyph" title="">&#710;</span> </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">&#8791;</span> </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">&#8634;</span> </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">&#8635;</span> </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#174;</span> </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">&#9416;</span> </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">&#8859;<span> </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">&#8858;</span> </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">&#8861;</span> </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">&#8791;</span> </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span class="glyph" title="">&#10768;</span> </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> <td> <span class="glyph" title="">&#10991;</span> </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span class="glyph" title="">&#10690;</span> </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">&#9827;</span> </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">&#9827;</span> </td> </t><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span class="glyph" title="">:</span> </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#8788;</span> </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#8788;</span> </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span class="glyph" title="">,</span> </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> <td> <span class="glyph" title="">@</span> </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">&#8705;</span> </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">&#8728;</span> </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">&#8705;</span> </td> </tr><tr><td> <code title="">complexes;</code> </td <td> U+02102 </td> <td> <span class="glyph" title="">&#8450;</span> </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">&#8773;</span> </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span class="glyph" title="">&#10861;</span> </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#8750;</span> </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span class="glyph" title="">&#120148;</span> </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">&#8720;</span> </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span class="glyph" title="">&#8471;</span> </td> </tr><tr><d> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span class="glyph" title="">&#8629;</span> </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span class="glyph" title="">&#10007;</span> </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span class="glyph" title="">&#119992;</span> </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span class="glyph" title="">&#10959;</span> </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span class="glyph" title="">&#10961;</span> </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span class="glyph" title="">&#10960;</span> </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span class="glyph" title="">&#10962;</span> </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span class="glyph" title="">&#8943;</span> </td> </tr><tr><td> <code title="">cudarrl;</code> /td> <td> U+02938 </td> <td> <span class="glyph" title="">&#10552;</span> </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <td> <span class="glyph" title="">&#10549;</span> </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">&#8926;</span> </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">&#8927;</span> </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">&#8630;</span> </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span class="glyph" title="">&#10557;</span> </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <span class="glyph" title="">&#8746;</span> </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span class="glyph" title="">&#10824;</span> </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td <span class="glyph" title="">&#10822;</span> </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span class="glyph" title="">&#10826;</span> </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span class="glyph" title="">&#8845;</span> </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td> <span class="glyph" title="">&#10821;</span> </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">&#8631;</span> </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span class="glyph" title="">&#10556;</span> </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">&#8926;</span> </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">&#8927;</span> </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span class="lyph" title="">&#8910;</span> </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">&#8911;</span> </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span class="glyph" title="">&#164;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">&#8630;</span> </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">&#8631;</span> </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">&#8910;</span> </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">&#8911;</span> </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">&#8754;</span> </td> </tr><tr><td> <code title=">cwint;</code> </td> <td> U+02231 </td> <td> <span class="glyph" title="">&#8753;</span> </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span class="glyph" title="">&#9005;</span> </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#8659;</span> </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> <td> <span class="glyph" title="">&#10597;</span> </td> </tr><tr><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span class="glyph" title="">&#8224;</span> </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span class="glyph" title="">&#8504;</span> </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#8595;</span> </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">&#8208;</span> </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </t> <td> <span class="glyph" title="">&#8867;</span> </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">&#10511;</span> </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">&#733;</span> </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span class="glyph" title="">&#271;</span> </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span class="glyph" title="">&#1076;</span> </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">&#8518;</span> </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">&#8225;</span> </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">&#8650;</span> </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">&10871;</span> </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span class="glyph" title="">&#176;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> <td> <span class="glyph" title="">&#948;</span> </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span class="glyph" title="">&#10673;</span> </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span class="glyph" title="">&#10623;</span> </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span class="glyph" title="">&#120097;</span> </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#8643;</span> </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#8642;</span> </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <d> <span class="glyph" title="">&#8900;</span> </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">&#8900;</span> </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">&#9830;</span> </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">&#9830;</span> </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#168;</span> </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">&#989;</span> </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span class="glyph" title="">&#8946;</span> </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">&#247;</span> </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">&#47;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">&#8903;</span> </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">&#8903;</span> </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span class="glyph" title="">&#1106;</span> </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">&#8990;</span> </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span class="glyph" title="">&#8973;</span> </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span class="glyph" title="">$</span> </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span class="glyph" title="">&#120149;</span> </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> td> <span class="glyph" title="">&#729;</span> </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#8784;</span> </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">&#8785;</span> </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">&#8760;</span> </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">&#8724;</span> </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">&#8865;</span> </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">&#8966;</span> </td> </tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#8595;</span> </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <pan class="glyph" title="">&#8650;</span> </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#8643;</span> </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#8642;</span> </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">&#10512;</span> </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">&#8991;</span> </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span class="glyph" title="">&#8972;</span> </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span class="glyph" title="">&#119993;</span> </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span class="glyph" title="">&#1109;</span> </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span class="gyph" title="">&#10742;</span> </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span class="glyph" title="">&#273;</span> </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span class="glyph" title="">&#8945;</span> </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">&#9663;</span> </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">&#9662;</span> </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">&#8693;</span> </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">&#10607;</span> </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span class="glyph" title="">&#10662;</span> </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span class="glyph" title="">&#1119;</span> </td> /tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span class="glyph" title="">&#10239;</span> </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">&#10871;</span> </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">&#8785;</span> </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> <td> <span class="glyph" title="">&#233;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span class="glyph" title="">&#10862;</span> </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span class="glyph" title="">&#283;</span> </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">&#8790;</span> </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span class=glyph" title="">&#234;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">&#8789;</span> </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span class="glyph" title="">&#1101;</span> </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span class="glyph" title="">&#279;</span> </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">&#8519;</span> </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">&#8786;</span> </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span class="glyph" title="">&#120098;</span> </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span class="glyph" title="">&#10906;</span> </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E </td> <td> <span class="glyph" title="">&#232;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">&#10902;</span> </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U+02A98 </td> <td> <span class="glyph" title="">&#10904;</span> </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span class="glyph" title="">&#10905;</span> </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span class="glyph" title="">&#9191;</span> </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span class="glyph" title="">&#8467;</span> </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">&#10901;</span> </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span class="glyph" title="">&#10903;</span> </td> </tr><tr><td> <code title=">emacr;</code> </td> <td> U+00113 </td> <td> <span class="glyph" title="">&#275;</span> </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#8709;</span> </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#8709;</span> </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#8709;</span> </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span class="glyph" title="">&#8196;</span> </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span class="glyph" title="">&#8197;</span> </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> <td> <span class="glyph" title="">&#8195;</span> </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span class="glyph" title="">&#331;</span> </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td <td> <span class="glyph" title="">&#8194;</span> </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <span class="glyph" title="">&#281;</span> </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span class="glyph" title="">&#120150;</span> </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span class="glyph" title="">&#8917;</span> </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span class="glyph" title="">&#10723;</span> </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span class="glyph" title="">&#10865;</span> </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">&#949;</span> </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">&#949;</span> </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#013;</span> </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">&#8790;</span> </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">&#8789;</span> </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">&#8770;</span> </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">&#10902;</span> </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">&#10901;</span> </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span class="glyph" title="">=</span> </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">&#8799;</span> </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">&#8801;</span> </td> </tr><tr<td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span class="glyph" title="">&#10872;</span> </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span class="glyph" title="">&#10725;</span> </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">&#8787;</span> </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span class="glyph" title="">&#10609;</span> </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span class="glyph" title="">&#8495;</span> </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#8784;</span> </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">&#8770;</span> </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span class="glyph" title="">&#951;</span> </td> </tr><tr><td> <code title="">eth;</code> </t> <td> U+000F0 </td> <td> <span class="glyph" title="">&#240;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> <td> <span class="glyph" title="">&#235;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span class="glyph" title="">&#8364;</span> </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span class="glyph" title="">!</span> </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">&#8707;</span> </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">&#8496;</span> </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">&#8519;</span> </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> +02252 </td> <td> <span class="glyph" title="">&#8786;</span> </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span class="glyph" title="">&#1092;</span> </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span class="glyph" title="">&#9792;</span> </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span class="glyph" title="">&#64259;</span> </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span class="glyph" title="">&#64256;</span> </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span class="glyph" title="">&#64260;</span> </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span class="glyph" title="">&#120099;</span> </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span class="glyph" title="">&#64257;</span> </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span class="glyh" title="">&#9837;</span> </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span class="glyph" title="">&#64258;</span> </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span class="glyph" title="">&#9649;</span> </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span class="glyph" title="">&#402;</span> </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span class="glyph" title="">&#120151;</span> </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">&#8704;</span> </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">&#8916;</span> </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> <span class="glyph" title="">&#10969;</span> </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span class="glyph" title="">&#10765;</span> </td> /tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">&#189;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span class="glyph" title="">&#8531;</span> </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span class="glyph" title="">&#188;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span class="glyph" title="">&#8533;</span> </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> <td> <span class="glyph" title="">&#8537;</span> </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span class="glyph" title="">&#8539;</span> </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span class="glyph" title="">&#8532;</span> </td> </tr><tr><td><code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span class="glyph" title="">&#8534;</span> </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span class="glyph" title="">&#190;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span class="glyph" title="">&#8535;</span> </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span class="glyph" title="">&#8540;</span> </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> <td> <span class="glyph" title="">&#8536;</span> </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span class="glyph" title="">&#8538;</span> </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> <td> <span class="glyph" title="">&#8541;</span> </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span class="glyph" tite="">&#8542;</span> </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span class="glyph" title="">&#8260;</span> </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">&#8994;</span> </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span class="glyph" title="">&#119995;</span> </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">&#8807;</span> </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">&#10892;</span> </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span class="glyph" title="">&#501;</span> </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span class="glyph" title="">&#947;</span> </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">&#989;</span> </td> </tr><tr><td> <cde title="">gap;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">&#10886;</span> </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span class="glyph" title="">&#287;</span> </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span class="glyph" title="">&#285;</span> </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span class="glyph" title="">&#1075;</span> </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span class="glyph" title="">&#289;</span> </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#8805;</span> </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#8923;</span> </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#8805;</span> </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <d> <span class="glyph" title="">&#8807;</span> </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#10878;</span> </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#10878;</span> </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td> <span class="glyph" title="">&#10921;</span> </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span class="glyph" title="">&#10880;</span> </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span class="glyph" title="">&#10882;</span> </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span class="glyph" title="">&#10884;</span> </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span class="glyph" title="">&#10900;</span> </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span class="glyph" tile="">&#120100;</span> </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">&#8811;</span> </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">&#8921;</span> </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> <td> <span class="glyph" title="">&#8503;</span> </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span class="glyph" title="">&#1107;</span> </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">&#8823;</span> </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span class="glyph" title="">&#10898;</span> </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span class="glyph" title="">&#10917;</span> </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span class="glyph" title="">&#10916;</span> </td> </tr><tr><td> <code ttle="">gnE;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">&#8809;</span> </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">&#10890;</span> </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">&#10890;</span> </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">&#10888;</span> </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">&#10888;</span> </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">&#8809;</span> </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span class="glyph" title="">&#8935;</span> </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span class="glyph" title="">&#120152;</span> </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+0060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span class="glyph" title="">&#8458;</span> </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#8819;</span> </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span class="glyph" title="">&#10894;</span> </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span class="glyph" title="">&#10896;</span> </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span class="glyph" title="">&#10919;</span> </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span class="glyph" title="">&#10874;</span> </td> </tr><tr><td> <code title="">gtdot;<code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">&#8919;</span> </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> <td> <span class="glyph" title="">&#10645;</span> </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span class="glyph" title="">&#10876;</span> </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">&#10886;</span> </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span class="glyph" title="">&#10616;</span> </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">&#8919;</span> </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#8923;</span> </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">&#10892;</span> </td> </tr><tr><td> <code title="">gtrless;</code> </td> <d> U+02277 </td> <td> <span class="glyph" title="">&#8823;</span> </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#8819;</span> </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#8660;</span> </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title="">&#8202;</span> </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">&#189;</span> </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#8459;</span> </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span class="glyph" title="">&#1098;</span> </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">&#8596;</span> </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span class="gyph" title="">&#10568;</span> </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">&#8621;</span> </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#8463;</span> </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span class="glyph" title="">&#293;</span> </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">&#9829;</span> </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">&#9829;</span> </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">&#8230;</span> </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span class="glyph" title="">&#8889;</span> </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span class="glyph" title="">&#120101;</span> </t> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&#10533;</span> </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">&#10534;</span> </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span class="glyph" title="">&#8703;</span> </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> <td> <span class="glyph" title="">&#8763;</span> </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">&#8617;</span> </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">&#8618;</span> </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span class="glyph" title="">&#120153;</span> </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span class="glyph" title="">&#8213;</span> </td> </tr><tr<td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span class="glyph" title="">&#119997;</span> </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#8463;</span> </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <span class="glyph" title="">&#295;</span> </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span class="glyph" title="">&#8259;</span> </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">&#8208;</span> </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span class="glyph" title="">&#237;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">&#8291;</span> </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span class="glyph" titl="">&#238;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span class="glyph" title="">&#1080;</span> </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span class="glyph" title="">&#1077;</span> </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span class="glyph" title="">&#161;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#8660;</span> </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span class="glyph" title="">&#120102;</span> </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span class="glyph" title="">&#236;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td>U+02148 </td> <td> <span class="glyph" title="">&#8520;</span> </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">&#10764;</span> </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">&#8749;</span> </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span class="glyph" title="">&#10716;</span> </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span class="glyph" title="">&#8489;</span> </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span class="glyph" title="">&#307;</span> </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span class="glyph" title="">&#299;</span> </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#8465;</span> </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span class="gyph" title="">&#8464;</span> </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#8465;</span> </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">&#305;</span> </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> <td> <span class="glyph" title="">&#8887;</span> </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span class="glyph" title="">&#437;</span> </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#8712;</span> </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span class="glyph" title="">&#8453;</span> </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span class="glyph" title="">&#8734;</span> </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span class="glyph" title="">&#10717;</span> </td> <tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">&#305;</span> </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">&#8747;</span> </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">&#8890;</span> </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">&#8484;</span> </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">&#8890;</span> </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span class="glyph" title="">&#10775;</span> </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">&#10812;</span> </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span class="glyph" title="">&#1105;</span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+0012F </td> <td> <span class="glyph" title="">&#303;</span> </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span class="glyph" title="">&#120154;</span> </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span class="glyph" title="">&#953;</span> </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">&#10812;</span> </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span class="glyph" title="">&#191;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span class="glyph" title="">&#119998;</span> </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#8712;</span> </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span class="glyph" title="">&#8953;</span> </t> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <span class="glyph" title="">&#8949;</span> </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span class="glyph" title="">&#8948;</span> </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> <td> <span class="glyph" title="">&#8947;</span> </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#8712;</span> </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">&#8290;</span> </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span class="glyph" title="">&#297;</span> </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span class="glyph" title="">&#1110;</span> </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span class="glyph" title="">&#239;</span> </td> </tr><!-- (invalid entity with missingsemicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span class="glyph" title="">&#309;</span> </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span class="glyph" title="">&#1081;</span> </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span class="glyph" title="">&#120103;</span> </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span class="glyph" title="">&#567;</span> </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span class="glyph" title="">&#120155;</span> </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span class="glyph" title="">&#119999;</span> </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span class="glyph" title="">&#1112;</span> </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span class="glyph" title="">&#1108;</span> </td> </tr><r><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span class="glyph" title="">&#954;</span> </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">&#1008;</span> </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span class="glyph" title="">&#311;</span> </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span class="glyph" title="">&#1082;</span> </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span class="glyph" title="">&#120104;</span> </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span class="glyph" title="">&#312;</span> </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span class="glyph" title="">&#1093;</span> </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> <td> <span class="glyph" title="">&#1116;</span> </td> </tr><tr><td> <code title="">kopf;</code> </td> <d> U+1D55C </td> <td> <span class="glyph" title="">&#120156;</span> </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span class="glyph" title="">&#120000;</span> </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">&#8666;</span> </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">&#8656;</span> </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span class="glyph" title="">&#10523;</span> </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span class="glyph" title="">&#10510;</span> </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">&#8806;</span> </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">&#10891;</span> </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span class="glyh" title="">&#10594;</span> </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span class="glyph" title="">&#314;</span> </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span class="glyph" title="">&#10676;</span> </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#8466;</span> </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span class="glyph" title="">&#955;</span> </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#9001;</span> </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> <td> <span class="glyph" title="">&#10641;</span> </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#9001;</span> </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">&#10885;</span> </td></tr><tr><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span class="glyph" title="">&#171;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#8592;</span> </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">&#8676;</span> </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span class="glyph" title="">&#10527;</span> </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span class="glyph" title="">&#10525;</span> </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">&#8617;</span> </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">&#8619;</span> </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span clas="glyph" title="">&#10553;</span> </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span class="glyph" title="">&#10611;</span> </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">&#8610;</span> </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span class="glyph" title="">&#10923;</span> </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span class="glyph" title="">&#10521;</span> </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> <td> <span class="glyph" title="">&#10925;</span> </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span class="glyph" title="">&#10508;</span> </td> </tr><tr><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> <td> <span class="glyph" title="">&#10098;</span> </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </d> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span class="glyph" title="">&#10635;</span> </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <span class="glyph" title="">&#10639;</span> </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span class="glyph" title="">&#10637;</span> </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span class="glyph" title="">&#318;</span> </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span class="glyph" title="">&#316;</span> </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">&#8968;</span> </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> </tr><tr><td> <code title="">lcy;</code></td> <td> U+0043B </td> <td> <span class="glyph" title="">&#1083;</span> </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span class="glyph" title="">&#10550;</span> </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">&#8220;</span> </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">&#8222;</span> </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span class="glyph" title="">&#10599;</span> </td> </tr><tr><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span class="glyph" title="">&#10571;</span> </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span class="glyph" title="">&#8626;</span> </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">&#8804;</span> </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> span class="glyph" title="">&#8592;</span> </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">&#8610;</span> </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#8637;</span> </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#8636;</span> </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">&#8647;</span> </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">&#8596;</span> </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#8646;</span> </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#8651;</span> </td> </tr><tr><td> <code title="">leftrightsquigarrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">&#8621;</span> </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">&#8907;</span> </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#8922;</span> </td> </tr><tr><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">&#8804;</span> </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">&#8806;</span> </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#10877;</span> </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#10877;</span> </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> <td> <span class="glyph" title="">&#10920;</span> </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F /td> <td> <span class="glyph" title="">&#10879;</span> </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span class="glyph" title="">&#10881;</span> </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span class="glyph" title="">&#10883;</span> </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span class="glyph" title="">&#10899;</span> </td> </tr><tr><td> <code title="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">&#10885;</span> </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">&#8918;</span> </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#8922;</span> </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">&#10891;</span> </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td <span class="glyph" title="">&#8822;</span> </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#8818;</span> </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span class="glyph" title="">&#10620;</span> </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">&#8970;</span> </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span class="glyph" title="">&#120105;</span> </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">&#8822;</span> </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span class="glyph" title="">&#10897;</span> </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#8637;</span> </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#8636;/span> </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span class="glyph" title="">&#10602;</span> </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span class="glyph" title="">&#9604;</span> </td> </tr><tr><td> <code title="">ljcy;</code> </td> <td> U+00459 </td> <td> <span class="glyph" title="">&#1113;</span> </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#8810;</span> </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">&#8647;</span> </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">&#8990;</span> </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span class="glyph" title="">&#10603;</span> </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span class="glyph" title="">&#9722;</span> </td> </tr><tr><td> <code tile="">lmidot;</code> </td> <td> U+00140 </td> <td> <span class="glyph" title="">&#320;</span> </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">&#9136;</span> </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">&#9136;</span> </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">&#8808;</span> </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">&#10889;</span> </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">&#10889;</span> </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">&#10887;</span> </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">&#10887;</span> </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> +02268 </td> <td> <span class="glyph" title="">&#8808;</span> </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span class="glyph" title="">&#8934;</span> </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> <td> <span class="glyph" title="">&#10220;</span> </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span class="glyph" title="">&#8701;</span> </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">&#10214;</span> </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#10229;</span> </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#10231;</span> </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">&#10236;</span> </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td>U+027F6 </td> <td> <span class="glyph" title="">&#10230;</span> </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">&#8619;</span> </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">&#8620;</span> </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span class="glyph" title="">&#10629;</span> </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span class="glyph" title="">&#120157;</span> </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span class="glyph" title="">&#10797;</span> </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span class="glyph" title="">&#10804;</span> </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span class="glyph" title="">&#8727;</span> </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </t> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">&#9674;</span> </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">&#9674;</span> </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">&#10731;</span> </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span class="glyph" title="">(</span> </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span class="glyph" title="">&#10643;</span> </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#8646;</span> </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">&#8991;</span> </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#8651;</san> </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span class="glyph" title="">&#10605;</span> </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span class="glyph" title="">&#8206;</span> </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span class="glyph" title="">&#8895;</span> </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span class="glyph" title="">&#8249;</span> </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span class="glyph" title="">&#120001;</span> </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">&#8624;</span> </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#8818;</span> </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span class="glyph" title="">&#10893;</span> </td> </tr><tr><td> <code title=""lsimg;</code> </td> <td> U+02A8F </td> <td> <span class="glyph" title="">&#10895;</span> </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">&#8216;</span> </td> </tr><tr><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">&#8218;</span> </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span class="glyph" title="">&#322;</span> </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title="">&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> <td> <span class="glyph" title="">&#10918;</span> </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span class="glyph" title="">&#10873;</span> </td> </tr>tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">&#8918;</span> </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">&#8907;</span> </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span class="glyph" title="">&#8905;</span> </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span class="glyph" title="">&#10614;</span> </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span class="glyph" title="">&#10875;</span> </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span class="glyph" title="">&#10646;</span> </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">&#9667;</span> </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">&#8884;</span> </td> </tr><tr><td> <code title="">ltrif;<code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">&#9666;</span> </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span class="glyph" title="">&#10570;</span> </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span class="glyph" title="">&#10598;</span> </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span class="glyph" title="">&#8762;</span> </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">&#175;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> <td> <span class="glyph" title="">&#9794;</span> </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">&#10016;</span> </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">&#10016;</span> </d> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">&#8614;</span> </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">&#8614;</span> </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">&#8615;</span> </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">&#8612;</span> </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <span class="glyph" title="">&#8613;</span> </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span class="glyph" title="">&#9646;</span> </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span class="glyph" title="">&#10793;</span> </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span class="glyph" title="">&#1084;</span> </td> </tr><tr><td> <code tile="">mdash;</code> </td> <td> U+02014 </td> <td> <span class="glyph" title="">&#8212;</span> </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">&#8737;</span> </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span class="glyph" title="">&#120106;</span> </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span class="glyph" title="">&#8487;</span> </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> <td> <span class="glyph" title="">&#181;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#8739;</span> </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span class="glyph" title="">&#10992;</san> </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#183;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span class="glyph" title="">&#8722;</span> </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">&#8863;</span> </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">&#8760;</span> </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span class="glyph" title="">&#10794;</span> </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span class="glyph" title="">&#10971;</span> </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">&#8230;</span> </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <pan class="glyph" title="">&#8723;</span> </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> <td> <span class="glyph" title="">&#8871;</span> </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span class="glyph" title="">&#120158;</span> </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">&#8723;</span> </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span class="glyph" title="">&#120002;</span> </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">&#8766;</span> </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span class="glyph" title="">&#956;</span> </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">&#8888;</span> </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">&#8888;</spn> </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">&#8653;</span> </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">&#8654;</span> </td> </tr><tr><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">&#8655;</span> </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span class="glyph" title="">&#8879;</span> </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span class="glyph" title="">&#8878;</span> </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">&#8711;</span> </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span class="glyph" title="">&#324;</span> </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">&#8777;</span> </td> </tr><tr<td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span class="glyph" title="">&#329;</span> </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">&#8777;</span> </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">&#9838;</span> </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">&#9838;</span> </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">&#8469;</span> </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title="">&#160;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span class="glyph" title="">&#10819;</span> </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span class="glyph" itle="">&#328;</span> </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span class="glyph" title="">&#326;</span> </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">&#8775;</span> </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span class="glyph" title="">&#10818;</span> </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span class="glyph" title="">&#1085;</span> </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span class="glyph" title="">&#8211;</span> </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">&#8800;</span> </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span class="glyph" title="">&#8663;</span> </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> <td> <span class="glyph" title="">&#10532;</span> </td> </tr><tr><td><code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">&#8599;</span> </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">&#8599;</span> </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">&#8802;</span> </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">&#10536;</span> </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#8708;</span> </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#8708;</span> </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span class="glyph" title="">&#120107;</span> </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">&#8817;</span> </td> </tr><tr><td> <code title="">ngeq;</code> </td <td> U+02271 </td> <td> <span class="glyph" title="">&#8817;</span> </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">&#8821;</span> </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#8815;</span> </td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#8815;</span> </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">&#8654;</span> </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">&#8622;</span> </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span class="glyph" title="">&#10994;</span> </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#8715;</span> </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span class="glyph" itle="">&#8956;</span> </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span class="glyph" title="">&#8954;</span> </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#8715;</span> </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span class="glyph" title="">&#1114;</span> </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">&#8653;</span> </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">&#8602;</span> </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span class="glyph" title="">&#8229;</span> </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">&#8816;</span> </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">&#8602;</span> </td> </tr><tr><t> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">&#8622;</span> </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">&#8816;</span> </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#8814;</span> </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">&#8820;</span> </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#8814;</span> </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#8938;</span> </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#8940;</span> </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#8740;</span> </td> </tr><tr><td> <code title="">nopf;</code> <td> <td> U+1D55F </td> <td> <span class="glyph" title="">&#120159;</span> </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span class="glyph" title="">&#172;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#8713;</span> </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#8713;</span> </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span class="glyph" title="">&#8951;</span> </td> </tr><tr><td> <code title="">notinvc;</code> </td> <td> U+022F6 </td> <td> <span class="glyph" title="">&#8950;</span> </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#8716;</span> </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#8716;</span> </td> </tr<tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span class="glyph" title="">&#8958;</span> </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span class="glyph" title="">&#8957;</span> </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#8742;</span> </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#8742;</span> </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span class="glyph" title="">&#10772;</span> </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#8832;</span> </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">&#8928;</span> </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#8832;</span> </td> </tr><tr><td> <code title="">nrArr</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">&#8655;</span> </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">&#8603;</span> </td> </tr><tr><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">&#8603;</span> </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#8939;</span> </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">&#8941;</span> </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#8833;</span> </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">&#8929;</span> </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span class="glyph" title="">&#120003;</span> </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 /td> <td> <span class="glyph" title="">&#8740;</span> </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#8742;</span> </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">&#8769;</span> </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#8772;</span> </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#8772;</span> </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#8740;</span> </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#8742;</span> </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">&#8930;</span> </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span class="glph" title="">&#8931;</span> </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span class="glyph" title="">&#8836;</span> </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">&#8840;</span> </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">&#8840;</span> </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#8833;</span> </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span class="glyph" title="">&#8837;</span> </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#8841;</span> </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#8841;</span> </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">&#8825;</span> </td></tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span class="glyph" title="">&#241;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">&#8824;</span> </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#8938;</span> </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#8940;</span> </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#8939;</span> </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">&#8941;</span> </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> <td> <span class="glyph" title="">&#957;</span> </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+0023 </td> <td> <span class="glyph" title="">#</span> </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> <td> <span class="glyph" title="">&#8470;</span> </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> <td> <span class="glyph" title="">&#8199;</span> </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span class="glyph" title="">&#8877;</span> </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span class="glyph" title="">&#10500;</span> </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span class="glyph" title="">&#8876;</span> </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span class="glyph" title="">&#10718;</span> </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span class="glyph" title="">&#10498;</span> </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span class="glyph"title="">&#10499;</span> </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span class="glyph" title="">&#8662;</span> </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span class="glyph" title="">&#10531;</span> </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#8598;</span> </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#8598;</span> </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span class="glyph" title="">&#10535;</span> </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">&#9416;</span> </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span class="glyph" title="">&#243;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+229B </td> <td> <span class="glyph" title="">&#8859;</span> </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">&#8858;</span> </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span class="glyph" title="">&#244;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span class="glyph" title="">&#1086;</span> </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">&#8861;</span> </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span class="glyph" title="">&#337;</span> </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span class="glyph" title="">&#10808;</span> </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">&#8857;</span> </td> </tr><tr><td> <code title=""odsold;</code> </td> <td> U+029BC </td> <td> <span class="glyph" title="">&#10684;</span> </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span class="glyph" title="">&#339;</span> </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span class="glyph" title="">&#10687;</span> </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <td> <span class="glyph" title="">&#120108;</span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span class="glyph" title="">&#731;</span> </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span class="glyph" title="">&#242;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span class="glyph" title="">&#10689;</span> </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> <td> <span class="glyph" title="">&#10677;</span> <td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">&#937;</span> </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#8750;</span> </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">&#8634;</span> </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span class="glyph" title="">&#10686;</span> </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span class="glyph" title="">&#10683;</span> </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">&#8254;</span> </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span class="glyph" title="">&#10688;</span> </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span class="glyph" title="">&#333;</span> </td> </tr><tr><td> <code title="">omega;<code> </td> <td> U+003C9 </td> <td> <span class="glyph" title="">&#969;</span> </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span class="glyph" title="">&#959;</span> </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <span class="glyph" title="">&#10678;</span> </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">&#8854;</span> </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span class="glyph" title="">&#120160;</span> </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span class="glyph" title="">&#10679;</span> </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span class="glyph" title="">&#10681;</span> </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">&#8853;</span> </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <san class="glyph" title="">&#8744;</span> </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">&#8635;</span> </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> <td> <span class="glyph" title="">&#10845;</span> </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#8500;</span> </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#8500;</span> </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span class="glyph" title="">&#170;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span class="glyph" title="">&#186;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span class="glyph" tile="">&#8886;</span> </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span class="glyph" title="">&#10838;</span> </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span class="glyph" title="">&#10839;</span> </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span class="glyph" title="">&#10843;</span> </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#8500;</span> </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span class="glyph" title="">&#248;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span class="glyph" title="">&#8856;</span> </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span class="glyph" title="">&#245;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">&#8855;</span> </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span class="glyph" title="">&#10806;</span> </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> <td> <span class="glyph" title="">&#246;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span class="glyph" title="">&#9021;</span> </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#8741;</span> </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span class="glyph" title="">&#182;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#8741;</span> </td> </tr><r><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span class="glyph" title="">&#10995;</span> </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span class="glyph" title="">&#11005;</span> </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">&#8706;</span> </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span class="glyph" title="">&#1087;</span> </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> <td> <span class="glyph" title="">%</span> </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span class="glyph" title="">.</span> </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span class="glyph" title="">&#8240;</span> </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#8869;</span> </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td>U+02031 </td> <td> <span class="glyph" title="">&#8241;</span> </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span class="glyph" title="">&#120109;</span> </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> <td> <span class="glyph" title="">&#966;</span> </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">&#981;</span> </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">&#8499;</span> </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span class="glyph" title="">&#9742;</span> </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span class="glyph" title="">&#960;</span> </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">&#8916;</span> </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title"">&#982;</span> </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#8463;</span> </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span class="glyph" title="">&#8462;</span> </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#8463;</span> </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span class="glyph" title="">+</span> </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span class="glyph" title="">&#10787;</span> </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">&#8862;</span> </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span class="glyph" title="">&#10786;</span> </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">&#8724;</span> </td> </tr><tr><d> <code title="">plusdu;</code> </td> <td> U+02A25 </td> <td> <span class="glyph" title="">&#10789;</span> </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span class="glyph" title="">&#10866;</span> </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">&#177;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span class="glyph" title="">&#10790;</span> </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span class="glyph" title="">&#10791;</span> </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">&#177;</span> </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span class="glyph" title="">&#10773;</span> </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span class="glyph"title="">&#120161;</span> </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span class="glyph" title="">&#163;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">&#8826;</span> </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span class="glyph" title="">&#10931;</span> </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">&#10935;</span> </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#8828;</span> </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">&#10927;</span> </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">&#8826;</span> </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02A7 </td> <td> <span class="glyph" title="">&#10935;</span> </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#8828;</span> </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">&#10927;</span> </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">&#10937;</span> </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">&#10933;</span> </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">&#8936;</span> </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#8830;</span> </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> <td> <span class="glyph" title="">&#8242;</span> </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td><span class="glyph" title="">&#8473;</span> </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">&#10933;</span> </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">&#10937;</span> </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">&#8936;</span> </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">&#8719;</span> </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span class="glyph" title="">&#9006;</span> </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span class="glyph" title="">&#8978;</span> </td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span class="glyph" title="">&#8979;</span> </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">#8733;</span> </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#8733;</span> </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#8830;</span> </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span class="glyph" title="">&#8880;</span> </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span class="glyph" title="">&#120005;</span> </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span class="glyph" title="">&#968;</span> </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> <td> <span class="glyph" title="">&#8200;</span> </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span class="glyph" title="">&#120110;</span> </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">&#10764;</span> </td> </tr><tr><td> <coe title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span class="glyph" title="">&#120162;</span> </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span class="glyph" title="">&#8279;</span> </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span class="glyph" title="">&#120006;</span> </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">&#8461;</span> </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span class="glyph" title="">&#10774;</span> </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span class="glyph" title="">?</span> </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">&#8799;</span> </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for leacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">&#8667;</span> </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#8658;</span> </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span class="glyph" title="">&#10524;</span> </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">&#10511;</span> </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> <td> <span class="glyph" title="">&#10596;</span> </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span class="glyph" title="">&#341;</span> </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">&#8730;</span> </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span class="glyph" title="">&#10675;</span> </td> </tr><tr><td> <cde title="">rang;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#9002;</span> </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span class="glyph" title="">&#10642;</span> </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span class="glyph" title="">&#10661;</span> </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#9002;</span> </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span class="glyph" title="">&#187;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#8594;</span> </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span class="glyph" title="">&#10613;</span> </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">&#677;</span> </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span class="glyph" title="">&#10528;</span> </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span class="glyph" title="">&#10547;</span> </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span class="glyph" title="">&#10526;</span> </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">&#8618;</span> </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">&#8620;</span> </td> </tr><tr><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> <td> <span class="glyph" title="">&#10565;</span> </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span class="glyph" title="">&#10612;</span> </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">&#8611;</span> </td> </tr><r><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">&#8605;</span> </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> <td> <span class="glyph" title="">&#10522;</span> </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span class="glyph" title="">&#8758;</span> </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">&#8474;</span> </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">&#10509;</span> </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span class="glyph" title="">&#10099;</span> </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rbrke;</code> </td <td> U+0298C </td> <td> <span class="glyph" title="">&#10636;</span> </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span class="glyph" title="">&#10638;</span> </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span class="glyph" title="">&#10640;</span> </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span class="glyph" title="">&#345;</span> </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span class="glyph" title="">&#343;</span> </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">&#8969;</span> </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span class="glyph" title="">&#1088;</span> </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <td> <span class="glyh" title="">&#10551;</span> </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span class="glyph" title="">&#10601;</span> </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#8221;</span> </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#8221;</span> </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span class="glyph" title="">&#8627;</span> </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#8476;</span> </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">&#8475;</span> </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#8476;</span> </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">&#8477;</span> </t> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span class="glyph" title="">&#9645;</span> </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span class="glyph" title="">&#10621;</span> </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">&#8971;</span> </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span class="glyph" title="">&#120111;</span> </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#8641;</span> </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#8640;</span> </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span class="gyph" title="">&#10604;</span> </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span class="glyph" title="">&#961;</span> </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">&#1009;</span> </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#8594;</span> </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">&#8611;</span> </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#8641;</span> </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#8640;</span> </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#8644;</span> </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> span class="glyph" title="">&#8652;</span> </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">&#8649;</span> </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">&#8605;</span> </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">&#8908;</span> </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span class="glyph" title="">&#730;</span> </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">&#8787;</span> </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#8644;</span> </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">&#8652;</span> </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <spanclass="glyph" title="">&#8207;</span> </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">&#9137;</span> </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">&#9137;</span> </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span class="glyph" title="">&#10990;</span> </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span class="glyph" title="">&#10221;</span> </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span class="glyph" title="">&#8702;</span> </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">&#10215;</span> </td> </tr><tr><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span class="glyph" title="">&#10630;</span> </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span class="glyph" title="">&#12013;</span> </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span class="glyph" title="">&#10798;</span> </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span class="glyph" title="">&#10805;</span> </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span class="glyph" title="">)</span> </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> <td> <span class="glyph" title="">&#10644;</span> </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span class="glyph" title="">&#10770;</span> </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">&#8649;</span> </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span class="glyph" title="">&#8250;</span> </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span class="glyph" title="">&#120007;</span> </td> </tr><tr><td> <cde title="">rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">&#8625;</span> </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#8217;</span> </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#8217;</span> </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">&#8908;</span> </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span class="glyph" title="">&#8906;</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">&#9657;</span> </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#8885;</span> </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 /td> <td> <span class="glyph" title="">&#9656;</span> </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span class="glyph" title="">&#10702;</span> </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span class="glyph" title="">&#10600;</span> </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span class="glyph" title="">&#8478;</span> </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span class="glyph" title="">&#347;</span> </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">&#8218;</span> </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">&#8827;</span> </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span class="glyph" title="">&#10932;</span> </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">#10936;</span> </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span class="glyph" title="">&#353;</span> </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#8829;</span> </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#10928;</span> </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span class="glyph" title="">&#351;</span> </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span class="glyph" title="">&#349;</span> </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">&#10934;</span> </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">&#10938;</span> </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">&#8937;</span> </td> </tr><tr><td> <coe title="">scpolint;</code> </td> <td> U+02A13 </td> <td> <span class="glyph" title="">&#10771;</span> </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#8831;</span> </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span class="glyph" title="">&#1089;</span> </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span class="glyph" title="">&#8901;</span> </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">&#8865;</span> </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span class="glyph" title="">&#10854;</span> </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> <td> <span class="glyph" title="">&#8664;</span> </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&#10533;</span> </td> </tr><tr><td> <code title="">searr;</code> </td> <td U+02198 </td> <td> <span class="glyph" title="">&#8600;</span> </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">&#8600;</span> </td> </tr><tr><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span class="glyph" title="">&#167;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span class="glyph" title="">;</span> </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">&#10537;</span> </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#8726;</span> </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#8726;</span> </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> <td> <span class="glyph" title="">&#10038;</span> </td> </tr><tr><td> <code ttle="">sfr;</code> </td> <td> U+1D530 </td> <td> <span class="glyph" title="">&#120112;</span> </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">&#8994;</span> </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span class="glyph" title="">&#9839;</span> </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span class="glyph" title="">&#1097;</span> </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span class="glyph" title="">&#1096;</span> </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#8739;</span> </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#8741;</span> </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span class="glyph" title="">&#173;</span> </td> </tr><!-- (invalid entity with missing semicolon fo legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span class="glyph" title="">&#963;</span> </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#962;</span> </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#962;</span> </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#8764;</span> </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> <td> <span class="glyph" title="">&#10858;</span> </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">&#8771;</span> </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">&#8771;</span> </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span class="glyph" title="">&#10910;</span> </td> </tr><tr><td> <code itle="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span class="glyph" title="">&#10912;</span> </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span class="glyph" title="">&#10909;</span> </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span class="glyph" title="">&#10911;</span> </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span class="glyph" title="">&#8774;</span> </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span class="glyph" title="">&#10788;</span> </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span class="glyph" title="">&#10610;</span> </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#8592;</span> </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#8726;</span> </td> </tr><tr><td> <code title="">smashp;</code></td> <td> U+02A33 </td> <td> <span class="glyph" title="">&#10803;</span> </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span class="glyph" title="">&#10724;</span> </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#8739;</span> </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">&#8995;</span> </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span class="glyph" title="">&#10922;</span> </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span class="glyph" title="">&#10924;</span> </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span class="glyph" title="">&#1100;</span> </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span class="glyph" title="">/</span> </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span class="lyph" title="">&#10692;</span> </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span class="glyph" title="">&#9023;</span> </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span class="glyph" title="">&#120164;</span> </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">&#9824;</span> </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">&#9824;</span> </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#8741;</span> </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">&#8851;</span> </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">&#8852;</span> </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">&#8847;</span> <td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#8849;</span> </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">&#8847;</span> </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#8849;</span> </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">&#8848;</span> </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#8850;</span> </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">&#8848;</span> </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#8850;</span> </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#9633;</span> </td> </tr><tr><td> <cod title="">square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#9633;</span> </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#9642;</span> </td> </tr><tr><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#9642;</span> </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#8594;</span> </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span class="glyph" title="">&#120008;</span> </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#8726;</span> </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">&#8995;</span> </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">&#8902;</span> </td> </tr><tr><td> <code title="">star;</code> </td> <td>U+02606 </td> <td> <span class="glyph" title="">&#9734;</span> </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">&#9733;</span> </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#1013;</span> </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">&#981;</span> </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">&#175;</span> </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">&#8834;</span> </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">&#10949;</span> </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span class="glyph" title="">&#10941;</span> </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span lass="glyph" title="">&#8838;</span> </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span class="glyph" title="">&#10947;</span> </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span class="glyph" title="">&#10945;</span> </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">&#10955;</span> </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">&#8842;</span> </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span class="glyph" title="">&#10943;</span> </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span class="glyph" title="">&#10617;</span> </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">&#8834;</span> </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title=""&#8838;</span> </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">&#10949;</span> </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">&#8842;</span> </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">&#10955;</span> </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> <td> <span class="glyph" title="">&#10951;</span> </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span class="glyph" title="">&#10965;</span> </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span class="glyph" title="">&#10963;</span> </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">&#8827;</span> </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">&#10936;</spa> </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#8829;</span> </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#10928;</span> </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">&#10938;</span> </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">&#10934;</span> </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">&#8937;</span> </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#8831;</span> </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">&#8721;</span> </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span class="glyph" title="">&#9834;</span> </td> </tr><tr>td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span class="glyph" title="">&#185;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span class="glyph" title="">&#178;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span class="glyph" title="">&#179;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#8835;</span> </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">&#10950;</span> </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span class="glyph" title="">&#10942;</span> </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span clas="glyph" title="">&#10968;</span> </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">&#8839;</span> </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span class="glyph" title="">&#10948;</span> </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> <td> <span class="glyph" title="">&#10185;</span> </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span class="glyph" title="">&#10967;</span> </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span class="glyph" title="">&#10619;</span> </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span class="glyph" title="">&#10946;</span> </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">&#10956;</span> </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">&#843;</span> </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span class="glyph" title="">&#10944;</span> </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#8835;</span> </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">&#8839;</span> </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">&#10950;</span> </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">&#8843;</span> </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">&#10956;</span> </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span class="glyph" title="">&#10952;</span> </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span class="glyph" title="">&#10964;</span> <td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span class="glyph" title="">&#10966;</span> </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span class="glyph" title="">&#8665;</span> </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">&#10534;</span> </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#8601;</span> </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#8601;</span> </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span class="glyph" title="">&#10538;</span> </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span class="glyph" title="">&#223;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <spa class="glyph" title="">&#8982;</span> </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> <td> <span class="glyph" title="">&#964;</span> </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">&#9140;</span> </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span class="glyph" title="">&#357;</span> </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> <td> <span class="glyph" title="">&#355;</span> </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span class="glyph" title="">&#1090;</span> </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">&#9676;&#8411;</span> </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span class="glyph" title="">&#8981;</span> </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span class="glyph" title="">&#10113;</span> </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#8756;</span> </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#8756;</span> </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span class="glyph" title="">&#952;</span> </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#977;</span> </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#977;</span> </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#8764;</span> </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title="">&#8201;</span> </td> </t><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#8776;</span> </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#8764;</span> </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> <td> <span class="glyph" title="">&#254;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">&#732;</span> </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span class="glyph" title="">&#215;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">&#8864;</span> </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td> <span class="glyph" title="">&#10801;</span> </td> </tr><tr><td> <cod title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span class="glyph" title="">&#10800;</span> </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">&#8749;</span> </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">&#10536;</span> </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">&#8868;</span> </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span class="glyph" title="">&#9014;</span> </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span class="glyph" title="">&#10993;</span> </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span class="glyph" title="">&#120165;</span> </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span class="glyph" title="">&#10970;</span> </td> </tr><tr><td> <code title="">tosa;</code> </td> <td U+02929 </td> <td> <span class="glyph" title="">&#10537;</span> </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span class="glyph" title="">&#8244;</span> </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">&#8482;</span> </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">&#9653;</span> </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">&#9663;</span> </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">&#9667;</span> </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">&#8884;</span> </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">&#8796;</span> </td> </tr><tr><td> <code title="">triangleright;</code> </td> <t> U+025B9 </td> <td> <span class="glyph" title="">&#9657;</span> </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#8885;</span> </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span class="glyph" title="">&#9708;</span> </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">&#8796;</span> </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span class="glyph" title="">&#10810;</span> </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> <td> <span class="glyph" title="">&#10809;</span> </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span class="glyph" title="">&#10701;</span> </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span class="glyph" title="">&#10811;</span> </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 </td <td> <span class="glyph" title="">&#9186;</span> </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span class="glyph" title="">&#120009;</span> </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span class="glyph" title="">&#1094;</span> </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span class="glyph" title="">&#1115;</span> </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span class="glyph" title="">&#359;</span> </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">&#8812;</span> </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">&#8606;</span> </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">&#8608;</span> </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span clas="glyph" title="">&#8657;</span> </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span class="glyph" title="">&#10595;</span> </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span class="glyph" title="">&#250;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#8593;</span> </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span class="glyph" title="">&#1118;</span> </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span class="glyph" title="">&#365;</span> </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span class="glyph" title="">&#251;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span class="glyph" title="">&#191;</span> </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">&#8645;</span> </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span class="glyph" title="">&#369;</span> </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">&#10606;</span> </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> <td> <span class="glyph" title="">&#10622;</span> </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span class="glyph" title="">&#120114;</span> </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span class="glyph" title="">&#249;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#8639;</span> </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <d> <span class="glyph" title="">&#8638;</span> </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span class="glyph" title="">&#9600;</span> </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">&#8988;</span> </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">&#8988;</span> </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span class="glyph" title="">&#8975;</span> </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span class="glyph" title="">&#9720;</span> </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <span class="glyph" title="">&#363;</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#168;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;/code> </td> <td> U+00173 </td> <td> <span class="glyph" title="">&#371;</span> </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span class="glyph" title="">&#120166;</span> </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#8593;</span> </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#8597;</span> </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#8639;</span> </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">&#8638;</span> </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">&#8846;</span> </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">&#965;</span> </td> </tr><tr><td> <code title="">upsih;</code> </td> <t> U+003D2 </td> <td> <span class="glyph" title="">&#978;</span> </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">&#965;</span> </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">&#8648;</span> </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">&#8989;</span> </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">&#8989;</span> </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> <td> <span class="glyph" title="">&#8974;</span> </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span class="glyph" title="">&#367;</span> </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span class="glyph" title="">&#9721;</span> </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span clas="glyph" title="">&#120010;</span> </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span class="glyph" title="">&#8944;</span> </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span class="glyph" title="">&#361;</span> </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">&#9653;</span> </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">&#9652;</span> </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">&#8648;</span> </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span class="glyph" title="">&#252;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span class="glyph" title="">&#10663;</span> </td> </tr><tr><td> <code title="">vArr;</code> </td><td> U+021D5 </td> <td> <span class="glyph" title="">&#8661;</span> </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> <td> <span class="glyph" title="">&#10984;</span> </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span class="glyph" title="">&#10985;</span> </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">&#8872;</span> </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span class="glyph" title="">&#10652;</span> </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#1013;</span> </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">&#1008;</span> </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#8709;</span> </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <t> <span class="glyph" title="">&#981;</span> </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">&#982;</span> </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#8733;</span> </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#8597;</span> </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">&#1009;</span> </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#962;</span> </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#977;</span> </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#8882;</span> </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span clas="glyph" title="">&#8883;</span> </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span class="glyph" title="">&#1074;</span> </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">&#8866;</span> </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">&#8744;</span> </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span class="glyph" title="">&#8891;</span> </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span class="glyph" title="">&#8794;</span> </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span class="glyph" title="">&#8942;</span> </td> </tr><tr><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span class="glyph" title="">&#120115;</span> </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#8882;</span> </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> <td> <span class="glyph" title="">&#120167;</span> </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#8733;</span> </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">&#8883;</span> </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span class="glyph" title="">&#120011;</span> </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span class="glyph" title="">&#10650;</span> </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span class="glyph" title="">&#373;</span> </td> </tr><tr><td> <code title="">wedbar;</code> </t> <td> U+02A5F </td> <td> <span class="glyph" title="">&#10847;</span> </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">&#8743;</span> </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span class="glyph" title="">&#8793;</span> </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">&#8472;</span> </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span class="glyph" title="">&#120116;</span> </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span class="glyph" title="">&#120168;</span> </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">&#8472;</span> </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">&#8768;</span> </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> <td> <span class="lyph" title="">&#8768;</span> </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> <td> <span class="glyph" title="">&#120012;</span> </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#8898;</span> </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">&#9711;</span> </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">&#8899;</span> </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">&#9661;</span> </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span class="glyph" title="">&#120117;</span> </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#10234;</span> </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#10231;</span> </td> <tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span class="glyph" title="">&#958;</span> </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">&#10232;</span> </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#10229;</span> </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">&#10236;</span> </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span class="glyph" title="">&#8955;</span> </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">&#10752;</span> </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> <td> <span class="glyph" title="">&#120169;</span> </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">&#10753;</span> </td> </tr><tr><td> <code title="">xotime;</cde> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">&#10754;</span> </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#10233;</span> </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">&#10230;</span> </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span class="glyph" title="">&#120013;</span> </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">&#10758;</span> </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">&#10756;</span> </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">&#9651;</span> </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#8897;</span> </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <d> <span class="glyph" title="">&#8896;</span> </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span class="glyph" title="">&#253;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span class="glyph" title="">&#1103;</span> </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span class="glyph" title="">&#375;</span> </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span class="glyph" title="">&#1099;</span> </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> <td> <span class="glyph" title="">&#165;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span class="glyph" title="">&#120118;</span> </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span class="glyph" tile="">&#1111;</span> </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span class="glyph" title="">&#120170;</span> </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span class="glyph" title="">&#120014;</span> </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span class="glyph" title="">&#1102;</span> </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span class="glyph" title="">&#255;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span class="glyph" title="">&#378;</span> </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> <td> <span class="glyph" title="">&#382;</span> </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span class="glyph" title="">&#1079;</span> </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td <td> <span class="glyph" title="">&#380;</span> </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">&#8488;</span> </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span class="glyph" title="">&#950;</span> </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span class="glyph" title="">&#120119;</span> </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span class="glyph" title="">&#1078;</span> </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <span class="glyph" title="">&#8669;</span> </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span class="glyph" title="">&#120171;</span> </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span class="glyph" title="">&#120015;</span> </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span class="glyph" title="">&#825;</span> </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span class="glyph" title="">&#8204;</span> </td> </tr></tbody></table><!--
+   <table><thead><tr><th> Name </th> <th> Character </th> <th> Glyph </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> <td> <span class="glyph" title="">&#195;&#134;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> <td> <span class="glyph" title="">&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> <td> <span class="glyph" title="">&#195;&#129;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span class="glyph" title="">&#196;&#130;</span> </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> <td> <span class="glyph" title="">&#195;&#130;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><d> <code title="">Acy;</code> </td> <td> U+00410 </td> <td> <span class="glyph" title="">&#208;&#144;</span> </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#132;</span> </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> <td> <span class="glyph" title="">&#195;&#128;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> <td> <span class="glyph" title="">&#206;&#145;</span> </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> <td> <span class="glyph" title="">&#196;&#128;</span> </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> <td> <span class="glyph" title="">&#226;&#169;&#147;</span> </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> <td> <span class="glyph" title="">&#196;&#132;</span> </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td>U+1D538 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#184;</span> </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">&#226;&#129;&#161;</span> </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title="">&#195;&#133;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</code> </td> <td> U+1D49C </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#156;</span> </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#226;&#137;&#148;</span> </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> <td> <span class="glyph" title="">&#195;&#131;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> <td> <span class="glyph" title="">&#195;&#132;</span </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#226;&#136;&#150;</span> </td> </tr><tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> <td> <span class="glyph" title="">&#226;&#171;&#167;</span> </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">&#226;&#140;&#134;</span> </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> <td> <span class="glyph" title="">&#208;&#145;</span> </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#226;&#136;&#181;</span> </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#226;&#132;&#172;</span> </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> <td> <span class="glyph" title="">&#206;&#146;</span> </td> </tr><tr>td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#133;</span> </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#185;</span> </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">&#203;&#152;</span> </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#226;&#132;&#172;</span> </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#226;&#137;&#142;</span> </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> <td> <span class="glyph" title="">&#208;&#167;</span> </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">&#194;&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacue;</code> </td> <td> U+00106 </td> <td> <span class="glyph" title="">&#196;&#134;</span> </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> <td> <span class="glyph" title="">&#226;&#139;&#146;</span> </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">&#226;&#133;&#133;</span> </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">&#226;&#132;&#173;</span> </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> <td> <span class="glyph" title="">&#196;&#140;</span> </td> </tr><tr><td> <code title="">Ccedil;</code> </td> <td> U+000C7 </td> <td> <span class="glyph" title="">&#195;&#135;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> <td> <span class="glyph" title="">&#196;&#136;</span> </td> </tr><tr><td> <code title="">Cconint;</code> </td> <d> U+02230 </td> <td> <span class="glyph" title="">&#226;&#136;&#176;</span> </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> <td> <span class="glyph" title="">&#196;&#138;</span> </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> <td> <span class="glyph" title="">&#194;&#184;</span> </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#194;&#183;</span> </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> <td> <span class="glyph" title="">&#226;&#132;&#173;</span> </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> <td> <span class="glyph" title="">&#206;&#167;</span> </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">&#226;&#138;&#153;</span> </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">&#226;&#138;&#150;</span> </td> </tr><tr><td> code title="">CirclePlus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">&#226;&#138;&#149;</span> </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">&#226;&#138;&#151;</span> </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">&#226;&#136;&#178;</span> </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#226;&#128;&#157;</span> </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#226;&#128;&#153;</span> </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">&#226;&#136;&#183;</span> </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> <td> <span class="glyph" title="">&#226;&#169;&#180;</span> </td> </tr><tr><td> <code title="">Congruent;</cde> </td> <td> U+02261 </td> <td> <span class="glyph" title="">&#226;&#137;&#161;</span> </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">&#226;&#136;&#175;</span> </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#226;&#136;&#174;</span> </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">&#226;&#132;&#130;</span> </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">&#226;&#136;&#144;</span> </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">&#226;&#136;&#179;</span> </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> <td> <span class="glyph" title="">&#226;&#168;&#175;</span> </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> <td> <span class"glyph" title="">&#240;&#157;&#146;&#158;</span> </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> <td> <span class="glyph" title="">&#226;&#139;&#147;</span> </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">&#226;&#137;&#141;</span> </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> <td> <span class="glyph" title="">&#226;&#133;&#133;</span> </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> <td> <span class="glyph" title="">&#226;&#164;&#145;</span> </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> <td> <span class="glyph" title="">&#208;&#130;</span> </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> <td> <span class="glyph" title="">&#208;&#133;</span> </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> <td> <span class="glyph" title="">&#208;&#143;</span> </td> </tr><tr><td> <code title="">Dagger;</code> </td> <d> U+02021 </td> <td> <span class="glyph" title="">&#226;&#128;&#161;</span> </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> <td> <span class="glyph" title="">&#226;&#134;&#161;</span> </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">&#226;&#171;&#164;</span> </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> <td> <span class="glyph" title="">&#196;&#142;</span> </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> <td> <span class="glyph" title="">&#208;&#148;</span> </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">&#226;&#136;&#135;</span> </td> </tr><tr><td> <code title="">Delta;</code> </td> <td> U+00394 </td> <td> <span class="glyph" title="">&#206;&#148;</span> </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#135;</span> </td> </tr><tr><td> <codetitle="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">&#194;&#180;</span> </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title="">&#203;&#153;</span> </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">&#203;&#157;</span> </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">&#203;&#156;</span> </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">&#226;&#139;&#132;</span> </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">&#226;&#133;&#134;</span> </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> <td> <spa class="glyph" title="">&#240;&#157;&#148;&#187;</span> </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#194;&#168;</span> </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> <td> <span class="glyph composition" title="">&#226;&#151;&#140;&#226;&#131;&#156;</span> </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#226;&#137;&#144;</span> </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> <td> <span class="glyph" title="">&#226;&#136;&#175;</span> </td> </tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#194;&#168;</span> </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#226;&#135;&#147;</span> </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" tite="">&#226;&#135;&#144;</span> </td> </tr><tr><td> <code title="">DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#226;&#135;&#148;</span> </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> <td> <span class="glyph" title="">&#226;&#171;&#164;</span> </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">&#226;&#159;&#184;</span> </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#226;&#159;&#186;</span> </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#226;&#159;&#185;</span> </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#226;&#135;&#146;</span> </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> <td> <span class="glyp" title="">&#226;&#138;&#168;</span> </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">&#226;&#135;&#145;</span> </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">&#226;&#135;&#149;</span> </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#226;&#136;&#165;</span> </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#226;&#134;&#147;</span> </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> <td> <span class="glyph" title="">&#226;&#164;&#147;</span> </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">&#226;&#135;&#181;</span> </td> </tr><tr><td> <code title="">DownBreve;</code> </td> <td> U+00311 </td> <td> <span class="glyph composition" title="">&#26;&#151;&#140;&#204;&#145;</span> </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> <td> <span class="glyph" title="">&#226;&#165;&#144;</span> </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> <td> <span class="glyph" title="">&#226;&#165;&#158;</span> </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#226;&#134;&#189;</span> </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> <td> <span class="glyph" title="">&#226;&#165;&#150;</span> </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> <td> <span class="glyph" title="">&#226;&#165;&#159;</span> </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#226;&#135;&#129;</span> </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> <td> <span class="glyph" tile="">&#226;&#165;&#151;</span> </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">&#226;&#138;&#164;</span> </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">&#226;&#134;&#167;</span> </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#226;&#135;&#147;</span> </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#159;</span> </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> <td> <span class="glyph" title="">&#196;&#144;</span> </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A </td> <td> <span class="glyph" title="">&#197;&#138;</span> </td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> <td> <span class="glyph" title="">&#195;&#144;</span> </td> </tr><!-- (invalid entity with missing semicolon or legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> <td> <span class="glyph" title="">&#195;&#137;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> <td> <span class="glyph" title="">&#196;&#154;</span> </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> <td> <span class="glyph" title="">&#195;&#138;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> <td> <span class="glyph" title="">&#208;&#173;</span> </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> <td> <span class="glyph" title="">&#196;&#150;</span> </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#136;</span> </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> <td> <spanclass="glyph" title="">&#195;&#136;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#226;&#136;&#136;</span> </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> <td> <span class="glyph" title="">&#196;&#146;</span> </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> <td> <span class="glyph" title="">&#226;&#151;&#187;</span> </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> <td> <span class="glyph" title="">&#226;&#150;&#171;</span> </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> <td> <span class="glyph" title="">&#196;&#152;</span> </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#188;</span> </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> <td> <pan class="glyph" title="">&#206;&#149;</span> </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> <td> <span class="glyph" title="">&#226;&#169;&#181;</span> </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">&#226;&#137;&#130;</span> </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">&#226;&#135;&#140;</span> </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">&#226;&#132;&#176;</span> </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> <td> <span class="glyph" title="">&#226;&#169;&#179;</span> </td> </tr><tr><td> <code title="">Eta;</code> </td> <td> U+00397 </td> <td> <span class="glyph" title="">&#206;&#151;</span> </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> <td> <span class="glyph" title="">&#195;&#139;</span> </td> </tr><!-- (invalid entity with missin semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">&#226;&#136;&#131;</span> </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">&#226;&#133;&#135;</span> </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> <td> <span class="glyph" title="">&#208;&#164;</span> </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#137;</span> </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> <td> <span class="glyph" title="">&#226;&#151;&#188;</span> </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#226;&#150;&#170;</span> </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#189;</span> </td> </tr><tr><td><code title="">ForAll;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">&#226;&#136;&#128;</span> </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">&#226;&#132;&#177;</span> </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> <td> <span class="glyph" title="">&#226;&#132;&#177;</span> </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 </td> <td> <span class="glyph" title="">&#208;&#131;</span> </td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> <td> <span class="glyph" title="">&#206;&#147;</span> </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> <td> <span class="glyph" title="">&#207;&#156;</span> </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U0011E </td> <td> <span class="glyph" title="">&#196;&#158;</span> </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> <td> <span class="glyph" title="">&#196;&#162;</span> </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> <td> <span class="glyph" title="">&#196;&#156;</span> </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> <td> <span class="glyph" title="">&#208;&#147;</span> </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> <td> <span class="glyph" title="">&#196;&#160;</span> </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#138;</span> </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">&#226;&#139;&#153;</span> </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#190;</span> </td> </tr><tr><td> <code title="">GreterEqual;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#226;&#137;&#165;</span> </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#226;&#139;&#155;</span> </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">&#226;&#137;&#167;</span> </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> <td> <span class="glyph" title="">&#226;&#170;&#162;</span> </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">&#226;&#137;&#183;</span> </td> </tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#226;&#169;&#190;</span> </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#226;&#137;&#179;</span> </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U1D4A2 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#162;</span> </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">&#226;&#137;&#171;</span> </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> <td> <span class="glyph" title="">&#208;&#170;</span> </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">&#203;&#135;</span> </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> <td> <span class="glyph" title="">^</span> </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> <td> <span class="glyph" title="">&#196;&#164;</span> </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">&#226;&#132;&#140;</span> </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#226;&#132;&#139;</span> </td> </tr><tr><td> <code title="">Hopf;/code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">&#226;&#132;&#141;</span> </td> </tr><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">&#226;&#148;&#128;</span> </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#226;&#132;&#139;</span> </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> <td> <span class="glyph" title="">&#196;&#166;</span> </td> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#226;&#137;&#142;</span> </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#226;&#137;&#143;</span> </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> <td> <span class="glyph" title="">&#208;&#149;</span> </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> <td> <span class="glyph" title="">&#196;&#178</span> </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> <td> <span class="glyph" title="">&#208;&#129;</span> </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> <td> <span class="glyph" title="">&#195;&#141;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> <td> <span class="glyph" title="">&#195;&#142;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icy;</code> </td> <td> U+00418 </td> <td> <span class="glyph" title="">&#208;&#152;</span> </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> <td> <span class="glyph" title="">&#196;&#176;</span> </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#226;&#132;&#145;</span> </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> <td> <span class="glyph" ttle="">&#195;&#140;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#226;&#132;&#145;</span> </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> <td> <span class="glyph" title="">&#196;&#170;</span> </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">&#226;&#133;&#136;</span> </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#226;&#135;&#146;</span> </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> <td> <span class="glyph" title="">&#226;&#136;&#172;</span> </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">&#226;&#136;&#171;</span> </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#226&#139;&#130;</span> </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">&#226;&#129;&#163;</span> </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">&#226;&#129;&#162;</span> </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> <td> <span class="glyph" title="">&#196;&#174;</span> </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#128;</span> </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> <td> <span class="glyph" title="">&#206;&#153;</span> </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">&#226;&#132;&#144;</span> </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> <td> <span class="glyph" title="">&#196;&#168;</span> </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> +00406 </td> <td> <span class="glyph" title="">&#208;&#134;</span> </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> <td> <span class="glyph" title="">&#195;&#143;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> <td> <span class="glyph" title="">&#196;&#180;</span> </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> <td> <span class="glyph" title="">&#208;&#153;</span> </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#141;</span> </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#129;</span> </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#165;</span> </td> </tr><tr><td> <code title="">Jsercy;</code> </td> <td> U+00408 </td> <td> <span lass="glyph" title="">&#208;&#136;</span> </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> <td> <span class="glyph" title="">&#208;&#132;</span> </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> <td> <span class="glyph" title="">&#208;&#165;</span> </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> <td> <span class="glyph" title="">&#208;&#140;</span> </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> <td> <span class="glyph" title="">&#206;&#154;</span> </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> <td> <span class="glyph" title="">&#196;&#182;</span> </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> <td> <span class="glyph" title="">&#208;&#154;</span> </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#142;</span> </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> <td><span class="glyph" title="">&#240;&#157;&#149;&#130;</span> </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#166;</span> </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> <td> <span class="glyph" title="">&#208;&#137;</span> </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title="">&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> <td> <span class="glyph" title="">&#196;&#185;</span> </td> </tr><tr><td> <code title="">Lambda;</code> </td> <td> U+0039B </td> <td> <span class="glyph" title="">&#206;&#155;</span> </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> <td> <span class="glyph" title="">&#226;&#159;&#170;</span> </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#26;&#132;&#146;</span> </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">&#226;&#134;&#158;</span> </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> <td> <span class="glyph" title="">&#196;&#189;</span> </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> <td> <span class="glyph" title="">&#196;&#187;</span> </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> <td> <span class="glyph" title="">&#208;&#155;</span> </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#226;&#140;&#169;</span> </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#226;&#134;&#144;</span> </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">&#226;&#135;&#164;</span> </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</cde> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#226;&#135;&#134;</span> </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">&#226;&#140;&#136;</span> </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">&#226;&#159;&#166;</span> </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> <td> <span class="glyph" title="">&#226;&#165;&#161;</span> </td> </tr><tr><td> <code title="">LeftDownVector;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#226;&#135;&#131;</span> </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> <td> <span class="glyph" title="">&#226;&#165;&#153;</span> </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> <td> <span class="glyph" title="">&#226;&#140;&#138;</span> </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+0214 </td> <td> <span class="glyph" title="">&#226;&#134;&#148;</span> </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> <td> <span class="glyph" title="">&#226;&#165;&#142;</span> </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">&#226;&#138;&#163;</span> </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">&#226;&#134;&#164;</span> </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> <td> <span class="glyph" title="">&#226;&#165;&#154;</span> </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#226;&#138;&#178;</span> </td> </tr><tr><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> <td> <span class="glyph" title="">&#226;&#167;&#143;</span> </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> <td> <span class="glph" title="">&#226;&#138;&#180;</span> </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> <td> <span class="glyph" title="">&#226;&#165;&#145;</span> </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> <td> <span class="glyph" title="">&#226;&#165;&#160;</span> </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#226;&#134;&#191;</span> </td> </tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> <td> <span class="glyph" title="">&#226;&#165;&#152;</span> </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#226;&#134;&#188;</span> </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> <td> <span class="glyph" title="">&#226;&#165;&#146;</span> </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">&#226;&#135;&#14;</span> </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#226;&#135;&#148;</span> </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#226;&#139;&#154;</span> </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">&#226;&#137;&#166;</span> </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">&#226;&#137;&#182;</span> </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> <td> <span class="glyph" title="">&#226;&#170;&#161;</span> </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#226;&#169;&#189;</span> </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#226;&#137;&#178;</span> </td> </tr><tr><td> <codetitle="">Lfr;</code> </td> <td> U+1D50F </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#143;</span> </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> <td> <span class="glyph" title="">&#226;&#139;&#152;</span> </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">&#226;&#135;&#154;</span> </td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> <td> <span class="glyph" title="">&#196;&#191;</span> </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#226;&#159;&#181;</span> </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#226;&#159;&#183;</span> </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">&#226;&#159;&#182;</span> </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </t> <td> <span class="glyph" title="">&#226;&#159;&#184;</span> </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#226;&#159;&#186;</span> </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#226;&#159;&#185;</span> </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#131;</span> </td> </tr><tr><td> <code title="">LowerLeftArrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#226;&#134;&#153;</span> </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">&#226;&#134;&#152;</span> </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#226;&#132;&#146;</span> </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">&#226&#134;&#176;</span> </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> <td> <span class="glyph" title="">&#197;&#129;</span> </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#226;&#137;&#170;</span> </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> <td> <span class="glyph" title="">&#226;&#164;&#133;</span> </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> <td> <span class="glyph" title="">&#208;&#156;</span> </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> <td> <span class="glyph" title="">&#226;&#129;&#159;</span> </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">&#226;&#132;&#179;</span> </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#144;</span> </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+0213 </td> <td> <span class="glyph" title="">&#226;&#136;&#147;</span> </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#132;</span> </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> <td> <span class="glyph" title="">&#226;&#132;&#179;</span> </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> <td> <span class="glyph" title="">&#206;&#156;</span> </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> <td> <span class="glyph" title="">&#208;&#138;</span> </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> <td> <span class="glyph" title="">&#197;&#131;</span> </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> <td> <span class="glyph" title="">&#197;&#135;</span> </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> <td> <span class="glyph" title="">&#197;&#133;</span> </td> </tr><tr><td> <code title="">Ncy;</cde> </td> <td> U+0041D </td> <td> <span class="glyph" title="">&#208;&#157;</span> </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#226;&#128;&#139;</span> </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#226;&#128;&#139;</span> </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#226;&#128;&#139;</span> </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#226;&#128;&#139;</span> </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">&#226;&#137;&#171;</span> </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#226;&#137;&#170;</span> </td> </tr><tr><td> <code title="">NewLine;</code> </td><td> U+0000A </td> <td> <span class="glyph control" title="">&#226;&#144;&#138;</span> </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#145;</span> </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> <td> <span class="glyph" title="">&#226;&#129;&#160;</span> </td> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title="">&#194;&#160;</span> </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">&#226;&#132;&#149;</span> </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> <td> <span class="glyph" title="">&#226;&#171;&#172;</span> </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">&#226;&#137;&#162;</span> </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> <td> <span class="glyph" title="">&#22;&#137;&#173;</span> </td> </tr><tr><td> <code title="">NotDoubleVerticalBar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#226;&#136;&#166;</span> </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#226;&#136;&#137;</span> </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">&#226;&#137;&#160;</span> </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#226;&#136;&#132;</span> </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#226;&#137;&#175;</span> </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">&#226;&#137;&#177;</span> </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">&#226;&#137;&#185;</span> </td> </tr><r><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">&#226;&#137;&#181;</span> </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#226;&#139;&#170;</span> </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#226;&#139;&#172;</span> </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#226;&#137;&#174;</span> </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">&#226;&#137;&#176;</span> </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> <td> <span class="glyph" title="">&#226;&#137;&#184;</span> </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">&#226;&#137;&#180;</span> </td> </tr><tr><td> <code title="">NoPrecedes;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#226;&#138;&#128;</span> </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">&#226;&#139;&#160;</span> </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#226;&#136;&#140;</span> </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#226;&#139;&#171;</span> </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">&#226;&#139;&#173;</span> </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">&#226;&#139;&#162;</span> </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">&#226;&#139;&#163;</span> </td> </tr><tr><td> <code tite="">NotSubsetEqual;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">&#226;&#138;&#136;</span> </td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#226;&#138;&#129;</span> </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">&#226;&#139;&#161;</span> </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#226;&#138;&#137;</span> </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">&#226;&#137;&#129;</span> </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#226;&#137;&#132;</span> </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">&#226;&#137;&#135;</span> </td> </tr><tr><td> <code title="">NotTildeTilde;/code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">&#226;&#137;&#137;</span> </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#226;&#136;&#164;</span> </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#169;</span> </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> <td> <span class="glyph" title="">&#195;&#145;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> <td> <span class="glyph" title="">&#206;&#157;</span> </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> <td> <span class="glyph" title="">&#197;&#146;</span> </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> <td> <span class="glyph" title="">&#195;&#147;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacysupport only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> <td> <span class="glyph" title="">&#195;&#148;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> <td> <span class="glyph" title="">&#208;&#158;</span> </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> <td> <span class="glyph" title="">&#197;&#144;</span> </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#146;</span> </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> <td> <span class="glyph" title="">&#195;&#146;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> <td> <span class="glyph" title="">&#197;&#140;</span> </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> <td> <span class="glph" title="">&#206;&#169;</span> </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> <td> <span class="glyph" title="">&#206;&#159;</span> </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#134;</span> </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">&#226;&#128;&#156;</span> </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">&#226;&#128;&#152;</span> </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> <td> <span class="glyph" title="">&#226;&#169;&#148;</span> </td> </tr><tr><td> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#170;</span> </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> <td> <span class="glyph" title="">&#195;&#152;</span> </td> </tr><!-- (invalid entiy with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> <td> <span class="glyph" title="">&#195;&#149;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> <td> <span class="glyph" title="">&#226;&#168;&#183;</span> </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> <td> <span class="glyph" title="">&#195;&#150;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">&#226;&#128;&#190;</span> </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> <td> <span class="glyph" title="">&#226;&#143;&#158;</span> </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">&#226;&#142;&#180;</span> </td> </tr><tr><td> <code title"">OverParenthesis;</code> </td> <td> U+023DC </td> <td> <span class="glyph" title="">&#226;&#143;&#156;</span> </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">&#226;&#136;&#130;</span> </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> <td> <span class="glyph" title="">&#208;&#159;</span> </td> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#147;</span> </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> <td> <span class="glyph" title="">&#206;&#166;</span> </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> <td> <span class="glyph" title="">&#206;&#160;</span> </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">&#194;&#177;</span> </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> <td> <span class="glyph" title="">&#226;&#13;&#140;</span> </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">&#226;&#132;&#153;</span> </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> <td> <span class="glyph" title="">&#226;&#170;&#187;</span> </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">&#226;&#137;&#186;</span> </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">&#226;&#170;&#175;</span> </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#226;&#137;&#188;</span> </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#226;&#137;&#190;</span> </td> </tr><tr><td> <code title="">Prime;</code> </td> <td> U+02033 </td> <td> <span class="glyph" title="">&#226;&#128;&#179;</span> </td> </tr><tr><td> <code title="">Produc;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">&#226;&#136;&#143;</span> </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> <td> <span class="glyph" title="">&#226;&#136;&#183;</span> </td> </tr><tr><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#226;&#136;&#157;</span> </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#171;</span> </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> <td> <span class="glyph" title="">&#206;&#168;</span> </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#148;</span> </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td U+0211A </td> <td> <span class="glyph" title="">&#226;&#132;&#154;</span> </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#172;</span> </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">&#226;&#164;&#144;</span> </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#194;&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> <td> <span class="glyph" title="">&#197;&#148;</span> </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> <td> <span class="glyph" title="">&#226;&#159;&#171;</span> </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">&#226;&#134;&#160;</span> </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> <td> <pan class="glyph" title="">&#226;&#164;&#150;</span> </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> <td> <span class="glyph" title="">&#197;&#152;</span> </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> <td> <span class="glyph" title="">&#197;&#150;</span> </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> <td> <span class="glyph" title="">&#208;&#160;</span> </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#226;&#132;&#156;</span> </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#226;&#136;&#139;</span> </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#226;&#135;&#139;</span> </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">&#226;&#165;&#175;</span> </td> </tr><tr>td> <code title="">Rfr;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#226;&#132;&#156;</span> </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> <td> <span class="glyph" title="">&#206;&#161;</span> </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#226;&#140;&#170;</span> </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#226;&#134;&#146;</span> </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">&#226;&#135;&#165;</span> </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#226;&#135;&#132;</span> </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">&#226;&#140;&#137;</span> </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </d> <td> U+027E7 </td> <td> <span class="glyph" title="">&#226;&#159;&#167;</span> </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> <td> <span class="glyph" title="">&#226;&#165;&#157;</span> </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#226;&#135;&#130;</span> </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> <td> <span class="glyph" title="">&#226;&#165;&#149;</span> </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">&#226;&#140;&#139;</span> </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">&#226;&#138;&#162;</span> </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">&#226;&#134;&#166;</span> </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> <d> <span class="glyph" title="">&#226;&#165;&#155;</span> </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">&#226;&#138;&#179;</span> </td> </tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> <td> <span class="glyph" title="">&#226;&#167;&#144;</span> </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#226;&#138;&#181;</span> </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> <td> <span class="glyph" title="">&#226;&#165;&#143;</span> </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> <td> <span class="glyph" title="">&#226;&#165;&#156;</span> </td> </tr><tr><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">&#226;&#134;&#190;</span> </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> <td> <span cass="glyph" title="">&#226;&#165;&#148;</span> </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#226;&#135;&#128;</span> </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> <td> <span class="glyph" title="">&#226;&#165;&#147;</span> </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#226;&#135;&#146;</span> </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">&#226;&#132;&#157;</span> </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> <td> <span class="glyph" title="">&#226;&#165;&#176;</span> </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">&#226;&#135;&#155;</span> </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">&#226;&#132;&#155;</span> </td> /tr><tr><td> <code title="">Rsh;</code> </td> <td> U+021B1 </td> <td> <span class="glyph" title="">&#226;&#134;&#177;</span> </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> <td> <span class="glyph" title="">&#226;&#167;&#180;</span> </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> <td> <span class="glyph" title="">&#208;&#169;</span> </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> <td> <span class="glyph" title="">&#208;&#168;</span> </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> <td> <span class="glyph" title="">&#208;&#172;</span> </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> <td> <span class="glyph" title="">&#197;&#154;</span> </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> <td> <span class="glyph" title="">&#226;&#170;&#188;</span> </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> <td> <span class="glyph" title="">&#17;&#160;</span> </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> <td> <span class="glyph" title="">&#197;&#158;</span> </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> <td> <span class="glyph" title="">&#197;&#156;</span> </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> <td> <span class="glyph" title="">&#208;&#161;</span> </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#150;</span> </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#226;&#134;&#147;</span> </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#226;&#134;&#144;</span> </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#226;&#134;&#146;</span> </td> </tr><tr><td> <code title="">ShortUpArrow;</code></td> <td> U+02191 </td> <td> <span class="glyph" title="">&#226;&#134;&#145;</span> </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> <td> <span class="glyph" title="">&#206;&#163;</span> </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">&#226;&#136;&#152;</span> </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#138;</span> </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> <td> <span class="glyph" title="">&#226;&#136;&#154;</span> </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#226;&#150;&#161;</span> </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">&#226;&#138;&#147;</span> </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">#226;&#138;&#143;</span> </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#226;&#138;&#145;</span> </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">&#226;&#138;&#144;</span> </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#226;&#138;&#146;</span> </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">&#226;&#138;&#148;</span> </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#174;</span> </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">&#226;&#139;&#134;</span> </td> </tr><tr><td> <code title="">Sub;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">&#226;&#139;&#144;</span> </td> </tr><tr><d> <code title="">Subset;</code> </td> <td> U+022D0 </td> <td> <span class="glyph" title="">&#226;&#139;&#144;</span> </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">&#226;&#138;&#134;</span> </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">&#226;&#137;&#187;</span> </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#226;&#170;&#176;</span> </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#226;&#137;&#189;</span> </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#226;&#137;&#191;</span> </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#226;&#136;&#139;</span> </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U02211 </td> <td> <span class="glyph" title="">&#226;&#136;&#145;</span> </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">&#226;&#139;&#145;</span> </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#226;&#138;&#131;</span> </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">&#226;&#138;&#135;</span> </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> <td> <span class="glyph" title="">&#226;&#139;&#145;</span> </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> <td> <span class="glyph" title="">&#195;&#158;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">&#226;&#132;&#162;</span> </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </d> <td> <span class="glyph" title="">&#208;&#139;</span> </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> <td> <span class="glyph" title="">&#208;&#166;</span> </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> <td> <span class="glyph control" title="">&#226;&#144;&#137;</span> </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> <td> <span class="glyph" title="">&#206;&#164;</span> </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> <td> <span class="glyph" title="">&#197;&#164;</span> </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> <td> <span class="glyph" title="">&#197;&#162;</span> </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> <td> <span class="glyph" title="">&#208;&#162;</span> </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#151;</span> </td> </tr><tr><td> <code title="">Therefore;</cod> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#226;&#136;&#180;</span> </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> <td> <span class="glyph" title="">&#206;&#152;</span> </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title="">&#226;&#128;&#137;</span> </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#226;&#136;&#188;</span> </td> </tr><tr><td> <code title="">TildeEqual;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">&#226;&#137;&#131;</span> </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">&#226;&#137;&#133;</span> </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#137;&#136;</span> </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> <td> <span class="glyph" title="">&#240;&157;&#149;&#139;</span> </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">&#226;&#151;&#140;&#226;&#131;&#155;</span> </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#175;</span> </td> </tr><tr><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> <td> <span class="glyph" title="">&#197;&#166;</span> </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> <td> <span class="glyph" title="">&#195;&#154;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> <td> <span class="glyph" title="">&#226;&#134;&#159;</span> </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> <td> <span class="glyph" title="">&#226;&#165;&#137;</span> </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> <td> <span class=glyph" title="">&#208;&#142;</span> </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> <td> <span class="glyph" title="">&#197;&#172;</span> </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> U+000DB </td> <td> <span class="glyph" title="">&#195;&#155;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> <td> <span class="glyph" title="">&#208;&#163;</span> </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> <td> <span class="glyph" title="">&#197;&#176;</span> </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#152;</span> </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> <td> <span class="glyph" title="">&#195;&#153;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+016A </td> <td> <span class="glyph" title="">&#197;&#170;</span> </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> <td> <span class="glyph" title="">&#226;&#143;&#159;</span> </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">&#226;&#142;&#181;</span> </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> <td> <span class="glyph" title="">&#226;&#143;&#157;</span> </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">&#226;&#139;&#131;</span> </td> </tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">&#226;&#138;&#142;</span> </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> <td> <span class="glyph" title="">&#197;&#178;</span> </td> </tr><t><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#140;</span> </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#226;&#134;&#145;</span> </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> <td> <span class="glyph" title="">&#226;&#164;&#146;</span> </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">&#226;&#135;&#133;</span> </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#226;&#134;&#149;</span> </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">&#226;&#165;&#174;</span> </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#226;&#138;&#165;</span> </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <d> U+021A5 </td> <td> <span class="glyph" title="">&#226;&#134;&#165;</span> </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">&#226;&#135;&#145;</span> </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">&#226;&#135;&#149;</span> </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#226;&#134;&#150;</span> </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">&#226;&#134;&#151;</span> </td> </tr><tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">&#207;&#146;</span> </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> <td> <span class="glyph" title="">&#206;&#165;</span> </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> <td> <span class="glyph" title="">&#197;&#174;</spa> </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#176;</span> </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> <td> <span class="glyph" title="">&#197;&#168;</span> </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> <td> <span class="glyph" title="">&#195;&#156;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> <td> <span class="glyph" title="">&#226;&#138;&#171;</span> </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> <td> <span class="glyph" title="">&#226;&#171;&#171;</span> </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> <td> <span class="glyph" title="">&#208;&#146;</span> </td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> <td> <span class="glyph" title="">&#226;&#138;&#169;</span> </td> </tr><tr><td> <code itle="">Vdashl;</code> </td> <td> U+02AE6 </td> <td> <span class="glyph" title="">&#226;&#171;&#166;</span> </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#226;&#139;&#129;</span> </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">&#226;&#128;&#150;</span> </td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> <td> <span class="glyph" title="">&#226;&#128;&#150;</span> </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#226;&#136;&#163;</span> </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> <td> <span class="glyph" title="">&#226;&#157;&#152;</span> </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> <td> <span class="glyp" title="">&#226;&#137;&#128;</span> </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title="">&#226;&#128;&#138;</span> </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#153;</span> </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#141;</span> </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#177;</span> </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> <td> <span class="glyph" title="">&#226;&#138;&#170;</span> </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> <td> <span class="glyph" title="">&#197;&#180;</span> </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">&#226;&#139;&#128;</span> </td> </tr><tr><td> <code titl="">Wfr;</code> </td> <td> U+1D51A </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#154;</span> </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#142;</span> </td> </tr><tr><td> <code title="">Wscr;</code> </td> <td> U+1D4B2 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#178;</span> </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#155;</span> </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> <td> <span class="glyph" title="">&#206;&#158;</span> </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#143;</span> </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#179;</span> </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> <td> <span class="glyph title="">&#208;&#175;</span> </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> <td> <span class="glyph" title="">&#208;&#135;</span> </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> <td> <span class="glyph" title="">&#208;&#174;</span> </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> <td> <span class="glyph" title="">&#195;&#157;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> <td> <span class="glyph" title="">&#197;&#182;</span> </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> <td> <span class="glyph" title="">&#208;&#171;</span> </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#156;</span> </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#144;</span> </td> /tr><tr><td> <code title="">Yscr;</code> </td> <td> U+1D4B4 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#180;</span> </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> <td> <span class="glyph" title="">&#197;&#184;</span> </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> <td> <span class="glyph" title="">&#208;&#150;</span> </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> <td> <span class="glyph" title="">&#197;&#185;</span> </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> <td> <span class="glyph" title="">&#197;&#189;</span> </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> <td> <span class="glyph" title="">&#208;&#151;</span> </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> <td> <span class="glyph" title="">&#197;&#187;</span> </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> <td> <span class="glyph" title="">&#226;&#28;&#139;</span> </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> <td> <span class="glyph" title="">&#206;&#150;</span> </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">&#226;&#132;&#168;</span> </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> <td> <span class="glyph" title="">&#226;&#132;&#164;</span> </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#181;</span> </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> <td> <span class="glyph" title="">&#195;&#161;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span class="glyph" title="">&#196;&#131;</span> </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">&#226;&#136;&#190;</span> </td> </tr><t><td> <code title="">acd;</code> </td> <td> U+0223F </td> <td> <span class="glyph" title="">&#226;&#136;&#191;</span> </td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> <td> <span class="glyph" title="">&#195;&#162;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> <td> <span class="glyph" title="">&#194;&#180;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> <td> <span class="glyph" title="">&#208;&#176;</span> </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> <td> <span class="glyph" title="">&#195;&#166;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> <td> <span class="glyph" title="">&#226;&#129;&#161;</span> </td> </tr><tr><td> <code title="">afr;</code> /td> <td> U+1D51E </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#158;</span> </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> <td> <span class="glyph" title="">&#195;&#160;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">&#226;&#132;&#181;</span> </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> <td> <span class="glyph" title="">&#226;&#132;&#181;</span> </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> <td> <span class="glyph" title="">&#206;&#177;</span> </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> <td> <span class="glyph" title="">&#196;&#129;</span> </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> <td> <span class="glyph" title="">&#226;&#168;&#191;</span> </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td><td> <span class="glyph" title="">&amp;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">&#226;&#136;&#167;</span> </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> <td> <span class="glyph" title="">&#226;&#169;&#149;</span> </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> <td> <span class="glyph" title="">&#226;&#169;&#156;</span> </td> </tr><tr><td> <code title="">andslope;</code> </td> <td> U+02A58 </td> <td> <span class="glyph" title="">&#226;&#169;&#152;</span> </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> <td> <span class="glyph" title="">&#226;&#169;&#154;</span> </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">&#226;&#136;&#160;</span> </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> <td> <span class="glyph" tite="">&#226;&#166;&#164;</span> </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> <td> <span class="glyph" title="">&#226;&#136;&#160;</span> </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">&#226;&#136;&#161;</span> </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> <td> <span class="glyph" title="">&#226;&#166;&#168;</span> </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> <td> <span class="glyph" title="">&#226;&#166;&#169;</span> </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> <td> <span class="glyph" title="">&#226;&#166;&#170;</span> </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> <td> <span class="glyph" title="">&#226;&#166;&#171;</span> </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> <td> <span class="glyph" title="">&#226;&#166;&#172;</span> </td> </tr><tr><td> <code title="">anmsdaf;</code> </td> <td> U+029AD </td> <td> <span class="glyph" title="">&#226;&#166;&#173;</span> </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> <td> <span class="glyph" title="">&#226;&#166;&#174;</span> </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> <td> <span class="glyph" title="">&#226;&#166;&#175;</span> </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> <td> <span class="glyph" title="">&#226;&#136;&#159;</span> </td> </tr><tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> <td> <span class="glyph" title="">&#226;&#138;&#190;</span> </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> <td> <span class="glyph" title="">&#226;&#166;&#157;</span> </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> <td> <span class="glyph" title="">&#226;&#136;&#162;</span> </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> <td> <span class="glyph" title=""&#195;&#133;</span> </td> </tr><tr><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> <td> <span class="glyph" title="">&#226;&#141;&#188;</span> </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> <td> <span class="glyph" title="">&#196;&#133;</span> </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#146;</span> </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#137;&#136;</span> </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> <td> <span class="glyph" title="">&#226;&#169;&#176;</span> </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> <td> <span class="glyph" title="">&#226;&#169;&#175;</span> </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">&#226;&#137;&#138;</span> </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </d> <td> <span class="glyph" title="">&#226;&#137;&#139;</span> </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> <td> <span class="glyph" title="">'</span> </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#137;&#136;</span> </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> <td> <span class="glyph" title="">&#226;&#137;&#138;</span> </td> </tr><tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> <td> <span class="glyph" title="">&#195;&#165;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#182;</span> </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#17;&#136;</span> </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> <td> <span class="glyph" title="">&#226;&#137;&#141;</span> </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> <td> <span class="glyph" title="">&#195;&#163;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> <td> <span class="glyph" title="">&#195;&#164;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> <td> <span class="glyph" title="">&#226;&#136;&#179;</span> </td> </tr><tr><td> <code title="">awint;</code> </td> <td> U+02A11 </td> <td> <span class="glyph" title="">&#226;&#168;&#145;</span> </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> <td> <span class="glyph" title="">&#226;&#171;&#173;</span> </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+024C </td> <td> <span class="glyph" title="">&#226;&#137;&#140;</span> </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">&#207;&#182;</span> </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">&#226;&#128;&#181;</span> </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">&#226;&#136;&#189;</span> </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">&#226;&#139;&#141;</span> </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> <td> <span class="glyph" title="">&#226;&#138;&#189;</span> </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">&#226;&#140;&#133;</span> </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> <td> <span class="glyph" title="">&#226;&#140;&#133;</span></td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> <td> <span class="glyph" title="">&#226;&#142;&#181;</span> </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> <td> <span class="glyph" title="">&#226;&#142;&#182;</span> </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> <td> <span class="glyph" title="">&#226;&#137;&#140;</span> </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> <td> <span class="glyph" title="">&#208;&#177;</span> </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">&#226;&#128;&#158;</span> </td> </tr><tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#226;&#136;&#181;</span> </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> <td> <span class="glyph" title="">&#226;&#136;&#181;</span> </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> <td> <span lass="glyph" title="">&#226;&#166;&#176;</span> </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> <td> <span class="glyph" title="">&#207;&#182;</span> </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> <td> <span class="glyph" title="">&#226;&#132;&#172;</span> </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> <td> <span class="glyph" title="">&#206;&#178;</span> </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> <td> <span class="glyph" title="">&#226;&#132;&#182;</span> </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">&#226;&#137;&#172;</span> </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#159;</span> </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#226;&#139;&#130;</span> </td> </tr><tr><td> <code title="">bigcirc</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">&#226;&#151;&#175;</span> </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">&#226;&#139;&#131;</span> </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">&#226;&#168;&#128;</span> </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph" title="">&#226;&#168;&#129;</span> </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">&#226;&#168;&#130;</span> </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">&#226;&#168;&#134;</span> </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">&#226;&#152;&#133;</span> </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> <td> <span class="glyph" ttle="">&#226;&#150;&#189;</span> </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">&#226;&#150;&#179;</span> </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">&#226;&#168;&#132;</span> </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#226;&#139;&#129;</span> </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">&#226;&#139;&#128;</span> </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">&#226;&#164;&#141;</span> </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">&#226;&#167;&#171;</span> </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#226;&#150;&#170;</span> </td> </tr><tr><td> <cde title="">blacktriangle;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">&#226;&#150;&#180;</span> </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> <td> <span class="glyph" title="">&#226;&#150;&#190;</span> </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">&#226;&#151;&#130;</span> </td> </tr><tr><td> <code title="">blacktriangleright;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">&#226;&#150;&#184;</span> </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> <td> <span class="glyph" title="">&#226;&#144;&#163;</span> </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> <td> <span class="glyph" title="">&#226;&#150;&#146;</span> </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> <td> <span class="glyph" title="">&#226;&#150;&#145;</span> </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+2593 </td> <td> <span class="glyph" title="">&#226;&#150;&#147;</span> </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> <td> <span class="glyph" title="">&#226;&#150;&#136;</span> </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> <td> <span class="glyph" title="">&#226;&#140;&#144;</span> </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#147;</span> </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#226;&#138;&#165;</span> </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#226;&#138;&#165;</span> </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> <td> <span class="glyph" title="">&#226;&#139;&#136;</span> </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> <td> <span class="glyph" title="">&#226;&#149;&#151;</span> </td> </t><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> <td> <span class="glyph" title="">&#226;&#149;&#148;</span> </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> <td> <span class="glyph" title="">&#226;&#149;&#150;</span> </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> <td> <span class="glyph" title="">&#226;&#149;&#147;</span> </td> </tr><tr><td> <code title="">boxH;</code> </td> <td> U+02550 </td> <td> <span class="glyph" title="">&#226;&#149;&#144;</span> </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> <td> <span class="glyph" title="">&#226;&#149;&#166;</span> </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> <td> <span class="glyph" title="">&#226;&#149;&#169;</span> </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> <td> <span class="glyph" title="">&#226;&#149;&#164;</span> </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> <td> <span class="glyh" title="">&#226;&#149;&#167;</span> </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> <td> <span class="glyph" title="">&#226;&#149;&#157;</span> </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> <td> <span class="glyph" title="">&#226;&#149;&#154;</span> </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> <td> <span class="glyph" title="">&#226;&#149;&#156;</span> </td> </tr><tr><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> <td> <span class="glyph" title="">&#226;&#149;&#153;</span> </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> <td> <span class="glyph" title="">&#226;&#149;&#145;</span> </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> <td> <span class="glyph" title="">&#226;&#149;&#172;</span> </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> <td> <span class="glyph" title="">&#226;&#149;&#163;</span> </td> </tr><tr><td> <code title="">boxVR;</code </td> <td> U+02560 </td> <td> <span class="glyph" title="">&#226;&#149;&#160;</span> </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> <td> <span class="glyph" title="">&#226;&#149;&#171;</span> </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> <td> <span class="glyph" title="">&#226;&#149;&#162;</span> </td> </tr><tr><td> <code title="">boxVr;</code> </td> <td> U+0255F </td> <td> <span class="glyph" title="">&#226;&#149;&#159;</span> </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> <td> <span class="glyph" title="">&#226;&#167;&#137;</span> </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> <td> <span class="glyph" title="">&#226;&#149;&#149;</span> </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> <td> <span class="glyph" title="">&#226;&#149;&#146;</span> </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> <td> <span class="glyph" title="">&#226;&#148;&#144;</spa> </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> <td> <span class="glyph" title="">&#226;&#148;&#140;</span> </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> <td> <span class="glyph" title="">&#226;&#148;&#128;</span> </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> <td> <span class="glyph" title="">&#226;&#149;&#165;</span> </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> <td> <span class="glyph" title="">&#226;&#149;&#168;</span> </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> <td> <span class="glyph" title="">&#226;&#148;&#172;</span> </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> <td> <span class="glyph" title="">&#226;&#148;&#180;</span> </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">&#226;&#138;&#159;</span> </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> <td><span class="glyph" title="">&#226;&#138;&#158;</span> </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">&#226;&#138;&#160;</span> </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> <td> <span class="glyph" title="">&#226;&#149;&#155;</span> </td> </tr><tr><td> <code title="">boxuR;</code> </td> <td> U+02558 </td> <td> <span class="glyph" title="">&#226;&#149;&#152;</span> </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> <td> <span class="glyph" title="">&#226;&#148;&#152;</span> </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> <td> <span class="glyph" title="">&#226;&#148;&#148;</span> </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> <td> <span class="glyph" title="">&#226;&#148;&#130;</span> </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> <td> <span class="glyph" title="">&#226;&#149;&#170;</span> </td> </tr><tr><td> <code ttle="">boxvL;</code> </td> <td> U+02561 </td> <td> <span class="glyph" title="">&#226;&#149;&#161;</span> </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> <td> <span class="glyph" title="">&#226;&#149;&#158;</span> </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> <td> <span class="glyph" title="">&#226;&#148;&#188;</span> </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> <td> <span class="glyph" title="">&#226;&#148;&#164;</span> </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> <td> <span class="glyph" title="">&#226;&#148;&#156;</span> </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> <td> <span class="glyph" title="">&#226;&#128;&#181;</span> </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> <td> <span class="glyph" title="">&#203;&#152;</span> </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> <td> <span class="glyph" title="">&#194;&#66;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bscr;</code> </td> <td> U+1D4B7 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#183;</span> </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> <td> <span class="glyph" title="">&#226;&#129;&#143;</span> </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> <td> <span class="glyph" title="">&#226;&#136;&#189;</span> </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> <td> <span class="glyph" title="">&#226;&#139;&#141;</span> </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> <td> <span class="glyph" title="">\</span> </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> <td> <span class="glyph" title="">&#226;&#167;&#133;</span> </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> <td> <span class="glyph" title="">&#226;&#159;&#136;</span> </td> </tr><r><td> <code title="">bull;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">&#226;&#128;&#162;</span> </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> <td> <span class="glyph" title="">&#226;&#128;&#162;</span> </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> <td> <span class="glyph" title="">&#226;&#137;&#142;</span> </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> <td> <span class="glyph" title="">&#226;&#170;&#174;</span> </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#226;&#137;&#143;</span> </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> <td> <span class="glyph" title="">&#226;&#137;&#143;</span> </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> <td> <span class="glyph" title="">&#196;&#135;</span> </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> <td> <span class="glyph" title"">&#226;&#136;&#169;</span> </td> </tr><tr><td> <code title="">capand;</code> </td> <td> U+02A44 </td> <td> <span class="glyph" title="">&#226;&#169;&#132;</span> </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> <td> <span class="glyph" title="">&#226;&#169;&#137;</span> </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> <td> <span class="glyph" title="">&#226;&#169;&#139;</span> </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> <td> <span class="glyph" title="">&#226;&#169;&#135;</span> </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> <td> <span class="glyph" title="">&#226;&#169;&#128;</span> </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> <td> <span class="glyph" title="">&#226;&#129;&#129;</span> </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> <td> <span class="glyph" title="">&#203;&#135;</span> </td> </tr><tr><td> <code title="">ccaps;</code> </td><td> U+02A4D </td> <td> <span class="glyph" title="">&#226;&#169;&#141;</span> </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> <td> <span class="glyph" title="">&#196;&#141;</span> </td> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> <td> <span class="glyph" title="">&#195;&#167;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> <td> <span class="glyph" title="">&#196;&#137;</span> </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> <td> <span class="glyph" title="">&#226;&#169;&#140;</span> </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> <td> <span class="glyph" title="">&#226;&#169;&#144;</span> </td> </tr><tr><td> <code title="">cdot;</code> </td> <td> U+0010B </td> <td> <span class="glyph" title="">&#196;&#139;</span> </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> <td> <span clas="glyph" title="">&#194;&#184;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> <td> <span class="glyph" title="">&#226;&#166;&#178;</span> </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> <td> <span class="glyph" title="">&#194;&#162;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#194;&#183;</span> </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#160;</span> </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> <td> <span class="glyph" title="">&#209;&#135;</span> </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">&#226;&#156;&#147;</span> </td> </tr><tr><td> <code title="">checkmark;/code> </td> <td> U+02713 </td> <td> <span class="glyph" title="">&#226;&#156;&#147;</span> </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> <td> <span class="glyph" title="">&#207;&#135;</span> </td> </tr><tr><td> <code title="">cir;</code> </td> <td> U+025CB </td> <td> <span class="glyph" title="">&#226;&#151;&#139;</span> </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> <td> <span class="glyph" title="">&#226;&#167;&#131;</span> </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> <td> <span class="glyph" title="">&#203;&#134;</span> </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">&#226;&#137;&#151;</span> </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">&#226;&#134;&#186;</span> </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">&#226;&#134;&#87;</span> </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#194;&#174;</span> </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">&#226;&#147;&#136;</span> </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">&#226;&#138;&#155;</span> </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">&#226;&#138;&#154;</span> </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">&#226;&#138;&#157;</span> </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> <td> <span class="glyph" title="">&#226;&#137;&#151;</span> </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> <td> <span class="glyph" title="">&#226;&#168;&#144;</span> </td> </tr><tr><td> <code title="">cirmid;</code> </td <td> U+02AEF </td> <td> <span class="glyph" title="">&#226;&#171;&#175;</span> </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> <td> <span class="glyph" title="">&#226;&#167;&#130;</span> </td> </tr><tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">&#226;&#153;&#163;</span> </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> <td> <span class="glyph" title="">&#226;&#153;&#163;</span> </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> <td> <span class="glyph" title="">:</span> </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#226;&#137;&#148;</span> </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> <td> <span class="glyph" title="">&#226;&#137;&#148;</span> </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> <td> <span class="glyph" title="">,</span> </td> </tr><tr><td> <code titl="">commat;</code> </td> <td> U+00040 </td> <td> <span class="glyph" title="">@</span> </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">&#226;&#136;&#129;</span> </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> <td> <span class="glyph" title="">&#226;&#136;&#152;</span> </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> <td> <span class="glyph" title="">&#226;&#136;&#129;</span> </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> <td> <span class="glyph" title="">&#226;&#132;&#130;</span> </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> <td> <span class="glyph" title="">&#226;&#137;&#133;</span> </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> <td> <span class="glyph" title="">&#226;&#169;&#173;</span> </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#226;&#136;#174;</span> </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D554 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#148;</span> </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> <td> <span class="glyph" title="">&#226;&#136;&#144;</span> </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> <td> <span class="glyph" title="">&#194;&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> <td> <span class="glyph" title="">&#226;&#132;&#151;</span> </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> <td> <span class="glyph" title="">&#226;&#134;&#181;</span> </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> <td> <span class="glyph" title="">&#226;&#156;&#151;</span> </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#184;</pan> </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> <td> <span class="glyph" title="">&#226;&#171;&#143;</span> </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> <td> <span class="glyph" title="">&#226;&#171;&#145;</span> </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> <td> <span class="glyph" title="">&#226;&#171;&#144;</span> </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> <td> <span class="glyph" title="">&#226;&#171;&#146;</span> </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> <td> <span class="glyph" title="">&#226;&#139;&#175;</span> </td> </tr><tr><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> <td> <span class="glyph" title="">&#226;&#164;&#184;</span> </td> </tr><tr><td> <code title="">cudarrr;</code> </td> <td> U+02935 </td> <td> <span class="glyph" title="">&#226;&#164;&#181;</span> </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> <td <span class="glyph" title="">&#226;&#139;&#158;</span> </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">&#226;&#139;&#159;</span> </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">&#226;&#134;&#182;</span> </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> <td> <span class="glyph" title="">&#226;&#164;&#189;</span> </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> <td> <span class="glyph" title="">&#226;&#136;&#170;</span> </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> <td> <span class="glyph" title="">&#226;&#169;&#136;</span> </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> <td> <span class="glyph" title="">&#226;&#169;&#134;</span> </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> <td> <span class="glyph" title="">&#226;&#169;&#138;</span> </td> </tr><tr><td> <cde title="">cupdot;</code> </td> <td> U+0228D </td> <td> <span class="glyph" title="">&#226;&#138;&#141;</span> </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> <td> <span class="glyph" title="">&#226;&#169;&#133;</span> </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">&#226;&#134;&#183;</span> </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> <td> <span class="glyph" title="">&#226;&#164;&#188;</span> </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> <td> <span class="glyph" title="">&#226;&#139;&#158;</span> </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> <td> <span class="glyph" title="">&#226;&#139;&#159;</span> </td> </tr><tr><td> <code title="">curlyvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">&#226;&#139;&#142;</span> </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> <td> <spa class="glyph" title="">&#226;&#139;&#143;</span> </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> <td> <span class="glyph" title="">&#194;&#164;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> <td> <span class="glyph" title="">&#226;&#134;&#182;</span> </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> <td> <span class="glyph" title="">&#226;&#134;&#183;</span> </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> <td> <span class="glyph" title="">&#226;&#139;&#142;</span> </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> <td> <span class="glyph" title="">&#226;&#139;&#143;</span> </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> <td> <span class="glyph" title="">&#226;&#136;&#178;</span> </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> <td> span class="glyph" title="">&#226;&#136;&#177;</span> </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> <td> <span class="glyph" title="">&#226;&#140;&#173;</span> </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> <td> <span class="glyph" title="">&#226;&#135;&#147;</span> </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> <td> <span class="glyph" title="">&#226;&#165;&#165;</span> </td> </tr><tr><td> <code title="">dagger;</code> </td> <td> U+02020 </td> <td> <span class="glyph" title="">&#226;&#128;&#160;</span> </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> <td> <span class="glyph" title="">&#226;&#132;&#184;</span> </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#226;&#134;&#147;</span> </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">&#226;&#128;&#144;</span> </td> </tr><tr><td> <code title"">dashv;</code> </td> <td> U+022A3 </td> <td> <span class="glyph" title="">&#226;&#138;&#163;</span> </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">&#226;&#164;&#143;</span> </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> <td> <span class="glyph" title="">&#203;&#157;</span> </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> <td> <span class="glyph" title="">&#196;&#143;</span> </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> <td> <span class="glyph" title="">&#208;&#180;</span> </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> <td> <span class="glyph" title="">&#226;&#133;&#134;</span> </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> <td> <span class="glyph" title="">&#226;&#128;&#161;</span> </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">&#226;&#135;&#138;</span> /td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">&#226;&#169;&#183;</span> </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> <td> <span class="glyph" title="">&#194;&#176;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> <td> <span class="glyph" title="">&#206;&#180;</span> </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> <td> <span class="glyph" title="">&#226;&#166;&#177;</span> </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> <td> <span class="glyph" title="">&#226;&#165;&#191;</span> </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#161;</span> </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#226;&#135;&#131;</span> </td> </tr><tr><td <code title="">dharr;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#226;&#135;&#130;</span> </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">&#226;&#139;&#132;</span> </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> <td> <span class="glyph" title="">&#226;&#139;&#132;</span> </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">&#226;&#153;&#166;</span> </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> <td> <span class="glyph" title="">&#226;&#153;&#166;</span> </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#194;&#168;</span> </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">&#207;&#157;</span> </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> <td> <span class="glyph" title="">#226;&#139;&#178;</span> </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">&#195;&#183;</span> </td> </tr><tr><td> <code title="">divide;</code> </td> <td> U+000F7 </td> <td> <span class="glyph" title="">&#195;&#183;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">&#226;&#139;&#135;</span> </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> <td> <span class="glyph" title="">&#226;&#139;&#135;</span> </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> <td> <span class="glyph" title="">&#209;&#146;</span> </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">&#226;&#140;&#158;</span> </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> <td> <span class="glyph" title="">&#226;&#140;&#141;</spn> </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> <td> <span class="glyph" title="">$</span> </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#149;</span> </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> <td> <span class="glyph" title="">&#203;&#153;</span> </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#226;&#137;&#144;</span> </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">&#226;&#137;&#145;</span> </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">&#226;&#136;&#184;</span> </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">&#226;&#136;&#148;</span> </td> </tr><tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> <td> <span clas="glyph" title="">&#226;&#138;&#161;</span> </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> <td> <span class="glyph" title="">&#226;&#140;&#134;</span> </td> </tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> <td> <span class="glyph" title="">&#226;&#134;&#147;</span> </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> <td> <span class="glyph" title="">&#226;&#135;&#138;</span> </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> <td> <span class="glyph" title="">&#226;&#135;&#131;</span> </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> <td> <span class="glyph" title="">&#226;&#135;&#130;</span> </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> <td> <span class="glyph" title="">&#226;&#164;&#144;</span> </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">&#226;&#140;&#159;/span> </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> <td> <span class="glyph" title="">&#226;&#140;&#140;</span> </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#185;</span> </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> <td> <span class="glyph" title="">&#209;&#149;</span> </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> <td> <span class="glyph" title="">&#226;&#167;&#182;</span> </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> <td> <span class="glyph" title="">&#196;&#145;</span> </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> <td> <span class="glyph" title="">&#226;&#139;&#177;</span> </td> </tr><tr><td> <code title="">dtri;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">&#226;&#150;&#191;</span> </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> <td> <span lass="glyph" title="">&#226;&#150;&#190;</span> </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> <td> <span class="glyph" title="">&#226;&#135;&#181;</span> </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> <td> <span class="glyph" title="">&#226;&#165;&#175;</span> </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> <td> <span class="glyph" title="">&#226;&#166;&#166;</span> </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> <td> <span class="glyph" title="">&#209;&#159;</span> </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> <td> <span class="glyph" title="">&#226;&#159;&#191;</span> </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> <td> <span class="glyph" title="">&#226;&#169;&#183;</span> </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> <td> <span class="glyph" title="">&#226;&#137;&#145;</span> </td> </tr><tr><td> <code title="">eacue;</code> </td> <td> U+000E9 </td> <td> <span class="glyph" title="">&#195;&#169;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> <td> <span class="glyph" title="">&#226;&#169;&#174;</span> </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> <td> <span class="glyph" title="">&#196;&#155;</span> </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> <td> <span class="glyph" title="">&#226;&#137;&#150;</span> </td> </tr><tr><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> <td> <span class="glyph" title="">&#195;&#170;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">&#226;&#137;&#149;</span> </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td> <td> <span class="glyph" title="">&#209;&#141;</span> </t> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> <td> <span class="glyph" title="">&#196;&#151;</span> </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> <td> <span class="glyph" title="">&#226;&#133;&#135;</span> </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">&#226;&#137;&#146;</span> </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#162;</span> </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> <td> <span class="glyph" title="">&#226;&#170;&#154;</span> </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> <td> <span class="glyph" title="">&#195;&#168;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">&#226;&#170;&#150;</span> </td> </tr><tr><td> <code title=">egsdot;</code> </td> <td> U+02A98 </td> <td> <span class="glyph" title="">&#226;&#170;&#152;</span> </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> <td> <span class="glyph" title="">&#226;&#170;&#153;</span> </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> <td> <span class="glyph" title="">&#226;&#143;&#167;</span> </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> <td> <span class="glyph" title="">&#226;&#132;&#147;</span> </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">&#226;&#170;&#149;</span> </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> <td> <span class="glyph" title="">&#226;&#170;&#151;</span> </td> </tr><tr><td> <code title="">emacr;</code> </td> <td> U+00113 </td> <td> <span class="glyph" title="">&#196;&#147;</span> </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#226;&#136;&#133</span> </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#226;&#136;&#133;</span> </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#226;&#136;&#133;</span> </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> <td> <span class="glyph" title="">&#226;&#128;&#132;</span> </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> <td> <span class="glyph" title="">&#226;&#128;&#133;</span> </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> <td> <span class="glyph" title="">&#226;&#128;&#131;</span> </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> <td> <span class="glyph" title="">&#197;&#139;</span> </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> <td> <span class="glyph" title="">&#226;&#128;&#130;</span> </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+00119 </td> <td> <pan class="glyph" title="">&#196;&#153;</span> </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#150;</span> </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> <td> <span class="glyph" title="">&#226;&#139;&#149;</span> </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> <td> <span class="glyph" title="">&#226;&#167;&#163;</span> </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> <td> <span class="glyph" title="">&#226;&#169;&#177;</span> </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">&#206;&#181;</span> </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> <td> <span class="glyph" title="">&#206;&#181;</span> </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#207;&#181;</span> </td> </tr><tr><td> <code title="">eqcirc;</code></td> <td> U+02256 </td> <td> <span class="glyph" title="">&#226;&#137;&#150;</span> </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> <td> <span class="glyph" title="">&#226;&#137;&#149;</span> </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">&#226;&#137;&#130;</span> </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> <td> <span class="glyph" title="">&#226;&#170;&#150;</span> </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> <td> <span class="glyph" title="">&#226;&#170;&#149;</span> </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> <td> <span class="glyph" title="">=</span> </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">&#226;&#137;&#159;</span> </td> </tr><tr><td> <code title="">equiv;</code> </td> <td> U+02261 </td> <td> <span class="glyph" title="">&#226;&#137;&#161;</span> <td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> <td> <span class="glyph" title="">&#226;&#169;&#184;</span> </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> <td> <span class="glyph" title="">&#226;&#167;&#165;</span> </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">&#226;&#137;&#147;</span> </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> <td> <span class="glyph" title="">&#226;&#165;&#177;</span> </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> <td> <span class="glyph" title="">&#226;&#132;&#175;</span> </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> <td> <span class="glyph" title="">&#226;&#137;&#144;</span> </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> <td> <span class="glyph" title="">&#226;&#137;&#130;</span> </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> <td> <span lass="glyph" title="">&#206;&#183;</span> </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> <td> <span class="glyph" title="">&#195;&#176;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> <td> <span class="glyph" title="">&#195;&#171;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euro;</code> </td> <td> U+020AC </td> <td> <span class="glyph" title="">&#226;&#130;&#172;</span> </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> <td> <span class="glyph" title="">!</span> </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> <td> <span class="glyph" title="">&#226;&#136;&#131;</span> </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> <td> <span class="glyph" title="">&#226;&#132;&#176;</span> </td> </tr><tr><td> <code title="">exponentiale;</code> </td <td> U+02147 </td> <td> <span class="glyph" title="">&#226;&#133;&#135;</span> </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> <td> <span class="glyph" title="">&#226;&#137;&#146;</span> </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> <td> <span class="glyph" title="">&#209;&#132;</span> </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> <td> <span class="glyph" title="">&#226;&#153;&#128;</span> </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> <td> <span class="glyph" title="">&#239;&#172;&#131;</span> </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> <td> <span class="glyph" title="">&#239;&#172;&#128;</span> </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> <td> <span class="glyph" title="">&#239;&#172;&#132;</span> </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#163;</spa> </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> <td> <span class="glyph" title="">&#239;&#172;&#129;</span> </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> <td> <span class="glyph" title="">&#226;&#153;&#173;</span> </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> <td> <span class="glyph" title="">&#239;&#172;&#130;</span> </td> </tr><tr><td> <code title="">fltns;</code> </td> <td> U+025B1 </td> <td> <span class="glyph" title="">&#226;&#150;&#177;</span> </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> <td> <span class="glyph" title="">&#198;&#146;</span> </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#151;</span> </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> <td> <span class="glyph" title="">&#226;&#136;&#128;</span> </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> <td> <span lass="glyph" title="">&#226;&#139;&#148;</span> </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> <td> <span class="glyph" title="">&#226;&#171;&#153;</span> </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> <td> <span class="glyph" title="">&#226;&#168;&#141;</span> </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">&#194;&#189;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> <td> <span class="glyph" title="">&#226;&#133;&#147;</span> </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> <td> <span class="glyph" title="">&#194;&#188;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</code> </td> <td> U+02155 </td> <td> <span class="glyph" title="">&#226;&#133;&#149;</span> </td> </tr><tr><td> <code title"">frac16;</code> </td> <td> U+02159 </td> <td> <span class="glyph" title="">&#226;&#133;&#153;</span> </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> <td> <span class="glyph" title="">&#226;&#133;&#155;</span> </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> <td> <span class="glyph" title="">&#226;&#133;&#148;</span> </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> <td> <span class="glyph" title="">&#226;&#133;&#150;</span> </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> <td> <span class="glyph" title="">&#194;&#190;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> <td> <span class="glyph" title="">&#226;&#133;&#151;</span> </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> <td> <span class="glyph" title="">&#226;&#133;&#156;</span> </td> </tr><tr><td> <code title="">frac45;<code> </td> <td> U+02158 </td> <td> <span class="glyph" title="">&#226;&#133;&#152;</span> </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> <td> <span class="glyph" title="">&#226;&#133;&#154;</span> </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> <td> <span class="glyph" title="">&#226;&#133;&#157;</span> </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> <td> <span class="glyph" title="">&#226;&#133;&#158;</span> </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> <td> <span class="glyph" title="">&#226;&#129;&#132;</span> </td> </tr><tr><td> <code title="">frown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">&#226;&#140;&#162;</span> </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#187;</span> </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">&#226;&#137;&#67;</span> </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">&#226;&#170;&#140;</span> </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> <td> <span class="glyph" title="">&#199;&#181;</span> </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> <td> <span class="glyph" title="">&#206;&#179;</span> </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> <td> <span class="glyph" title="">&#207;&#157;</span> </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">&#226;&#170;&#134;</span> </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> <td> <span class="glyph" title="">&#196;&#159;</span> </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> <td> <span class="glyph" title="">&#196;&#157;</span> </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> <td> <span class="glyph" title=">&#208;&#179;</span> </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 </td> <td> <span class="glyph" title="">&#196;&#161;</span> </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#226;&#137;&#165;</span> </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#226;&#139;&#155;</span> </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> <td> <span class="glyph" title="">&#226;&#137;&#165;</span> </td> </tr><tr><td> <code title="">geqq;</code> </td> <td> U+02267 </td> <td> <span class="glyph" title="">&#226;&#137;&#167;</span> </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#226;&#169;&#190;</span> </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> <td> <span class="glyph" title="">&#226;&#169;&#190;</span> </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> <td <span class="glyph" title="">&#226;&#170;&#169;</span> </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> <td> <span class="glyph" title="">&#226;&#170;&#128;</span> </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> <td> <span class="glyph" title="">&#226;&#170;&#130;</span> </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> <td> <span class="glyph" title="">&#226;&#170;&#132;</span> </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> <td> <span class="glyph" title="">&#226;&#170;&#148;</span> </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#164;</span> </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> <td> <span class="glyph" title="">&#226;&#137;&#171;</span> </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> <td> <span class="glyph" title="">&#226;&#139;&#153;</span> </td> </tr><tr><td> <cde title="">gimel;</code> </td> <td> U+02137 </td> <td> <span class="glyph" title="">&#226;&#132;&#183;</span> </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> <td> <span class="glyph" title="">&#209;&#147;</span> </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> <td> <span class="glyph" title="">&#226;&#137;&#183;</span> </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> <td> <span class="glyph" title="">&#226;&#170;&#146;</span> </td> </tr><tr><td> <code title="">gla;</code> </td> <td> U+02AA5 </td> <td> <span class="glyph" title="">&#226;&#170;&#165;</span> </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> <td> <span class="glyph" title="">&#226;&#170;&#164;</span> </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">&#226;&#137;&#169;</span> </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">&#226;&#170;&#138;/span> </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> <td> <span class="glyph" title="">&#226;&#170;&#138;</span> </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">&#226;&#170;&#136;</span> </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> <td> <span class="glyph" title="">&#226;&#170;&#136;</span> </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> <td> <span class="glyph" title="">&#226;&#137;&#169;</span> </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> <td> <span class="glyph" title="">&#226;&#139;&#167;</span> </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#152;</span> </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> <td> <span class="glyph" title="">`</span> </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> <td> <span class"glyph" title="">&#226;&#132;&#138;</span> </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#226;&#137;&#179;</span> </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> <td> <span class="glyph" title="">&#226;&#170;&#142;</span> </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> <td> <span class="glyph" title="">&#226;&#170;&#144;</span> </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+0003E </td> <td> <span class="glyph" title="">&gt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> <td> <span class="glyph" title="">&#226;&#170;&#167;</span> </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> <td> <span class="glyph" title="">&#226;&#169;&#186;</span> </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">&#226;&#139;&#51;</span> </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> <td> <span class="glyph" title="">&#226;&#166;&#149;</span> </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> <td> <span class="glyph" title="">&#226;&#169;&#188;</span> </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> <td> <span class="glyph" title="">&#226;&#170;&#134;</span> </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> <td> <span class="glyph" title="">&#226;&#165;&#184;</span> </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> <td> <span class="glyph" title="">&#226;&#139;&#151;</span> </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> <td> <span class="glyph" title="">&#226;&#139;&#155;</span> </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> <td> <span class="glyph" title="">&#226;&#170;&#140;</span> </td> </tr><tr><td> <code title="">gtrless;</code> </td <td> U+02277 </td> <td> <span class="glyph" title="">&#226;&#137;&#183;</span> </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> <td> <span class="glyph" title="">&#226;&#137;&#179;</span> </td> </tr><tr><td> <code title="">hArr;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#226;&#135;&#148;</span> </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> <td> <span class="glyph" title="">&#226;&#128;&#138;</span> </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> <td> <span class="glyph" title="">&#194;&#189;</span> </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> <td> <span class="glyph" title="">&#226;&#132;&#139;</span> </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> <td> <span class="glyph" title="">&#209;&#138;</span> </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">&#226;&#134;&#148;</span> </td> </tr><tr>td> <code title="">harrcir;</code> </td> <td> U+02948 </td> <td> <span class="glyph" title="">&#226;&#165;&#136;</span> </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">&#226;&#134;&#173;</span> </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#226;&#132;&#143;</span> </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> <td> <span class="glyph" title="">&#196;&#165;</span> </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">&#226;&#153;&#165;</span> </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> <td> <span class="glyph" title="">&#226;&#153;&#165;</span> </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">&#226;&#128;&#166;</span> </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> <td> <span class="glyph"title="">&#226;&#138;&#185;</span> </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#165;</span> </td> </tr><tr><td> <code title="">hksearow;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&#226;&#164;&#165;</span> </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">&#226;&#164;&#166;</span> </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> <td> <span class="glyph" title="">&#226;&#135;&#191;</span> </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> <td> <span class="glyph" title="">&#226;&#136;&#187;</span> </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">&#226;&#134;&#169;</span> </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">&#226;&#134;&#170;</span> </td> </tr><tr><td> <ode title="">hopf;</code> </td> <td> U+1D559 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#153;</span> </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> <td> <span class="glyph" title="">&#226;&#128;&#149;</span> </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#189;</span> </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#226;&#132;&#143;</span> </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> <td> <span class="glyph" title="">&#196;&#167;</span> </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> <td> <span class="glyph" title="">&#226;&#129;&#131;</span> </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> <td> <span class="glyph" title="">&#226;&#128;&#144;</span> </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> <td> <span class="glyp" title="">&#195;&#173;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> <td> <span class="glyph" title="">&#226;&#129;&#163;</span> </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> <td> <span class="glyph" title="">&#195;&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> <td> <span class="glyph" title="">&#208;&#184;</span> </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> <td> <span class="glyph" title="">&#208;&#181;</span> </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> <td> <span class="glyph" title="">&#194;&#161;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> <td> <span class="glyph" title="">&#226;&#135;&#148;</span> </t> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#166;</span> </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> <td> <span class="glyph" title="">&#195;&#172;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> <td> <span class="glyph" title="">&#226;&#133;&#136;</span> </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" title="">&#226;&#168;&#140;</span> </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">&#226;&#136;&#173;</span> </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> <td> <span class="glyph" title="">&#226;&#167;&#156;</span> </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> <td> <span class="glyph" title="">&#226;&#132;&#169;</span> </td> </tr><tr><td <code title="">ijlig;</code> </td> <td> U+00133 </td> <td> <span class="glyph" title="">&#196;&#179;</span> </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> <td> <span class="glyph" title="">&#196;&#171;</span> </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#226;&#132;&#145;</span> </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> <td> <span class="glyph" title="">&#226;&#132;&#144;</span> </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> <td> <span class="glyph" title="">&#226;&#132;&#145;</span> </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">&#196;&#177;</span> </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> <td> <span class="glyph" title="">&#226;&#138;&#183;</span> </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> <td> <span class="glyph" title="">&#198;&#81;</span> </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#226;&#136;&#136;</span> </td> </tr><tr><td> <code title="">incare;</code> </td> <td> U+02105 </td> <td> <span class="glyph" title="">&#226;&#132;&#133;</span> </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> <td> <span class="glyph" title="">&#226;&#136;&#158;</span> </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> <td> <span class="glyph" title="">&#226;&#167;&#157;</span> </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> <td> <span class="glyph" title="">&#196;&#177;</span> </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> <td> <span class="glyph" title="">&#226;&#136;&#171;</span> </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">&#226;&#138;&#186;</span> </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> <d> <span class="glyph" title="">&#226;&#132;&#164;</span> </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> <td> <span class="glyph" title="">&#226;&#138;&#186;</span> </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> <td> <span class="glyph" title="">&#226;&#168;&#151;</span> </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">&#226;&#168;&#188;</span> </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> <td> <span class="glyph" title="">&#209;&#145;</span> </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> <td> <span class="glyph" title="">&#196;&#175;</span> </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#154;</span> </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> <td> <span class="glyph" title="">&#206;&#185;</span> </td> </tr><tr><td> <code title=">iprod;</code> </td> <td> U+02A3C </td> <td> <span class="glyph" title="">&#226;&#168;&#188;</span> </td> </tr><tr><td> <code title="">iquest;</code> </td> <td> U+000BF </td> <td> <span class="glyph" title="">&#194;&#191;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#190;</span> </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#226;&#136;&#136;</span> </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> <td> <span class="glyph" title="">&#226;&#139;&#185;</span> </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> <td> <span class="glyph" title="">&#226;&#139;&#181;</span> </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> <td> <span class="glyph" title="">&#226;&#139;&#180;</span> </td> </tr><tr><td> <code title="">isinsv;</cde> </td> <td> U+022F3 </td> <td> <span class="glyph" title="">&#226;&#139;&#179;</span> </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> <td> <span class="glyph" title="">&#226;&#136;&#136;</span> </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> <td> <span class="glyph" title="">&#226;&#129;&#162;</span> </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> <td> <span class="glyph" title="">&#196;&#169;</span> </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> <td> <span class="glyph" title="">&#209;&#150;</span> </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> <td> <span class="glyph" title="">&#195;&#175;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> <td> <span class="glyph" title="">&#196;&#181;</span> </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> <td> <span cass="glyph" title="">&#208;&#185;</span> </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#167;</span> </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td> <td> <span class="glyph" title="">&#200;&#183;</span> </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#155;</span> </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> <td> <span class="glyph" title="">&#240;&#157;&#146;&#191;</span> </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> <td> <span class="glyph" title="">&#209;&#152;</span> </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> <td> <span class="glyph" title="">&#209;&#148;</span> </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> <td> <span class="glyph" title="">&#206;&#186;</span> </td> </tr><tr><td> <code title="">kappav;</code> </d> <td> U+003F0 </td> <td> <span class="glyph" title="">&#207;&#176;</span> </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> <td> <span class="glyph" title="">&#196;&#183;</span> </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> <td> <span class="glyph" title="">&#208;&#186;</span> </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#168;</span> </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+00138 </td> <td> <span class="glyph" title="">&#196;&#184;</span> </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> <td> <span class="glyph" title="">&#209;&#133;</span> </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> <td> <span class="glyph" title="">&#209;&#156;</span> </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#156;</span> </td> </tr><tr><td> <code title"">kscr;</code> </td> <td> U+1D4C0 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#128;</span> </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> <td> <span class="glyph" title="">&#226;&#135;&#154;</span> </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> <td> <span class="glyph" title="">&#226;&#135;&#144;</span> </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> <td> <span class="glyph" title="">&#226;&#164;&#155;</span> </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> <td> <span class="glyph" title="">&#226;&#164;&#142;</span> </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> <td> <span class="glyph" title="">&#226;&#137;&#166;</span> </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">&#226;&#170;&#139;</span> </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> <td> <span class="glyph" title="">&#226;&#15;&#162;</span> </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> <td> <span class="glyph" title="">&#196;&#186;</span> </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> <td> <span class="glyph" title="">&#226;&#166;&#180;</span> </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> <td> <span class="glyph" title="">&#226;&#132;&#146;</span> </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB </td> <td> <span class="glyph" title="">&#206;&#187;</span> </td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#226;&#140;&#169;</span> </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> <td> <span class="glyph" title="">&#226;&#166;&#145;</span> </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> <td> <span class="glyph" title="">&#226;&#140;&#169;</span> </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> <t> <span class="glyph" title="">&#226;&#170;&#133;</span> </td> </tr><tr><td> <code title="">laquo;</code> </td> <td> U+000AB </td> <td> <span class="glyph" title="">&#194;&#171;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#226;&#134;&#144;</span> </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> <td> <span class="glyph" title="">&#226;&#135;&#164;</span> </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> <td> <span class="glyph" title="">&#226;&#164;&#159;</span> </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> <td> <span class="glyph" title="">&#226;&#164;&#157;</span> </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> <td> <span class="glyph" title="">&#226;&#134;&#169;</span> </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> <td> <span class=glyph" title="">&#226;&#134;&#171;</span> </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> <td> <span class="glyph" title="">&#226;&#164;&#185;</span> </td> </tr><tr><td> <code title="">larrsim;</code> </td> <td> U+02973 </td> <td> <span class="glyph" title="">&#226;&#165;&#179;</span> </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">&#226;&#134;&#162;</span> </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> <td> <span class="glyph" title="">&#226;&#170;&#171;</span> </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> <td> <span class="glyph" title="">&#226;&#164;&#153;</span> </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> <td> <span class="glyph" title="">&#226;&#170;&#173;</span> </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> <td> <span class="glyph" title="">&#226;&#164;&#140;</span> </td> </tr><tr><td> <code title="">lbbrk</code> </td> <td> U+02772 </td> <td> <span class="glyph" title="">&#226;&#157;&#178;</span> </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> <td> <span class="glyph" title="">&#226;&#166;&#139;</span> </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> <td> <span class="glyph" title="">&#226;&#166;&#143;</span> </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> <td> <span class="glyph" title="">&#226;&#166;&#141;</span> </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> <td> <span class="glyph" title="">&#196;&#190;</span> </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> <td> <span class="glyph" title="">&#196;&#188;</span> </td> </tr><tr><td> <code tite="">lceil;</code> </td> <td> U+02308 </td> <td> <span class="glyph" title="">&#226;&#140;&#136;</span> </td> </tr><tr><td> <code title="">lcub;</code> </td> <td> U+0007B </td> <td> <span class="glyph" title="">{</span> </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> <td> <span class="glyph" title="">&#208;&#187;</span> </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> <td> <span class="glyph" title="">&#226;&#164;&#182;</span> </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> <td> <span class="glyph" title="">&#226;&#128;&#156;</span> </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> <td> <span class="glyph" title="">&#226;&#128;&#158;</span> </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> <td> <span class="glyph" title="">&#226;&#165;&#167;</span> </td> </tr><tr><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> <td> <span class="glyph" title="">&#226;&#165;&#139;</span> <td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> <td> <span class="glyph" title="">&#226;&#134;&#178;</span> </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">&#226;&#137;&#164;</span> </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#226;&#134;&#144;</span> </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> <td> <span class="glyph" title="">&#226;&#134;&#162;</span> </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#226;&#134;&#189;</span> </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#226;&#134;&#188;</span> </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">&#226;&#135;&#135;</span> </td> </tr><tr><td> <code title="">leftrightarrow;<code> </td> <td> U+02194 </td> <td> <span class="glyph" title="">&#226;&#134;&#148;</span> </td> </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#226;&#135;&#134;</span> </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#226;&#135;&#139;</span> </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> <td> <span class="glyph" title="">&#226;&#134;&#173;</span> </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">&#226;&#139;&#139;</span> </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#226;&#139;&#154;</span> </td> </tr><tr><td> <code title="">leq;</code> </td> <td> U+02264 </td> <td> <span class="glyph" title="">&#226;&#137;&#164;</span> </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> <td> <span clss="glyph" title="">&#226;&#137;&#166;</span> </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#226;&#169;&#189;</span> </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> <td> <span class="glyph" title="">&#226;&#169;&#189;</span> </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> <td> <span class="glyph" title="">&#226;&#170;&#168;</span> </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> <td> <span class="glyph" title="">&#226;&#169;&#191;</span> </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> <td> <span class="glyph" title="">&#226;&#170;&#129;</span> </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> <td> <span class="glyph" title="">&#226;&#170;&#131;</span> </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> <td> <span class="glyph" title="">&#226;&#170;&#147;</span> </td> </tr><tr><td> <code titl="">lessapprox;</code> </td> <td> U+02A85 </td> <td> <span class="glyph" title="">&#226;&#170;&#133;</span> </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">&#226;&#139;&#150;</span> </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> <td> <span class="glyph" title="">&#226;&#139;&#154;</span> </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> <td> <span class="glyph" title="">&#226;&#170;&#139;</span> </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">&#226;&#137;&#182;</span> </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#226;&#137;&#178;</span> </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> <td> <span class="glyph" title="">&#226;&#165;&#188;</span> </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> <td> <span class="gyph" title="">&#226;&#140;&#138;</span> </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#169;</span> </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> <td> <span class="glyph" title="">&#226;&#137;&#182;</span> </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> <td> <span class="glyph" title="">&#226;&#170;&#145;</span> </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> <td> <span class="glyph" title="">&#226;&#134;&#189;</span> </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> <td> <span class="glyph" title="">&#226;&#134;&#188;</span> </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> <td> <span class="glyph" title="">&#226;&#165;&#170;</span> </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> <td> <span class="glyph" title="">&#226;&#150;&#132;</span> </td> </tr><tr><td> <code title="">ljcy;</coe> </td> <td> U+00459 </td> <td> <span class="glyph" title="">&#209;&#153;</span> </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> <td> <span class="glyph" title="">&#226;&#137;&#170;</span> </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> <td> <span class="glyph" title="">&#226;&#135;&#135;</span> </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> <td> <span class="glyph" title="">&#226;&#140;&#158;</span> </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> <td> <span class="glyph" title="">&#226;&#165;&#171;</span> </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> <td> <span class="glyph" title="">&#226;&#151;&#186;</span> </td> </tr><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> <td> <span class="glyph" title="">&#197;&#128;</span> </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">&#226;&#142;&#176;</span> </td></tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> <td> <span class="glyph" title="">&#226;&#142;&#176;</span> </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">&#226;&#137;&#168;</span> </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">&#226;&#170;&#137;</span> </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> <td> <span class="glyph" title="">&#226;&#170;&#137;</span> </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">&#226;&#170;&#135;</span> </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> <td> <span class="glyph" title="">&#226;&#170;&#135;</span> </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> <td> <span class="glyph" title="">&#226;&#137;&#168;</span> </td> </tr><tr><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> <td> <span clas="glyph" title="">&#226;&#139;&#166;</span> </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> <td> <span class="glyph" title="">&#226;&#159;&#172;</span> </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> <td> <span class="glyph" title="">&#226;&#135;&#189;</span> </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> <td> <span class="glyph" title="">&#226;&#159;&#166;</span> </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#226;&#159;&#181;</span> </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#226;&#159;&#183;</span> </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">&#226;&#159;&#188;</span> </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">&#226;&#159;&#182;</span> </td </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> <td> <span class="glyph" title="">&#226;&#134;&#171;</span> </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">&#226;&#134;&#172;</span> </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> <td> <span class="glyph" title="">&#226;&#166;&#133;</span> </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#157;</span> </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> <td> <span class="glyph" title="">&#226;&#168;&#173;</span> </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> <td> <span class="glyph" title="">&#226;&#168;&#180;</span> </td> </tr><tr><td> <code title="">lowast;</code> </td> <td> U+02217 </td> <td> <span class="glyph" title="">&#226;&#136;&#151;</span> </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+005F </td> <td> <span class="glyph" title="">_</span> </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">&#226;&#151;&#138;</span> </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> <td> <span class="glyph" title="">&#226;&#151;&#138;</span> </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> <td> <span class="glyph" title="">&#226;&#167;&#171;</span> </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> <td> <span class="glyph" title="">(</span> </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> <td> <span class="glyph" title="">&#226;&#166;&#147;</span> </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> <td> <span class="glyph" title="">&#226;&#135;&#134;</span> </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> <td> <span class="glyph" title="">&#226;&#140;&#159;</span> </td> </tr><tr><td> <code title="">lrhar;</coe> </td> <td> U+021CB </td> <td> <span class="glyph" title="">&#226;&#135;&#139;</span> </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> <td> <span class="glyph" title="">&#226;&#165;&#173;</span> </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> <td> <span class="glyph" title="">&#226;&#128;&#142;</span> </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> <td> <span class="glyph" title="">&#226;&#138;&#191;</span> </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> <td> <span class="glyph" title="">&#226;&#128;&#185;</span> </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#129;</span> </td> </tr><tr><td> <code title="">lsh;</code> </td> <td> U+021B0 </td> <td> <span class="glyph" title="">&#226;&#134;&#176;</span> </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> <td> <span class="glyph" title="">&#226;&#137;&#178;</pan> </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> <td> <span class="glyph" title="">&#226;&#170;&#141;</span> </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> <td> <span class="glyph" title="">&#226;&#170;&#143;</span> </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> <td> <span class="glyph" title="">[</span> </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> <td> <span class="glyph" title="">&#226;&#128;&#152;</span> </td> </tr><tr><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">&#226;&#128;&#154;</span> </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> <td> <span class="glyph" title="">&#197;&#130;</span> </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> <td> <span class="glyph" title="">&lt;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code </td> <td> U+02AA6 </td> <td> <span class="glyph" title="">&#226;&#170;&#166;</span> </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> <td> <span class="glyph" title="">&#226;&#169;&#185;</span> </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> <td> <span class="glyph" title="">&#226;&#139;&#150;</span> </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> <td> <span class="glyph" title="">&#226;&#139;&#139;</span> </td> </tr><tr><td> <code title="">ltimes;</code> </td> <td> U+022C9 </td> <td> <span class="glyph" title="">&#226;&#139;&#137;</span> </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> <td> <span class="glyph" title="">&#226;&#165;&#182;</span> </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> <td> <span class="glyph" title="">&#226;&#169;&#187;</span> </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> <td> <span class="glyph" title="">&#226;&#166;&#150;/span> </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">&#226;&#151;&#131;</span> </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">&#226;&#138;&#180;</span> </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> <td> <span class="glyph" title="">&#226;&#151;&#130;</span> </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> <td> <span class="glyph" title="">&#226;&#165;&#138;</span> </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> <td> <span class="glyph" title="">&#226;&#165;&#166;</span> </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> <td> <span class="glyph" title="">&#226;&#136;&#186;</span> </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">&#194;&#175;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) -><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> <td> <span class="glyph" title="">&#226;&#153;&#130;</span> </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">&#226;&#156;&#160;</span> </td> </tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> <td> <span class="glyph" title="">&#226;&#156;&#160;</span> </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">&#226;&#134;&#166;</span> </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> <td> <span class="glyph" title="">&#226;&#134;&#166;</span> </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> <td> <span class="glyph" title="">&#226;&#134;&#167;</span> </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> <td> <span class="glyph" title="">&#226;&#134;&#164;</span> </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> <td> <san class="glyph" title="">&#226;&#134;&#165;</span> </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> <td> <span class="glyph" title="">&#226;&#150;&#174;</span> </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> <td> <span class="glyph" title="">&#226;&#168;&#169;</span> </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> <td> <span class="glyph" title="">&#208;&#188;</span> </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> <td> <span class="glyph" title="">&#226;&#128;&#148;</span> </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> <td> <span class="glyph" title="">&#226;&#136;&#161;</span> </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#170;</span> </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> <td> <span class="glyph" title="">&#226;&#132;&#167;</span> </td> </tr><tr><td> <code tile="">micro;</code> </td> <td> U+000B5 </td> <td> <span class="glyph" title="">&#194;&#181;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#226;&#136;&#163;</span> </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> <td> <span class="glyph" title="">*</span> </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> <td> <span class="glyph" title="">&#226;&#171;&#176;</span> </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> <td> <span class="glyph" title="">&#194;&#183;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> <td> <span class="glyph" title="">&#226;&#136;&#146;</span> </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> <td> <span class="glyph" title="">&#226;&#138;&#159;</spn> </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+02238 </td> <td> <span class="glyph" title="">&#226;&#136;&#184;</span> </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> <td> <span class="glyph" title="">&#226;&#168;&#170;</span> </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> <td> <span class="glyph" title="">&#226;&#171;&#155;</span> </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> <td> <span class="glyph" title="">&#226;&#128;&#166;</span> </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> <td> <span class="glyph" title="">&#226;&#136;&#147;</span> </td> </tr><tr><td> <code title="">models;</code> </td> <td> U+022A7 </td> <td> <span class="glyph" title="">&#226;&#138;&#167;</span> </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#158;</span> </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> <t> <span class="glyph" title="">&#226;&#136;&#147;</span> </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#130;</span> </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> <td> <span class="glyph" title="">&#226;&#136;&#190;</span> </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> <td> <span class="glyph" title="">&#206;&#188;</span> </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">&#226;&#138;&#184;</span> </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> <td> <span class="glyph" title="">&#226;&#138;&#184;</span> </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">&#226;&#135;&#141;</span> </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">&#226;&#135;&#142;</span> </td> </tr><r><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">&#226;&#135;&#143;</span> </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> <td> <span class="glyph" title="">&#226;&#138;&#175;</span> </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> <td> <span class="glyph" title="">&#226;&#138;&#174;</span> </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> <td> <span class="glyph" title="">&#226;&#136;&#135;</span> </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> <td> <span class="glyph" title="">&#197;&#132;</span> </td> </tr><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> <td> <span class="glyph" title="">&#226;&#137;&#137;</span> </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> <td> <span class="glyph" title="">&#197;&#137;</span> </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> <td> <span class="glyph" ttle="">&#226;&#137;&#137;</span> </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">&#226;&#153;&#174;</span> </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> <td> <span class="glyph" title="">&#226;&#153;&#174;</span> </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> <td> <span class="glyph" title="">&#226;&#132;&#149;</span> </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> <td> <span class="glyph" title="">&#194;&#160;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> <td> <span class="glyph" title="">&#226;&#169;&#131;</span> </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> <td> <span class="glyph" title="">&#197;&#136;</span> </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> <td> <span class="glyph" title="">&#197;&#134;/span> </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> <td> <span class="glyph" title="">&#226;&#137;&#135;</span> </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> <td> <span class="glyph" title="">&#226;&#169;&#130;</span> </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+0043D </td> <td> <span class="glyph" title="">&#208;&#189;</span> </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> <td> <span class="glyph" title="">&#226;&#128;&#147;</span> </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> <td> <span class="glyph" title="">&#226;&#137;&#160;</span> </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> <td> <span class="glyph" title="">&#226;&#135;&#151;</span> </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> <td> <span class="glyph" title="">&#226;&#164;&#164;</span> </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+02197 </td> <td> <span clas="glyph" title="">&#226;&#134;&#151;</span> </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> <td> <span class="glyph" title="">&#226;&#134;&#151;</span> </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> <td> <span class="glyph" title="">&#226;&#137;&#162;</span> </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">&#226;&#164;&#168;</span> </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#226;&#136;&#132;</span> </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> <td> <span class="glyph" title="">&#226;&#136;&#132;</span> </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#171;</span> </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">&#226;&#137;&#177;</span> </td> </tr><tr><td> <code titl="">ngeq;</code> </td> <td> U+02271 </td> <td> <span class="glyph" title="">&#226;&#137;&#177;</span> </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> <td> <span class="glyph" title="">&#226;&#137;&#181;</span> </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#226;&#137;&#175;</span> </td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> <td> <span class="glyph" title="">&#226;&#137;&#175;</span> </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> <td> <span class="glyph" title="">&#226;&#135;&#142;</span> </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">&#226;&#134;&#174;</span> </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> <td> <span class="glyph" title="">&#226;&#171;&#178;</span> </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#226;&#136;&#39;</span> </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> <td> <span class="glyph" title="">&#226;&#139;&#188;</span> </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> <td> <span class="glyph" title="">&#226;&#139;&#186;</span> </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> <td> <span class="glyph" title="">&#226;&#136;&#139;</span> </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> <td> <span class="glyph" title="">&#209;&#154;</span> </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> <td> <span class="glyph" title="">&#226;&#135;&#141;</span> </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">&#226;&#134;&#154;</span> </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U+02025 </td> <td> <span class="glyph" title="">&#226;&#128;&#165;</span> </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> <td> <span clas="glyph" title="">&#226;&#137;&#176;</span> </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> <td> <span class="glyph" title="">&#226;&#134;&#154;</span> </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE </td> <td> <span class="glyph" title="">&#226;&#134;&#174;</span> </td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> <td> <span class="glyph" title="">&#226;&#137;&#176;</span> </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#226;&#137;&#174;</span> </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> <td> <span class="glyph" title="">&#226;&#137;&#180;</span> </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> <td> <span class="glyph" title="">&#226;&#137;&#174;</span> </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#226;&#139;&#170;</span> </td> </tr><tr><td> <code ttle="">nltrie;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#226;&#139;&#172;</span> </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#226;&#136;&#164;</span> </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#159;</span> </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> <td> <span class="glyph" title="">&#194;&#172;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#226;&#136;&#137;</span> </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> <td> <span class="glyph" title="">&#226;&#136;&#137;</span> </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> <td> <span class="glyph" title="">&#226;&#139;&#183;</span> </td> </tr><tr><td> <code title="">notivc;</code> </td> <td> U+022F6 </td> <td> <span class="glyph" title="">&#226;&#139;&#182;</span> </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#226;&#136;&#140;</span> </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> <td> <span class="glyph" title="">&#226;&#136;&#140;</span> </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> <td> <span class="glyph" title="">&#226;&#139;&#190;</span> </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> <td> <span class="glyph" title="">&#226;&#139;&#189;</span> </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#226;&#136;&#166;</span> </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#226;&#136;&#166;</span> </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> <td> <span class="glyph" title="">&#26;&#168;&#148;</span> </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#226;&#138;&#128;</span> </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> <td> <span class="glyph" title="">&#226;&#139;&#160;</span> </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> <td> <span class="glyph" title="">&#226;&#138;&#128;</span> </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> <td> <span class="glyph" title="">&#226;&#135;&#143;</span> </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">&#226;&#134;&#155;</span> </td> </tr><tr><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> <td> <span class="glyph" title="">&#226;&#134;&#155;</span> </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#226;&#139;&#171;</span> </td> </tr><tr><td> <code title="">nrtrie;</code> </td> <d> U+022ED </td> <td> <span class="glyph" title="">&#226;&#139;&#173;</span> </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#226;&#138;&#129;</span> </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> <td> <span class="glyph" title="">&#226;&#139;&#161;</span> </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#131;</span> </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#226;&#136;&#164;</span> </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#226;&#136;&#166;</span> </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> <td> <span class="glyph" title="">&#226;&#137;&#129;</span> </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#226;&#137;&#132</span> </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> <td> <span class="glyph" title="">&#226;&#137;&#132;</span> </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> <td> <span class="glyph" title="">&#226;&#136;&#164;</span> </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> <td> <span class="glyph" title="">&#226;&#136;&#166;</span> </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> <td> <span class="glyph" title="">&#226;&#139;&#162;</span> </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> <td> <span class="glyph" title="">&#226;&#139;&#163;</span> </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> <td> <span class="glyph" title="">&#226;&#138;&#132;</span> </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> <td> <span class="glyph" title="">&#226;&#138;&#136;</span> </td> </tr><tr><td> <code title="">nsubseteq;</code> </td> <td> U+02288 /td> <td> <span class="glyph" title="">&#226;&#138;&#136;</span> </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> <td> <span class="glyph" title="">&#226;&#138;&#129;</span> </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> <td> <span class="glyph" title="">&#226;&#138;&#133;</span> </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#226;&#138;&#137;</span> </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> <td> <span class="glyph" title="">&#226;&#138;&#137;</span> </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> <td> <span class="glyph" title="">&#226;&#137;&#185;</span> </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> <td> <span class="glyph" title="">&#195;&#177;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> <td> <span lass="glyph" title="">&#226;&#137;&#184;</span> </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> <td> <span class="glyph" title="">&#226;&#139;&#170;</span> </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> <td> <span class="glyph" title="">&#226;&#139;&#172;</span> </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> <td> <span class="glyph" title="">&#226;&#139;&#171;</span> </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> <td> <span class="glyph" title="">&#226;&#139;&#173;</span> </td> </tr><tr><td> <code title="">nu;</code> </td> <td> U+003BD </td> <td> <span class="glyph" title="">&#206;&#189;</span> </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> <td> <span class="glyph" title="">#</span> </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> <td> <span class="glyph" title="">&#226;&#132;&#150;</span> </td> </tr><tr><td> <codetitle="">numsp;</code> </td> <td> U+02007 </td> <td> <span class="glyph" title="">&#226;&#128;&#135;</span> </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> <td> <span class="glyph" title="">&#226;&#138;&#173;</span> </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> <td> <span class="glyph" title="">&#226;&#164;&#132;</span> </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> <td> <span class="glyph" title="">&#226;&#138;&#172;</span> </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> <td> <span class="glyph" title="">&#226;&#167;&#158;</span> </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> <td> <span class="glyph" title="">&#226;&#164;&#130;</span> </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> <td> <span class="glyph" title="">&#226;&#164;&#131;</span> </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> <td> <span class="glyph" titl="">&#226;&#135;&#150;</span> </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> <td> <span class="glyph" title="">&#226;&#164;&#163;</span> </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#226;&#134;&#150;</span> </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> <td> <span class="glyph" title="">&#226;&#134;&#150;</span> </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> <td> <span class="glyph" title="">&#226;&#164;&#167;</span> </td> </tr><tr><td> <code title="">oS;</code> </td> <td> U+024C8 </td> <td> <span class="glyph" title="">&#226;&#147;&#136;</span> </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> <td> <span class="glyph" title="">&#195;&#179;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+0229B </td> <td> <span class="glyph" title="">&#226;&#138;&155;</span> </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> <td> <span class="glyph" title="">&#226;&#138;&#154;</span> </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> <td> <span class="glyph" title="">&#195;&#180;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> <td> <span class="glyph" title="">&#208;&#190;</span> </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> <td> <span class="glyph" title="">&#226;&#138;&#157;</span> </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> <td> <span class="glyph" title="">&#197;&#145;</span> </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> <td> <span class="glyph" title="">&#226;&#168;&#184;</span> </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> <td> <span class="glyph" title="">&#226;&#138;&#153;</span> </td> </tr><tr><td> <cde title="">odsold;</code> </td> <td> U+029BC </td> <td> <span class="glyph" title="">&#226;&#166;&#188;</span> </td> </tr><tr><td> <code title="">oelig;</code> </td> <td> U+00153 </td> <td> <span class="glyph" title="">&#197;&#147;</span> </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> <td> <span class="glyph" title="">&#226;&#166;&#191;</span> </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#172;</span> </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> <td> <span class="glyph" title="">&#203;&#155;</span> </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> <td> <span class="glyph" title="">&#195;&#178;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> <td> <span class="glyph" title="">&#226;&#167;&#129;</span> </td> </tr><tr><td> <code title="">ohbar;</code> <td> <td> U+029B5 </td> <td> <span class="glyph" title="">&#226;&#166;&#181;</span> </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> <td> <span class="glyph" title="">&#206;&#169;</span> </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> <td> <span class="glyph" title="">&#226;&#136;&#174;</span> </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> <td> <span class="glyph" title="">&#226;&#134;&#186;</span> </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> <td> <span class="glyph" title="">&#226;&#166;&#190;</span> </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> <td> <span class="glyph" title="">&#226;&#166;&#187;</span> </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td> <td> <span class="glyph" title="">&#226;&#128;&#190;</span> </td> </tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> <td> <span class="glyph" title="">&#226;&#167;&#128;</span> </td> </tr<tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> <td> <span class="glyph" title="">&#197;&#141;</span> </td> </tr><tr><td> <code title="">omega;</code> </td> <td> U+003C9 </td> <td> <span class="glyph" title="">&#207;&#137;</span> </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> <td> <span class="glyph" title="">&#206;&#191;</span> </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> <td> <span class="glyph" title="">&#226;&#166;&#182;</span> </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> <td> <span class="glyph" title="">&#226;&#138;&#150;</span> </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#160;</span> </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> <td> <span class="glyph" title="">&#226;&#166;&#183;</span> </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> <td> <span class="glyph" title=""&#226;&#166;&#185;</span> </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> <td> <span class="glyph" title="">&#226;&#138;&#149;</span> </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> <td> <span class="glyph" title="">&#226;&#136;&#168;</span> </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> <td> <span class="glyph" title="">&#226;&#134;&#187;</span> </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> <td> <span class="glyph" title="">&#226;&#169;&#157;</span> </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#226;&#132;&#180;</span> </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#226;&#132;&#180;</span> </td> </tr><tr><td> <code title="">ordf;</code> </td> <td> U+000AA </td> <td> <span class="glyph" title="">&#194;&#170;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy suport only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> <td> <span class="glyph" title="">&#194;&#186;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> <td> <span class="glyph" title="">&#226;&#138;&#182;</span> </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> <td> <span class="glyph" title="">&#226;&#169;&#150;</span> </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> <td> <span class="glyph" title="">&#226;&#169;&#151;</span> </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> <td> <span class="glyph" title="">&#226;&#169;&#155;</span> </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> <td> <span class="glyph" title="">&#226;&#132;&#180;</span> </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> <td> <span class="glyph" title="">&#195;&#184;</span> </td> </tr><!-- (invald entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol;</code> </td> <td> U+02298 </td> <td> <span class="glyph" title="">&#226;&#138;&#152;</span> </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> <td> <span class="glyph" title="">&#195;&#181;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> <td> <span class="glyph" title="">&#226;&#138;&#151;</span> </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> <td> <span class="glyph" title="">&#226;&#168;&#182;</span> </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> <td> <span class="glyph" title="">&#195;&#182;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> <td> <span class="glyph" title="">&#226;&#140;&#189;</span> </td> </tr><tr><td> <code title=""par;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#226;&#136;&#165;</span> </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> <td> <span class="glyph" title="">&#194;&#182;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#226;&#136;&#165;</span> </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> <td> <span class="glyph" title="">&#226;&#171;&#179;</span> </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> <td> <span class="glyph" title="">&#226;&#171;&#189;</span> </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> <td> <span class="glyph" title="">&#226;&#136;&#130;</span> </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> <td> <span class="glyph" title="">&#208;&#191;</span> </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> +00025 </td> <td> <span class="glyph" title="">%</span> </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> <td> <span class="glyph" title="">.</span> </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> <td> <span class="glyph" title="">&#226;&#128;&#176;</span> </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> <td> <span class="glyph" title="">&#226;&#138;&#165;</span> </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> <td> <span class="glyph" title="">&#226;&#128;&#177;</span> </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#173;</span> </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> <td> <span class="glyph" title="">&#207;&#134;</span> </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">&#207;&#149;</span> </td> </tr><tr><td> <code title="">phmmat;</code> </t> <td> U+02133 </td> <td> <span class="glyph" title="">&#226;&#132;&#179;</span> </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> <td> <span class="glyph" title="">&#226;&#152;&#142;</span> </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 </td> <td> <span class="glyph" title="">&#207;&#128;</span> </td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> <td> <span class="glyph" title="">&#226;&#139;&#148;</span> </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">&#207;&#150;</span> </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#226;&#132;&#143;</span> </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> <td> <span class="glyph" title="">&#226;&#132;&#142;</span> </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> <td> <span class="glyph" title="">&#226;&#132;&#143;</span> </td> </tr><r><td> <code title="">plus;</code> </td> <td> U+0002B </td> <td> <span class="glyph" title="">+</span> </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> <td> <span class="glyph" title="">&#226;&#168;&#163;</span> </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> <td> <span class="glyph" title="">&#226;&#138;&#158;</span> </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> <td> <span class="glyph" title="">&#226;&#168;&#162;</span> </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> <td> <span class="glyph" title="">&#226;&#136;&#148;</span> </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> <td> <span class="glyph" title="">&#226;&#168;&#165;</span> </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> <td> <span class="glyph" title="">&#226;&#169;&#178;</span> </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title=""&#194;&#177;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> <td> <span class="glyph" title="">&#226;&#168;&#166;</span> </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> <td> <span class="glyph" title="">&#226;&#168;&#167;</span> </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> <td> <span class="glyph" title="">&#194;&#177;</span> </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> <td> <span class="glyph" title="">&#226;&#168;&#149;</span> </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#161;</span> </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> <td> <span class="glyph" title="">&#194;&#163;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> +0227A </td> <td> <span class="glyph" title="">&#226;&#137;&#186;</span> </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> <td> <span class="glyph" title="">&#226;&#170;&#179;</span> </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">&#226;&#170;&#183;</span> </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#226;&#137;&#188;</span> </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">&#226;&#170;&#175;</span> </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> <td> <span class="glyph" title="">&#226;&#137;&#186;</span> </td> </tr><tr><td> <code title="">precapprox;</code> </td> <td> U+02AB7 </td> <td> <span class="glyph" title="">&#226;&#170;&#183;</span> </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> <td> <span class="glyph" title="">&#226;&#137;&#188;</span> </td> /tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> <td> <span class="glyph" title="">&#226;&#170;&#175;</span> </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">&#226;&#170;&#185;</span> </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> <td> <span class="glyph" title="">&#226;&#170;&#181;</span> </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">&#226;&#139;&#168;</span> </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#226;&#137;&#190;</span> </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> <td> <span class="glyph" title="">&#226;&#128;&#178;</span> </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> <td> <span class="glyph" title="">&#226;&#132;&#153;</span> </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> <t> <span class="glyph" title="">&#226;&#170;&#181;</span> </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> <td> <span class="glyph" title="">&#226;&#170;&#185;</span> </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> <td> <span class="glyph" title="">&#226;&#139;&#168;</span> </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> <td> <span class="glyph" title="">&#226;&#136;&#143;</span> </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> <td> <span class="glyph" title="">&#226;&#140;&#174;</span> </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td> <td> <span class="glyph" title="">&#226;&#140;&#146;</span> </td> </tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> <td> <span class="glyph" title="">&#226;&#140;&#147;</span> </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#226;&#136;&#157;</span> </td> </tr><tr><td><code title="">propto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#226;&#136;&#157;</span> </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> <td> <span class="glyph" title="">&#226;&#137;&#190;</span> </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> <td> <span class="glyph" title="">&#226;&#138;&#176;</span> </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#133;</span> </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> <td> <span class="glyph" title="">&#207;&#136;</span> </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> <td> <span class="glyph" title="">&#226;&#128;&#136;</span> </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#174;</span> </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> <td> <span class="glyph" tile="">&#226;&#168;&#140;</span> </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#162;</span> </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> <td> <span class="glyph" title="">&#226;&#129;&#151;</span> </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#134;</span> </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> <td> <span class="glyph" title="">&#226;&#132;&#141;</span> </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </td> <td> <span class="glyph" title="">&#226;&#168;&#150;</span> </td> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> <td> <span class="glyph" title="">?</span> </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> <td> <span class="glyph" title="">&#226;&#137;&#159;</span> </td> </tr><tr><td> <code title="">quot;</code> /td> <td> U+00022 </td> <td> <span class="glyph" title="">"</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> <td> <span class="glyph" title="">&#226;&#135;&#155;</span> </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> <td> <span class="glyph" title="">&#226;&#135;&#146;</span> </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> <td> <span class="glyph" title="">&#226;&#164;&#156;</span> </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> <td> <span class="glyph" title="">&#226;&#164;&#143;</span> </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> <td> <span class="glyph" title="">&#226;&#165;&#164;</span> </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> <td> <span class="glyph" title="">&#197;&#149;</span> </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> <td> <span lass="glyph" title="">&#226;&#136;&#154;</span> </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> <td> <span class="glyph" title="">&#226;&#166;&#179;</span> </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#226;&#140;&#170;</span> </td> </tr><tr><td> <code title="">rangd;</code> </td> <td> U+02992 </td> <td> <span class="glyph" title="">&#226;&#166;&#146;</span> </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> <td> <span class="glyph" title="">&#226;&#166;&#165;</span> </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> <td> <span class="glyph" title="">&#226;&#140;&#170;</span> </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> <td> <span class="glyph" title="">&#194;&#187;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" tite="">&#226;&#134;&#146;</span> </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> <td> <span class="glyph" title="">&#226;&#165;&#181;</span> </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> <td> <span class="glyph" title="">&#226;&#135;&#165;</span> </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> <td> <span class="glyph" title="">&#226;&#164;&#160;</span> </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> <td> <span class="glyph" title="">&#226;&#164;&#179;</span> </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> <td> <span class="glyph" title="">&#226;&#164;&#158;</span> </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> <td> <span class="glyph" title="">&#226;&#134;&#170;</span> </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> <td> <span class="glyph" title="">&#226;&#134;&#172;</span> </td> </tr><tr><td> <code title="">rarrpl;</cod> </td> <td> U+02945 </td> <td> <span class="glyph" title="">&#226;&#165;&#133;</span> </td> </tr><tr><td> <code title="">rarrsim;</code> </td> <td> U+02974 </td> <td> <span class="glyph" title="">&#226;&#165;&#180;</span> </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">&#226;&#134;&#163;</span> </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> <td> <span class="glyph" title="">&#226;&#134;&#157;</span> </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> <td> <span class="glyph" title="">&#226;&#164;&#154;</span> </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> <td> <span class="glyph" title="">&#226;&#136;&#182;</span> </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> <td> <span class="glyph" title="">&#226;&#132;&#154;</span> </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> <td> <span class="glyph" title="">&#226;&#164;&#11;</span> </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> <td> <span class="glyph" title="">&#226;&#157;&#179;</span> </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> <td> <span class="glyph" title="">&#226;&#166;&#140;</span> </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> <td> <span class="glyph" title="">&#226;&#166;&#142;</span> </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> <td> <span class="glyph" title="">&#226;&#166;&#144;</span> </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> <td> <span class="glyph" title="">&#197;&#153;</span> </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> <td> <span class="glyph" title=">&#197;&#151;</span> </td> </tr><tr><td> <code title="">rceil;</code> </td> <td> U+02309 </td> <td> <span class="glyph" title="">&#226;&#140;&#137;</span> </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> <td> <span class="glyph" title="">}</span> </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> <td> <span class="glyph" title="">&#209;&#128;</span> </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> <td> <span class="glyph" title="">&#226;&#164;&#183;</span> </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> <td> <span class="glyph" title="">&#226;&#165;&#169;</span> </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#226;&#128;&#157;</span> </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> <td> <span class="glyph" title="">&#226;&#128;&#157;</span> </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> <td> <span clas="glyph" title="">&#226;&#134;&#179;</span> </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#226;&#132;&#156;</span> </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> <td> <span class="glyph" title="">&#226;&#132;&#155;</span> </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> <td> <span class="glyph" title="">&#226;&#132;&#156;</span> </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> <td> <span class="glyph" title="">&#226;&#132;&#157;</span> </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> <td> <span class="glyph" title="">&#226;&#150;&#173;</span> </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> <td> <span class="glyph" title="">&#194;&#174;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> <td> <span class="glyph" title=">&#226;&#165;&#189;</span> </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> <td> <span class="glyph" title="">&#226;&#140;&#139;</span> </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#175;</span> </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#226;&#135;&#129;</span> </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#226;&#135;&#128;</span> </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> <td> <span class="glyph" title="">&#226;&#165;&#172;</span> </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> <td> <span class="glyph" title="">&#207;&#129;</span> </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">&#207;&#177;</span> </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> +02192 </td> <td> <span class="glyph" title="">&#226;&#134;&#146;</span> </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> <td> <span class="glyph" title="">&#226;&#134;&#163;</span> </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> <td> <span class="glyph" title="">&#226;&#135;&#129;</span> </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> <td> <span class="glyph" title="">&#226;&#135;&#128;</span> </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#226;&#135;&#132;</span> </td> </tr><tr><td> <code title="">rightleftharpoons;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">&#226;&#135;&#140;</span> </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">&#226;&#135;&#137;</span> </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td><td> <span class="glyph" title="">&#226;&#134;&#157;</span> </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">&#226;&#139;&#140;</span> </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> <td> <span class="glyph" title="">&#203;&#154;</span> </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> <td> <span class="glyph" title="">&#226;&#137;&#147;</span> </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> <td> <span class="glyph" title="">&#226;&#135;&#132;</span> </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> <td> <span class="glyph" title="">&#226;&#135;&#140;</span> </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> <td> <span class="glyph" title="">&#226;&#128;&#143;</span> </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">&#226;&#142;&#177;</span> </td> </tr><tr>td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> <td> <span class="glyph" title="">&#226;&#142;&#177;</span> </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> <td> <span class="glyph" title="">&#226;&#171;&#174;</span> </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> <td> <span class="glyph" title="">&#226;&#159;&#173;</span> </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> <td> <span class="glyph" title="">&#226;&#135;&#190;</span> </td> </tr><tr><td> <code title="">robrk;</code> </td> <td> U+027E7 </td> <td> <span class="glyph" title="">&#226;&#159;&#167;</span> </td> </tr><tr><td> <code title="">ropar;</code> </td> <td> U+02986 </td> <td> <span class="glyph" title="">&#226;&#166;&#134;</span> </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#163;</span> </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> <td> <span clas="glyph" title="">&#226;&#168;&#174;</span> </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> <td> <span class="glyph" title="">&#226;&#168;&#181;</span> </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> <td> <span class="glyph" title="">)</span> </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> <td> <span class="glyph" title="">&#226;&#166;&#148;</span> </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> <td> <span class="glyph" title="">&#226;&#168;&#146;</span> </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> <td> <span class="glyph" title="">&#226;&#135;&#137;</span> </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> <td> <span class="glyph" title="">&#226;&#128;&#186;</span> </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#135;</span> </td> </tr><tr><td> <code title="">rsh;</code></td> <td> U+021B1 </td> <td> <span class="glyph" title="">&#226;&#134;&#177;</span> </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> <td> <span class="glyph" title="">]</span> </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#226;&#128;&#153;</span> </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> <td> <span class="glyph" title="">&#226;&#128;&#153;</span> </td> </tr><tr><td> <code title="">rthree;</code> </td> <td> U+022CC </td> <td> <span class="glyph" title="">&#226;&#139;&#140;</span> </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> <td> <span class="glyph" title="">&#226;&#139;&#138;</span> </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">&#226;&#150;&#185;</span> </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#226;&#138;&#181;</span> </td> </tr><tr>td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> <td> <span class="glyph" title="">&#226;&#150;&#184;</span> </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> <td> <span class="glyph" title="">&#226;&#167;&#142;</span> </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> <td> <span class="glyph" title="">&#226;&#165;&#168;</span> </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> <td> <span class="glyph" title="">&#226;&#132;&#158;</span> </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> <td> <span class="glyph" title="">&#197;&#155;</span> </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> <td> <span class="glyph" title="">&#226;&#128;&#154;</span> </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title="">&#226;&#137;&#187;</span> </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> <td> <span class="glyph" title="">#226;&#170;&#180;</span> </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">&#226;&#170;&#184;</span> </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> <td> <span class="glyph" title="">&#197;&#161;</span> </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#226;&#137;&#189;</span> </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#226;&#170;&#176;</span> </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> <td> <span class="glyph" title="">&#197;&#159;</span> </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> <td> <span class="glyph" title="">&#197;&#157;</span> </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">&#226;&#170;&#182;</span> </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> <td> span class="glyph" title="">&#226;&#170;&#186;</span> </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">&#226;&#139;&#169;</span> </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> <td> <span class="glyph" title="">&#226;&#168;&#147;</span> </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#226;&#137;&#191;</span> </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> <td> <span class="glyph" title="">&#209;&#129;</span> </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> <td> <span class="glyph" title="">&#226;&#139;&#133;</span> </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> <td> <span class="glyph" title="">&#226;&#138;&#161;</span> </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> <td> <span class="glyph" title="">&#226;&#169;&#166;</span> </td> </tr><tr><td> <code title="">eArr;</code> </td> <td> U+021D8 </td> <td> <span class="glyph" title="">&#226;&#135;&#152;</span> </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> <td> <span class="glyph" title="">&#226;&#164;&#165;</span> </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">&#226;&#134;&#152;</span> </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+02198 </td> <td> <span class="glyph" title="">&#226;&#134;&#152;</span> </td> </tr><tr><td> <code title="">sect;</code> </td> <td> U+000A7 </td> <td> <span class="glyph" title="">&#194;&#167;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> <td> <span class="glyph" title="">;</span> </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">&#226;&#164;&#169;</span> </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+0221 </td> <td> <span class="glyph" title="">&#226;&#136;&#150;</span> </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#226;&#136;&#150;</span> </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> <td> <span class="glyph" title="">&#226;&#156;&#182;</span> </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#176;</span> </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> <td> <span class="glyph" title="">&#226;&#140;&#162;</span> </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> <td> <span class="glyph" title="">&#226;&#153;&#175;</span> </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> <td> <span class="glyph" title="">&#209;&#137;</span> </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> <td> <span class="glyph" title="">&#209;&#136;</span> </td> </tr><tr><td> <codetitle="">shortmid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#226;&#136;&#163;</span> </td> </tr><tr><td> <code title="">shortparallel;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#226;&#136;&#165;</span> </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> <td> <span class="glyph" title="">&#194;&#173;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> <td> <span class="glyph" title="">&#207;&#131;</span> </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#207;&#130;</span> </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#207;&#130;</span> </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#226;&#136;&#188;</span> </td> </tr><tr><td> <code title="">simdot;</code> </t> <td> U+02A6A </td> <td> <span class="glyph" title="">&#226;&#169;&#170;</span> </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">&#226;&#137;&#131;</span> </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> <td> <span class="glyph" title="">&#226;&#137;&#131;</span> </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> <td> <span class="glyph" title="">&#226;&#170;&#158;</span> </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> <td> <span class="glyph" title="">&#226;&#170;&#160;</span> </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> <td> <span class="glyph" title="">&#226;&#170;&#157;</span> </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> <td> <span class="glyph" title="">&#226;&#170;&#159;</span> </td> </tr><tr><td> <code title="">simne;</code> </td> <td> U+02246 </td> <td> <span class="glyph" title="">&#226;&#137;&#134;</span> </td> /tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> <td> <span class="glyph" title="">&#226;&#168;&#164;</span> </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> <td> <span class="glyph" title="">&#226;&#165;&#178;</span> </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> <td> <span class="glyph" title="">&#226;&#134;&#144;</span> </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#226;&#136;&#150;</span> </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> <td> <span class="glyph" title="">&#226;&#168;&#179;</span> </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> <td> <span class="glyph" title="">&#226;&#167;&#164;</span> </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> <td> <span class="glyph" title="">&#226;&#136;&#163;</span> </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> <t> <span class="glyph" title="">&#226;&#140;&#163;</span> </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> <td> <span class="glyph" title="">&#226;&#170;&#170;</span> </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> <td> <span class="glyph" title="">&#226;&#170;&#172;</span> </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> <td> <span class="glyph" title="">&#209;&#140;</span> </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> <td> <span class="glyph" title="">/</span> </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> <td> <span class="glyph" title="">&#226;&#167;&#132;</span> </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> <td> <span class="glyph" title="">&#226;&#140;&#191;</span> </td> </tr><tr><td> <code title="">sopf;</code> </td> <td> U+1D564 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#164;</span> </td> </tr><tr><td> <code title="">spades;</code></td> <td> U+02660 </td> <td> <span class="glyph" title="">&#226;&#153;&#160;</span> </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> <td> <span class="glyph" title="">&#226;&#153;&#160;</span> </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> <td> <span class="glyph" title="">&#226;&#136;&#165;</span> </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> <td> <span class="glyph" title="">&#226;&#138;&#147;</span> </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> <td> <span class="glyph" title="">&#226;&#138;&#148;</span> </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">&#226;&#138;&#143;</span> </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#226;&#138;&#145;</span> </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> <td> <span class="glyph" title="">&#226;&#138;&#143;/span> </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> <td> <span class="glyph" title="">&#226;&#138;&#145;</span> </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">&#226;&#138;&#144;</span> </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#226;&#138;&#146;</span> </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> <td> <span class="glyph" title="">&#226;&#138;&#144;</span> </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> <td> <span class="glyph" title="">&#226;&#138;&#146;</span> </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#226;&#150;&#161;</span> </td> </tr><tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> <td> <span class="glyph" title="">&#226;&#150;&#161;</span> </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+05AA </td> <td> <span class="glyph" title="">&#226;&#150;&#170;</span> </td> </tr><tr><td> <code title="">squf;</code> </td> <td> U+025AA </td> <td> <span class="glyph" title="">&#226;&#150;&#170;</span> </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> <td> <span class="glyph" title="">&#226;&#134;&#146;</span> </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#136;</span> </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> <td> <span class="glyph" title="">&#226;&#136;&#150;</span> </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> <td> <span class="glyph" title="">&#226;&#140;&#163;</span> </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> <td> <span class="glyph" title="">&#226;&#139;&#134;</span> </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> <td> <span class="glyph" title="">&#226;&#152;&#134;</span> </td> </r><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> <td> <span class="glyph" title="">&#226;&#152;&#133;</span> </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#207;&#181;</span> </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">&#207;&#149;</span> </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> <td> <span class="glyph" title="">&#194;&#175;</span> </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">&#226;&#138;&#130;</span> </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">&#226;&#171;&#133;</span> </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> <td> <span class="glyph" title="">&#226;&#170;&#189;</span> </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> <td> <span class="glyph"title="">&#226;&#138;&#134;</span> </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> <td> <span class="glyph" title="">&#226;&#171;&#131;</span> </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> <td> <span class="glyph" title="">&#226;&#171;&#129;</span> </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">&#226;&#171;&#139;</span> </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">&#226;&#138;&#138;</span> </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> <td> <span class="glyph" title="">&#226;&#170;&#191;</span> </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> <td> <span class="glyph" title="">&#226;&#165;&#185;</span> </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> <td> <span class="glyph" title="">&#226;&#138;&#130;</span> </td> </tr><tr><td> <code title="">subseeq;</code> </td> <td> U+02286 </td> <td> <span class="glyph" title="">&#226;&#138;&#134;</span> </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> <td> <span class="glyph" title="">&#226;&#171;&#133;</span> </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> <td> <span class="glyph" title="">&#226;&#138;&#138;</span> </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> <td> <span class="glyph" title="">&#226;&#171;&#139;</span> </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> <td> <span class="glyph" title="">&#226;&#171;&#135;</span> </td> </tr><tr><td> <code title="">subsub;</code> </td> <td> U+02AD5 </td> <td> <span class="glyph" title="">&#226;&#171;&#149;</span> </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> <td> <span class="glyph" title="">&#226;&#171;&#147;</span> </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> <td> <span class="glyph" title=""&#226;&#137;&#187;</span> </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> <td> <span class="glyph" title="">&#226;&#170;&#184;</span> </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> <td> <span class="glyph" title="">&#226;&#137;&#189;</span> </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> <td> <span class="glyph" title="">&#226;&#170;&#176;</span> </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> <td> <span class="glyph" title="">&#226;&#170;&#186;</span> </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> <td> <span class="glyph" title="">&#226;&#170;&#182;</span> </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> <td> <span class="glyph" title="">&#226;&#139;&#169;</span> </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> <td> <span class="glyph" title="">&#226;&#137;&#191;</span> </td> </tr><tr><td> <code title=">sum;</code> </td> <td> U+02211 </td> <td> <span class="glyph" title="">&#226;&#136;&#145;</span> </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> <td> <span class="glyph" title="">&#226;&#153;&#170;</span> </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> <td> <span class="glyph" title="">&#194;&#185;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> <td> <span class="glyph" title="">&#194;&#178;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> <td> <span class="glyph" title="">&#194;&#179;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#226;&#138;&#131;</span> </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+2AC6 </td> <td> <span class="glyph" title="">&#226;&#171;&#134;</span> </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> <td> <span class="glyph" title="">&#226;&#170;&#190;</span> </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> <td> <span class="glyph" title="">&#226;&#171;&#152;</span> </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">&#226;&#138;&#135;</span> </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> <td> <span class="glyph" title="">&#226;&#171;&#132;</span> </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> <td> <span class="glyph" title="">&#226;&#159;&#137;</span> </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> <td> <span class="glyph" title="">&#226;&#171;&#151;</span> </td> </tr><tr><td> <code title="">suplarr;</code> </td> <td> U+0297B </td> <td> <span class="glyph" title="">&#226;&#165;&#187;</span> </t> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> <td> <span class="glyph" title="">&#226;&#171;&#130;</span> </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">&#226;&#171;&#140;</span> </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> <td> <span class="glyph" title="">&#226;&#138;&#139;</span> </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> <td> <span class="glyph" title="">&#226;&#171;&#128;</span> </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> <td> <span class="glyph" title="">&#226;&#138;&#131;</span> </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> <td> <span class="glyph" title="">&#226;&#138;&#135;</span> </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> <td> <span class="glyph" title="">&#226;&#171;&#134;</span> </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td <td> <span class="glyph" title="">&#226;&#138;&#139;</span> </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> <td> <span class="glyph" title="">&#226;&#171;&#140;</span> </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> <td> <span class="glyph" title="">&#226;&#171;&#136;</span> </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> <td> <span class="glyph" title="">&#226;&#171;&#148;</span> </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> <td> <span class="glyph" title="">&#226;&#171;&#150;</span> </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> <td> <span class="glyph" title="">&#226;&#135;&#153;</span> </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> <td> <span class="glyph" title="">&#226;&#164;&#166;</span> </td> </tr><tr><td> <code title="">swarr;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#226;&#134;&#153;</span> </td> </tr><tr<td> <code title="">swarrow;</code> </td> <td> U+02199 </td> <td> <span class="glyph" title="">&#226;&#134;&#153;</span> </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> <td> <span class="glyph" title="">&#226;&#164;&#170;</span> </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> <td> <span class="glyph" title="">&#195;&#159;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> <td> <span class="glyph" title="">&#226;&#140;&#150;</span> </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> <td> <span class="glyph" title="">&#207;&#132;</span> </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> <td> <span class="glyph" title="">&#226;&#142;&#180;</span> </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> <td> <span class="glyph" title="">&#197;&#165;</span> </td> </tr><tr><td> <code title="">tcedil;<code> </td> <td> U+00163 </td> <td> <span class="glyph" title="">&#197;&#163;</span> </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> <td> <span class="glyph" title="">&#209;&#130;</span> </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> <td> <span class="glyph composition" title="">&#226;&#151;&#140;&#226;&#131;&#155;</span> </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> <td> <span class="glyph" title="">&#226;&#140;&#149;</span> </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#177;</span> </td> </tr><tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#226;&#136;&#180;</span> </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> <td> <span class="glyph" title="">&#226;&#136;&#180;</span> </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> <td> <span class="glyph" tite="">&#206;&#184;</span> </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#207;&#145;</span> </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#207;&#145;</span> </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#137;&#136;</span> </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#226;&#136;&#188;</span> </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> <td> <span class="glyph" title="">&#226;&#128;&#137;</span> </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> <td> <span class="glyph" title="">&#226;&#137;&#136;</span> </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> <td> <span class="glyph" title="">&#226;&#136;&#188;</span> </td> </tr><tr><td> <code title="">thorn;</code> </td> <d> U+000FE </td> <td> <span class="glyph" title="">&#195;&#190;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> <td> <span class="glyph" title="">&#203;&#156;</span> </td> </tr><tr><td> <code title="">times;</code> </td> <td> U+000D7 </td> <td> <span class="glyph" title="">&#195;&#151;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> <td> <span class="glyph" title="">&#226;&#138;&#160;</span> </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> <td> <span class="glyph" title="">&#226;&#168;&#177;</span> </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> <td> <span class="glyph" title="">&#226;&#168;&#176;</span> </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> <td> <span class="glyph" title="">&#226;&#136;&#173;</span> </td> </tr>tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> <td> <span class="glyph" title="">&#226;&#164;&#168;</span> </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> <td> <span class="glyph" title="">&#226;&#138;&#164;</span> </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> <td> <span class="glyph" title="">&#226;&#140;&#182;</span> </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> <td> <span class="glyph" title="">&#226;&#171;&#177;</span> </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#165;</span> </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> <td> <span class="glyph" title="">&#226;&#171;&#154;</span> </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> <td> <span class="glyph" title="">&#226;&#164;&#169;</span> </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> <td> <span class"glyph" title="">&#226;&#128;&#180;</span> </td> </tr><tr><td> <code title="">trade;</code> </td> <td> U+02122 </td> <td> <span class="glyph" title="">&#226;&#132;&#162;</span> </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">&#226;&#150;&#181;</span> </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> <td> <span class="glyph" title="">&#226;&#150;&#191;</span> </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> <td> <span class="glyph" title="">&#226;&#151;&#131;</span> </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> <td> <span class="glyph" title="">&#226;&#138;&#180;</span> </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">&#226;&#137;&#156;</span> </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> <td> <span class="glyph" title="">&#226;&#150;&#185;</span> </t> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> <td> <span class="glyph" title="">&#226;&#138;&#181;</span> </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> <td> <span class="glyph" title="">&#226;&#151;&#172;</span> </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> <td> <span class="glyph" title="">&#226;&#137;&#156;</span> </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> <td> <span class="glyph" title="">&#226;&#168;&#186;</span> </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> <td> <span class="glyph" title="">&#226;&#168;&#185;</span> </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> <td> <span class="glyph" title="">&#226;&#167;&#141;</span> </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> <td> <span class="glyph" title="">&#226;&#168;&#187;</span> </td> </tr><tr><td> <code title="">trpezium;</code> </td> <td> U+023E2 /td> <td> <span class="glyph" title="">&#226;&#143;&#162;</span> </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#137;</span> </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> <td> <span class="glyph" title="">&#209;&#134;</span> </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> <td> <span class="glyph" title="">&#209;&#155;</span> </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> <td> <span class="glyph" title="">&#197;&#167;</span> </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> <td> <span class="glyph" title="">&#226;&#137;&#172;</span> </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> <td> <span class="glyph" title="">&#226;&#134;&#158;</span> </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> <td> <span class="glyph" title="">&#226;&#134;&#160;</span> </td> </t><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> <td> <span class="glyph" title="">&#226;&#135;&#145;</span> </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> <td> <span class="glyph" title="">&#226;&#165;&#163;</span> </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> <td> <span class="glyph" title="">&#195;&#186;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#226;&#134;&#145;</span> </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <td> <span class="glyph" title="">&#209;&#158;</span> </td> </tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> <td> <span class="glyph" title="">&#197;&#173;</span> </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> <td> <span class="glyph" title="">&#195;&#187;</span> </td> </tr><!-- (invalid entity with missing seicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> <td> <span class="glyph" title="">&#209;&#131;</span> </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> <td> <span class="glyph" title="">&#226;&#135;&#133;</span> </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> <td> <span class="glyph" title="">&#197;&#177;</span> </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> <td> <span class="glyph" title="">&#226;&#165;&#174;</span> </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> <td> <span class="glyph" title="">&#226;&#165;&#190;</span> </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#178;</span> </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> <td> <span class="glyph" title="">&#195;&#185;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy supportonly) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#226;&#134;&#191;</span> </td> </tr><tr><td> <code title="">uharr;</code> </td> <td> U+021BE </td> <td> <span class="glyph" title="">&#226;&#134;&#190;</span> </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> <td> <span class="glyph" title="">&#226;&#150;&#128;</span> </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">&#226;&#140;&#156;</span> </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> <td> <span class="glyph" title="">&#226;&#140;&#156;</span> </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> <td> <span class="glyph" title="">&#226;&#140;&#143;</span> </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> <td> <span class="glyph" title="">&#226;&#151;&#184;</span> </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> <td> <san class="glyph" title="">&#197;&#171;</span> </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> <td> <span class="glyph" title="">&#194;&#168;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> <td> <span class="glyph" title="">&#197;&#179;</span> </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#166;</span> </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> <td> <span class="glyph" title="">&#226;&#134;&#145;</span> </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#226;&#134;&#149;</span> </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> <td> <span class="glyph" title="">&#226;&#134;&#191;</span> </td> </tr><tr><td> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> <td> <spanclass="glyph" title="">&#226;&#134;&#190;</span> </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> <td> <span class="glyph" title="">&#226;&#138;&#142;</span> </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">&#207;&#133;</span> </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> <td> <span class="glyph" title="">&#207;&#146;</span> </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> <td> <span class="glyph" title="">&#207;&#133;</span> </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">&#226;&#135;&#136;</span> </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">&#226;&#140;&#157;</span> </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> <td> <span class="glyph" title="">&#226;&#140;&#157;</span> </td> </tr><tr><td> <code title="">urcrop;<code> </td> <td> U+0230E </td> <td> <span class="glyph" title="">&#226;&#140;&#142;</span> </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> <td> <span class="glyph" title="">&#197;&#175;</span> </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> <td> <span class="glyph" title="">&#226;&#151;&#185;</span> </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#138;</span> </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> <td> <span class="glyph" title="">&#226;&#139;&#176;</span> </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> <td> <span class="glyph" title="">&#197;&#169;</span> </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 </td> <td> <span class="glyph" title="">&#226;&#150;&#181;</span> </td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> <td> <span class="glyph" title="">&#226;&#150;&#180;</span> /td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> <td> <span class="glyph" title="">&#226;&#135;&#136;</span> </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> <td> <span class="glyph" title="">&#195;&#188;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> <td> <span class="glyph" title="">&#226;&#166;&#167;</span> </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> <td> <span class="glyph" title="">&#226;&#135;&#149;</span> </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> <td> <span class="glyph" title="">&#226;&#171;&#168;</span> </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> <td> <span class="glyph" title="">&#226;&#171;&#169;</span> </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> <td> <span class="glyph" title="">&#226;&#138;&#168;</span> </td> </tr><tr><td> code title="">vangrt;</code> </td> <td> U+0299C </td> <td> <span class="glyph" title="">&#226;&#166;&#156;</span> </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> <td> <span class="glyph" title="">&#207;&#181;</span> </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> <td> <span class="glyph" title="">&#207;&#176;</span> </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> <td> <span class="glyph" title="">&#226;&#136;&#133;</span> </td> </tr><tr><td> <code title="">varphi;</code> </td> <td> U+003D5 </td> <td> <span class="glyph" title="">&#207;&#149;</span> </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> <td> <span class="glyph" title="">&#207;&#150;</span> </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#226;&#136;&#157;</span> </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> <td> <span class="glyph" title="">&#26;&#134;&#149;</span> </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> <td> <span class="glyph" title="">&#207;&#177;</span> </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> <td> <span class="glyph" title="">&#207;&#130;</span> </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> <td> <span class="glyph" title="">&#207;&#145;</span> </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#226;&#138;&#178;</span> </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">&#226;&#138;&#179;</span> </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> <td> <span class="glyph" title="">&#208;&#178;</span> </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> <td> <span class="glyph" title="">&#226;&#138;&#162;</span> </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+2228 </td> <td> <span class="glyph" title="">&#226;&#136;&#168;</span> </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> <td> <span class="glyph" title="">&#226;&#138;&#187;</span> </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> <td> <span class="glyph" title="">&#226;&#137;&#154;</span> </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> <td> <span class="glyph" title="">&#226;&#139;&#174;</span> </td> </tr><tr><td> <code title="">verbar;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> <td> <span class="glyph" title="">|</span> </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#179;</span> </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> <td> <span class="glyph" title="">&#226;&#138;&#178;</span> </td> </tr><tr><td> <code title="">vopf;<code> </td> <td> U+1D567 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#167;</span> </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> <td> <span class="glyph" title="">&#226;&#136;&#157;</span> </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> <td> <span class="glyph" title="">&#226;&#138;&#179;</span> </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#139;</span> </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> <td> <span class="glyph" title="">&#226;&#166;&#154;</span> </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> <td> <span class="glyph" title="">&#197;&#181;</span> </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> <td> <span class="glyph" title="">&#226;&#169;&#159;</span> </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> <td> <span class="glyph" title="">&#226;&#136&#167;</span> </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> <td> <span class="glyph" title="">&#226;&#137;&#153;</span> </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">&#226;&#132;&#152;</span> </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#180;</span> </td> </tr><tr><td> <code title="">wopf;</code> </td> <td> U+1D568 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#168;</span> </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> <td> <span class="glyph" title="">&#226;&#132;&#152;</span> </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">&#226;&#137;&#128;</span> </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> <td> <span class="glyph" title="">&#226;&#137;&#128;</span> </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4C </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#140;</span> </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> <td> <span class="glyph" title="">&#226;&#139;&#130;</span> </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> <td> <span class="glyph" title="">&#226;&#151;&#175;</span> </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> <td> <span class="glyph" title="">&#226;&#139;&#131;</span> </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> <td> <span class="glyph" title="">&#226;&#150;&#189;</span> </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#181;</span> </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> <td> <span class="glyph" title="">&#226;&#159;&#186;</span> </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> <td> <span class="glyph" title="">&#226;&#159;&#183;</span> </td> </r><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> <td> <span class="glyph" title="">&#206;&#190;</span> </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> <td> <span class="glyph" title="">&#226;&#159;&#184;</span> </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> <td> <span class="glyph" title="">&#226;&#159;&#181;</span> </td> </tr><tr><td> <code title="">xmap;</code> </td> <td> U+027FC </td> <td> <span class="glyph" title="">&#226;&#159;&#188;</span> </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> <td> <span class="glyph" title="">&#226;&#139;&#187;</span> </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> <td> <span class="glyph" title="">&#226;&#168;&#128;</span> </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#169;</span> </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> <td> <span class="glyph"title="">&#226;&#168;&#129;</span> </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> <td> <span class="glyph" title="">&#226;&#168;&#130;</span> </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> <td> <span class="glyph" title="">&#226;&#159;&#185;</span> </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> <td> <span class="glyph" title="">&#226;&#159;&#182;</span> </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#141;</span> </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> <td> <span class="glyph" title="">&#226;&#168;&#134;</span> </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> <td> <span class="glyph" title="">&#226;&#168;&#132;</span> </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> <td> <span class="glyph" title="">&#226;&#150;&#179;</span> </td> </tr><tr><td> <code title="">xvee;<code> </td> <td> U+022C1 </td> <td> <span class="glyph" title="">&#226;&#139;&#129;</span> </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> <td> <span class="glyph" title="">&#226;&#139;&#128;</span> </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> <td> <span class="glyph" title="">&#195;&#189;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> <td> <span class="glyph" title="">&#209;&#143;</span> </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> <td> <span class="glyph" title="">&#197;&#183;</span> </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> <td> <span class="glyph" title="">&#209;&#139;</span> </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> <td> <span class="glyph" title="">&#194;&#165;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><d> <code title="">yfr;</code> </td> <td> U+1D536 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#182;</span> </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> <td> <span class="glyph" title="">&#209;&#151;</span> </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#170;</span> </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#142;</span> </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> <td> <span class="glyph" title="">&#209;&#142;</span> </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> <td> <span class="glyph" title="">&#195;&#191;</span> </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> <td> <span class="glyph" title="">&#197;&#186;</span> </td> </tr><tr><td> <code title="">zcaron</code> </td> <td> U+0017E </td> <td> <span class="glyph" title="">&#197;&#190;</span> </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> <td> <span class="glyph" title="">&#208;&#183;</span> </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td> <td> <span class="glyph" title="">&#197;&#188;</span> </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> <td> <span class="glyph" title="">&#226;&#132;&#168;</span> </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> <td> <span class="glyph" title="">&#206;&#182;</span> </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> <td> <span class="glyph" title="">&#240;&#157;&#148;&#183;</span> </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> <td> <span class="glyph" title="">&#208;&#182;</span> </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> <td> <span class="glyph" title="">&#226;&#135;&#157;</span> </td> </tr><tr><td><code title="">zopf;</code> </td> <td> U+1D56B </td> <td> <span class="glyph" title="">&#240;&#157;&#149;&#171;</span> </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> <td> <span class="glyph" title="">&#240;&#157;&#147;&#143;</span> </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> <td> <span class="glyph" title="">&#226;&#128;&#141;</span> </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> <td> <span class="glyph" title="">&#226;&#128;&#140;</span> </td> </tr></tbody></table><!--
    If we want to add character references, Almorca suggests:
    > I would add &sub1; (character U+2081), &sub2;
    > (character U+2082) and &sub3; (character U+2083). They

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -d -r1.589 -r1.590
--- references.html	2 Jul 2010 23:07:32 -0000	1.589
+++ references.html	7 Jul 2010 08:58:12 -0000	1.590
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>References &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>References &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="index.html" title="Index" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="index.html" title="Index" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="acknowledgements.html" title="Acknowledgements" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -375,7 +375,7 @@
 
    <dt id="refsCHARMOD">[CHARMOD]</dt>
    <dd>(Non-normative) <cite><a href="http://www.w3.org/TR/charmod/">Character Model for the World
-   Wide Web 1.0: Fundamentals</a></cite>, M. D&#252;rst, F. Yergeau,
+   Wide Web 1.0: Fundamentals</a></cite>, M. D&#195;&#188;rst, F. Yergeau,
    R. Ishida, M. Wolf, T. Texin. W3C.</dd>
 
    <dt id="refsCOMPUTABLE">[COMPUTABLE]</dt>
@@ -405,7 +405,7 @@
 
    <dt id="refsCSS">[CSS]</dt>
    <dd><cite><a href="http://www.w3.org/TR/CSS/">Cascading Style Sheets Level 2
-   Revision 1</a></cite>, B. Bos, T. &#199;elik, I.
+   Revision 1</a></cite>, B. Bos, T. &#195;&#135;elik, I.
    Hickson, H. Lie. W3C.</dd>
 
    <dt id="refsCSSATTR">[CSSATTR]</dt>
@@ -419,7 +419,7 @@
    Baron. W3C.</dd>
    -->
    <dd><cite><a href="http://dev.w3.org/csswg/css3-color/">CSS Color
-   Module Level 3</a></cite>, T. &#199;elik, C. Lilley, L.
+   Module Level 3</a></cite>, T. &#195;&#135;elik, C. Lilley, L.
    Baron. W3C.</dd>
 
    <dt id="refsCSSOM">[CSSOM]</dt>
@@ -428,7 +428,7 @@
 
    <dt id="refsCSSUI">[CSSUI]</dt>
    <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
-   Interface Module</a></cite>, T. &#199;elik. W3C.</dd>
+   Interface Module</a></cite>, T. &#195;&#135;elik. W3C.</dd>
 
    <dt id="refsDOMCORE">[DOMCORE]</dt>
    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
@@ -506,7 +506,7 @@
 
    <dt id="refsHTTP">[HTTP]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2616.txt">Hypertext
-   Transfer Protocol &#8212; HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
+   Transfer Protocol &#226;&#128;&#148; HTTP/1.1</a></cite>, R. Fielding, J. Gettys,
    J. Mogul, H.  Frystyk, L. Masinter, P. Leach, T. Berners-Lee. IETF.</dd>
 
    <dt id="refsIANACHARSET">[IANACHARSET]</dt>
@@ -518,18 +518,18 @@
    Message Header Field Names</a></cite>. IANA.</dd>
 
    <dt id="refsISO8601">[ISO8601]</dt>
-   <dd><cite><a href="http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&amp;nodeid=4021199">ISO8601: Data elements and interchange formats &#8212; Information interchange &#8212; Representation of dates and times</a></cite>. ISO.</dd>
+   <dd><cite><a href="http://isotc.iso.org/livelink/livelink/4021199/ISO_8601_2004_E.zip?func=doc.Fetch&amp;nodeid=4021199">ISO8601: Data elements and interchange formats &#226;&#128;&#148; Information interchange &#226;&#128;&#148; Representation of dates and times</a></cite>. ISO.</dd>
 
    <dt id="refsISO885911">[ISO885911]</dt>
    <dd><cite><a href="http://anubis.dkuug.dk/jtc1/sc2/open/02n3333.pdf">ISO-8859-11:
-   Information technology &#8212; 8-bit single-byte coded graphic
-   character sets &#8212; Part 11: Latin/Thai
+   Information technology &#226;&#128;&#148; 8-bit single-byte coded graphic
+   character sets &#226;&#128;&#148; Part 11: Latin/Thai
    alphabet</a></cite>. ISO.</dd>
 
    <dt id="refsJSURL">[JSURL]</dt>
    <dd><cite><a href="http://tools.ietf.org/html/draft-hoehrmann-javascript-scheme">The
    'javascript' resource identifier scheme</a></cite>,
-   B. H&#246;hrmann. IETF.</dd>
+   B. H&#195;&#182;hrmann. IETF.</dd>
 
    <dt id="refsMAILTO">[MAILTO]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc2368.txt">The mailto URL
@@ -552,7 +552,7 @@
    Kesteren. W3C.</dd>
    -->
    <dd><cite><a href="http://dev.w3.org/csswg/css3-mediaqueries/">Media
-   Queries</a></cite>, H. Lie, T.  &#199;elik, D. Glazman, A. van
+   Queries</a></cite>, H. Lie, T.  &#195;&#135;elik, D. Glazman, A. van
    Kesteren. W3C.</dd>
 
    <dt id="refsNPAPI">[NPAPI]</dt>
@@ -579,7 +579,7 @@
    <dt id="refsPPUTF8">[PPUTF8]</dt>
    <dd>(Non-normative) <cite><a href="http://www.ifi.uzh.ch/mml/mduerst/papers/PDF/IUC11-UTF-8.pdf">The
    Properties and Promises <!-- Promizes (sic) --> of
-   UTF-8</a></cite>, M. D&#252;rst. University of Z&#252;rich. In <cite>Proceedings of the 11th International
+   UTF-8</a></cite>, M. D&#195;&#188;rst. University of Z&#195;&#188;rich. In <cite>Proceedings of the 11th International
    Unicode Conference</cite>.</dd>
 
    <dt id="refsPROGRESS">[PROGRESS]</dt>
@@ -707,7 +707,7 @@
 
    <dt id="refsRFC3987">[RFC3987]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc3987.txt">Internationalized
-   Resource Identifiers (IRIs)</a></cite>, M. D&#252;rst, M. Suignard. IETF.</dd>
+   Resource Identifiers (IRIs)</a></cite>, M. D&#195;&#188;rst, M. Suignard. IETF.</dd>
 
    <dt id="refsRFC4281">[RFC4281]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc4281.txt">The Codecs Parameter
@@ -715,7 +715,7 @@
 
    <dt id="refsRFC4329">[RFC4329]</dt>
    <dd>(Non-normative) <cite><a href="http://www.ietf.org/rfc/rfc4329.txt">Scripting Media
-   Types</a></cite>, B. H&#246;hrmann. IETF.</dd>
+   Types</a></cite>, B. H&#195;&#182;hrmann. IETF.</dd>
 
    <dt id="refsRFC5280">[RFC5280]</dt>
    <dd><cite><a href="http://www.ietf.org/rfc/rfc5280.txt">Internet
@@ -739,7 +739,7 @@
 
    <dt id="refsSELECTORS">[SELECTORS]</dt>
    <dd><cite><a href="http://www.w3.org/TR/css3-selectors">Selectors</a></cite>,
-   T. &#199;elik, E. Etemad, D.  Glazman, I. Hickson, P. Linss,
+   T. &#195;&#135;elik, E. Etemad, D.  Glazman, I. Hickson, P. Linss,
    J. Williams. W3C.</dd>
 
    <dt id="refsSHIFTJIS">[SHIFTJIS]</dt>
@@ -748,14 +748,14 @@
 
    <dt id="refsSRGB">[SRGB]</dt>
    <dd><cite lang="en-GB"><a href="http://webstore.iec.ch/webstore/webstore.nsf/artnum/025408!OpenDocument&amp;Click=">IEC
-   61966-2-1: Multimedia systems and equipment &#8212; Colour measurement
-   and management &#8212; Part 2-1: Colour management &#8212; Default RGB colour
-   space &#8212; sRGB</a></cite>. IEC.</dd>
+   61966-2-1: Multimedia systems and equipment &#226;&#128;&#148; Colour measurement
+   and management &#226;&#128;&#148; Part 2-1: Colour management &#226;&#128;&#148; Default RGB colour
+   space &#226;&#128;&#148; sRGB</a></cite>. IEC.</dd>
 
    <dt id="refsSVG">[SVG]</dt>
    <dd><cite><a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector
    Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson,
-   R. Berjon, E. Dahlstr&#246;m, A. Emmons, J. Ferraiolo, A. Grasso,
+   R. Berjon, E. Dahlstr&#195;&#182;m, A. Emmons, J. Ferraiolo, A. Grasso,
    V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack,
    A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers,
    A. Shellshear. W3C.</dd>
@@ -788,7 +788,7 @@
 
    <dt id="refsUTF8DET">[UTF8DET]</dt>
    <dd>(Non-normative) <cite><a href="http://www.w3.org/International/questions/qa-forms-utf-8">Multilingual
-   form encoding</a></cite>, M. D&#252;rst. W3C.</dd>
+   form encoding</a></cite>, M. D&#195;&#188;rst. W3C.</dd>
 
    <dt id="refsUTR36">[UTR36]</dt>
    <dd>(Non-normative) <cite><a href="http://www.unicode.org/reports/tr36/">UTR #36: Unicode
@@ -857,7 +857,7 @@
 
    <dt id="refsX690">[X690]</dt>
    <dd><cite><a href="http://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf">Recommendation
-   X.690 &#8212; Information Technology &#8212; ASN.1 Encoding Rules &#8212;
+   X.690 &#226;&#128;&#148; Information Technology &#226;&#128;&#148; ASN.1 Encoding Rules &#226;&#128;&#148;
    Specification of Basic Encoding Rules (BER), Canonical Encoding
    Rules (CER), and Distinguished Encoding Rules
    (DER)</a></cite>. International Telecommunication Union.</dd>

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.600
retrieving revision 1.601
diff -u -d -r1.600 -r1.601
--- semantics.html	2 Jul 2010 23:07:32 -0000	1.600
+++ semantics.html	7 Jul 2010 08:58:12 -0000	1.601
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4 The elements of HTML &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4 The elements of HTML &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="scripting-1.html" title="4.3 Scripting" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -336,20 +336,20 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlhtmlelement">HTMLHtmlElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-html-element-0">html</a></code> element <a href="#represents">represents</a> the root of
+  </dl><p>The <code><a href="#the-html-element-0">html</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the root of
   an HTML document.</p><p>The <dfn id="attr-html-manifest" title="attr-html-manifest"><code>manifest</code></dfn>
-  attribute gives the address of the document's <a href="#application-cache">application
-  cache</a> <a href="#concept-appcache-manifest" title="concept-appcache-manifest">manifest</a>, if there is
+  attribute gives the address of the document's <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application
+  cache</a> <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-manifest" title='Read about this "manifest" reference in the full HTML5 spec.' class="full-spec-link">manifest</a>, if there is
   one. If the attribute is present, the attribute's value must be a
   <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by
   spaces</a>.</p><p>The <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attribute
-  only <a href="#concept-appcache-init" title="concept-appcache-init">has an effect</a> during
+  only <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-init" title='Read about this "has an effect" reference in the full HTML5 spec.' class="full-spec-link">has an effect</a> during
   the early stages of document load. Changing the attribute
   dynamically thus has no effect (and thus, no DOM API is provided for
-  this attribute).</p><p class="note">For the purposes of <a href="#concept-appcache-init" title="concept-appcache-init">application cache selection</a>,
-  later <code><a href="#the-base-element">base</a></code> elements cannot affect the <a href="#resolve-a-url" title="resolve a url">resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attributes, as the
-  attributes are processed before those elements are seen.</p><p class="note">The <code title="dom-applicationCache"><a href="#dom-applicationcache">window.applicationCache</a></code> IDL
-  attribute provides scripted access to the offline <a href="#application-cache">application
+  this attribute).</p><p class="note">For the purposes of <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-init" title='Read about this "application cache selection" reference in the full HTML5 spec.' class="full-spec-link">application cache selection</a>,
+  later <code><a href="#the-base-element">base</a></code> elements cannot affect the <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving of relative URLs" reference in the full HTML5 spec.' class="full-spec-link">resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest">manifest</a></code> attributes, as the
+  attributes are processed before those elements are seen.</p><p class="note">The <code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" class="full-spec-link" title='Read about this "window.applicationCache" reference in the full HTML5 spec.'>window.applicationCache</a></code> IDL
+  attribute provides scripted access to the offline <a href="http://dev.w3.org/html5/spec/.html#application-cache" class="full-spec-link" title='Read about this "application cache" reference in the full HTML5 spec.'>application
   cache</a> mechanism.</p><div class="example">
 
    <p>The <code><a href="#the-html-element-0">html</a></code> element in the following example declares
@@ -380,8 +380,8 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlheadelement">HTMLHeadElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-head-element-0">head</a></code> element <a href="#represents">represents</a> a
-  collection of metadata for the <code><a href="#document">Document</a></code>.</p><div class="example">
+  </dl><p>The <code><a href="#the-head-element-0">head</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  collection of metadata for the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><div class="example">
 
    <p>The collection of metadata in a <code><a href="#the-head-element-0">head</a></code> element can be
    large or small. Here is an example of a very short one:</p>
@@ -425,17 +425,17 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltitleelement">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-title-text" title="dom-title-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.' class="full-spec-link">text</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-title-element-0">title</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-title-element-0">title</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   document's title or name. Authors should use titles that identify
   their documents even when they are used out of context, for example
   in a user's history or bookmarks, or in search results. The
   document's title is often different from its first heading, since the
   first heading does not have to stand alone when taken out of
   context.</p><p>There must be no more than one <code><a href="#the-title-element-0">title</a></code> element per
-  document.</p><dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a href="#dom-title-text">text</a></code> [ = <var title="">value</var> ]</dt>
+  document.</p><dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a href="http://dev.w3.org/html5/spec/.html#dom-title-text" class="full-spec-link" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -467,7 +467,7 @@
     ...
   &lt;h1&gt;The Dances&lt;/h1&gt;</pre>
 
-  </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a href="#document.title">document.title</a></code> IDL
+  </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a href="http://dev.w3.org/html5/spec/.html#document.title" class="full-spec-link" title='Read about this "document.title" reference in the full HTML5 spec.'>document.title</a></code> IDL
   attribute. </p><h4 id="the-base-element"><span class="secno">4.2.3 </span>The <dfn><code>base</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#metadata-content">Metadata content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
@@ -481,14 +481,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlbaseelement">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-base-href" title="dom-base-href">href</a>;
-           attribute DOMString <a href="#dom-base-target" title="dom-base-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-base-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-base-target" title='Read about this "target" reference in the full HTML5 spec.' class="full-spec-link">target</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-base-element">base</a></code> element allows authors to specify the
-  <a href="#document-base-url">document base URL</a> for the purposes of <a href="#resolve-a-url" title="resolve a url">resolving relative URLs</a>, and the name
+  <a href="http://dev.w3.org/html5/spec/.html#document-base-url" class="full-spec-link" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a> for the purposes of <a href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving relative URLs" reference in the full HTML5 spec.' class="full-spec-link">resolving relative URLs</a>, and the name
   of the default <a href="browsers.html#browsing-context">browsing context</a> for the purposes of
-  <a href="#following-hyperlinks">following hyperlinks</a>. The element does not <a href="#represents" title="represents">represent</a> any content beyond this
+  <a href="http://dev.w3.org/html5/spec/.html#following-hyperlinks" class="full-spec-link" title='Read about this "following hyperlinks" reference in the full HTML5 spec.'>following hyperlinks</a>. The element does not <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> any content beyond this
   information.</p><p>There must be no more than one <code><a href="#the-base-element">base</a></code> element per
   document.</p><p>A <code><a href="#the-base-element">base</a></code> element must have either an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, or both.</p><p>The <dfn id="attr-base-href" title="attr-base-href"><code>href</code></dfn> content
   attribute, if specified, must contain a <a href="urls.html#valid-url-potentially-surrounded-by-spaces">valid URL potentially
@@ -499,11 +499,11 @@
   isn't affected by <code><a href="#the-base-element">base</a></code> elements).</p><p>The <dfn id="attr-base-target" title="attr-base-target"><code>target</code></dfn>
   attribute, if specified, must contain a <a href="browsers.html#valid-browsing-context-name-or-keyword">valid browsing context
   name or keyword</a>, which specifies which <a href="browsers.html#browsing-context">browsing
-  context</a> is to be used as the default when <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" title="form">forms</a> in the <code><a href="#document">Document</a></code> cause <a href="#navigate" title="navigate">navigation</a>.</p><p>A <code><a href="#the-base-element">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, must come before
+  context</a> is to be used as the default when <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" title="form">forms</a> in the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cause <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.' class="full-spec-link">navigation</a>.</p><p>A <code><a href="#the-base-element">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, must come before
   any elements in the tree that represent <a href="links.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><div class="example">
 
    <p>In this example, a <code><a href="#the-base-element">base</a></code> element is used to set the
-   <a href="#document-base-url">document base URL</a>:</p>
+   <a href="http://dev.w3.org/html5/spec/.html#document-base-url" class="full-spec-link" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a>:</p>
 
    <pre>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -538,13 +538,13 @@
    <dd>
 <pre class="idl">interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
            attribute boolean <a href="#dom-link-disabled" title="dom-link-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-link-href" title="dom-link-href">href</a>;
-           attribute DOMString <a href="#dom-link-rel" title="dom-link-rel">rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="#dom-link-rellist" title="dom-link-relList">relList</a>;
-           attribute DOMString <a href="#dom-link-media" title="dom-link-media">media</a>;
-           attribute DOMString <a href="#dom-link-hreflang" title="dom-link-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-link-type" title="dom-link-type">type</a>;
-  [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-link-sizes" title="dom-link-sizes">sizes</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-link-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-link-rel" title='Read about this "rel" reference in the full HTML5 spec.' class="full-spec-link">rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-link-rellist" title='Read about this "relList" reference in the full HTML5 spec.' class="full-spec-link">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-link-media" title='Read about this "media" reference in the full HTML5 spec.' class="full-spec-link">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-link-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.' class="full-spec-link">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-link-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-link-sizes" title='Read about this "sizes" reference in the full HTML5 spec.' class="full-spec-link">sizes</a>;
 };
 <a href="#htmllinkelement">HTMLLinkElement</a> implements <span>LinkStyle</span>;</pre>
    </dd>
@@ -605,7 +605,7 @@
   the <code title="rel-icon"><a href="links.html#rel-icon">icon</a></code> keyword.</p><p>The IDL attribute <dfn id="dom-link-disabled" title="dom-link-disabled"><code>disabled</code></dfn> only applies
   to style sheet links. When the <code><a href="#the-link-element">link</a></code> element defines a
   style sheet link, then the <code title="dom-link-disabled"><a href="#dom-link-disabled">disabled</a></code> attribute behaves as
-  defined <a href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative
+  defined <a href="http://dev.w3.org/html5/spec/.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative
   style sheets DOM</a>. For all other <code><a href="#the-link-element">link</a></code> elements it
   always return false and does nothing on setting.</p><!-- that is
   normatively required in the definition of dom-linkstyle-disabled --><p>The <code>LinkStyle</code> interface is also implemented by
@@ -657,12 +657,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute DOMString <a href="#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="#dom-meta-content" title="dom-meta-content">content</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.' class="full-spec-link">httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.' class="full-spec-link">content</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#meta">meta</a></code> element <a href="#represents">represents</a> various
+  </dl><p>The <code><a href="#meta">meta</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> various
   kinds of metadata that cannot be expressed using the
   <code><a href="#the-title-element-0">title</a></code>, <code><a href="#the-base-element">base</a></code>, <code><a href="#the-link-element">link</a></code>,
   <code><a href="#the-style-element">style</a></code>, and <code><a href="scripting-1.html#script">script</a></code> elements.</p><p>The <code><a href="#meta">meta</a></code> element can represent document-level
@@ -967,7 +967,7 @@
     declaration state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must have a
     value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for a
     string that consists of: the literal string "<code title="">text/html;</code>", optionally followed by any number of
-    <a href="#space-character" title="space character">space characters</a>, followed by
+    <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, followed by
     the literal string "<code title="">charset=</code>", followed by
     the character encoding name of the <a href="#character-encoding-declaration">character encoding
     declaration</a>.</p>
@@ -1012,7 +1012,7 @@
     <ul><li> just a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, or</li>
 
      <li> a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, followed by a
-     U+003B SEMICOLON character (;), followed by one or more <a href="#space-character" title="space character">space characters</a>, followed by
+     U+003B SEMICOLON character (;), followed by one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, followed by
      either a U+0055 LATIN CAPITAL LETTER U character (U) or a U+0075
      LATIN SMALL LETTER U character (u), a U+0052 LATIN CAPITAL LETTER
      R character (R) or a U+0072 LATIN SMALL LETTER R character (r), a
@@ -1112,7 +1112,7 @@
 
   </ul><p>If an <a href="dom.html#html-documents" title="HTML documents">HTML document</a> does not
   start with a BOM, and if its encoding is not explicitly given by
-  <a href="#content-type" title="Content-Type">Content-Type metadata</a>, and the
+  <a href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.' class="full-spec-link">Content-Type metadata</a>, and the
   document is not <a href="the-iframe-element.html#an-iframe-srcdoc-document">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, then the
   character encoding used must be an <a href="infrastructure.html#ascii-compatible-character-encoding">ASCII-compatible character
   encoding</a>, and, in addition, if that encoding isn't US-ASCII
@@ -1167,7 +1167,7 @@
   algorithms described in this specification intentionally do not
   distinguish it from UTF-16. <a href="references.html#refsUNICODE">[UNICODE]</a></p><p class="note">Using non-UTF-8 encodings can have unexpected
   results on form submission and URL encodings, which use the
-  <a href="#document-s-character-encoding">document's character encoding</a> by default.</p><p>In XHTML, the XML declaration should be used for inline character
+  <a href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" class="full-spec-link" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a> by default.</p><p>In XHTML, the XML declaration should be used for inline character
   encoding information, if necessary.</p><div class="example">
 
    <p>In HTML, to declare that the character encoding is UTF-8, the
@@ -1200,16 +1200,16 @@
    <dd>
 <pre class="idl">interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
            attribute boolean <a href="#dom-style-disabled" title="dom-style-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-style-media" title="dom-style-media">media</a>;
-           attribute DOMString <a href="#dom-style-type" title="dom-style-type">type</a>;
-           attribute boolean <a href="#dom-style-scoped" title="dom-style-scoped">scoped</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-style-media" title='Read about this "media" reference in the full HTML5 spec.' class="full-spec-link">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-style-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.' class="full-spec-link">scoped</a>;
 };
 <a href="#htmlstyleelement">HTMLStyleElement</a> implements <span>LinkStyle</span>;</pre>
    </dd>
   </dl><p>The <code><a href="#the-style-element">style</a></code> element allows authors to embed style
   information in their documents. The <code><a href="#the-style-element">style</a></code> element is
   one of several inputs to the <a href="#styling">styling processing
-  model</a>. The element does not <a href="#represents" title="represents">represent</a> content for the user.</p><p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn>
+  model</a>. The element does not <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> content for the user.</p><p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn>
   attribute gives the styling language. If the attribute is present,
   its value must be a <a href="infrastructure.html#valid-mime-type">valid MIME type</a> that designates a
   styling language. The <code title="">charset</code> parameter must
@@ -1223,7 +1223,7 @@
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If set, it indicates
   that the styles are intended just for the subtree rooted at the
   <code><a href="#the-style-element">style</a></code> element's parent element, as opposed to the whole
-  <code><a href="#document">Document</a></code>.</p><p id="title-on-style">The <dfn id="attr-style-title" title="attr-style-title"><code>title</code></dfn> attribute on
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><p id="title-on-style">The <dfn id="attr-style-title" title="attr-style-title"><code>title</code></dfn> attribute on
   <code><a href="#the-style-element">style</a></code> elements defines <span>alternative style sheet
   sets</span>. If the <code><a href="#the-style-element">style</a></code> element has no <code title="attr-style-title"><a href="#attr-style-title">title</a></code> attribute, then it has no
   title; the <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute of
@@ -1231,7 +1231,7 @@
   attribute on <code><a href="#the-style-element">style</a></code> elements, like the <code title="attr-link-title"><a href="#attr-link-title">title</a></code> attribute on <code><a href="#the-link-element">link</a></code>
   elements, differs from the global <code title="attr-title"><a href="elements.html#the-title-attribute">title</a></code> attribute in that a
   <code><a href="#the-style-element">style</a></code> block without a title does not inherit the title
-  of the parent element: it merely has no title.</p><p>The <code><a href="#textcontent">textContent</a></code> of a <code><a href="#the-style-element">style</a></code> element must
+  of the parent element: it merely has no title.</p><p>The <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#the-style-element">style</a></code> element must
   match the <code title="">style</code> production in the following
   ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a></p><pre>style         = no-c-start *( c-start no-c-end c-end no-c-start )
 no-c-start    = &lt;any string that doesn't contain a substring that matches c-start &gt;
@@ -1246,7 +1246,7 @@
        requirement.
   --><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><p>The <dfn id="dom-style-disabled" title="dom-style-disabled"><code>disabled</code></dfn>
-  IDL attribute behaves as defined <a href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets
+  IDL attribute behaves as defined <a href="http://dev.w3.org/html5/spec/.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.' class="full-spec-link">for the alternative style sheets
   DOM</a>.</p><p>The <code>LinkStyle</code> interface is also implemented by
   this element; the <a href="#styling">styling processing model</a> defines
   how. <a href="references.html#refsCSSOM">[CSSOM]</a></p><div class="example">

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -d -r1.603 -r1.604
--- index.html	2 Jul 2010 23:07:31 -0000	1.603
+++ index.html	7 Jul 2010 08:58:11 -0000	1.604
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>Index &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Index &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="iana.html" title="11 IANA considerations" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="iana.html" title="11 IANA considerations" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="references.html" title="References" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -450,25 +450,25 @@
      <td><code><a href="semantics.html#the-html-element-0">html</a></code></td>
      <td><a href="content-models.html#flow-content" title="Flow content">flow</a></td>
      <td><a href="elements.html#global-attributes" title="global attributes">globals</a>;
-         <code title="handler-window-onafterprint"><a href="#handler-window-onafterprint">onafterprint</a></code>;
-         <code title="handler-window-onbeforeprint"><a href="#handler-window-onbeforeprint">onbeforeprint</a></code>;
-         <code title="handler-window-onbeforeunload"><a href="#handler-window-onbeforeunload">onbeforeunload</a></code>;
-         <code title="handler-window-onblur"><a href="#handler-window-onblur">onblur</a></code>;
-         <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code>;
-         <code title="handler-window-onfocus"><a href="#handler-window-onfocus">onfocus</a></code>;
-         <code title="handler-window-onhashchange"><a href="#handler-window-onhashchange">onhashchange</a></code>;
-         <code title="handler-window-onload"><a href="#handler-window-onload">onload</a></code>;
-         <code title="handler-window-onmessage"><a href="#handler-window-onmessage">onmessage</a></code>;
-         <code title="handler-window-onoffline"><a href="#handler-window-onoffline">onoffline</a></code>;
-         <code title="handler-window-ononline"><a href="#handler-window-ononline">ononline</a></code>;
-         <code title="handler-window-onpagehide"><a href="#handler-window-onpagehide">onpagehide</a></code>;
-         <code title="handler-window-onpageshow"><a href="#handler-window-onpageshow">onpageshow</a></code>;
-         <code title="handler-window-onpopstate"><a href="#handler-window-onpopstate">onpopstate</a></code>;
-         <code title="handler-window-onredo"><a href="#handler-window-onredo">onredo</a></code>;
-         <code title="handler-window-onresize"><a href="#handler-window-onresize">onresize</a></code>;
-         <code title="handler-window-onstorage"><a href="#handler-window-onstorage">onstorage</a></code>;
-         <code title="handler-window-onundo"><a href="#handler-window-onundo">onundo</a></code>;
-         <code title="handler-window-onunload"><a href="#handler-window-onunload">onunload</a></code></td>
+         <code title="handler-window-onafterprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" class="full-spec-link" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code>;
+         <code title="handler-window-onbeforeprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" class="full-spec-link" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code>;
+         <code title="handler-window-onbeforeunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" class="full-spec-link" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code>;
+         <code title="handler-window-onblur"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" class="full-spec-link" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>;
+         <code title="handler-window-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>;
+         <code title="handler-window-onfocus"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" class="full-spec-link" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>;
+         <code title="handler-window-onhashchange"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" class="full-spec-link" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code>;
+         <code title="handler-window-onload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" class="full-spec-link" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>;
+         <code title="handler-window-onmessage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" class="full-spec-link" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code>;
+         <code title="handler-window-onoffline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" class="full-spec-link" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code>;
+         <code title="handler-window-ononline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" class="full-spec-link" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code>;
+         <code title="handler-window-onpagehide"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" class="full-spec-link" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code>;
+         <code title="handler-window-onpageshow"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" class="full-spec-link" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code>;
+         <code title="handler-window-onpopstate"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" class="full-spec-link" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code>;
+         <code title="handler-window-onredo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" class="full-spec-link" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code>;
+         <code title="handler-window-onresize"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" class="full-spec-link" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code>;
+         <code title="handler-window-onstorage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" class="full-spec-link" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code>;
+         <code title="handler-window-onundo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" class="full-spec-link" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code>;
+         <code title="handler-window-onunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" class="full-spec-link" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></td>
      <td><code><a href="sections.html#htmlbodyelement">HTMLBodyElement</a></code></td>
     </tr><tr><th><code><a href="text-level-semantics.html#the-br-element">br</a></code></th>
      <td>Line break, e.g. in poem or postal address</td>
@@ -1434,7 +1434,7 @@
       <code><a href="semantics.html#the-style-element">style</a></code>;
       <code><a href="semantics.html#the-title-element-0">title</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="content-models.html#flow-content">Flow content</a>
      </td><td>
@@ -1527,7 +1527,7 @@
       <code><a href="sections.html#the-nav-element">nav</a></code>;
       <code><a href="sections.html#the-section-element">section</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="content-models.html#heading-content">Heading content</a>
      </td><td>
@@ -1539,7 +1539,7 @@
       <code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>;
       <code><a href="sections.html#the-hgroup-element">hgroup</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="content-models.html#phrasing-content">Phrasing content</a>
      </td><td>
@@ -1608,7 +1608,7 @@
       <code><a href="the-map-element.html#svg">svg</a></code>
       <code><a href="video.html#video">video</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="content-models.html#interactive-content">Interactive content</a>
      </td><td>
@@ -1640,7 +1640,7 @@
       <code><a href="grouping-content.html#the-figure-element">figure</a></code>;
       <code><a href="tabular-data.html#the-td-element">td</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="forms.html#form-associated-element" title="form-associated element">Form-associated elements</a>
      </td><td>
@@ -1656,7 +1656,7 @@
       <code><a href="the-button-element.html#the-select-element">select</a></code>;
       <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="forms.html#category-listed" title="category-listed">Listed elements</a>
      </td><td>
@@ -1669,7 +1669,7 @@
       <code><a href="the-button-element.html#the-select-element">select</a></code>;
       <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="forms.html#category-label" title="category-label">Labelable elements</a>
      </td><td>
@@ -1682,7 +1682,7 @@
       <code><a href="the-button-element.html#the-select-element">select</a></code>;
       <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="forms.html#category-submit" title="category-submit">Submittable elements</a>
      </td><td>
@@ -1693,7 +1693,7 @@
       <code><a href="the-button-element.html#the-select-element">select</a></code>;
       <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="forms.html#category-reset" title="category-reset">Resettable elements</a>
      </td><td>
@@ -1703,7 +1703,7 @@
       <code><a href="the-button-element.html#the-select-element">select</a></code>;
       <code><a href="the-button-element.html#the-textarea-element">textarea</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
     </td></tr><tr><td> <a href="dnd.html#formatblock-candidate" title="formatBlock candidate"><code title="">formatBlock</code> candidates</a>
      </td><td>
@@ -1726,7 +1726,7 @@
       <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code>;
       <code><a href="grouping-content.html#the-div-element">div</a></code>
      </td><td>
-      &#8212;
+      &#226;&#128;&#148;
 
   </td></tr></tbody></table><h3 class="no-num" id="attributes-1">Attributes</h3><p><i>This section is non-normative.</i></p><table><caption>List of attributes (excluding event handler content attributes)</caption>
    <thead><tr><th> Attribute
@@ -1820,7 +1820,7 @@
      </td><td> <a href="elements.html#attribute-text">Text</a>*
     </td></tr><tr><th> <code title="">contenteditable</code>
      </th><td> <a href="editing.html#attr-contenteditable" title="attr-contenteditable">HTML elements</a>
-     </td><td> Whether the element is <a href="#editable">editable</a>
+     </td><td> Whether the element is <a href="http://dev.w3.org/html5/spec/.html#editable" class="full-spec-link" title='Read about this "editable" reference in the full HTML5 spec.'>editable</a>
      </td><td> "<code title="">true</code>"; "<code title="">false</code>"
     </td></tr><tr><th> <code title="">contextmenu</code>
      </th><td> <a href="interactive-elements.html#attr-contextmenu" title="attr-contextmenu">HTML elements</a>
@@ -1957,7 +1957,7 @@
      </td><td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
     </td></tr><tr><th> <code title="">href</code>
      </th><td> <code title="attr-base-href"><a href="semantics.html#attr-base-href">base</a></code>
-     </td><td> <a href="#document-base-url">Document base URL</a>
+     </td><td> <a href="http://dev.w3.org/html5/spec/.html#document-base-url" class="full-spec-link" title='Read about this "Document base URL" reference in the full HTML5 spec.'>Document base URL</a>
      </td><td> <a href="urls.html#valid-url-potentially-surrounded-by-spaces">Valid URL potentially surrounded by spaces</a>
     </td></tr><tr><th> <code title="">hreflang</code>
      </th><td> <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang">a</a></code>;
@@ -1994,7 +1994,7 @@
      </td><td> <a href="elements.html#attribute-text">Text</a>
     </td></tr><tr><th> <code title="">lang</code>
      </th><td> <a href="elements.html#attr-lang" title="attr-lang">HTML elements</a>
-     </td><td> <a href="#language">Language</a> of the element
+     </td><td> <a href="http://dev.w3.org/html5/spec/.html#language" class="full-spec-link" title='Read about this "Language" reference in the full HTML5 spec.'>Language</a> of the element
      </td><td> Valid BCP 47 language tag or the empty string
     </td></tr><tr><th> <code title="">list</code>
      </th><td> <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">input</a></code>
@@ -2011,7 +2011,7 @@
      </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
     </td></tr><tr><th> <code title="">manifest</code>
      </th><td> <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest">html</a></code>
-     </td><td> <a href="#concept-appcache-manifest" title="concept-appcache-manifest">Application cache manifest</a>
+     </td><td> <a href="http://dev.w3.org/html5/spec/.html#concept-appcache-manifest" title='Read about this "Application cache manifest" reference in the full HTML5 spec.' class="full-spec-link">Application cache manifest</a>
      </td><td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces">Valid non-empty URL potentially surrounded by spaces</a>
     </td></tr><tr><th> <code title="">max</code>
      </th><td> <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">input</a></code>
@@ -2060,11 +2060,11 @@
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">output</a></code>;
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">select</a></code>;
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">textarea</a></code>
-     </td><td> Name of form control to use for <a href="association-of-controls-and-forms.html#form-submission">form submission</a> and in the <code title="dom-form-elements"><a href="#dom-form-elements">form.elements</a></code> API
+     </td><td> Name of form control to use for <a href="association-of-controls-and-forms.html#form-submission">form submission</a> and in the <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" class="full-spec-link" title='Read about this "form.elements" reference in the full HTML5 spec.'>form.elements</a></code> API
      </td><td> <a href="elements.html#attribute-text">Text</a>*
     </td></tr><tr><th> <code title="">name</code>
      </th><td> <code title="attr-form-name"><a href="forms.html#attr-form-name">form</a></code>
-     </td><td> Name of form to use in the <code title="dom-document-forms"><a href="#dom-document-forms">document.forms</a></code> API
+     </td><td> Name of form to use in the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" class="full-spec-link" title='Read about this "document.forms" reference in the full HTML5 spec.'>document.forms</a></code> API
      </td><td> <a href="elements.html#attribute-text">Text</a>*
     </td></tr><tr><th> <code title="">name</code>
      </th><td> <code title="attr-iframe-name"><a href="the-iframe-element.html#attr-iframe-name">iframe</a></code>;
@@ -2156,9 +2156,9 @@
      </th><td> <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox">iframe</a></code>
      </td><td> Security rules for nested content
      </td><td> <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a> consisting of
-          "<code title="attr-iframe-sandbox-allow-same-origin"><a href="#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>",
-          "<code title="attr-iframe-sandbox-allow-forms"><a href="#attr-iframe-sandbox-allow-forms">allow-forms</a></code>", and
-          "<code title="attr-iframe-sandbox-allow-scripts"><a href="#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>"
+          "<code title="attr-iframe-sandbox-allow-same-origin"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" class="full-spec-link" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>",
+          "<code title="attr-iframe-sandbox-allow-forms"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" class="full-spec-link" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>", and
+          "<code title="attr-iframe-sandbox-allow-scripts"><a href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" class="full-spec-link" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>"
     </td></tr><tr><th> <code title="">spellcheck</code>
      </th><td> <a href="editing.html#attr-spellcheck" title="attr-spellcheck">HTML elements</a>
      </td><td> Whether the element is to have its spelling and grammar checked
@@ -2241,11 +2241,11 @@
     </td></tr><tr><th> <code title="">target</code>
      </th><td> <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">a</a></code>;
           <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target">area</a></code>
-     </td><td> <a href="browsers.html#browsing-context">Browsing context</a> for <a href="links.html#hyperlink">hyperlink</a> <a href="#navigate" title="navigate">navigation</a>
+     </td><td> <a href="browsers.html#browsing-context">Browsing context</a> for <a href="links.html#hyperlink">hyperlink</a> <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.' class="full-spec-link">navigation</a>
      </td><td> <a href="browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
     </td></tr><tr><th> <code title="">target</code>
      </th><td> <code title="attr-base-target"><a href="semantics.html#attr-base-target">base</a></code>
-     </td><td> Default <a href="browsers.html#browsing-context">browsing context</a> for <a href="links.html#hyperlink">hyperlink</a> <a href="#navigate" title="navigate">navigation</a> and <a href="association-of-controls-and-forms.html#form-submission">form submission</a>
+     </td><td> Default <a href="browsers.html#browsing-context">browsing context</a> for <a href="links.html#hyperlink">hyperlink</a> <a href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.' class="full-spec-link">navigation</a> and <a href="association-of-controls-and-forms.html#form-submission">form submission</a>
      </td><td> <a href="browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
     </td></tr><tr><th> <code title="">target</code>
      </th><td> <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target">form</a></code>
@@ -2356,367 +2356,367 @@
      </th><th> Description
      </th><th> Value
    </th></tr></thead><tbody><tr><th> <code title="">onabort</code>
-     </th><td> <a href="#handler-onabort" title="handler-onabort">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-abort">abort</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onafterprint</code>
-     </th><td> <code title="handler-window-onafterprint"><a href="#handler-window-onafterprint">body</a></code>
+     </th><td> <code title="handler-window-onafterprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-afterprint">afterprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onbeforeprint</code>
-     </th><td> <code title="handler-window-onbeforeprint"><a href="#handler-window-onbeforeprint">body</a></code>
+     </th><td> <code title="handler-window-onbeforeprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-beforeprint">beforeprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onbeforeunload</code>
-     </th><td> <code title="handler-window-onbeforeunload"><a href="#handler-window-onbeforeunload">body</a></code>
+     </th><td> <code title="handler-window-onbeforeunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-beforeunload">beforeunload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onblur</code>
-     </th><td> <code title="handler-window-onblur"><a href="#handler-window-onblur">body</a></code>
+     </th><td> <code title="handler-window-onblur"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-blur">blur</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onblur</code>
-     </th><td> <a href="#handler-onblur" title="handler-onblur">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-blur">blur</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oncanplay</code>
-     </th><td> <a href="#handler-oncanplay" title="handler-oncanplay">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-canplay"><a href="video.html#event-media-canplay">canplay</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oncanplaythrough</code>
-     </th><td> <a href="#handler-oncanplaythrough" title="handler-oncanplaythrough">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-canplaythrough"><a href="video.html#event-media-canplaythrough">canplaythrough</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onchange</code>
-     </th><td> <a href="#handler-onchange" title="handler-onchange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-change">change</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onclick</code>
-     </th><td> <a href="#handler-onclick" title="handler-onclick">HTML elements</a>
-     </td><td> <code title="event-click"><a href="#event-click">click</a></code> event handler
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
+     </td><td> <code title="event-click"><a href="http://dev.w3.org/html5/spec/.html#event-click" class="full-spec-link" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oncontextmenu</code>
-     </th><td> <a href="#handler-oncontextmenu" title="handler-oncontextmenu">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-contextmenu">contextmenu</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondblclick</code>
-     </th><td> <a href="#handler-ondblclick" title="handler-ondblclick">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dblclick">dblclick</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondrag</code>
-     </th><td> <a href="#handler-ondrag" title="handler-ondrag">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-drag"><a href="dnd.html#event-drag">drag</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondragend</code>
-     </th><td> <a href="#handler-ondragend" title="handler-ondragend">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dragend"><a href="dnd.html#event-dragend">dragend</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondragenter</code>
-     </th><td> <a href="#handler-ondragenter" title="handler-ondragenter">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dragenter"><a href="dnd.html#event-dragenter">dragenter</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondragleave</code>
-     </th><td> <a href="#handler-ondragleave" title="handler-ondragleave">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dragleave"><a href="dnd.html#event-dragleave">dragleave</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondragover</code>
-     </th><td> <a href="#handler-ondragover" title="handler-ondragover">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dragover"><a href="dnd.html#event-dragover">dragover</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondragstart</code>
-     </th><td> <a href="#handler-ondragstart" title="handler-ondragstart">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-dragstart"><a href="dnd.html#event-dragstart">dragstart</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondrop</code>
-     </th><td> <a href="#handler-ondrop" title="handler-ondrop">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-drop"><a href="dnd.html#event-drop">drop</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ondurationchange</code>
-     </th><td> <a href="#handler-ondurationchange" title="handler-ondurationchange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-durationchange"><a href="video.html#event-media-durationchange">durationchange</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onemptied</code>
-     </th><td> <a href="#handler-onemptied" title="handler-onemptied">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-emptied"><a href="video.html#event-media-emptied">emptied</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onended</code>
-     </th><td> <a href="#handler-onended" title="handler-onended">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-ended"><a href="video.html#event-media-ended">ended</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onerror</code>
-     </th><td> <code title="handler-window-onerror"><a href="#handler-window-onerror">body</a></code>
-     </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="#runtime-script-errors">script error notifications</a>
+     </th><td> <code title="handler-window-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="http://dev.w3.org/html5/spec/.html#runtime-script-errors" class="full-spec-link" title='Read about this "script error notifications" reference in the full HTML5 spec.'>script error notifications</a>
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onerror</code>
-     </th><td> <a href="#handler-onerror" title="handler-onerror">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-error">error</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onfocus</code>
-     </th><td> <code title="handler-window-onfocus"><a href="#handler-window-onfocus">body</a></code>
+     </th><td> <code title="handler-window-onfocus"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-focus">focus</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onfocus</code>
-     </th><td> <a href="#handler-onfocus" title="handler-onfocus">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-focus">focus</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onformchange</code>
-     </th><td> <a href="#handler-onformchange" title="handler-onformchange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-formchange">formchange</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onforminput</code>
-     </th><td> <a href="#handler-onforminput" title="handler-onforminput">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-forminput">forminput</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onhashchange</code>
-     </th><td> <code title="handler-window-onhashchange"><a href="#handler-window-onhashchange">body</a></code>
+     </th><td> <code title="handler-window-onhashchange"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-hashchange"><a href="history.html#event-hashchange">hashchange</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oninput</code>
-     </th><td> <a href="#handler-oninput" title="handler-oninput">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-input">input</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">oninvalid</code>
-     </th><td> <a href="#handler-oninvalid" title="handler-oninvalid">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-invalid">invalid</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onkeydown</code>
-     </th><td> <a href="#handler-onkeydown" title="handler-onkeydown">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-keydown">keydown</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onkeypress</code>
-     </th><td> <a href="#handler-onkeypress" title="handler-onkeypress">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-keypress">keypress</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onkeyup</code>
-     </th><td> <a href="#handler-onkeyup" title="handler-onkeyup">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-keyup">keyup</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onload</code>
-     </th><td> <code title="handler-window-onload"><a href="#handler-window-onload">body</a></code>
+     </th><td> <code title="handler-window-onload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-load">load</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onload</code>
-     </th><td> <a href="#handler-onload" title="handler-onload">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-load">load</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onloadeddata</code>
-     </th><td> <a href="#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-loadeddata"><a href="video.html#event-media-loadeddata">loadeddata</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onloadedmetadata</code>
-     </th><td> <a href="#handler-onloadedmetadata" title="handler-onloadedmetadata">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-loadedmetadata"><a href="video.html#event-media-loadedmetadata">loadedmetadata</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onloadstart</code>
-     </th><td> <a href="#handler-onloadstart" title="handler-onloadstart">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-loadstart"><a href="video.html#event-media-loadstart">loadstart</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmessage</code>
-     </th><td> <code title="handler-window-onmessage"><a href="#handler-window-onmessage">body</a></code>
+     </th><td> <code title="handler-window-onmessage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-message">message</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmousedown</code>
-     </th><td> <a href="#handler-onmousedown" title="handler-onmousedown">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mousedown">mousedown</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmousemove</code>
-     </th><td> <a href="#handler-onmousemove" title="handler-onmousemove">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mousemove">mousemove</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmouseout</code>
-     </th><td> <a href="#handler-onmouseout" title="handler-onmouseout">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mouseout">mouseout</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmouseover</code>
-     </th><td> <a href="#handler-onmouseover" title="handler-onmouseover">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mouseover">mouseover</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmouseup</code>
-     </th><td> <a href="#handler-onmouseup" title="handler-onmouseup">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mouseup">mouseup</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onmousewheel</code>
-     </th><td> <a href="#handler-onmousewheel" title="handler-onmousewheel">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-mousewheel">mousewheel</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onoffline</code>
-     </th><td> <code title="handler-window-onoffline"><a href="#handler-window-onoffline">body</a></code>
-     </td><td> <code title="event-offline"><a href="#event-offline">offline</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+     </th><td> <code title="handler-window-onoffline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     </td><td> <code title="event-offline"><a href="http://dev.w3.org/html5/spec/.html#event-offline" class="full-spec-link" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ononline</code>
-     </th><td> <code title="handler-window-ononline"><a href="#handler-window-ononline">body</a></code>
-     </td><td> <code title="event-online"><a href="#event-online">online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+     </th><td> <code title="handler-window-ononline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     </td><td> <code title="event-online"><a href="http://dev.w3.org/html5/spec/.html#event-online" class="full-spec-link" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onpause</code>
-     </th><td> <a href="#handler-onpause" title="handler-onpause">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-pause"><a href="video.html#event-media-pause">pause</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onplay</code>
-     </th><td> <a href="#handler-onplay" title="handler-onplay">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-play"><a href="video.html#event-media-play">play</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onplaying</code>
-     </th><td> <a href="#handler-onplaying" title="handler-onplaying">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-playing"><a href="video.html#event-media-playing">playing</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onpagehide</code>
-     </th><td> <code title="handler-window-onpagehide"><a href="#handler-window-onpagehide">body</a></code>
+     </th><td> <code title="handler-window-onpagehide"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onpageshow</code>
-     </th><td> <code title="handler-window-onpageshow"><a href="#handler-window-onpageshow">body</a></code>
+     </th><td> <code title="handler-window-onpageshow"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-pageshow"><a href="history.html#event-pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onpopstate</code>
-     </th><td> <code title="handler-window-onpopstate"><a href="#handler-window-onpopstate">body</a></code>
+     </th><td> <code title="handler-window-onpopstate"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onprogress</code>
-     </th><td> <a href="#handler-onprogress" title="handler-onprogress">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-progress"><a href="video.html#event-media-progress">progress</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onratechange</code>
-     </th><td> <a href="#handler-onratechange" title="handler-onratechange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-ratechange"><a href="video.html#event-media-ratechange">ratechange</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onreadystatechange</code>
-     </th><td> <a href="#handler-onreadystatechange" title="handler-onreadystatechange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-readystatechange">readystatechange</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onredo</code>
-     </th><td> <code title="handler-window-onredo"><a href="#handler-window-onredo">body</a></code>
-     </td><td> <code title="event-redo"><a href="#event-redo">redo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+     </th><td> <code title="handler-window-onredo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     </td><td> <code title="event-redo"><a href="http://dev.w3.org/html5/spec/.html#event-redo" class="full-spec-link" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onresize</code>
-     </th><td> <code title="handler-window-onresize"><a href="#handler-window-onresize">body</a></code>
+     </th><td> <code title="handler-window-onresize"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-resize">resize</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onscroll</code>
-     </th><td> <a href="#handler-onscroll" title="handler-onscroll">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-scroll">scroll</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onseeked</code>
-     </th><td> <a href="#handler-onseeked" title="handler-onseeked">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-seeked"><a href="video.html#event-media-seeked">seeked</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onseeking</code>
-     </th><td> <a href="#handler-onseeking" title="handler-onseeking">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-seeking"><a href="video.html#event-media-seeking">seeking</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onselect</code>
-     </th><td> <a href="#handler-onselect" title="handler-onselect">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-select">select</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onshow</code>
-     </th><td> <a href="#handler-onshow" title="handler-onshow">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-show">show</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onstalled</code>
-     </th><td> <a href="#handler-onstalled" title="handler-onstalled">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-stalled"><a href="video.html#event-media-stalled">stalled</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onstorage</code>
-     </th><td> <code title="handler-window-onstorage"><a href="#handler-window-onstorage">body</a></code>
+     </th><td> <code title="handler-window-onstorage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-storage">storage</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onsubmit</code>
-     </th><td> <a href="#handler-onsubmit" title="handler-onsubmit">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-submit">submit</code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onsuspend</code>
-     </th><td> <a href="#handler-onsuspend" title="handler-onsuspend">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-suspend"><a href="video.html#event-media-suspend">suspend</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">ontimeupdate</code>
-     </th><td> <a href="#handler-ontimeupdate" title="handler-ontimeupdate">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-timeupdate"><a href="video.html#event-media-timeupdate">timeupdate</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onundo</code>
-     </th><td> <code title="handler-window-onundo"><a href="#handler-window-onundo">body</a></code>
-     </td><td> <code title="event-undo"><a href="#event-undo">undo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+     </th><td> <code title="handler-window-onundo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     </td><td> <code title="event-undo"><a href="http://dev.w3.org/html5/spec/.html#event-undo" class="full-spec-link" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onunload</code>
-     </th><td> <code title="handler-window-onunload"><a href="#handler-window-onunload">body</a></code>
+     </th><td> <code title="handler-window-onunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      </td><td> <code title="event-unload">unload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onvolumechange</code>
-     </th><td> <a href="#handler-onvolumechange" title="handler-onvolumechange">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
     </td></tr><tr><th> <code title="">onwaiting</code>
-     </th><td> <a href="#handler-onwaiting" title="handler-onwaiting">HTML elements</a>
+     </th><td> <a href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
      </td><td> <code title="event-media-waiting"><a href="video.html#event-media-waiting">waiting</a></code> event handler
      </td><td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
 
@@ -3055,24 +3055,24 @@
    <thead><tr><th> Event
      </th><th> Interface
      </th><th> Description
-   </th></tr></thead><tbody><tr><td> <code title="event-DOMActivate"><a href="#event-domactivate">DOMActivate</a></code>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> Fired at an element before its <a href="#activation-behavior">activation behavior</a> is run
+   </th></tr></thead><tbody><tr><td> <code title="event-DOMActivate"><a href="http://dev.w3.org/html5/spec/.html#event-domactivate" class="full-spec-link" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> Fired at an element before its <a href="http://dev.w3.org/html5/spec/.html#activation-behavior" class="full-spec-link" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation behavior</a> is run
 
     </td></tr><tr><td> <code title="event-DOMContentLoaded">DOMContentLoaded</code>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> Fired at the <code><a href="#document">Document</a></code> once it and its scripts have loaded, without waiting for other subresources
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> Fired at the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> once it and its scripts have loaded, without waiting for other subresources
 
     </td></tr><tr><td> <code title="event-abort">abort</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the download was aborted by the user
 
     </td></tr><tr><td> <code title="event-afterprint">afterprint</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> after printing
 
     </td></tr><tr><td> <code title="event-beforeprint">beforeprint</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> before printing
 
     </td></tr><tr><td> <code title="event-beforeunload">beforeunload</code>
@@ -3080,31 +3080,31 @@
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt
 
     </td></tr><tr><td> <code title="event-blur">blur</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at nodes losing focus
 
     </td></tr><tr><td> <code title="event-change">change</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at controls when the user commits a value change
 
     </td></tr><tr><td> <code title="event-contextmenu">contextmenu</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at elements when the user requests their context menu
 
     </td></tr><tr><td> <code title="event-error">error</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at elements when network and script errors occur
 
     </td></tr><tr><td> <code title="event-focus">focus</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at nodes gaining focus
 
     </td></tr><tr><td> <code title="event-formchange">formchange</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at form controls when the user commits a value change to a control on the form
 
     </td></tr><tr><td> <code title="event-forminput">forminput</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at form controls when the user changes the value of a control on the form
 
     </td></tr><tr><td> <code title="event-hashchange"><a href="history.html#event-hashchange">hashchange</a></code>
@@ -3112,27 +3112,27 @@
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the fragment identifier part of <a href="dom.html#the-document-s-current-address">the document's current address</a> changes
 
     </td></tr><tr><td> <code title="event-input">input</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at controls when the user changes the value
 
     </td></tr><tr><td> <code title="event-invalid">invalid</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at controls during form validation if they do not satisfy their constraints
 
     </td></tr><tr><td> <code title="event-load">load</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the document has finished loading; fired at an element containing a resource (e.g. <code><a href="embedded-content-1.html#the-img-element">img</a></code>, <code><a href="the-iframe-element.html#the-embed-element">embed</a></code>) when its resource has finished loading
 
     </td></tr><tr><td> <code title="event-message">message</code>
      </td><td> <code>MessageEvent</code>
      </td><td> Fired at an object when the object receives a message
 
-    </td></tr><tr><td> <code title="event-offline"><a href="#event-offline">offline</a></code>
-     </td><td> <code><a href="#event">Event</a></code>
+    </td></tr><tr><td> <code title="event-offline"><a href="http://dev.w3.org/html5/spec/.html#event-offline" class="full-spec-link" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the network connections fails
 
-    </td></tr><tr><td> <code title="event-online"><a href="#event-online">online</a></code>
-     </td><td> <code><a href="#event">Event</a></code>
+    </td></tr><tr><td> <code title="event-online"><a href="http://dev.w3.org/html5/spec/.html#event-online" class="full-spec-link" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the network connections returns
 
     </td></tr><tr><td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code>
@@ -3148,31 +3148,31 @@
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> when the user navigates the <a href="history.html#session-history">session history</a>
 
     </td></tr><tr><td> <code title="event-readystatechange">readystatechange</code>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> Fired at the <code><a href="#document">Document</a></code> when it finishes parsing and again when all its subresources have finished loading
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> Fired at the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> when it finishes parsing and again when all its subresources have finished loading
 
-    </td></tr><tr><td> <code title="event-redo"><a href="#event-redo">redo</a></code>
+    </td></tr><tr><td> <code title="event-redo"><a href="http://dev.w3.org/html5/spec/.html#event-redo" class="full-spec-link" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code>
      </td><td> <code><a href="dnd.html#undomanagerevent">UndoManagerEvent</a></code>
-     </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the user <a href="#redo:-moving-forward-in-the-undo-transaction-history" title="do-redo">goes forward in the undo transaction history</a>
+     </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the user <a href="http://dev.w3.org/html5/spec/.html#redo:-moving-forward-in-the-undo-transaction-history" title='Read about this "goes forward in the undo transaction history" reference in the full HTML5 spec.' class="full-spec-link">goes forward in the undo transaction history</a>
 
     </td></tr><tr><td> <code title="event-reset">reset</code>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="#concept-form-reset" title="concept-form-reset">reset</a>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="http://dev.w3.org/html5/spec/.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.' class="full-spec-link">reset</a>
 
     </td></tr><tr><td> <code title="event-show">show</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at a <code><a href="interactive-elements.html#menus">menu</a></code> element when it is shown as a context menu
 
     </td></tr><tr><td> <code title="event-submit">submit</code>
-     </td><td> <code><a href="#event">Event</a></code>
-     </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="#concept-form-submit" title="concept-form-submit">submitted</a>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     </td><td> Fired at a <code><a href="forms.html#the-form-element">form</a></code> element when it is <a href="http://dev.w3.org/html5/spec/.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.' class="full-spec-link">submitted</a>
 
-    </td></tr><tr><td> <code title="event-undo"><a href="#event-undo">undo</a></code>
+    </td></tr><tr><td> <code title="event-undo"><a href="http://dev.w3.org/html5/spec/.html#event-undo" class="full-spec-link" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code>
      </td><td> <code><a href="dnd.html#undomanagerevent">UndoManagerEvent</a></code>
-     </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the user <a href="#undo:-moving-back-in-the-undo-transaction-history" title="do-undo">goes backward in the undo transaction history</a>
+     </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the user <a href="http://dev.w3.org/html5/spec/.html#undo:-moving-back-in-the-undo-transaction-history" title='Read about this "goes backward in the undo transaction history" reference in the full HTML5 spec.' class="full-spec-link">goes backward in the undo transaction history</a>
 
     </td></tr><tr><td> <code title="event-unload">unload</code>
-     </td><td> <code><a href="#event">Event</a></code>
+     </td><td> <code><a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      </td><td> Fired at the <code><a href="browsers.html#window">Window</a></code> object when the page is going away
 
   </td></tr></tbody></table><p class="note">See also <a href="video.html#mediaevents">media element

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- the-button-element.html	2 Jul 2010 23:07:34 -0000	1.40
+++ the-button-element.html	7 Jul 2010 08:58:14 -0000	1.41
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.8 The button element &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.8 The button element &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -343,48 +343,48 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlbuttonelement">HTMLButtonElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute DOMString <a href="#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="#dom-button-type" title="dom-button-type">type</a>;
-           attribute DOMString <a href="#dom-button-value" title="dom-button-value">value</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.' class="full-spec-link">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.' class="full-spec-link">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.' class="full-spec-link">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.' class="full-spec-link">formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.' class="full-spec-link">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.' class="full-spec-link">formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-button-element">button</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-button-element">button</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   button. </p><p>The element is a <a href="forms.html#concept-button" title="concept-button">button</a>.</p><p>The <dfn id="attr-button-type" 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">enumerated attribute</a>. The following table
-  lists the keywords and states for the attribute &#8212; the keywords
+  lists the keywords and states for the attribute &#226;&#128;&#148; the keywords
   in the left column map to the states in the cell in the second
   column on the same row as the keyword.</p><table><thead><tr><th> Keyword
      </th><th> State
      </th><th> Brief description
    </th></tr></thead><tbody><tr><td><dfn id="attr-button-type-submit" title="attr-button-type-submit"><code>submit</code></dfn>
-     </td><td><a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a>
+     </td><td><a href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.' class="full-spec-link">Submit Button</a>
      </td><td>Submits the form.
     </td></tr><tr><td><dfn id="attr-button-type-reset" title="attr-button-type-reset"><code>reset</code></dfn>
-     </td><td><a href="#attr-button-type-reset-state" title="attr-button-type-reset-state">Reset Button</a>
+     </td><td><a href="http://dev.w3.org/html5/spec/.html#attr-button-type-reset-state" title='Read about this "Reset Button" reference in the full HTML5 spec.' class="full-spec-link">Reset Button</a>
      </td><td>Resets the form.
     </td></tr><tr><td><dfn id="attr-button-type-button" title="attr-button-type-button"><code>button</code></dfn>
-     </td><td><a href="#attr-button-type-button-state" title="attr-button-type-button-state">Button</a>
+     </td><td><a href="http://dev.w3.org/html5/spec/.html#attr-button-type-button-state" title='Read about this "Button" reference in the full HTML5 spec.' class="full-spec-link">Button</a>
      </td><td>Does nothing.
-  </td></tr></tbody></table><p>The <i>missing value default</i> is the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a>
+  </td></tr></tbody></table><p>The <i>missing value default</i> is the <a href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.' class="full-spec-link">Submit Button</a>
   state.</p><p>If the <code title="attr-button-type"><a href="#attr-button-type">type</a></code> attribute is in
-  the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a>
+  the <a href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.' class="full-spec-link">Submit Button</a>
   state, the element is specifically a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a>.</p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-button-element">button</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>
@@ -396,10 +396,10 @@
   be used to make submit buttons that do not trigger the constraint
   validation.</p><p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code> must not be specified
   if the element's <code title="attr-button-type"><a href="#attr-button-type">type</a></code>
-  attribute is not in the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a>
+  attribute is not in the <a href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.' class="full-spec-link">Submit Button</a>
   state.</p><p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The element's <a href="#concept-fe-value" title="concept-fe-value">value</a> is the value of the element's
+  submission. The element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> is the value of the element's
   <code title="attr-button-value"><a href="#attr-button-value">value</a></code> attribute, if there is
   one, or the empty string otherwise.</p><p class="note">A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form
@@ -433,34 +433,34 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlselectelement">HTMLSelectElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute boolean <a href="#dom-select-multiple" title="dom-select-multiple">multiple</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute unsigned long <a href="#dom-select-size" title="dom-select-size">size</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.' class="full-spec-link">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-select-multiple" title='Read about this "multiple" reference in the full HTML5 spec.' class="full-spec-link">multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-select-size" title='Read about this "size" reference in the full HTML5 spec.' class="full-spec-link">size</a>;
 
-  readonly attribute DOMString <a href="#dom-select-type" title="dom-select-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
 
-  readonly attribute <a href="urls.html#htmloptionscollection">HTMLOptionsCollection</a> <a href="#dom-select-options" title="dom-select-options">options</a>;
-           attribute unsigned long <a href="#dom-select-length" title="dom-select-length">length</a>;
-  caller getter any <a href="#dom-select-item" title="dom-select-item">item</a>(in unsigned long index);
-  caller getter any <a href="#dom-select-nameditem" title="dom-select-namedItem">namedItem</a>(in DOMString name);
-  void <a href="#dom-select-add" title="dom-select-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before);
-  void <a href="#dom-select-add" title="dom-select-add">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before);
-  void <a href="#dom-select-remove" title="dom-select-remove">remove</a>(in long index);
+  readonly attribute <a href="urls.html#htmloptionscollection">HTMLOptionsCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.' class="full-spec-link">options</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  caller getter any <a href="http://dev.w3.org/html5/spec/.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>(in unsigned long index);
+  caller getter any <a href="http://dev.w3.org/html5/spec/.html#dom-select-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.' class="full-spec-link">namedItem</a>(in DOMString name);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in optional <a href="elements.html#htmlelement">HTMLElement</a> before);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in <a href="elements.html#htmlelement">HTMLElement</a> element, in long before);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-select-remove" title='Read about this "remove" reference in the full HTML5 spec.' class="full-spec-link">remove</a>(in long index);
 
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-select-selectedoptions" title="dom-select-selectedOptions">selectedOptions</a>;
-           attribute long <a href="#dom-select-selectedindex" title="dom-select-selectedIndex">selectedIndex</a>;
-           attribute DOMString <a href="#dom-select-value" title="dom-select-value">value</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.' class="full-spec-link">selectedOptions</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.' class="full-spec-link">selectedIndex</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
   </dl><!-- Proposals for v2:
@@ -477,10 +477,10 @@
   selecting amongst a set of options.</p><p>The <dfn id="attr-select-multiple" title="attr-select-multiple"><code>multiple</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. If the attribute is
   present, then the <code><a href="#the-select-element">select</a></code> element
-  <a href="#represents">represents</a> a control for selecting zero or more options
+  <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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" title="concept-select-option-list">list of
   options</a>. If the attribute is absent, then the
-  <code><a href="#the-select-element">select</a></code> element <a href="#represents">represents</a> a control for
+  <code><a href="#the-select-element">select</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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" title="concept-select-option-list">list of options</a>.</p><p>The <dfn id="concept-select-option-list" title="concept-select-option-list">list of options</dfn>
   for a <code><a href="#the-select-element">select</a></code> element consists of all the
   <code><a href="#the-option-element">option</a></code> element children of the <code><a href="#the-select-element">select</a></code>
@@ -499,7 +499,7 @@
   attribute represents the element's name. The <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code> attribute is used to make
   the control non-interactive and to prevent its value from being
   submitted. The <code title="attr-fe-autofocus"><a href="association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>
-  attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="#dom-select-type">type</a></code></dt>
+  attribute controls focus.</p><dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="http://dev.w3.org/html5/spec/.html#dom-select-type" class="full-spec-link" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -510,7 +510,7 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-options"><a href="#dom-select-options">options</a></code></dt>
+   <dt><var title="">select</var> . <code title="dom-select-options"><a href="http://dev.w3.org/html5/spec/.html#dom-select-options" class="full-spec-link" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
 
    <dd>
 
@@ -518,14 +518,14 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-length"><a href="#dom-select-length">length</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-length"><a href="http://dev.w3.org/html5/spec/.html#dom-select-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the number of elements in the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>.</p>
     <p>When set to a smaller number, truncates the number of <code><a href="#the-option-element">option</a></code> elements in the <code><a href="#the-select-element">select</a></code>.</p>
     <p>When set to a greater number, adds new blank <code><a href="#the-option-element">option</a></code> elements to the <code><a href="#the-select-element">select</a></code>.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="#dom-select-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="http://dev.w3.org/html5/spec/.html#dom-select-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">select</var>[<var title="">index</var>]</dt>
    <dt><var title="">select</var>(<var title="">index</var>)</dt>
    <dd>
@@ -533,16 +533,16 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="#dom-select-item">namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a href="http://dev.w3.org/html5/spec/.html#dom-select-item" class="full-spec-link" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">select</var>[<var title="">name</var>]</dt>
    <dt><var title="">select</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with ID or <code title="attr-option-name"><a href="obsolete.html#attr-option-name">name</a></code> <var title="">name</var> from the <a href="#concept-select-option-list" title="concept-select-option-list">list of options</a>.</p>
-    <p>If there are multiple matching items, then a <code><a href="#nodelist">NodeList</a></code> object containing all those elements is returned.</p>
+    <p>If there are multiple matching items, then a <code><a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that ID could be found.</p>
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-add"><a href="#dom-select-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
+   <dt><var title="">select</var> . <code title="dom-select-add"><a href="http://dev.w3.org/html5/spec/.html#dom-select-add" class="full-spec-link" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
    <dd>
     <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p>
     <p>The <var title="">before</var> argument can be a number, in
@@ -559,7 +559,7 @@
     <code><a href="#the-optgroup-element">optgroup</a></code> element, then the method does nothing.</p>
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions">selectedOptions</a></code></dt>
+   <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="http://dev.w3.org/html5/spec/.html#dom-select-selectedoptions" class="full-spec-link" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a></code></dt>
 
    <dd>
 
@@ -568,22 +568,22 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="#dom-select-selectedindex">selectedIndex</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="http://dev.w3.org/html5/spec/.html#dom-select-selectedindex" class="full-spec-link" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns the index of the first selected item, if any, or
-    &#8722;1 if there is no selected item.</p>
+    &#226;&#136;&#146;1 if there is no selected item.</p>
 
     <p>Can be set, to change the selection.</p>
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-value"><a href="#dom-select-value">value</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-value"><a href="http://dev.w3.org/html5/spec/.html#dom-select-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the <a href="#concept-fe-value" title="concept-fe-value">value</a> of the
+    <p>Returns the <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> of the
     first selected item, if any, or the empty string if there is no
     selected item.</p>
 
@@ -638,7 +638,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmldatalistelement">HTMLDataListElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="#dom-datalist-options" title="dom-datalist-options">options</a>;
+  readonly attribute <a href="urls.html#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.' class="full-spec-link">options</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-datalist-element">datalist</a></code> element represents a set of
@@ -646,7 +646,7 @@
   other controls. The contents of the element represents fallback
   content for legacy user agents, intermixed with <code><a href="#the-option-element">option</a></code>
   elements that represent the predefined options. In the rendering,
-  the <code><a href="#the-datalist-element">datalist</a></code> element <a href="#represents">represents</a>
+  the <code><a href="#the-datalist-element">datalist</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   nothing.</p><p>The <code><a href="#the-datalist-element">datalist</a></code> element is hooked up to an
   <code><a href="the-input-element.html#the-input-element">input</a></code> element using the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute on the
   <code><a href="the-input-element.html#the-input-element">input</a></code> element. <!-- v2DATAGRID The
@@ -657,7 +657,7 @@
   <code><a href="#the-datalist-element">datalist</a></code> element, that is not <a href="#concept-option-disabled" title="concept-option-disabled">disabled</a>, and whose <a href="#concept-option-value" title="concept-option-value">value</a> is a string that isn't the
   empty string, represents a suggestion. Each suggestion has a <a href="#concept-option-value" title="concept-option-value">value</a> and a <a href="#concept-option-label" title="concept-option-label">label</a>.
 
-  </p><dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a href="#dom-datalist-options">options</a></code></dt>
+  </p><dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a href="http://dev.w3.org/html5/spec/.html#dom-datalist-options" class="full-spec-link" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
 
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the <code>options</code> elements of the table.</p>
@@ -676,11 +676,11 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmloptgroupelement">HTMLOptGroupElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-optgroup-disabled" title="dom-optgroup-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-optgroup-label" title="dom-optgroup-label">label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-optgroup-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-optgroup-label" title='Read about this "label" reference in the full HTML5 spec.' class="full-spec-link">label</a>;
 };</pre>
    </dd>
-  </dl><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href="#the-optgroup-element">optgroup</a></code> element <a href="#represents">represents</a> a group of
+  </dl><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href="#the-optgroup-element">optgroup</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group of
   <code><a href="#the-option-element">option</a></code> elements with a common label.</p><p>The element's group of <code><a href="#the-option-element">option</a></code> elements consists of
   the <code><a href="#the-option-element">option</a></code> elements that are children of the
   <code><a href="#the-optgroup-element">optgroup</a></code> element.</p><p>The <dfn id="attr-optgroup-disabled" title="attr-optgroup-disabled"><code>disabled</code></dfn> attribute
@@ -711,7 +711,7 @@
     &lt;option value="8.03.3"&gt;Lecture 03: Forced Oscillations with Damping
   &lt;/select&gt;
  &lt;/label&gt;
- &lt;p&gt;&lt;input type=submit value="&#9654; Play"&gt;
+ &lt;p&gt;&lt;input type=submit value="&#226;&#150;&#182; Play"&gt;
 &lt;/form&gt;</pre>
 
   </div><h4 id="the-option-element"><span class="secno">4.10.12 </span>The <dfn><code>option</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
@@ -730,24 +730,24 @@
    <dd><code title="attr-option-value"><a href="#attr-option-value">value</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-<pre class="idl">[NamedConstructor=<a href="#dom-option" title="dom-option">Option</a>(),
- NamedConstructor=<a href="#dom-option-t" title="dom-option-t">Option</a>(in DOMString text),
- NamedConstructor=<a href="#dom-option-tv" title="dom-option-tv">Option</a>(in DOMString text, in DOMString value),
- NamedConstructor=<a href="#dom-option-tvd" title="dom-option-tvd">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
- NamedConstructor=<a href="#dom-option-tvds" title="dom-option-tvds">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)]
+<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.' class="full-spec-link">Option</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-option-t" title='Read about this "Option" reference in the full HTML5 spec.' class="full-spec-link">Option</a>(in DOMString text),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.' class="full-spec-link">Option</a>(in DOMString text, in DOMString value),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.' class="full-spec-link">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.' class="full-spec-link">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">HTMLElement</a> {
-           attribute boolean <a href="#dom-option-disabled" title="dom-option-disabled">disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-option-form" title="dom-option-form">form</a>;
-           attribute DOMString <a href="#dom-option-label" title="dom-option-label">label</a>;
-           attribute boolean <a href="#dom-option-defaultselected" title="dom-option-defaultSelected">defaultSelected</a>;
-           attribute boolean <a href="#dom-option-selected" title="dom-option-selected">selected</a>;
-           attribute DOMString <a href="#dom-option-value" title="dom-option-value">value</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-option-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-option-label" title='Read about this "label" reference in the full HTML5 spec.' class="full-spec-link">label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-option-defaultselected" title='Read about this "defaultSelected" reference in the full HTML5 spec.' class="full-spec-link">defaultSelected</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.' class="full-spec-link">selected</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-option-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 
-           attribute DOMString <a href="#dom-option-text" title="dom-option-text">text</a>;
-  readonly attribute long <a href="#dom-option-index" title="dom-option-index">index</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.' class="full-spec-link">text</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.' class="full-spec-link">index</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-option-element">option</a></code> element <a href="#represents">represents</a> an option
+  </dl><p>The <code><a href="#the-option-element">option</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an option
   in a <code><a href="#the-select-element">select</a></code> element or as part of a list of suggestions
   in a <code><a href="#the-datalist-element">datalist</a></code> element.</p><p>The <dfn id="attr-option-disabled" title="attr-option-disabled"><code>disabled</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. An
@@ -756,15 +756,15 @@
   present.</p><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">option</a></code>
   element is the value of the <code title="attr-option-label"><a href="#attr-option-label">label</a></code> attribute, if there is one,
-  or the <code><a href="#textcontent">textContent</a></code> of the element, if there isn't.</p><p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn>
+  or the <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.</p><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">option</a></code>
   element is the value of the <code title="attr-option-value"><a href="#attr-option-value">value</a></code> attribute, if there is one,
-  or the <code><a href="#textcontent">textContent</a></code> of the element, if there isn't.</p><p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
-  attribute represents the default <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the
+  or the <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.</p><p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
+  attribute represents the default <a href="http://dev.w3.org/html5/spec/.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.' class="full-spec-link">selectedness</a> of the
   element.</p><p>A <code><a href="#the-select-element">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple">multiple</a></code> attribute is not
   specified must not have more than one descendant <code><a href="#the-option-element">option</a></code>
   element with its <code title="attr-option-selected"><a href="#attr-option-selected">selected</a></code>
-  attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt>
+  attribute set.</p><dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="http://dev.w3.org/html5/spec/.html#dom-option-selected" class="full-spec-link" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a></code></dt>
 
    <dd>
 
@@ -772,17 +772,17 @@
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index">index</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-index"><a href="http://dev.w3.org/html5/spec/.html#dom-option-index" class="full-spec-link" title='Read about this "index" reference in the full HTML5 spec.'>index</a></code></dt>
 
    <dd>
 
     <p>Returns the index of the element in its <code><a href="#the-select-element">select</a></code>
-    element's <code title="dom-select-options"><a href="#dom-select-options">options</a></code>
+    element's <code title="dom-select-options"><a href="http://dev.w3.org/html5/spec/.html#dom-select-options" class="full-spec-link" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code>
     list.</p>
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-form"><a href="#dom-option-form">form</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-form"><a href="http://dev.w3.org/html5/spec/.html#dom-option-form" class="full-spec-link" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -791,15 +791,15 @@
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/.html#dom-option-text" class="full-spec-link" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
 
    <dd>
 
-    <p>Same as <code><a href="#textcontent">textContent</a></code>.</p>
+    <p>Same as <code><a href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
 
    </dd>
 
-   <dt><var title="">option</var> = new <code title="dom-option"><a href="#dom-option">Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ] )</dt>
+   <dt><var title="">option</var> = new <code title="dom-option"><a href="http://dev.w3.org/html5/spec/.html#dom-option" class="full-spec-link" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ] )</dt>
 
    <dd>
 
@@ -837,38 +837,38 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltextareaelement">HTMLTextAreaElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute unsigned long <a href="#dom-textarea-cols" title="dom-textarea-cols">cols</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute long <a href="#dom-textarea-maxlength" title="dom-textarea-maxLength">maxLength</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="#dom-textarea-placeholder" title="dom-textarea-placeholder">placeholder</a>;
-           attribute boolean <a href="#dom-textarea-readonly" title="dom-textarea-readOnly">readOnly</a>;
-           attribute boolean <a href="#dom-textarea-required" title="dom-textarea-required">required</a>;
-           attribute unsigned long <a href="#dom-textarea-rows" title="dom-textarea-rows">rows</a>;
-           attribute DOMString <a href="#dom-textarea-wrap" title="dom-textarea-wrap">wrap</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.' class="full-spec-link">autofocus</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-cols" title='Read about this "cols" reference in the full HTML5 spec.' class="full-spec-link">cols</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.' class="full-spec-link">maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.' class="full-spec-link">placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.' class="full-spec-link">readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-required" title='Read about this "required" reference in the full HTML5 spec.' class="full-spec-link">required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-rows" title='Read about this "rows" reference in the full HTML5 spec.' class="full-spec-link">rows</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-wrap" title='Read about this "wrap" reference in the full HTML5 spec.' class="full-spec-link">wrap</a>;
 
-  readonly attribute DOMString <a href="#dom-textarea-type" title="dom-textarea-type">type</a>;
-           attribute DOMString <a href="#dom-textarea-defaultvalue" title="dom-textarea-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="#dom-textarea-value" title="dom-textarea-value">value</a>;
-  readonly attribute unsigned long <a href="#dom-textarea-textlength" title="dom-textarea-textLength">textLength</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.' class="full-spec-link">defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-textlength" title='Read about this "textLength" reference in the full HTML5 spec.' class="full-spec-link">textLength</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 
-  void <a href="#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.' class="full-spec-link">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.' class="full-spec-link">selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.' class="full-spec-link">selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.' class="full-spec-link">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-textarea-element">textarea</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-textarea-element">textarea</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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><p>The <dfn id="attr-textarea-readonly" title="attr-textarea-readonly"><code>readonly</code></dfn> attribute
   is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a> used to control whether the text
@@ -891,10 +891,10 @@
   conforming; turns off the rendering of wrapping but otherwise acts
   like 'soft' --><p>The <dfn id="attr-textarea-maxlength" title="attr-textarea-maxlength"><code>maxlength</code></dfn>
   attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> controlled by the
-  <code><a href="#the-textarea-element">textarea</a></code> element's <a href="#concept-textarea-dirty" title="concept-textarea-dirty">dirty value flag</a>.</p><p>If the <code><a href="#the-textarea-element">textarea</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum allowed
+  <code><a href="#the-textarea-element">textarea</a></code> element's <a href="http://dev.w3.org/html5/spec/.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.' class="full-spec-link">dirty value flag</a>.</p><p>If the <code><a href="#the-textarea-element">textarea</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length">maximum allowed
   value length</a>, then the element's children must be such that
-  the <a href="#code-point-length">code-point length</a> of the value of the element's
-  <code><a href="#textcontent">textContent</a></code> IDL attribute is equal to or less than the
+  the <a href="http://dev.w3.org/html5/spec/.html#code-point-length" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#textcontent" class="full-spec-link" 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">maximum allowed value length</a>.</p><p>The <dfn id="attr-textarea-required" title="attr-textarea-required"><code>required</code></dfn> attribute
   is a <a href="common-microsyntaxes.html#boolean-attribute">boolean attribute</a>. When specified, the user will
   be required to enter a value before submitting the form.</p><!-- similar text in the <input> section --><p>The <dfn id="attr-textarea-placeholder" title="attr-textarea-placeholder"><code>placeholder</code></dfn>
@@ -955,32 +955,32 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlkeygenelement">HTMLKeygenElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute DOMString <a href="#dom-keygen-challenge" title="dom-keygen-challenge">challenge</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-keygen-keytype" title="dom-keygen-keytype">keytype</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.' class="full-spec-link">autofocus</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-keygen-challenge" title='Read about this "challenge" reference in the full HTML5 spec.' class="full-spec-link">challenge</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.' class="full-spec-link">disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-keygen-keytype" title='Read about this "keytype" reference in the full HTML5 spec.' class="full-spec-link">keytype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
 
-  readonly attribute DOMString <a href="#dom-keygen-type" title="dom-keygen-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-keygen-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-keygen-element">keygen</a></code> element <a href="#represents">represents</a> a key
+  </dl><p>The <code><a href="#the-keygen-element">keygen</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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><p>The <dfn id="attr-keygen-challenge" title="attr-keygen-challenge"><code>challenge</code></dfn> attribute
   may be specified. Its value will be packaged with the submitted
   key.</p><p>The <dfn id="attr-keygen-keytype" title="attr-keygen-keytype"><code>keytype</code></dfn>
   attribute is an <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. The following
-  table lists the keywords and states for the attribute &#8212; the
+  table lists the keywords and states for the attribute &#226;&#128;&#148; the
   keywords in the left column map to the states listed in the cell in
   the second column on the same row as the keyword. User agents are
   not required to support these values, and must only recognize values
@@ -994,7 +994,7 @@
 -->
   </td></tr></tbody></table><p>The <i>invalid value default</i> state is the <i title="">unknown</i> state. The <i>missing value default</i> state
   is the <i title="">RSA</i> state, if it is supported, or the <i title="">unknown</i> state otherwise.</p><p class="note">This specification does not specify what key types
-  user agents are to support &#8212; it is possible for a user agent
+  user agents are to support &#226;&#128;&#148; it is possible for a user agent
   to not support any key types at all.</p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-keygen-element">keygen</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>
@@ -1011,7 +1011,7 @@
 
   </dl><p class="note">This specification does not specify how the private
   key generated is to be used. It is expected that after receiving the
-  <code><a href="#signedpublickeyandchallenge">SignedPublicKeyAndChallenge</a></code> (SPKAC) structure, the
+  <code><a href="http://dev.w3.org/html5/spec/.html#signedpublickeyandchallenge" class="full-spec-link" title='Read about this "SignedPublicKeyAndChallenge" reference in the full HTML5 spec.'>SignedPublicKeyAndChallenge</a></code> (SPKAC) structure, the
   server will generate a client certificate and offer it back to the
   user for download; this certificate, once downloaded and stored in
   the key store along with the private key, can then be used to
@@ -1050,24 +1050,24 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmloutputelement">HTMLOutputElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-  [PutForwards=<a href="#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <span title="dom-output-wrap">htmlFor</span>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>] readonly attribute <a href="urls.html#domsettabletokenlist">DOMSettableTokenList</a> <span title="dom-output-wrap">htmlFor</span>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.' class="full-spec-link">name</a>;
 
-  readonly attribute DOMString <a href="#dom-output-type" title="dom-output-type">type</a>;
-           attribute DOMString <a href="#dom-output-defaultvalue" title="dom-output-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="#dom-output-value" title="dom-output-value">value</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.' class="full-spec-link">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.' class="full-spec-link">defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.' class="full-spec-link">willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#validitystate" class="full-spec-link" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.' class="full-spec-link">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.' class="full-spec-link">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.' class="full-spec-link">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.' class="full-spec-link">setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-output-element">output</a></code> element <a href="#represents">represents</a> the result of a
+  </dl><p>The <code><a href="#the-output-element">output</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the result of a
   calculation.</p><p>The <dfn id="attr-output-for" 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
@@ -1076,10 +1076,10 @@
   if specified, must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens">unordered
   set of unique space-separated tokens</a>, each of which must have
   the value of an ID of an element in the same
-  <code><a href="#document">Document</a></code>.</p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
+  <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-output-element">output</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name">name</a></code>
-  attribute represents the element's name.</p><dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a href="#dom-output-value">value</a></code> [ = <var title="">value</var> ]</dt>
+  attribute represents the element's name.</p><dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a href="http://dev.w3.org/html5/spec/.html#dom-output-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1089,7 +1089,7 @@
 
    </dd>
 
-   <dt><var title="">output</var> . <code title="dom-output-defaultValue"><a href="#dom-output-defaultvalue">defaultValue</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">output</var> . <code title="dom-output-defaultValue"><a href="http://dev.w3.org/html5/spec/.html#dom-output-defaultvalue" class="full-spec-link" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1099,7 +1099,7 @@
 
    </dd>
 
-   <dt><var title="">output</var> . <code title="dom-output-type"><a href="#dom-output-type">type</a></code></dt>
+   <dt><var title="">output</var> . <code title="dom-output-type"><a href="http://dev.w3.org/html5/spec/.html#dom-output-type" class="full-spec-link" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -1134,14 +1134,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlprogresselement">HTMLProgressElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute float <a href="#dom-progress-value" title="dom-progress-value">value</a>;
-           attribute float <a href="#dom-progress-max" title="dom-progress-max">max</a>;
-  readonly attribute float <a href="#dom-progress-position" title="dom-progress-position">position</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-progress-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-progress-max" title='Read about this "max" reference in the full HTML5 spec.' class="full-spec-link">max</a>;
+  readonly attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.' class="full-spec-link">position</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-progress-element">progress</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-progress-element">progress</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   completion progress of a task. The progress is either indeterminate,
   indicating that progress is being made but that it is not clear how
   much more work remains to be done before the task is complete
@@ -1181,7 +1181,7 @@
   element to use for something that is just a gauge, as opposed to
   task progress. For instance, indicating disk space usage using
   <code><a href="#the-progress-element">progress</a></code> would be inappropriate. Instead, the
-  <code><a href="#the-meter-element">meter</a></code> element is available for such use cases.</p><dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a href="#dom-progress-position">position</a></code></dt>
+  <code><a href="#the-meter-element">meter</a></code> element is available for such use cases.</p><dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a href="http://dev.w3.org/html5/spec/.html#dom-progress-position" class="full-spec-link" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
 
    <dd>
 
@@ -1189,7 +1189,7 @@
     maximum values), returns the result of dividing the current value
     by the maximum value.</p>
 
-    <p>For an indeterminate progress bar, returns &#8722;1.</p>
+    <p>For an indeterminate progress bar, returns &#226;&#136;&#146;1.</p>
 
   </dd></dl><h4 id="the-meter-element"><span class="secno">4.10.17 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/97">ISSUE-97</a> (meter) blocks progress to Last Call</span></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
@@ -1211,23 +1211,23 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmeterelement">HTMLMeterElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {
-           attribute float <a href="#dom-meter-value" title="dom-meter-value">value</a>;
-           attribute float <a href="#dom-meter-min" title="dom-meter-min">min</a>;
-           attribute float <a href="#dom-meter-max" title="dom-meter-max">max</a>;
-           attribute float <a href="#dom-meter-low" title="dom-meter-low">low</a>;
-           attribute float <a href="#dom-meter-high" title="dom-meter-high">high</a>;
-           attribute float <a href="#dom-meter-optimum" title="dom-meter-optimum">optimum</a>;
-  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-min" title='Read about this "min" reference in the full HTML5 spec.' class="full-spec-link">min</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-max" title='Read about this "max" reference in the full HTML5 spec.' class="full-spec-link">max</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-low" title='Read about this "low" reference in the full HTML5 spec.' class="full-spec-link">low</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-high" title='Read about this "high" reference in the full HTML5 spec.' class="full-spec-link">high</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/.html#dom-meter-optimum" title='Read about this "optimum" reference in the full HTML5 spec.' class="full-spec-link">optimum</a>;
+  readonly attribute <a href="forms.html#htmlformelement">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.' class="full-spec-link">form</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/.html#nodelist" class="full-spec-link" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.' class="full-spec-link">labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-meter-element">meter</a></code> element <a href="#represents">represents</a> a scalar
+  </dl><p>The <code><a href="#the-meter-element">meter</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a scalar
   measurement within a known range, or a fractional value; for example
   disk usage, the relevance of a query result, or the fraction of a
   voting population to have selected a particular candidate.</p><p>This is also known as a gauge.</p><p class="note">The <code><a href="#the-meter-element">meter</a></code> element should not be used to
   indicate progress (as in a progress bar). For that role, HTML
   provides a separate <code><a href="#the-progress-element">progress</a></code> element.</p><p class="note">The <code><a href="#the-meter-element">meter</a></code> element also does not
-  represent a scalar value of arbitrary range &#8212; for example, it
+  represent a scalar value of arbitrary range &#226;&#128;&#148; for example, it
   would be wrong to use this to report a weight, or height, unless
   there is a known maximum value.</p><p>There are six attributes that determine the semantics of the
   gauge represented by the element.</p><p>The <dfn id="attr-meter-min" title="attr-meter-min"><code>min</code></dfn> attribute
@@ -1250,11 +1250,11 @@
   attribute is specified, then let <var title="">minimum</var> be that
   attribute's value; otherwise, let it be zero.</p><p>If the <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code> attribute
   attribute is specified, then let <var title="">maximum</var> be that
-  attribute's value; otherwise, let it be 1.0.</p><p>The following inequalities must hold, as applicable:</p><ul class="brief"><li><var title="">minimum</var> &#8804; <var title="">value</var> &#8804; <var title="">maximum</var></li>
-   <li><var title="">minimum</var> &#8804; <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> is specified)</li>
-   <li><var title="">minimum</var> &#8804; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> is specified)</li>
-   <li><var title="">minimum</var> &#8804; <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> &#8804; <var title="">maximum</var> (if <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> is specified)</li>
-   <li><code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#8804; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> (if both <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> are specified)</li>
+  attribute's value; otherwise, let it be 1.0.</p><p>The following inequalities must hold, as applicable:</p><ul class="brief"><li><var title="">minimum</var> &#226;&#137;&#164; <var title="">value</var> &#226;&#137;&#164; <var title="">maximum</var></li>
+   <li><var title="">minimum</var> &#226;&#137;&#164; <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#226;&#137;&#164; <var title="">maximum</var> (if <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> is specified)</li>
+   <li><var title="">minimum</var> &#226;&#137;&#164; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> &#226;&#137;&#164; <var title="">maximum</var> (if <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> is specified)</li>
+   <li><var title="">minimum</var> &#226;&#137;&#164; <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> &#226;&#137;&#164; <var title="">maximum</var> (if <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> is specified)</li>
+   <li><code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &#226;&#137;&#164; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> (if both <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> are specified)</li>
   </ul><p class="note">If no minimum or maximum is specified, then the
   range is assumed to be 0..1, and the value thus has to be within
   that range.</p><p>Authors are encouraged to include a textual representation of the
@@ -1340,7 +1340,7 @@
    <p>The following example shows how a gauge could fall back to
    localized or pretty-printed text.</p>
 
-   <pre>&lt;p&gt;Disk usage: &lt;meter min=0 value=170261928 max=233257824&gt;170&#8201;261&#8201;928 bytes used
-out of 233&#8201;257&#8201;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
+   <pre>&lt;p&gt;Disk usage: &lt;meter min=0 value=170261928 max=233257824&gt;170&#226;&#128;&#137;261&#226;&#128;&#137;928 bytes used
+out of 233&#226;&#128;&#137;257&#226;&#128;&#137;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
 
   </div></body></html>
\ No newline at end of file

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dnd.html	2 Jul 2010 23:07:30 -0000	1.38
+++ dnd.html	7 Jul 2010 08:58:10 -0000	1.39
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>7.9 Drag and drop &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>7.9 Drag and drop &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="editing.html" title="7 User interaction" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="editing.html" title="7 User interaction" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="syntax.html" title="8 The HTML syntax" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -417,12 +417,12 @@
   has to be canceled. Second, the <code title="event-dragover"><a href="#event-dragover">dragover</a></code> event, which is used to
   determine what feedback is to be shown to the user. If the event is
   canceled, then the feedback (typically the cursor) is updated based
-  on the <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code>
+  on the <code title="dom-DataTransfer-DropEffect"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" class="full-spec-link" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code>
   attribute's value, as set by the event handler; otherwise, the
   default behavior (typically to do nothing) is used instead. Finally,
   the <code title="event-drop"><a href="#event-drop">drop</a></code> event, which allows the
   actual drop to be performed. This event also needs to be canceled,
-  so that the <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's
+  so that the <code title="dom-DataTransfer-DropEffect"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" class="full-spec-link" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> attribute's
   value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre>&lt;p&gt;Drop your favorite fruits below:&lt;/p&gt;
 &lt;ol class="dropzone"
     ondragenter="dragEnterHandler(event)"
@@ -472,10 +472,10 @@
   }
 &lt;/script&gt;</pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2 </span>The <code><a href="#dragevent">DragEvent</a></code> and <code><a href="#datatransfer">DataTransfer</a></code> interfaces</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The drag-and-drop processing model involves several events. They
   all use the <code><a href="#dragevent">DragEvent</a></code> interface.</p><pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> {
-  readonly attribute <a href="#datatransfer">DataTransfer</a> <a href="#dom-dragevent-datatransfer" title="dom-DragEvent-dataTransfer">dataTransfer</a>;
+  readonly attribute <a href="#datatransfer">DataTransfer</a> <a href="http://dev.w3.org/html5/spec/.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.' class="full-spec-link">dataTransfer</a>;
 
-  void <a href="#dom-dragevent-initdragevent" title="dom-DragEvent-initDragEvent">initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg<!-- used to be viewArg, back when we had views -->, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer">DataTransfer</a> dataTransferArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code></dt>
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-dragevent-initdragevent" title='Read about this "initDragEvent" reference in the full HTML5 spec.' class="full-spec-link">initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg<!-- used to be viewArg, back when we had views -->, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer">DataTransfer</a> dataTransferArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a href="http://dev.w3.org/html5/spec/.html#dom-dragevent-datatransfer" class="full-spec-link" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a></code></dt>
 
    <dd>
 
@@ -484,30 +484,30 @@
    </dd>
 
   </dl><pre class="idl">interface <dfn id="datatransfer">DataTransfer</dfn> {
-           attribute DOMString <a href="#dom-datatransfer-dropeffect" title="dom-DataTransfer-dropEffect">dropEffect</a>;
-           attribute DOMString <a href="#dom-datatransfer-effectallowed" title="dom-DataTransfer-effectAllowed">effectAllowed</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.' class="full-spec-link">dropEffect</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.' class="full-spec-link">effectAllowed</a>;
 
-  readonly attribute DOMStringList <a href="#dom-datatransfer-types" title="dom-DataTransfer-types">types</a>;
-  void <a href="#dom-datatransfer-cleardata" title="dom-DataTransfer-clearData">clearData</a>(in optional DOMString format);
-  void <a href="#dom-datatransfer-setdata" title="dom-DataTransfer-setData">setData</a>(in DOMString format, in DOMString data);
-  DOMString <a href="#dom-datatransfer-getdata" title="dom-DataTransfer-getData">getData</a>(in DOMString format);
-  readonly attribute <span>FileList</span> <a href="#dom-datatransfer-files" title="dom-DataTransfer-files">files</a>;
+  readonly attribute DOMStringList <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-types" title='Read about this "types" reference in the full HTML5 spec.' class="full-spec-link">types</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-cleardata" title='Read about this "clearData" reference in the full HTML5 spec.' class="full-spec-link">clearData</a>(in optional DOMString format);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdata" title='Read about this "setData" reference in the full HTML5 spec.' class="full-spec-link">setData</a>(in DOMString format, in DOMString data);
+  DOMString <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" title='Read about this "getData" reference in the full HTML5 spec.' class="full-spec-link">getData</a>(in DOMString format);
+  readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.' class="full-spec-link">files</a>;
 
-  void <a href="#dom-datatransfer-setdragimage" title="dom-DataTransfer-setDragImage">setDragImage</a>(in Element image, in long x, in long y);
-  void <a href="#dom-datatransfer-addelement" title="dom-DataTransfer-addElement">addElement</a>(in Element element);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.' class="full-spec-link">setDragImage</a>(in Element image, in long x, in long y);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.' class="full-spec-link">addElement</a>(in Element element);
 };</pre><p><code><a href="#datatransfer">DataTransfer</a></code> objects can hold pieces of data, each
   associated with a unique format. Formats are generally given by
   <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a>, with some values
   special-cased for legacy reasons. However, the API does not enforce
   this; non-MIME-type values can be added as well. All formats are
-  identified by strings that are <a href="#converted-to-ascii-lowercase">converted to ASCII
-  lowercase</a> by the API.</p><dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> [ = <var title="">value</var> ]</dt>
+  identified by strings that are <a href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" class="full-spec-link" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII
+  lowercase</a> by the API.</p><dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" class="full-spec-link" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns the kind of operation that is currently selected. If
     the kind of operation isn't one of those that is allowed by the
-    <code title="dom-DataTransfer-effectAllowed"><a href="#dom-datatransfer-effectallowed">effectAllowed</a></code>
+    <code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" class="full-spec-link" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code>
     attribute, then the operation will fail.</p>
 
     <p>Can be set, to change the selected operation.</p>
@@ -516,7 +516,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a href="#dom-datatransfer-effectallowed">effectAllowed</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" class="full-spec-link" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -528,7 +528,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a href="#dom-datatransfer-types">types</a></code></dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-types" class="full-spec-link" title='Read about this "types" reference in the full HTML5 spec.'>types</a></code></dt>
 
    <dd>
 
@@ -539,7 +539,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a href="#dom-datatransfer-cleardata">clearData</a></code>( [ <var title="">format</var> ] )</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-cleardata" class="full-spec-link" title='Read about this "clearData" reference in the full HTML5 spec.'>clearData</a></code>( [ <var title="">format</var> ] )</dt>
 
    <dd>
 
@@ -548,7 +548,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a href="#dom-datatransfer-setdata">setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdata" class="full-spec-link" title='Read about this "setData" reference in the full HTML5 spec.'>setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
 
    <dd>
 
@@ -556,7 +556,7 @@
 
    </dd>
 
-   <dt><var title="">data</var> = <var title="">dataTransfer</var> . <code title="dom-DataTransfer-getData"><a href="#dom-datatransfer-getdata">getData</a></code>(<var title="">format</var>)</dt>
+   <dt><var title="">data</var> = <var title="">dataTransfer</var> . <code title="dom-DataTransfer-getData"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" class="full-spec-link" title='Read about this "getData" reference in the full HTML5 spec.'>getData</a></code>(<var title="">format</var>)</dt>
 
    <dd>
 
@@ -564,7 +564,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a href="#dom-datatransfer-files">files</a></code></dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
 
    <dd>
 
@@ -572,7 +572,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a href="#dom-datatransfer-setdragimage">setDragImage</a></code>(<var title="">element</var>, <var title="">x</var>, <var title="">y</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdragimage" class="full-spec-link" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a></code>(<var title="">element</var>, <var title="">x</var>, <var title="">y</var>)</dt>
 
    <dd>
 
@@ -580,7 +580,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-addElement"><a href="#dom-datatransfer-addelement">addElement</a></code>(<var title="">element</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-addElement"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-addelement" class="full-spec-link" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a></code>(<var title="">element</var>)</dt>
 
    <dd>
 
@@ -594,66 +594,66 @@
      <th> Bubbles? </th>
      <th> Cancelable? </th>
      <th> <code title="dom-DataTransfer-dataTransfer">dataTransfer</code> </th>
-     <th> <code title="dom-DataTransfer-effectAllowed"><a href="#dom-datatransfer-effectallowed">effectAllowed</a></code> </th>
-     <th> <code title="dom-DataTransfer-dropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> </th>
+     <th> <code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" class="full-spec-link" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> </th>
+     <th> <code title="dom-DataTransfer-dropEffect"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" class="full-spec-link" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> </th>
      <th> Default Action </th>
     </tr></thead><tbody><tr><td><dfn id="event-dragstart" title="event-dragstart"><code>dragstart</code></dfn></td>
-     <td><a href="#source-node">Source node</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#10003; Cancelable</td>
-     <td>Contains <a href="#source-node">source node</a> unless a selection is being dragged, in which case it is empty; <code title="dom-datatransfer-files"><a href="#dom-datatransfer-files">files</a></code> returns any files included in the drag operation</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#source-node" class="full-spec-link" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#156;&#147; Cancelable</td>
+     <td>Contains <a href="http://dev.w3.org/html5/spec/.html#source-node" class="full-spec-link" title='Read about this "source node" reference in the full HTML5 spec.'>source node</a> unless a selection is being dragged, in which case it is empty; <code title="dom-datatransfer-files"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
      <td><code title="">uninitialized</code></td>
      <td><code title="">none</code></td>
      <td>Initiate the drag-and-drop operation</td>
     </tr><tr><td><dfn id="event-drag" title="event-drag"><code>drag</code></dfn></td>
-     <td><a href="#source-node">Source node</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#10003; Cancelable</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#source-node" class="full-spec-link" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#156;&#147; Cancelable</td>
      <td>Empty</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>Continue the drag-and-drop operation</td>
     </tr><tr><td><dfn id="event-dragenter" title="event-dragenter"><code>dragenter</code></dfn></td>
-     <td><a href="#immediate-user-selection">Immediate user selection</a> or <a href="dom.html#the-body-element">the body element</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#10003; Cancelable</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#immediate-user-selection" class="full-spec-link" title='Read about this "Immediate user selection" reference in the full HTML5 spec.'>Immediate user selection</a> or <a href="dom.html#the-body-element">the body element</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#156;&#147; Cancelable</td>
      <td>Empty</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
-     <td><a href="#dropEffect-initialization">Based on <code>effectAllowed</code> value</a></td>
-     <td>Reject <a href="#immediate-user-selection">immediate user selection</a> as potential <a href="#current-target-element" title="current target element">target element</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#dropEffect-initialization" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#immediate-user-selection" class="full-spec-link" title='Read about this "immediate user selection" reference in the full HTML5 spec.'>immediate user selection</a> as potential <a href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "target element" reference in the full HTML5 spec.' class="full-spec-link">target element</a></td>
     </tr><tr><td><dfn id="event-dragleave" title="event-dragleave"><code>dragleave</code></dfn></td>
-     <td><a href="#current-target-element" title="current target element">Previous target element</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#8212;</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "Previous target element" reference in the full HTML5 spec.' class="full-spec-link">Previous target element</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#128;&#148;</td>
      <td>Empty</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>None</td>
     </tr><tr><td><dfn id="event-dragover" title="event-dragover"><code>dragover</code></dfn></td>
-     <td><a href="#current-target-element">Current target element</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#10003; Cancelable</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#current-target-element" class="full-spec-link" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#156;&#147; Cancelable</td>
      <td>Empty</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
-     <td><a href="#dropEffect-initialization">Based on <code>effectAllowed</code> value</a></td>
-     <td>Reset the <a href="#current-drag-operation">current drag operation</a> to "none"</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#dropEffect-initialization" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#current-drag-operation" class="full-spec-link" title='Read about this "current drag operation" reference in the full HTML5 spec.'>current drag operation</a> to "none"</td>
     </tr><tr><td><dfn id="event-drop" title="event-drop"><code>drop</code></dfn></td>
-     <td><a href="#current-target-element">Current target element</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#10003; Cancelable</td>
-     <td><code title="dom-datatransfer-getdata"><a href="#dom-datatransfer-getdata">getData()</a></code> returns data set in <code title="dom-dragstart">dragstart</code> event; <code title="dom-datatransfer-files"><a href="#dom-datatransfer-files">files</a></code> returns any files included in the drag operation</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
-     <td><a href="#current-drag-operation">Current drag operation</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#current-target-element" class="full-spec-link" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#156;&#147; Cancelable</td>
+     <td><code title="dom-datatransfer-getdata"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" class="full-spec-link" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> returns data set in <code title="dom-dragstart">dragstart</code> event; <code title="dom-datatransfer-files"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#current-drag-operation" class="full-spec-link" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
      <td>Varies</td>
     </tr><tr><td><dfn id="event-dragend" title="event-dragend"><code>dragend</code></dfn></td>
-     <td><a href="#source-node">Source node</a></td>
-     <td>&#10003; Bubbles</td>
-     <td>&#8212;</td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#source-node" class="full-spec-link" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td>&#226;&#156;&#147; Bubbles</td>
+     <td>&#226;&#128;&#148;</td>
      <td>Empty</td>
-     <td><a href="#effectAllowed-initialization">Same as last event</a></td>
-     <td><a href="#current-drag-operation">Current drag operation</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" class="full-spec-link" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a href="http://dev.w3.org/html5/spec/.html#current-drag-operation" class="full-spec-link" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
      <td>Varies</td>
-    </tr></tbody></table><p class="note">"Empty" in the table above means that the <code title="dom-datatransfer-getdata"><a href="#dom-datatransfer-getdata">getData()</a></code> and <code title="dom-dataTransfer-files"><a href="#dom-datatransfer-files">files</a></code> attributes act as if
+    </tr></tbody></table><p class="note">"Empty" in the table above means that the <code title="dom-datatransfer-getdata"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" class="full-spec-link" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> and <code title="dom-dataTransfer-files"><a href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> attributes act as if
   there is no data being dragged.</p><h4 id="the-draggable-attribute"><span class="secno">7.9.4 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The
   <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute is an
   <a href="common-microsyntaxes.html#enumerated-attribute">enumerated attribute</a>. It has three states. The first
@@ -662,7 +662,7 @@
   <i>auto</i>; it has no keywords but it is the <i>missing value
   default</i>.</p><p>The <i>true</i> state means the element is draggable; the
   <i>false</i> state means that it is not. The <i>auto</i> state
-  uses the default behavior of the user agent.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> [ = <var title="">value</var> ]</dt>
+  uses the default behavior of the user agent.</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a href="http://dev.w3.org/html5/spec/.html#dom-draggable" class="full-spec-link" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -751,17 +751,17 @@
   <p>All the drag-and-drop events can be involved in this process.</p>
 
   </div>
---><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-undomanager-interface"><span class="secno">7.10.1 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo
+--><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-undomanager-interface"><span class="secno">7.10.1 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To manage <a href="http://dev.w3.org/html5/spec/.html#undo-object" class="full-spec-link" title='Read about this "undo object" reference in the full HTML5 spec.'>undo object</a> entries in the <a href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" class="full-spec-link" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo
   transaction history</a>, the <code><a href="#undomanager">UndoManager</a></code>
   interface can be used:</p><pre class="idl">interface <dfn id="undomanager">UndoManager</dfn> {
-  readonly attribute unsigned long <a href="#dom-undomanager-length" title="dom-UndoManager-length">length</a>;
-  getter any <a href="#dom-undomanager-item" title="dom-UndoManager-item">item</a>(in unsigned long index);
-  readonly attribute unsigned long <a href="#dom-undomanager-position" title="dom-UndoManager-position">position</a>;
-  unsigned long <a href="#dom-undomanager-add" title="dom-UndoManager-add">add</a>(in any data, in DOMString title);
-  void <a href="#dom-undomanager-remove" title="dom-UndoManager-remove">remove</a>(in unsigned long index);
-  void <a href="#dom-undomanager-clearundo" title="dom-UndoManager-clearUndo">clearUndo</a>();
-  void <a href="#dom-undomanager-clearredo" title="dom-UndoManager-clearRedo">clearRedo</a>();
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-undoManager"><a href="#dom-undomanager">undoManager</a></code></dt>
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-length" title='Read about this "length" reference in the full HTML5 spec.' class="full-spec-link">length</a>;
+  getter any <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-item" title='Read about this "item" reference in the full HTML5 spec.' class="full-spec-link">item</a>(in unsigned long index);
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-position" title='Read about this "position" reference in the full HTML5 spec.' class="full-spec-link">position</a>;
+  unsigned long <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" title='Read about this "add" reference in the full HTML5 spec.' class="full-spec-link">add</a>(in any data, in DOMString title);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-remove" title='Read about this "remove" reference in the full HTML5 spec.' class="full-spec-link">remove</a>(in unsigned long index);
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearundo" title='Read about this "clearUndo" reference in the full HTML5 spec.' class="full-spec-link">clearUndo</a>();
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearredo" title='Read about this "clearRedo" reference in the full HTML5 spec.' class="full-spec-link">clearRedo</a>();
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-undoManager"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager" class="full-spec-link" title='Read about this "undoManager" reference in the full HTML5 spec.'>undoManager</a></code></dt>
 
    <dd>
 
@@ -769,14 +769,14 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-length"><a href="#dom-undomanager-length">length</a></code></dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-length"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-length" class="full-spec-link" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
 
     <p>Returns the number of entries in the undo history.</p>
 
    </dd>
 
-   <dt><var title="">data</var> = <var title="">undoManager</var> . <code title="dom-UndoManager-item"><a href="#dom-undomanager-item">item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">data</var> = <var title="">undoManager</var> . <code title="dom-UndoManager-item"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-item" class="full-spec-link" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">undoManager</var>[<var title="">index</var>]</dt>
    <dd>
 
@@ -786,21 +786,21 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-position"><a href="#dom-undomanager-position">position</a></code></dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-position"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-position" class="full-spec-link" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
    <dd>
 
     <p>Returns the number of the current entry in the undo history. (Entries at and past this point are <em>redo</em> entries.)</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-add"><a href="#dom-undomanager-add">add</a></code>(<var title="">data</var>, <var title="">title</var>)</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-add"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" class="full-spec-link" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>, <var title="">title</var>)</dt>
    <dd>
 
     <p>Adds the specified entry to the undo history.</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-remove"><a href="#dom-undomanager-remove">remove</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-remove"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-remove" class="full-spec-link" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">index</var>)</dt>
    <dd>
 
     <p>Removes the specified entry to the undo history.</p>
@@ -809,32 +809,32 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearUndo"><a href="#dom-undomanager-clearundo">clearUndo</a></code>()</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearUndo"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearundo" class="full-spec-link" title='Read about this "clearUndo" reference in the full HTML5 spec.'>clearUndo</a></code>()</dt>
    <dd>
 
     <p>Removes all entries before the current position in the undo history.</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearRedo"><a href="#dom-undomanager-clearredo">clearRedo</a></code>()</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearRedo"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearredo" class="full-spec-link" title='Read about this "clearRedo" reference in the full HTML5 spec.'>clearRedo</a></code>()</dt>
    <dd>
 
     <p>Removes all entries at and after the current position in the undo history.</p>
 
    </dd>
 
-  </dl><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.2 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="#event-undo">undo</a></code> and <code title="event-redo"><a href="#event-redo">redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute any <a href="#dom-undomanagerevent-data" title="dom-UndoManagerEvent-data">data</a>;
-  void <a href="#dom-undomanagerevent-initundomanagerevent" title="dom-UndoManagerEvent-initUndoManagerEvent">initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg);
-};</pre><dl class="domintro"><dt><var title="">event</var>  . <code title="dom-UndoManagerEvent-data"><a href="#dom-undomanagerevent-data">data</a></code></dt>
+  </dl><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.2 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="http://dev.w3.org/html5/spec/.html#event-undo" class="full-spec-link" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> and <code title="event-redo"><a href="http://dev.w3.org/html5/spec/.html#event-redo" class="full-spec-link" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a href="http://dev.w3.org/html5/spec/.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-data" title='Read about this "data" reference in the full HTML5 spec.' class="full-spec-link">data</a>;
+  void <a href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-initundomanagerevent" title='Read about this "initUndoManagerEvent" reference in the full HTML5 spec.' class="full-spec-link">initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg);
+};</pre><dl class="domintro"><dt><var title="">event</var>  . <code title="dom-UndoManagerEvent-data"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-data" class="full-spec-link" title='Read about this "data" reference in the full HTML5 spec.'>data</a></code></dt>
 
    <dd>
 
-    <p>Returns the data that was passed to the <code title="dom-undomanager-add"><a href="#dom-undomanager-add">add()</a></code> method.</p>
+    <p>Returns the data that was passed to the <code title="dom-undomanager-add"><a href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" class="full-spec-link" title='Read about this "add()" reference in the full HTML5 spec.'>add()</a></code> method.</p>
 
    </dd>
 
-  </dl><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="#execCommand">execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt>
+  </dl><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="http://dev.w3.org/html5/spec/.html#execCommand" class="full-spec-link" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt>
 
    <dd>
 
@@ -844,7 +844,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandEnabled"><a href="#dom-document-querycommandenabled">queryCommandEnabled</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandEnabled"><a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandenabled" class="full-spec-link" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.'>queryCommandEnabled</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -852,7 +852,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandIndeterm"><a href="#dom-document-querycommandindeterm">queryCommandIndeterm</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandIndeterm"><a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandindeterm" class="full-spec-link" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.'>queryCommandIndeterm</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -860,7 +860,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandState"><a href="#dom-document-querycommandstate">queryCommandState</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandState"><a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandstate" class="full-spec-link" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -868,7 +868,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandSupported"><a href="#dom-document-querycommandsupported">queryCommandSupported</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandSupported"><a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandsupported" class="full-spec-link" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -876,7 +876,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandValue"><a href="#dom-document-querycommandvalue">queryCommandValue</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandValue"><a href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandvalue" class="full-spec-link" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -885,9 +885,9 @@
    </dd>
 
   </dl><p>A document is <dfn id="ready-for-editing-host-commands">ready for editing host commands</dfn> if it
-  has a selection that is entirely within an <a href="#editing-host">editing
+  has a selection that is entirely within an <a href="http://dev.w3.org/html5/spec/.html#editing-host" class="full-spec-link" 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 href="#editing-host">editing host</a>.</p><p>The possible values for <var title="">commandId</var>, and their
+  <a href="http://dev.w3.org/html5/spec/.html#editing-host" class="full-spec-link" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a>.</p><p>The possible values for <var title="">commandId</var>, and their
   corresponding meanings, are as follows. </p><dl><dt><dfn id="command-bold" title="command-bold"><code>bold</code></dfn></dt>
    <dd><strong>Summary</strong>: Toggles whether the selection is bold.</dd>
    
@@ -1028,8 +1028,8 @@
    <dt><dfn id="command-redo" 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 <a href="#undo-position">undo position</a>
-   is not at the end of the <a href="#undo-transaction-history">undo transaction
+   <dd><strong>Enabled When</strong>: The <a href="http://dev.w3.org/html5/spec/.html#undo-position" class="full-spec-link" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
+   is not at the end of the <a href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" class="full-spec-link" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
    history</a>.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
@@ -1072,8 +1072,8 @@
    <dt><dfn id="command-undo" 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 <a href="#undo-position">undo position</a>
-   is not at the start of the <a href="#undo-transaction-history">undo transaction
+   <dd><strong>Enabled When</strong>: The <a href="http://dev.w3.org/html5/spec/.html#undo-position" class="full-spec-link" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
+   is not at the start of the <a href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" class="full-spec-link" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
    history</a>.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
@@ -1083,7 +1083,7 @@
    <dd><strong>Summary</strong>: Removes all links from the selection.</dd>
    
    <dd><strong>Enabled When</strong>: The document has a selection
-   that is entirely within an <a href="#editing-host">editing host</a> and that
+   that is entirely within an <a href="http://dev.w3.org/html5/spec/.html#editing-host" class="full-spec-link" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a> and that
    contains (either partially or completely) at least one
    <code><a href="text-level-semantics.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code> attribute.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- links.html	2 Jul 2010 23:07:31 -0000	1.45
+++ links.html	7 Jul 2010 08:58:11 -0000	1.46
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.12 Links &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.12 Links &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="commands.html" title="4.11.5 Commands" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="commands.html" title="4.11.5 Commands" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="browsers.html" title="5 Loading Web pages" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -524,7 +524,7 @@
     <p>If the <code title="rel-alternate"><a href="#link-type-alternate">alternate</a></code> keyword is
     used with the <code title="attr-hyperlink-hreflang"><a href="#attr-hyperlink-hreflang">hreflang</a></code>
     attribute, and that attribute's value differs from the <a href="infrastructure.html#root-element">root
-    element</a>'s <a href="#language">language</a>, it indicates that the
+    element</a>'s <a href="http://dev.w3.org/html5/spec/.html#language" class="full-spec-link" title='Read about this "language" reference in the full HTML5 spec.'>language</a>, it indicates that the
     referenced document is a translation.</p>
 
     <p>If the <code title="rel-alternate"><a href="#link-type-alternate">alternate</a></code> keyword is
@@ -545,7 +545,7 @@
 
     </div>
 
-    <p>This relationship is transitive &#8212; that is, if a document
+    <p>This relationship is transitive &#226;&#128;&#148; that is, if a document
     links to two other documents with the link type "<code title="rel-alternate"><a href="#link-type-alternate">alternate</a></code>", then, in addition to
     implying that those documents are alternative representations of
     the first document, it is also implying that those two documents
@@ -571,7 +571,7 @@
   author. <a href="references.html#refsMAILTO">[MAILTO]</a></p><h5 id="link-type-bookmark"><span class="secno">4.12.2.4 </span>Link type "<dfn title="rel-bookmark"><code>bookmark</code></dfn>"</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword may be
   used with <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-map-element.html#the-area-element">area</a></code> elements.</p><p>The <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword gives a
   permalink for the nearest ancestor <code><a href="sections.html#the-article-element">article</a></code> element of
-  the linking element in question, or of <a href="#associatedSection">the section the linking element is most
+  the linking element in question, or of <a href="http://dev.w3.org/html5/spec/.html#associatedSection" class="full-spec-link" title='Read about this "the section the linking element is most closely associated with" reference in the full HTML5 spec.'>the section the linking element is most
   closely associated with</a>, if there are no ancestor
   <code><a href="sections.html#the-article-element">article</a></code> elements.</p><div class="example">
    <p>The following snippet has three permalinks. A user agent could
@@ -662,7 +662,7 @@
    <pre>&lt;!DOCTYPE HTML&gt;
 &lt;html&gt;
  &lt;head&gt;
-  &lt;title&gt;lsForums &#8212; Inbox&lt;/title&gt;
+  &lt;title&gt;lsForums &#226;&#128;&#148; Inbox&lt;/title&gt;
   &lt;link rel=icon href=favicon.png sizes="16x16" type="image/png"&gt;
   &lt;link rel=icon href=windows.ico sizes="32x32 48x48" type="image/vnd.microsoft.icon"&gt;
   &lt;link rel=icon href=mac.icns sizes="128x128 512x512 8192x8192 32768x32768"&gt;
@@ -708,7 +708,7 @@
   &lt;p&gt;&lt;small&gt;&lt;a rel="license" href="http://www.opensource.org/licenses/mit-license.php"&gt;MIT Licensed&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
   &lt;footer&gt;
    &lt;a href="/"&gt;Home&lt;/a&gt; | &lt;a href="../"&gt;Photo index&lt;/a&gt;
-   &lt;p&gt;&lt;small&gt;&#169; copyright 2009 Exampl Pictures. All Rights Reserved.&lt;/small&gt;&lt;/p&gt;
+   &lt;p&gt;&lt;small&gt;&#194;&#169; copyright 2009 Exampl Pictures. All Rights Reserved.&lt;/small&gt;&lt;/p&gt;
   &lt;/footer&gt;
  &lt;/body&gt;
 &lt;/html&gt;</pre>
@@ -806,7 +806,7 @@
  &lt;/p&gt;
 &lt;/nav&gt;</pre>
 
-  </div><p class="note">The <code title="dom-a-relList"><a href="#dom-a-rellist">relList</a></code> IDL
+  </div><p class="note">The <code title="dom-a-relList"><a href="http://dev.w3.org/html5/spec/.html#dom-a-rellist" class="full-spec-link" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a></code> IDL
   attribute (e.g. on the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element) does not currently
   represent multiple <code title="rel-up"><a href="#link-type-up">up</a></code> keywords (the
   interface hides duplicates).</p><h5 id="sequential-link-types"><span class="secno">4.12.2.18 </span>Sequential link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Some documents form part of a sequence of documents.</p><p>A sequence of documents is one where each document can have a
@@ -1092,8 +1092,8 @@
 &lt;p&gt; &lt;span class="speaker"&gt;Shopkeeper&lt;/span&gt;: No no no, this's'a tobacconist's.
 &lt;aside&gt;
  &lt;p&gt;In 1970, the British Empire lay in ruins, and foreign
- nationalists frequented the streets &#8212; many of them Hungarians
- (not the streets &#8212; the foreign nationals). Sadly, Alexander
+ nationalists frequented the streets &#226;&#128;&#148; many of them Hungarians
+ (not the streets &#226;&#128;&#148; the foreign nationals). Sadly, Alexander
  Yalt has been publishing incompetently-written phrase books.
 &lt;/aside&gt;</pre>
 
@@ -1116,7 +1116,7 @@
   &lt;tr&gt;
    &lt;td&gt; Dance
    &lt;td&gt; Wherever possible
-   &lt;td&gt; &#163;0&lt;sup&gt;&lt;a href="#fn1"&gt;1&lt;/a&gt;&lt;/sup&gt;
+   &lt;td&gt; &#194;&#163;0&lt;sup&gt;&lt;a href="#fn1"&gt;1&lt;/a&gt;&lt;/sup&gt;
   &lt;tr&gt;
    &lt;td&gt; Routines, chorus scenes&lt;sup&gt;&lt;a href="#fn2"&gt;2&lt;/a&gt;&lt;/sup&gt;
    &lt;td&gt; Undisclosed

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.954
retrieving revision 1.955
diff -u -d -r1.954 -r1.955
--- spec.html	2 Jul 2010 23:07:32 -0000	1.954
+++ spec.html	7 Jul 2010 08:58:12 -0000	1.955
@@ -1,4 +1,4 @@
-<!DOCTYPE html><!-- when publishing, change bits marked ZZZ --><html lang=en-US-x-Hixie><head><title>HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><style type="text/css">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>HTML5</title><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -179,7 +179,7 @@
    #configUI p label { display: block; }
    #configUI #updateUI, #configUI .loginUI { text-align: center; }
    #configUI input[type=button] { display: block; margin: auto; }
-  </style><style type=text/css>
+  </style><style type="text/css">
[...34995 lines suppressed...]
-  lists</a> and the <a href=http://www.whatwg.org/mailing-list>various WHATWG lists</a>.
+  contributors to the <a href="http://www.w3.org/html/wg/lists/">various W3C HTML WG
+  lists</a> and the <a href="http://www.whatwg.org/mailing-list">various WHATWG lists</a>.
 
   </p><p>Special thanks to Richard Williamson for creating the first
-  implementation of <code><a href=#the-canvas-element>canvas</a></code> in Safari, from which the
+  implementation of <code><a href="#the-canvas-element">canvas</a></code> in Safari, from which the
   canvas feature was designed.</p><p>Special thanks also to the Microsoft employees who first
-  implemented the event-based drag-and-drop mechanism, <code title=attr-contenteditable><a href=#attr-contenteditable>contenteditable</a></code>, and other
+  implemented the event-based drag-and-drop mechanism, <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code>, and other
   features first widely deployed by the Windows Internet Explorer
   browser.</p><p>Thanks to the participants of the microdata usability study for
   allowing us to use their mistakes as a guide for designing the
@@ -30768,4 +30670,4 @@
           clock." src="sample-datetime-ui-2"></li>
           <li><img alt="A calendar grid with a clock in the upper right
           hand corner." src="sample-datetime-ui-3"></li>
---></body></html>
\ No newline at end of file
+--></body></html>

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- number-state.html	2 Jul 2010 23:07:32 -0000	1.34
+++ number-state.html	7 Jul 2010 08:58:12 -0000	1.35
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.10.7.1.13 Number state &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.10.7.1.13 Number state &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -318,8 +318,8 @@
    <a href="common-input-element-attributes.html">4.10.7.2 Common input element attributes &#8594;</a>
   <ol class="toc"><li><ol><li><ol><li><ol><li><ol><li><a href="number-state.html#number-state"><span class="secno">4.10.7.1.13 </span>Number state</a></li><li><a href="number-state.html#range-state"><span class="secno">4.10.7.1.14 </span>Range state</a></li><li><a href="number-state.html#color-state"><span class="secno">4.10.7.1.15 </span>Color state</a></li><li><a href="number-state.html#checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a></li><li><a href="number-state.html#radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a></li><li><a href="number-state.html#file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a></li><li><a href="number-state.html#submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a></li><li><a href="number-state.html#image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a></li><li><a href="number-state.html#reset-button-state"><span class="secno">4.10.7.1.21 /span>Reset Button state</a></li><li><a href="number-state.html#button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></li></ol></li></ol></li></ol></li></ol></li></ol></div>
 
-  <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   number.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
   number</a>.</p><!-- ok to set out-of-range value, we never know
@@ -327,7 +327,7 @@
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
   number</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
-  floating point number</a>.</p><p> The <a href="#concept-input-step-default" title="concept-input-step-default">default
+  floating point number</a>.</p><p> The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default
   step</a> is 1 (allowing only integers, unless the <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code> attribute has a non-integer
   value).</p><div class="bookkeeping">
 
@@ -340,17 +340,17 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -373,29 +373,29 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
-  for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">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" title="attr-input-type-number">Number</a> state.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
   number</a>.</p><!-- ok to set out-of-range value, we never know
   when we might have to represent bogus input --><p>The <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
-  number</a>. The <a href="#concept-input-min-default" title="concept-input-min-default">default
+  number</a>. The <a href="http://dev.w3.org/html5/spec/.html#concept-input-min-default" title='Read about this "default minimum" reference in the full HTML5 spec.' class="full-spec-link">default
   minimum</a> is 0. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
-  floating point number</a>. The <a href="#concept-input-max-default" title="concept-input-max-default">default maximum</a> is 100.</p><p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default
-  value</dfn> is the <a href="#concept-input-min" title="concept-input-min">minimum</a>
-  plus half the difference between the <a href="#concept-input-min" title="concept-input-min">minimum</a> and the <a href="#concept-input-max" title="concept-input-max">maximum</a>, unless the <a href="#concept-input-max" title="concept-input-max">maximum</a> is less than the <a href="#concept-input-min" title="concept-input-min">minimum</a>, in which case the <a href="#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> is
-  the <a href="#concept-input-min" title="concept-input-min">minimum</a>.</p><p> The <a href="#concept-input-step-default" title="concept-input-step-default">default
+  floating point number</a>. The <a href="http://dev.w3.org/html5/spec/.html#concept-input-max-default" title='Read about this "default maximum" reference in the full HTML5 spec.' class="full-spec-link">default maximum</a> is 100.</p><p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default
+  value</dfn> is the <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>
+  plus half the difference between the <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a> and the <a href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.' class="full-spec-link">maximum</a>, unless the <a href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.' class="full-spec-link">maximum</a> is less than the <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>, in which case the <a href="#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> is
+  the <a href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.' class="full-spec-link">minimum</a>.</p><p> The <a href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.' class="full-spec-link">default
   step</a> is 1 (allowing only integers, unless the <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code> attribute has a non-integer
   value).</p><div class="bookkeeping">
 
@@ -406,17 +406,17 @@
    <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>,
    <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">step</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>,
-   <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -441,13 +441,13 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" 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 href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -504,8 +504,8 @@
    maintain the same resolution for the tick marks, despite the
    differences in width.</p>
 
-  </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a color
-  well control, for setting the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to a string representing a
+  </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a color
+  well control, for setting the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> to a string representing a
   <a href="common-microsyntaxes.html#simple-color">simple color</a>.</p><p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-simple-color">valid simple
   color</a>.</p><div class="bookkeeping">
@@ -514,14 +514,14 @@
    attributes, IDL attributes, and methods apply to the element:
    <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete">autocomplete</a></code> and
    <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> content attributes;
-   <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code>, and
-   <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attributes.</p>
+   <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>, and
+   <code title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a>.</p>
 
-   <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -549,27 +549,27 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a
-  two-state control that represents the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> state. If the
-  element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> state
+  </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  two-state control that represents the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> state. If the
+  element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> state
   is true, the control represents a positive selection, and if it is
-  false, a negative selection. If the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
+  false, a negative selection. If the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" class="full-spec-link" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
   is set to true, then the control's selection should be obscured as
   if the control was in a third, indeterminate, state.</p><p class="note">The control is never a true tri-state control, even
-  if the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
-  is set to true. The <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
-  only gives the appearance of a third state.</p><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> [ = <var title="">value</var> ]</dt>
+  if the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" class="full-spec-link" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
+  is set to true. The <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" class="full-spec-link" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
+  only gives the appearance of a third state.</p><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" class="full-spec-link" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -584,13 +584,13 @@
    attributes and IDL attributes apply to the element:
    <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code>, and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code> content attributes;
-   <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code> and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
+   <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.' class="full-spec-link">default/on</a>.</p>
 
-   <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -618,25 +618,25 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a control
+  </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">input</a></code>
   elements, forms a <i><a href="#radio-button-group">radio button group</a></i> in which only one
-  control can have its <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> state set to true. If
-  the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>
+  control can have its <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">checkedness</a> state set to true. If
+  the element's <a href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.' class="full-spec-link">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><p>The <dfn id="radio-button-group"><i>radio button group</i></dfn> that contains an
@@ -664,13 +664,13 @@
    attributes and IDL attributes apply to the element:
    <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked">checked</a></code> and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code> content attributes;
-   <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code> and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
+   <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.' class="full-spec-link">default/on</a>.</p>
 
-   <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -698,24 +698,24 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas:
    * maximum height/width or required ratio for image uploads? - Leons Petrazickis
    * maximum per-file upload size - Alfonso Mart&iacute;nez de Lizarrondo
-  --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a list of
+  --><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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>,
   each file consisting of a file name, a file type, and a file body
   (the contents of the file).</p><hr><p>The <dfn id="attr-input-accept" title="attr-input-accept"><code>accept</code></dfn>
@@ -742,11 +742,11 @@
   matches for any of the other tokens (i.e. duplicates are not
   allowed). </p><div class="example">
 
-   <p>For historical reasons, the <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute prefixes the
+   <p>For historical reasons, the <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute prefixes the
    filename with the string "<code title="">C:\fakepath\</code>". Some
    legacy user agents actually included the full path (which was a
    security vulnerability). As a result of this, obtaining the
-   filename from the <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL
+   filename from the <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL
    attribute in a backwards-compatible way is non-trivial. The
    following function extracts the filename in a suitably compatible
    manner:</p>
@@ -787,13 +787,13 @@
    <code title="attr-input-accept"><a href="#attr-input-accept">accept</a></code>,
    <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">multiple</a></code>, and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required">required</a></code>;
-   <code title="dom-input-files"><a href="#dom-input-files">files</a></code> and
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
+   <code title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> and
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-filename" title="dom-input-value-filename">filename</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-filename" title='Read about this "filename" reference in the full HTML5 spec.' class="full-spec-link">filename</a>.</p>
 
-   <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -823,21 +823,21 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a button
+  </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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" title="concept-button">button</a>, specifically a <a href="forms.html#concept-submit-button" title="concept-submit-button">submit button</a>.</p><p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission">attributes
   for form submission</a>.</p><p class="note">The <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code> attribute can
   be used to make submit buttons that do not trigger the constraint
@@ -850,10 +850,10 @@
    <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>,
    <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>, and
    <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code> content attributes;
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute.</p>
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.' class="full-spec-link">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -878,22 +878,22 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> either an
+  </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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" title="concept-button">button</a>,
@@ -919,10 +919,10 @@
    <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height">height</a></code>,
    <code title="attr-input-src"><a href="#attr-input-src">src</a></code>, and
    <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width">width</a></code> content attributes;
-   <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute.</p>
+   <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is
-   in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.' class="full-spec-link">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -946,29 +946,29 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
   </div><p class="note">Many aspects of this state's behavior are similar to
   the behavior of the <code><a href="embedded-content-1.html#the-img-element">img</a></code> element. Readers are encouraged
   to read that section, where many of the same requirements are
-  described in more detail.</p><h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a button
+  described in more detail.</p><h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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" title="concept-button">button</a>.</p><div class="bookkeeping">
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute
-   applies to this element and is in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
+   applies to this element and is in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.' class="full-spec-link">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -998,26 +998,26 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" 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 class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="#represents">represents</a> a button
+  </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="the-input-element.html#the-input-element">input</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
   with no default behavior.  The element is a <a href="forms.html#concept-button" title="concept-button">button</a>.</p><div class="bookkeeping">
 
-   <p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute
-   applies to this element and is in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+   <p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/.html#dom-input-value" class="full-spec-link" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
+   applies to this element and is in mode <a href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.' class="full-spec-link">default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1047,19 +1047,19 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-input-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/.html#dom-input-files" class="full-spec-link" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/.html#dom-input-list" class="full-spec-link" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" class="full-spec-link" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" class="full-spec-link" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" class="full-spec-link" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" class="full-spec-link" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" class="full-spec-link" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" class="full-spec-link" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" class="full-spec-link" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" class="full-spec-link" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" class="full-spec-link" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a href="http://dev.w3.org/html5/spec/.html#event-input-input" class="full-spec-link" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a href="http://dev.w3.org/html5/spec/.html#event-input-change" class="full-spec-link" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
   </div></body></html>
\ No newline at end of file

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile	3 Jun 2010 06:37:38 -0000	1.23
+++ Makefile	7 Jul 2010 08:58:09 -0000	1.24
@@ -11,6 +11,10 @@
 PERLFLAGS=
 PATCH=patch
 PATCHFLAG=
+PARSE=xmllint
+PARSEFLAGS=--html --xmlout
+XSLTPROC=xsltproc
+XSLTPROCFLAGS=--novalid
 
 HTML5=../spec
 SPLITTER=html5-tools/spec-splitter/spec-splitter.py
@@ -26,9 +30,12 @@
 
 # was:
 #	$(CURL) -o $@ http://dev.w3.org/html5/spec/Overview.html
-spec.html: $(HTML5)/Overview.html anolis/anolis
+spec.html: $(HTML5)/Overview.html anolis/anolis tools/flag-frags-complete.xsl fragment-links.html
 	$(PYTHON) anolis/anolis --parser=lxml.html --filter=.impl \
-		 $(HTML5)/Overview.html $@
+		 $(HTML5)/Overview.html $@.tmp
+	$(PARSE) $(PARSEFLAGS) $@.tmp \
+	  | $(XSLTPROC) $(XSLTPROCFLAGS) tools/flag-frags-complete.xsl - \
+	  > $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/^.*This is .+Revision: ([^ ]+) \$$.*$$/This is revision $(REVISION)\./' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/multipage HTML<\/a>,/multipage HTML<\/a>./g' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<a href=author\/>author edition<\/a>.//g' $@
@@ -37,7 +44,7 @@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<a href=Overview.html>/<a href=CHANGEMETOSPEC>/' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<a href=spec.html>/<a href=Overview.html>/' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<a href=CHANGEMETOSPEC>/<a href=spec.html>/' $@
-	$(PERL) $(PERLFLAGS) -pi -e 's/HTML5<\/title><style type=text\/css>/HTML5 (Edition for Web Authors)<\/title><script src="link-fixup.js"><\/script><link href="whatwg.css" rel="stylesheet"\/><style type="text\/css">/' $@
+	$(PERL) $(PERLFLAGS) -pi -e 's/HTML5<\/title><style type=text\/css>/HTML5 (Edition for Web Authors)<\/title><script src="link-fixup.js"><\/script><link href="whatwg.css" rel="stylesheet"\/><link href="style.css" rel="stylesheet"\/><style type="text\/css">/' $@
 	$(PERL) $(PERLFLAGS) -pi -e "s/load\('styler.js'\);//" $@;
 
 MANIFEST: spec.html
@@ -51,11 +58,29 @@
 	  for file in $$(cat MANIFEST); \
 	    do $(PERL) $(PERLFLAGS) -pi -e 's|<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>|<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>\n<p>This is revision $(REVISION)\.</p>|' $$file; done
 	 $(PERL) $(PERLFLAGS) -pi -e 's|<h1>HTML5</h1>|<h1>HTML5 (Edition for Web Authors)</h1>|' *.html
-	 for htmlfile in $(wildcard *.html); do $(PERL) $(PERLFLAGS) -pi -e 's/<\/title><style type="text\/css">/<\/title><script src="link-fixup.js"><\/script><link href="whatwg.css" rel="stylesheet"\/><style type="text\/css">/' $$htmlfile; done
+	 for htmlfile in $(wildcard *.html); do $(PERL) $(PERLFLAGS) -pi -e 's/<\/title><style type="text\/css">/<\/title><script src="link-fixup.js"><\/script><link href="whatwg.css" rel="stylesheet"\/><link href="style.css" rel="stylesheet"\/><style type="text\/css">/' $$htmlfile; done
 	 cp html5-tools/spec-splitter/link-fixup.js .
 
+tools/flag-frags-complete.xsl: fragment-links.html
+	$(PARSE) --xinclude tools/flag-frags.xsl > $@
+
+fragment-links-full.js:
+	$(CURL) $(CURLFLAGS) -o $@ http://dev.w3.org/html5/spec/fragment-links.js
+
+fragment-links.html: fragment-links.js
+	$(GREP) $(GREPFLAGS) "var fragment_links" $< \
+	  | perl -pe "s|var fragment_links = \{ '|<div xmlns='http://www.w3.org/1999/xhtml'>\n<ul>\n<li>#|" \
+	  | perl -pe "s|':'|</li>\n<li>|g" \
+	  | perl -pe "s|','|</li>\n</ul>\n<ul>\n<li>#|g" \
+	  | perl -pe "s|' };|</li>\n</ul>\n\</div>|g" \
+	  > $@
+
 clean:
+	$(RM) spec.html.tmp
 	$(RM) spec.html
+	$(RM) fragment-links-full.js
+	$(RM) fragment-links.html
+	$(RM) tools/flag-frags-complete.xsl
 	$(RM) CHANGEDESC
 	$(RM) SPLITTERLOG
 

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- sections.html	2 Jul 2010 23:07:32 -0000	1.47
+++ sections.html	7 Jul 2010 08:58:12 -0000	1.48
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.4 Sections &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.4 Sections &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="scripting-1.html" title="4.3 Scripting" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="scripting-1.html" title="4.3 Scripting" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="grouping-content.html" title="4.5 Grouping content" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -331,69 +331,69 @@
    <dd><a href="content-models.html#flow-content">Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
-   <dd><code title="handler-window-onafterprint"><a href="#handler-window-onafterprint">onafterprint</a></code></dd>
-   <dd><code title="handler-window-onbeforeprint"><a href="#handler-window-onbeforeprint">onbeforeprint</a></code></dd>
-   <dd><code title="handler-window-onbeforeunload"><a href="#handler-window-onbeforeunload">onbeforeunload</a></code></dd>
-   <dd><code title="handler-window-onblur"><a href="#handler-window-onblur">onblur</a></code></dd>
-   <dd><code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code></dd>
-   <dd><code title="handler-window-onfocus"><a href="#handler-window-onfocus">onfocus</a></code></dd>
-   <dd><code title="handler-window-onhashchange"><a href="#handler-window-onhashchange">onhashchange</a></code></dd>
-   <dd><code title="handler-window-onload"><a href="#handler-window-onload">onload</a></code></dd>
-   <dd><code title="handler-window-onmessage"><a href="#handler-window-onmessage">onmessage</a></code></dd>
-   <dd><code title="handler-window-onoffline"><a href="#handler-window-onoffline">onoffline</a></code></dd>
-   <dd><code title="handler-window-ononline"><a href="#handler-window-ononline">ononline</a></code></dd>
-   <dd><code title="handler-window-onpagehide"><a href="#handler-window-onpagehide">onpagehide</a></code></dd>
-   <dd><code title="handler-window-onpageshow"><a href="#handler-window-onpageshow">onpageshow</a></code></dd>
-   <dd><code title="handler-window-onpopstate"><a href="#handler-window-onpopstate">onpopstate</a></code></dd>
-   <dd><code title="handler-window-onredo"><a href="#handler-window-onredo">onredo</a></code></dd>
-   <dd><code title="handler-window-onresize"><a href="#handler-window-onresize">onresize</a></code></dd>
-   <dd><code title="handler-window-onstorage"><a href="#handler-window-onstorage">onstorage</a></code></dd>
-   <dd><code title="handler-window-onundo"><a href="#handler-window-onundo">onundo</a></code></dd>
-   <dd><code title="handler-window-onunload"><a href="#handler-window-onunload">onunload</a></code></dd>
+   <dd><code title="handler-window-onafterprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" class="full-spec-link" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code></dd>
+   <dd><code title="handler-window-onbeforeprint"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" class="full-spec-link" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code></dd>
+   <dd><code title="handler-window-onbeforeunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" class="full-spec-link" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code></dd>
+   <dd><code title="handler-window-onblur"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" class="full-spec-link" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code></dd>
+   <dd><code title="handler-window-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code></dd>
+   <dd><code title="handler-window-onfocus"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" class="full-spec-link" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code></dd>
+   <dd><code title="handler-window-onhashchange"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" class="full-spec-link" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code></dd>
+   <dd><code title="handler-window-onload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" class="full-spec-link" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code></dd>
+   <dd><code title="handler-window-onmessage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" class="full-spec-link" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code></dd>
+   <dd><code title="handler-window-onoffline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" class="full-spec-link" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code></dd>
+   <dd><code title="handler-window-ononline"><a href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" class="full-spec-link" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code></dd>
+   <dd><code title="handler-window-onpagehide"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" class="full-spec-link" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code></dd>
+   <dd><code title="handler-window-onpageshow"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" class="full-spec-link" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code></dd>
+   <dd><code title="handler-window-onpopstate"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" class="full-spec-link" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code></dd>
+   <dd><code title="handler-window-onredo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" class="full-spec-link" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code></dd>
+   <dd><code title="handler-window-onresize"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" class="full-spec-link" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code></dd>
+   <dd><code title="handler-window-onstorage"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" class="full-spec-link" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code></dd>
+   <dd><code title="handler-window-onundo"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" class="full-spec-link" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code></dd>
+   <dd><code title="handler-window-onunload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" class="full-spec-link" 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">HTMLElement</a> {
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onblur" title="handler-window-onblur">onblur</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onerror" title="handler-window-onerror">onerror</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onload" title="handler-window-onload">onload</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-ononline" title="handler-window-ononline">ononline</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onredo" title="handler-window-onredo">onredo</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onresize" title="handler-window-onresize">onresize</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onundo" title="handler-window-onundo">onundo</a>;
-           attribute <a href="webappapis.html#function">Function</a> <a href="#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.' class="full-spec-link">onafterprint</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.' class="full-spec-link">onbeforeprint</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.' class="full-spec-link">onbeforeunload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.' class="full-spec-link">onblur</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.' class="full-spec-link">onerror</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.' class="full-spec-link">onfocus</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.' class="full-spec-link">onhashchange</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.' class="full-spec-link">onload</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.' class="full-spec-link">onmessage</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.' class="full-spec-link">onoffline</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.' class="full-spec-link">ononline</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.' class="full-spec-link">onpopstate</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.' class="full-spec-link">onpagehide</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.' class="full-spec-link">onpageshow</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.' class="full-spec-link">onredo</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.' class="full-spec-link">onresize</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.' class="full-spec-link">onstorage</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.' class="full-spec-link">onundo</a>;
+           attribute <a href="webappapis.html#function">Function</a> <a href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.' class="full-spec-link">onunload</a>;
 };</pre>
 </dd>
-  </dl><p>The <code><a href="#the-body-element-0">body</a></code> element <a href="#represents">represents</a> the main
+  </dl><p>The <code><a href="#the-body-element-0">body</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the main
   content of the document.</p><p>In conforming documents, there is only one <code><a href="#the-body-element-0">body</a></code>
-  element. The <code title="dom-document-body"><a href="#dom-document-body">document.body</a></code>
+  element. The <code title="dom-document-body"><a href="http://dev.w3.org/html5/spec/.html#dom-document-body" class="full-spec-link" title='Read about this "document.body" reference in the full HTML5 spec.'>document.body</a></code>
   IDL attribute provides scripts with easy access to a document's
   <code><a href="#the-body-element-0">body</a></code> element.</p><p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes">event handler
   content attributes</a> a number of the <a href="webappapis.html#event-handlers">event
   handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object. It also mirrors
-  their <a href="#event-handler-idl-attributes">event handler IDL attributes</a>.</p><p>The <code title="handler-window-onblur"><a href="#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="#handler-window-onload">onload</a></code> <a href="webappapis.html#event-handlers">event
+  their <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>.</p><p>The <code title="handler-window-onblur"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" class="full-spec-link" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>, <code title="handler-window-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>, <code title="handler-window-onfocus"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" class="full-spec-link" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>, and <code title="handler-window-onload"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onload" class="full-spec-link" title='Red about this "onload" reference in the full HTML5 spec.'>onload</a></code> <a href="webappapis.html#event-handlers">event
   handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the
   <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="webappapis.html#event-handlers">event
   handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements">HTML
   elements</a>.</p><p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element">the
-  body element</a> of a <code><a href="#document">Document</a></code> would first trigger
-  the <code title="handler-onerror"><a href="#handler-onerror">onerror</a></code> <a href="webappapis.html#event-handler-content-attributes">event handler
+  body element</a> of a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> would first trigger
+  the <code title="handler-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes">event handler
   content attributes</a> of that element, then that of the root
   <code><a href="semantics.html#the-html-element-0">html</a></code> element, and only <em>then</em> would it trigger
-  the <code title="handler-window-onerror"><a href="#handler-window-onerror">onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">event handler content
+  the <code title="handler-window-onerror"><a href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" class="full-spec-link" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">event handler content
   attribute</a> on the <code><a href="#the-body-element-0">body</a></code> element. This is because
   the event would bubble from the target, to the <code><a href="#the-body-element-0">body</a></code>, to
-  the <code><a href="semantics.html#the-html-element-0">html</a></code>, to the <code><a href="#document">Document</a></code>, to the
+  the <code><a href="semantics.html#the-html-element-0">html</a></code>, to the <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, to the
   <code><a href="browsers.html#window">Window</a></code>, and the <a href="webappapis.html#event-handlers" title="event handlers">event
   handler</a> on the <code><a href="#the-body-element-0">body</a></code> is watching the
   <code><a href="browsers.html#window">Window</a></code> not the <code><a href="#the-body-element-0">body</a></code>. A regular event
@@ -434,7 +434,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-section-element">section</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-section-element">section</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   generic section of a document or application. A section, in this
   context, is a thematic grouping of content, typically with a
   heading.</p><p class="example">Examples of sections would be chapters, the
@@ -539,10 +539,10 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-nav-element">nav</a></code> element <a href="#represents">represents</a> a section of
+  </dl><p>The <code><a href="#the-nav-element">nav</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of
   a page that links to other pages or to parts within the page: a
   section with navigation links.</p><p>Not all groups of links on a page need to be in a
-  <code><a href="#the-nav-element">nav</a></code> element &#8212; only sections that consist of major
+  <code><a href="#the-nav-element">nav</a></code> element &#226;&#128;&#148; only sections that consist of major
   navigation blocks are appropriate for the <code><a href="#the-nav-element">nav</a></code>
   element. In particular, it is common for footers to have a short
   list of links to various pages of a site, such as the terms of
@@ -591,7 +591,7 @@
   <em>...more blog posts...</em>
  &lt;/div&gt;
  &lt;footer&gt;
-  &lt;p&gt;Copyright &#169; 2006 The Example Company&lt;/p&gt;
+  &lt;p&gt;Copyright &#194;&#169; 2006 The Example Company&lt;/p&gt;
   &lt;p&gt;&lt;a href="about.html"&gt;About&lt;/a&gt; -
      &lt;a href="policy.html"&gt;Privacy Policy&lt;/a&gt; -
      &lt;a href="contact.html"&gt;Contact Us&lt;/a&gt;&lt;/p&gt;
@@ -645,7 +645,7 @@
   &lt;/footer&gt;
  &lt;/article&gt;
  &lt;footer&gt;
-  &lt;p&gt;&lt;small&gt;&#169; copyright 1998 Exampland Emperor&lt;/small&gt;&lt;/p&gt;
+  &lt;p&gt;&lt;small&gt;&#194;&#169; copyright 1998 Exampland Emperor&lt;/small&gt;&lt;/p&gt;
  &lt;/footer&gt;
 &lt;/body&gt;</pre>
 
@@ -661,7 +661,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-article-element">article</a></code> element <a href="#represents">represents</a> a
+  </dl><p>The <code><a href="#the-article-element">article</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   self-contained composition in a document, page, application, or site
   and that is intended to be independently distributable or reusable,
   e.g. in syndication. This could be a forum post, a magazine or
@@ -748,7 +748,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-aside-element">aside</a></code> element <a href="#represents">represents</a> a section
+  </dl><p>The <code><a href="#the-aside-element">aside</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section
   of a page that consists of content that is tangentially related to
   the content around the <code><a href="#the-aside-element">aside</a></code> element, and which could
   be considered separate from that content. Such sections are often
@@ -789,7 +789,7 @@
  paid to do my hobby, so I never know what to answer. &lt;/q&gt;
 &lt;/aside&gt;
 
-&lt;p&gt;Of course his work &#8212; or should that be hobby? &#8212;
+&lt;p&gt;Of course his work &#226;&#128;&#148; or should that be hobby? &#226;&#128;&#148;
 isn't his only passion. He also enjoys other pleasures.&lt;/p&gt;
 
 ...</pre>
@@ -860,8 +860,8 @@
  &lt;/article&gt;
  &lt;footer&gt;
   &lt;nav&gt;
-   &lt;a href="/archives"&gt;Archives&lt;/a&gt; &#8212;
-   &lt;a href="/about"&gt;About me&lt;/a&gt; &#8212;
+   &lt;a href="/archives"&gt;Archives&lt;/a&gt; &#226;&#128;&#148;
+   &lt;a href="/about"&gt;About me&lt;/a&gt; &#226;&#128;&#148;
    &lt;a href="/copyright"&gt;Copyright&lt;/a&gt;
   &lt;/nav&gt;
  &lt;/footer&gt;
@@ -885,7 +885,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlheadingelement">HTMLHeadingElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>These elements <a href="#represents" title="represents">represent</a> headings
+  </dl><p>These elements <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> headings
   for their sections.</p><p>The semantics and meaning of these elements are defined in the
   section on <a href="#headings-and-sections">headings and sections</a>.</p><p>These elements have a <dfn id="rank">rank</dfn> given by the number in
   their name. The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code> element is said to have the highest
@@ -934,20 +934,20 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-hgroup-element">hgroup</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-hgroup-element">hgroup</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   heading of a section. The element is used to group a set of
-  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements when the heading has
+  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#226;&#128;&#147;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements when the heading has
   multiple levels, such as subheadings, alternative titles, or
   taglines.</p><p>For the purposes of document summaries, outlines, and the like,
   the text of <code><a href="#the-hgroup-element">hgroup</a></code> elements is defined to be the text
   of the highest <a href="#rank" title="rank">ranked</a>
-  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element descendant of the
+  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#226;&#128;&#147;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element descendant of the
   <code><a href="#the-hgroup-element">hgroup</a></code> element, if there are any such elements, and the
   first such element if there are multiple elements with that
   <a href="#rank">rank</a>. If there are no such elements, then the text of
   the <code><a href="#the-hgroup-element">hgroup</a></code> element is the empty string.</p><p>Other elements of <a href="content-models.html#heading-content">heading content</a> in the
   <code><a href="#the-hgroup-element">hgroup</a></code> element indicate subheadings or subtitles.</p><p>The <a href="#rank">rank</a> of an <code><a href="#the-hgroup-element">hgroup</a></code> element is the
-  rank of the highest-ranked <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>
+  rank of the highest-ranked <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#226;&#128;&#147;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code>
   element descendant of the <code><a href="#the-hgroup-element">hgroup</a></code> element, if there are
   any such elements, or otherwise the same as for an <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>
   element (the highest rank).</p><p>The section on <a href="#headings-and-sections">headings and sections</a>
@@ -987,10 +987,10 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-header-element">header</a></code> element <a href="#represents">represents</a> a group
+  </dl><p>The <code><a href="#the-header-element">header</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group
   of introductory or navigational aids.</p><p class="note">A <code><a href="#the-header-element">header</a></code> element is intended to usually
   contain the section's heading (an
-  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element or an
+  <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#226;&#128;&#147;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> element or an
   <code><a href="#the-hgroup-element">hgroup</a></code> element), but this is not required. The
   <code><a href="#the-header-element">header</a></code> element can also be used to wrap a section's
   table of contents, a search form, or any relevant logos.</p><div class="example">
@@ -1070,7 +1070,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-footer-element">footer</a></code> element <a href="#represents">represents</a> a footer
+  </dl><p>The <code><a href="#the-footer-element">footer</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a footer
   for its nearest ancestor <a href="content-models.html#sectioning-content">sectioning content</a> or
   <a href="#sectioning-root">sectioning root</a> element. A footer typically contains
   information about its section such as who wrote it, links to related
@@ -1078,7 +1078,7 @@
   section belongs in an <code><a href="#the-address-element">address</a></code> element, possibly itself
   inside a <code><a href="#the-footer-element">footer</a></code>.</p><p>Footers don't necessarily have to appear at the <em>end</em> of a
   section, though they usually do.</p><p>When the <code><a href="#the-footer-element">footer</a></code> element contains entire sections,
-  they <a href="#represents" title="represents">represent</a> appendices, indexes,
+  they <a href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> appendices, indexes,
   long colophons, verbose license agreements, and other such
   content.</p><p class="note">The <code><a href="#the-footer-element">footer</a></code> element is not
   <a href="content-models.html#sectioning-content">sectioning content</a>; it doesn't introduce a new
@@ -1127,7 +1127,7 @@
 &lt;/ARTICLE&gt;
 &lt;ARTICLE&gt;
  &lt;H1&gt;My Favorite Trains&lt;/H1&gt;
- &lt;P&gt;I love my trains. My favorite train of all time is a K&#246;f.&lt;/P&gt;
+ &lt;P&gt;I love my trains. My favorite train of all time is a K&#195;&#182;f.&lt;/P&gt;
  &lt;P&gt;It is fun to see them pull some coal cars because they look so
  dwarfed in comparison.&lt;/P&gt;
  &lt;FOOTER&gt; &lt;!-- footer for article --&gt;
@@ -1136,11 +1136,11 @@
 &lt;/ARTICLE&gt;
 &lt;FOOTER&gt; &lt;!-- site wide footer --&gt;
  &lt;NAV&gt;
-  &lt;P&gt;&lt;A HREF="/credits.html"&gt;Credits&lt;/A&gt; &#8212;
-     &lt;A HREF="/tos.html"&gt;Terms of Service&lt;/A&gt; &#8212;
+  &lt;P&gt;&lt;A HREF="/credits.html"&gt;Credits&lt;/A&gt; &#226;&#128;&#148;
+     &lt;A HREF="/tos.html"&gt;Terms of Service&lt;/A&gt; &#226;&#128;&#148;
      &lt;A HREF="/index.html"&gt;Blog Index&lt;/A&gt;&lt;/P&gt;
  &lt;/NAV&gt;
- &lt;P&gt;Copyright &#169; 2009 Gordon Freeman&lt;/P&gt;
+ &lt;P&gt;Copyright &#194;&#169; 2009 Gordon Freeman&lt;/P&gt;
 &lt;/FOOTER&gt;
 &lt;/BODY&gt;
 &lt;/HTML&gt;</pre>
@@ -1159,7 +1159,7 @@
    <dd><a href="elements.html#global-attributes">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-address-element">address</a></code> element <a href="#represents">represents</a> the
+  </dl><p>The <code><a href="#the-address-element">address</a></code> element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   contact information for its nearest <code><a href="#the-article-element">article</a></code> or
   <code><a href="#the-body-element-0">body</a></code> element ancestor. If that is <a href="dom.html#the-body-element">the body
   element</a>, then the contact information applies to the document
@@ -1181,13 +1181,13 @@
    <code><a href="#the-address-element">address</a></code> element:</p>
    <pre class="bad">&lt;ADDRESS&gt;Last Modified: 1999/12/24 23:37:50&lt;/ADDRESS&gt;</pre>
   </div><p>Typically, the <code><a href="#the-address-element">address</a></code> element would be included
-  along with other information in a <code><a href="#the-footer-element">footer</a></code> element.</p><h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn>Headings and sections</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#8211;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements and the
+  along with other information in a <code><a href="#the-footer-element">footer</a></code> element.</p><h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn>Headings and sections</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>&#226;&#128;&#147;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> elements and the
   <code><a href="#the-hgroup-element">hgroup</a></code> element are headings.</p><p>The first element of <a href="content-models.html#heading-content">heading content</a> in an element
-  of <a href="content-models.html#sectioning-content">sectioning content</a> <a href="#represents">represents</a> the
+  of <a href="content-models.html#sectioning-content">sectioning content</a> <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" 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">rank</a> start new (implied) sections, headings of lower
   <a href="#rank">rank</a> start implied subsections that are part of the
-  previous one. In both cases, the element <a href="#represents">represents</a> the
+  previous one. In both cases, the element <a href="http://dev.w3.org/html5/spec/.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   heading of the implied section.</p><p>Certain elements are said to be <dfn id="sectioning-root" title="sectioning
   root">sectioning roots</dfn>, including <code><a href="grouping-content.html#the-blockquote-element">blockquote</a></code> and
   <code><a href="tabular-data.html#the-td-element">td</a></code> elements. These elements can have their own
@@ -1289,7 +1289,7 @@
   have one heading associated with it, and can contain any number of
   further nested sections.  (The sections in the
   outline aren't <code><a href="#the-section-element">section</a></code> elements, though some may
-  correspond to such elements &#8212; they are merely conceptual
+  correspond to such elements &#226;&#128;&#148; they are merely conceptual
   sections.)</p><div class="example">
 
    <p>The following markup fragment:</p>

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -d -r1.595 -r1.596
--- introduction.html	2 Jul 2010 23:07:31 -0000	1.595
+++ introduction.html	7 Jul 2010 08:58:11 -0000	1.596
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>1 Introduction &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>1 Introduction &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="Overview.html#contents" title="Table of contents" rel="index">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="infrastructure.html" title="2 Common infrastructure" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
@@ -418,13 +418,12 @@
   the specification under the W3C copyright, while keeping a version
   with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
   specification</a> published by the WHATWG is not identical to
-  this specification. The main differences are that the WHATWG version
-  includes features not included in this W3C version: some features
-  have been omitted as they are considered part of future revisions of
-  HTML, not HTML5; and other features are omitted because at the W3C
-  they are published as separate specifications. There are also some
-  minor differences. For an exact list of differences, please see the
-  WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
+  this specification. At the time of this publication, the main
+  differences were that the WHATWG version included features not
+  included in this W3C version: some features have been omitted, but
+  may be considered for future revisions of HTML beyond HTML5; and
+  other features were omitted because at the W3C they are published as
+  separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
   group to document the differences between this specification and the
   language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first
   glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting
@@ -441,7 +440,7 @@
   script can ever detect the simultaneous execution of other
   scripts. Even with <span title="Worker">workers</span>, the intent
   is that the behavior of implementations can be thought of as
-  completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+  completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" class="full-spec-link" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
   method, in this model, is equivalent to allowing other scripts to
   run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This specification interacts with and relies on a wide variety of
   other specifications. In certain circumstances, unfortunately,
@@ -507,7 +506,7 @@
 
    <dt><a href="browsers.html#browsers">Loading Web pages</a></dt>
 
-   <dd>HTML documents do not exist in a vacuum &#8212; this section
+   <dd>HTML documents do not exist in a vacuum &#226;&#128;&#148; this section
    defines many of the features that affect environments that deal
    with multiple pages.</dd>
 
@@ -535,7 +534,7 @@
    how to parse content using those syntaxes.</dd>
 
 
-  </dl><p>There are also some appendices, defining <a href="#rendering">rendering rules</a> for Web browsers and listing
+  </dl><p>There are also some appendices, defining <a href="http://dev.w3.org/html5/spec/.html#rendering" class="full-spec-link" title='Read about this "rendering rules" reference in the full HTML5 spec.'>rendering rules</a> for Web browsers and listing
   <a href="obsolete.html#obsolete">obsolete features</a> and <a href="iana.html#iana">IANA
   considerations</a>.</p><h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This specification should be read like all other specifications.
   First, it should be read cover-to-cover, multiple times. Then, it
@@ -590,12 +589,12 @@
   markup, turning it into a DOM (Document Object Model) tree. A DOM
   tree is an in-memory representation of a document.</p><p>DOM trees contain several kinds of nodes, in particular a DOCTYPE
   node, elements, text nodes, and comment nodes.</p><p>The <a href="#intro-early-example">markup snippet at the top of
-  this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code><a href="semantics.html#the-html-element-0">html</a></code></li><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="semantics.html#the-title-element-0">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;</span></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></cod><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="text-level-semantics.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9251;</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a comment </span></li><li class="t3"><code>#text</code>: <span title="">&#9166;&#9251;&#9166;</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#root-element">roo element</a> of this tree is the
+  this section</a> would be turned into the following DOM tree:</p><ul class="domTree"><li class="t10">DOCTYPE: <code><a href="semantics.html#the-html-element-0">html</a></code></li><li class="t1"><code><a href="semantics.html#the-html-element-0">html</a></code><ul><li class="t1"><code><a href="semantics.html#the-head-element-0">head</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;&#226;&#144;&#163;</span></li><li class="t1"><code><a href="semantics.html#the-title-element-0">title</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;</span></li><li class="t1"><code><a href="sections.html#the-body-element-0">body</a></code><ul><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;&#226;&#144&#163;</span></li><li class="t1"><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code><ul><li class="t3"><code>#text</code>: <span title="">Sample page</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;&#226;&#144;&#163;</span></li><li class="t1"><code><a href="grouping-content.html#the-p-element">p</a></code><ul><li class="t3"><code>#text</code>: <span title="">This is a </span></li><li class="t1"><code><a href="text-level-semantics.html#the-a-element">a</a></code> <span class="t2" title=""><code class="attribute name">href</code>="<code class="attribute value">demo.html</code>"</span><ul><li class="t3"><code>#text</code>: <span title="">simple</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> sample.</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;&#226;&#144;&#163;</span></li><li class="t8"><code>#comment</code>: <span title=""> this is a commet </span></li><li class="t3"><code>#text</code>: <span title="">&#226;&#143;&#142;&#226;&#144;&#163;&#226;&#143;&#142;</span></li></ul></li></ul></li></ul><p>The <a href="infrastructure.html#root-element">root element</a> of this tree is the
   <code><a href="semantics.html#the-html-element-0">html</a></code> element, which is the element always found at the
   root of HTML documents. It contains two elements, <code><a href="semantics.html#the-head-element-0">head</a></code>
   and <code><a href="sections.html#the-body-element-0">body</a></code>, as well as a text node between them.</p><p>There are many more text nodes in the DOM tree than one would
   initially expect, because the source contains a number of spaces
-  (represented here by "&#9251;") and line breaks ("&#9166;") that
+  (represented here by "&#226;&#144;&#163;") and line breaks ("&#226;&#143;&#142;") that
   all end up as text nodes in the DOM.</p><p>The <code><a href="semantics.html#the-head-element-0">head</a></code> element contains a <code><a href="semantics.html#the-title-element-0">title</a></code>
   element, which itself contains a text node with the text "Sample
   page". Similarly, the <code><a href="sections.html#the-body-element-0">body</a></code> element contains an
@@ -608,15 +607,15 @@
   <code><a href="the-button-element.html#the-output-element">output</a></code> element to say "Hello World":</p><pre>&lt;<a href="forms.html#the-form-element">form</a> <a href="forms.html#attr-form-name" title="attr-form-name">name</a>="main"&gt;
  Result: &lt;<a href="the-button-element.html#the-output-element">output</a> <a href="association-of-controls-and-forms.html#attr-fe-name" title="attr-fe-name">name</a>="result"&gt;&lt;/output&gt;
  &lt;<a href="scripting-1.html#script">script</a>&gt;
-  <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="#dom-document-forms" title="dom-document-forms">forms</a>.main.<a href="#dom-form-elements" title="dom-form-elements">elements</a>.result.<a href="#dom-output-value" title="dom-output-value">value</a> = 'Hello World';
+  <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.' class="full-spec-link">forms</a>.main.<a href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.' class="full-spec-link">elements</a>.result.<a href="http://dev.w3.org/html5/spec/.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.' class="full-spec-link">value</a> = 'Hello World';
  &lt;/script&gt;
 &lt;/form&gt;</pre><p>Each element in the DOM tree is represented by an object, and
   these objects have APIs so that they can be manipulated. For
   instance, a link (e.g. the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element in the tree above)
   can have its "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">href</a></code>"
-  attribute changed in several ways:</p><pre>var a = <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="#dom-document-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
-a.<a href="#dom-a-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
-a.<a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL
+  attribute changed in several ways:</p><pre>var a = <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="http://dev.w3.org/html5/spec/.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.' class="full-spec-link">links</a>[0]; // obtain the first link in the document
+a.<a href="http://dev.w3.org/html5/spec/.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.' class="full-spec-link">href</a> = 'sample.html'; // change the destination URL of the link
+a.<a href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.' class="full-spec-link">protocol</a> = 'https'; // change just the scheme part of the URL
 a.setAttribute('href', 'http://example.com/'); // change the content attribute directly</pre><p>Since DOM trees are used as the way to represent HTML documents
   when they are processed and presented by implementations (especially
   interactive implementations like Web browsers), this specification
@@ -681,7 +680,7 @@
 
     <p>It is significantly easier to maintain a site written in such a
     way that the markup is style-independent. For example, changing
-    the color of a site that uses <code>&lt;font&#160;color=""&gt;</code>
+    the color of a site that uses <code>&lt;font&#194;&#160;color=""&gt;</code>
     throughout requires changes across the entire site, whereas a
     similar change to a site based on CSS can be done by changing a
     single file.</p>
@@ -744,7 +743,7 @@
     <p>To allow user agents to be used in controlled environments
     without having to implement the more bizarre and convoluted error
     handling rules, user agents are permitted to fail whenever
-    encountering a <a href="#parse-error">parse error</a>.</p>
+    encountering a <a href="http://dev.w3.org/html5/spec/.html#parse-error" class="full-spec-link" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>.</p>
 
    </dd>
 
@@ -821,7 +820,7 @@
      <pre class="bad">&lt;a href="?hello=1&amp;world=2"&gt;Demo&lt;/a&gt;</pre>
 
      <p>In the following fragment, however, the attribute's value is
-     actually "<code title="">?original=1&#169;=2</code>",
+     actually "<code title="">?original=1&#194;&#169;=2</code>",
      <em>not</em> the intended "<code title="">?original=1&amp;copy=2</code>":</p>
 
      <pre class="bad">&lt;a href="?original=1&amp;copy=2"&gt;Compare&lt;/a&gt;</pre>
@@ -861,8 +860,8 @@
     <div class="example">
 
      <p>Another example of this is the DOCTYPE, which is required to
-     trigger <a href="#no-quirks-mode">no-quirks mode</a>, because the behavior of
-     legacy user agents in <a href="#quirks-mode">quirks mode</a> is often largely
+     trigger <a href="http://dev.w3.org/html5/spec/.html#no-quirks-mode" class="full-spec-link" title='Read about this "no-quirks mode" reference in the full HTML5 spec.'>no-quirks mode</a>, because the behavior of
+     legacy user agents in <a href="http://dev.w3.org/html5/spec/.html#quirks-mode" class="full-spec-link" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a> is often largely
      undocumented.</p>
 
     </div>
@@ -1057,8 +1056,8 @@
 
     <p class="example">For example, the <code><a href="the-map-element.html#the-area-element">area</a></code> element's
     <code title="attr-area-shape"><a href="the-map-element.html#attr-area-shape">shape</a></code> attribute, despite
-    accepting both <code title="attr-area-shape-keyword-circ"><a href="#attr-area-shape-keyword-circ">circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle">circle</a></code> values in
-    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a href="#attr-area-shape-keyword-circ">circ</a></code> value, so as to
+    accepting both <code title="attr-area-shape-keyword-circ"><a href="http://dev.w3.org/html5/spec/.html#attr-area-shape-keyword-circ" class="full-spec-link" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle">circle</a></code> values in
+    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a href="http://dev.w3.org/html5/spec/.html#attr-area-shape-keyword-circ" class="full-spec-link" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> value, so as to
     simplify tutorials and other learning aids. There would be no
     benefit to allowing both, but it would cause extra confusion when
     teaching the language.</p>
@@ -1123,7 +1122,7 @@
     <code title="attr-script-src"><a href="scripting-1.html#attr-script-src">src</a></code> attribute causes the
     element's contents to be ignored. However, this isn't obvious,
     especially if the element's contents appear to be executable
-    script &#8212; which can lead to authors spending a lot of time
+    script &#226;&#128;&#148; which can lead to authors spending a lot of time
     trying to debug the inline script without realising that it is not
     executing. To reduce this problem, this specification makes it
     non-conforming to have executable script in a <code><a href="scripting-1.html#script">script</a></code>

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- commands.html	2 Jul 2010 23:07:30 -0000	1.31
+++ commands.html	7 Jul 2010 08:58:10 -0000	1.32
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>4.11.5 Commands &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>4.11.5 Commands &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="links.html" title="4.12 Links" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -375,7 +375,7 @@
 
    <dd>The actual effect that triggering the command will have. This
    could be a scripted event handler, a <a href="urls.html#url">URL</a> to which to
-   <a href="#navigate">navigate</a>, or a form submission.</dd>
+   <a href="http://dev.w3.org/html5/spec/.html#navigate" class="full-spec-link" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a>, or a form submission.</dd>
 
 <!-- v2COMMAND
    <dt><dfn title="command-facet-Triggers">Triggers</dfn></dt>
@@ -388,7 +388,7 @@
 -->
 
   </dl><p>These facets are exposed on elements using the <dfn id="command-api">command
-  API</dfn>:</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a href="#dom-command-ro-commandtype">commandType</a></code></dt>
+  API</dfn>:</p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-commandtype" class="full-spec-link" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a></code></dt>
 
    <dd>
 
@@ -396,7 +396,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-id"><a href="#dom-id">id</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-id"><a href="http://dev.w3.org/html5/spec/.html#dom-id" class="full-spec-link" title='Read about this "id" reference in the full HTML5 spec.'>id</a></code></dt>
 
    <dd>
 
@@ -404,7 +404,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-label"><a href="#dom-command-ro-label">label</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-label"><a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-label" class="full-spec-link" title='Read about this "label" reference in the full HTML5 spec.'>label</a></code></dt>
 
    <dd>
 
@@ -412,7 +412,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-title"><a href="#dom-title">title</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-title"><a href="http://dev.w3.org/html5/spec/.html#dom-title" class="full-spec-link" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code></dt>
 
    <dd>
 
@@ -420,7 +420,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-icon"><a href="#dom-command-ro-icon">icon</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-icon"><a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-icon" class="full-spec-link" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a></code></dt>
 
    <dd>
 
@@ -428,7 +428,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a href="#dom-accesskeylabel">accessKeyLabel</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a href="http://dev.w3.org/html5/spec/.html#dom-accesskeylabel" class="full-spec-link" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a></code></dt>
 
    <dd>
 
@@ -436,7 +436,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-hidden"><a href="#dom-hidden">hidden</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-hidden"><a href="http://dev.w3.org/html5/spec/.html#dom-hidden" class="full-spec-link" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a></code></dt>
 
    <dd>
 
@@ -444,7 +444,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-disabled"><a href="#dom-command-ro-disabled">disabled</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-disabled"><a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-disabled" class="full-spec-link" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a></code></dt>
 
    <dd>
 
@@ -452,7 +452,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-checked"><a href="#dom-command-ro-checked">checked</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-checked"><a href="http://dev.w3.org/html5/spec/.html#dom-command-ro-checked" class="full-spec-link" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code></dt>
 
    <dd>
 
@@ -460,7 +460,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-click"><a href="#dom-click">click</a></code>()</dt>
+   <dt><var title="">element</var> . <code title="dom-click"><a href="http://dev.w3.org/html5/spec/.html#dom-click" class="full-spec-link" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
 
    <dd>
 
@@ -478,10 +478,10 @@
    </dd>
 -->
 
-  </dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a href="#dom-document-commands">commands</a></code></dt>
+  </dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a href="http://dev.w3.org/html5/spec/.html#dom-document-commands" class="full-spec-link" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection">HTMLCollection</a></code> of the elements in the
-    <code><a href="#document">Document</a></code> that define commands and have IDs.</p>
+    <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that define commands and have IDs.</p>
    </dd>
 
   </dl><hr><p>User agents may expose the <a href="#concept-command" title="concept-command">commands</a> whose <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</a> facet is false

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.598
retrieving revision 1.599
diff -u -d -r1.598 -r1.599
--- syntax.html	2 Jul 2010 23:07:34 -0000	1.598
+++ syntax.html	7 Jul 2010 08:58:14 -0000	1.599
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>8 The HTML syntax &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>8 The HTML syntax &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="dnd.html" title="7.9 Drag and drop" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="dnd.html" title="7.9 Drag and drop" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="named-character-references.html" title="8.2 Named character references" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -329,17 +329,17 @@
   order:</p><ol><li>Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character.</li>
 
    <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>A <a href="#syntax-doctype" title="syntax-doctype">DOCTYPE</a>.
 
    </li><li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0">html</a></code> <a href="#syntax-elements" title="syntax-elements">element</a>.</li>
 
    <li>Any number of <a href="#syntax-comments" title="syntax-comments">comments</a> and
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
   </ol><p>The various types of content mentioned above are described in the
   next few sections.</p><p>In addition, there are some restrictions on how <a href="semantics.html#character-encoding-declaration" title="character encoding declaration">character encoding
@@ -372,19 +372,19 @@
   document ensures that the browser makes a best-effort attempt at
   following the relevant specifications.</p><p>A DOCTYPE must consist of the following characters, in this
   order:</p><ol class="brief"><li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">&lt;!DOCTYPE</code>".</li>
-   <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>One or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">HTML</code>".</li>
    <li>Optionally, a <a href="#doctype-legacy-string">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> (defined below).</li>
-   <li>Zero or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>Zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A U+003E GREATER-THAN SIGN character (&gt;).</li>
   </ol><p class="note">In other words, <code>&lt;!DOCTYPE HTML&gt;</code>,
   case-insensitively.</p><hr><p>For the purposes of HTML generators that cannot output HTML
   markup with the short DOCTYPE "<code title="">&lt;!DOCTYPE
   HTML&gt;</code>", a <dfn id="doctype-legacy-string">DOCTYPE legacy string</dfn> may be inserted
   into the DOCTYPE (in the position defined above). This string must
-  consist of:</p><ol class="brief"><li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+  consist of:</p><ol class="brief"><li>One or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
-   <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>One or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
    <li>The literal string "<code><a href="urls.html#about:legacy-compat">about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
@@ -396,13 +396,13 @@
   shorter string.</p><hr><!-- see the parser section before changing this bit --><p>To help authors transition from HTML4 and XHTML1, an
   <dfn id="obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</dfn> can be inserted into
   the DOCTYPE (in the position defined above). This string must
-  consist of:</p><ol class="brief"><li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+  consist of:</p><ol class="brief"><li>One or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">PUBLIC</code>".</li>
-   <li>One or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>One or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>first quote mark</i>).</li>
    <li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>first quote mark</i>).</li>
-   <li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a href="#space-character" title="space character">space characters</a>.</li>
+   <li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, a U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>third quote mark</i>).</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</li>
@@ -411,17 +411,17 @@
    </caption>
    <thead><tr><th> Public identifier
      </th><th> System identifier
-   </th></tr></thead><tbody><tr><td> <code title="">-//W3C//DTD&#160;HTML&#160;4.0//EN</code>
+   </th></tr></thead><tbody><tr><td> <code title="">-//W3C//DTD&#194;&#160;HTML&#194;&#160;4.0//EN</code>
      </td><td>
-    </td></tr><tr><td> <code title="">-//W3C//DTD&#160;HTML&#160;4.0//EN</code>
+    </td></tr><tr><td> <code title="">-//W3C//DTD&#194;&#160;HTML&#194;&#160;4.0//EN</code>
      </td><td> <code title="">http://www.w3.org/TR/REC-html40/strict.dtd</code>
-    </td></tr><tr><td> <code title="">-//W3C//DTD&#160;HTML&#160;4.01//EN</code>
+    </td></tr><tr><td> <code title="">-//W3C//DTD&#194;&#160;HTML&#194;&#160;4.01//EN</code>
      </td><td>
-    </td></tr><tr><td> <code title="">-//W3C//DTD&#160;HTML&#160;4.01//EN</code>
+    </td></tr><tr><td> <code title="">-//W3C//DTD&#194;&#160;HTML&#194;&#160;4.01//EN</code>
      </td><td> <code title="">http://www.w3.org/TR/html4/strict.dtd</code>
-    </td></tr><tr><td> <code title="">-//W3C//DTD&#160;XHTML&#160;1.0&#160;Strict//EN</code>
+    </td></tr><tr><td> <code title="">-//W3C//DTD&#194;&#160;XHTML&#194;&#160;1.0&#194;&#160;Strict//EN</code>
      </td><td> <code title="">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</code>
-    </td></tr><tr><td> <code title="">-//W3C//DTD&#160;XHTML&#160;1.1//EN</code>
+    </td></tr><tr><td> <code title="">-//W3C//DTD&#194;&#160;XHTML&#194;&#160;1.1//EN</code>
      </td><td> <code title="">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</code>
   </td></tr></tbody></table><p>A <a href="#syntax-doctype" title="syntax-doctype">DOCTYPE</a> containing an
   <a href="#obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</a> is an <dfn id="obsolete-permitted-doctype">obsolete
@@ -532,15 +532,15 @@
    <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a>.</li>
 
    <li>If there are to be any attributes in the next step, there must
-   first be one or more <a href="#space-character" title="space character">space
+   first be one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
    characters</a>.</li>
 
    <li>Then, the start tag may have a number of attributes, the <a href="#syntax-attributes" title="syntax-attributes">syntax for which</a> is described
    below. Attributes may be separated from each other by one or more
-   <a href="#space-character" title="space character">space characters</a>.</li>
+   <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>After the attributes, or after the <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a> if there are no attributes,
-   there may be one or more <a href="#space-character" title="space character">space
+   there may be one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
    characters</a>. (Some attributes are required to be followed by
    a space. See the <a href="#syntax-attributes" title="syntax-attributes">attributes
    section</a> below.)</li>
@@ -565,16 +565,14 @@
    <li>The next few characters of an end tag must be the element's
    <a href="#syntax-tag-name" title="syntax-tag-name">tag name</a>.</li>
 
-   <li>After the tag name, there may be one or more <a href="#space-character" title="space
-   character">space characters</a>.</li>
+   <li>After the tag name, there may be one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</li>
 
    <li>Finally, end tags must be closed by a U+003E GREATER-THAN SIGN
    character (&gt;).</li>
 
   </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-attributes" title="syntax-attributes">Attributes</dfn> for an element
   are expressed inside the element's start tag.</p><p>Attributes have a name and a value. <dfn id="syntax-attribute-name" title="syntax-attribute-name">Attribute names</dfn> must consist of
-  one or more characters other than the <a href="#space-character" title="space
-  character">space characters</a>, U+0000 NULL, U+0022 QUOTATION
+  one or more characters other than the <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, U+0000 NULL, U+0022 QUOTATION
   MARK ("), U+0027 APOSTROPHE ('), U+003E GREATER-THAN SIGN
   (&gt;), U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=) characters,
   the control characters, and any characters that are not defined by
@@ -600,7 +598,7 @@
     </div>
 
     <p>If an attribute using the empty attribute syntax is to be
-    followed by another attribute, then there must be a <a href="#space-character">space
+    followed by another attribute, then there must be a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -610,12 +608,11 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a href="#space-character" title="space character">space
+    followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a href="#space-character" title="space
-    character">space characters</a>, followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in
+    character, followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
-    must not contain any literal <a href="#space-character" title="space character">space
+    must not contain any literal <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
     characters</a>, any U+0022 QUOTATION MARK characters ("),
     U+0027 APOSTROPHE characters ('), U+003D EQUALS SIGN
     characters (=), U+003C LESS-THAN SIGN characters (&lt;), U+003E
@@ -664,7 +661,7 @@
     <p>If an attribute using the unquoted attribute syntax is to be
     followed by another attribute or by the optional U+002F SOLIDUS
     character (/) allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there
-    must be a <a href="#space-character">space character</a> separating the two.</p>
+    must be a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> separating the two.</p>
 
    </dd>
 
@@ -673,10 +670,9 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a href="#space-character" title="space character">space
+    followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a href="#space-character" title="space
-    character">space characters</a>, followed by a single U+0027
+    character, followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, followed by a single U+0027
     APOSTROPHE character ('), followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
     must not contain any literal U+0027 APOSTROPHE characters ('), and
@@ -693,7 +689,7 @@
     </div>
 
     <p>If an attribute using the single-quoted attribute syntax is to
-    be followed by another attribute, then there must be a <a href="#space-character">space
+    be followed by another attribute, then there must be a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -703,10 +699,9 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a href="#space-character" title="space character">space
+    followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a href="#space-character" title="space
-    character">space characters</a>, followed by a single U+0022
+    character, followed by zero or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, followed by a single U+0022
     QUOTATION MARK character ("), followed by the <a href="#syntax-attribute-value" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
     must not contain any literal U+0022 QUOTATION MARK characters ("),
@@ -723,7 +718,7 @@
     </div>
 
     <p>If an attribute using the double-quoted attribute syntax is to
-    be followed by another attribute, then there must be a <a href="#space-character">space
+    be followed by another attribute, then there must be a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -759,9 +754,9 @@
   element is empty, or if the first thing inside the
   <code><a href="semantics.html#the-head-element-0">head</a></code> element is an element.</p><!-- </head> --><p>A <code><a href="semantics.html#the-head-element-0">head</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="semantics.html#the-head-element-0">head</a></code> element is not
-  immediately followed by a <a href="#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
+  immediately followed by a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="sections.html#the-body-element-0">body</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
   element is empty, or if the first thing inside the <code><a href="sections.html#the-body-element-0">body</a></code>
-  element is not a <a href="#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>, except if the first thing
+  element is not a <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>, except if the first thing
   inside the <code><a href="sections.html#the-body-element-0">body</a></code> element is a <code><a href="scripting-1.html#script">script</a></code> or
   <code><a href="semantics.html#the-style-element">style</a></code> element. <!-- Note that even if the </head> end
   tag is present, the parser makes <style type="text/css"> and <script type="text/javascript"> elements
@@ -822,7 +817,7 @@
   preceded by another <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element whose <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> has been omitted. (It can't be
   omitted if the element is empty.)</p><!-- </colgroup> --><p>A <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end tag</a> may be omitted if the
   <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> element is not immediately followed by a
-  <a href="#space-character">space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- </thead> --><p>A <code><a href="tabular-data.html#the-thead-element">thead</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
+  <a href="http://dev.w3.org/html5/spec/.html#space-character" class="full-spec-link" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" title="syntax-comments">comment</a>.</p><!-- </thead> --><p>A <code><a href="tabular-data.html#the-thead-element">thead</a></code> element's <a href="#syntax-end-tag" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="tabular-data.html#the-thead-element">thead</a></code> element is
   immediately followed by a <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element">tfoot</a></code>
   element.</p><!-- <tbody> --><p>A <code><a href="tabular-data.html#the-tbody-element">tbody</a></code> element's <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> may be omitted if the
@@ -876,8 +871,7 @@
   attributes, and comments. Text must consist of Unicode characters.
   Text must not contain U+0000 characters. Text must not contain
   permanently undefined Unicode characters (noncharacters). Text must
-  not contain control characters other than <a href="#space-character" title="space
-  character">space characters</a>. Extra constraints are placed on
+  not contain control characters other than <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>. Extra constraints are placed on
   what is and what is not allowed in text based on where the text is
   to be put, as described in the other sections.</p><h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be
   represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A
@@ -923,7 +917,7 @@
   </dl><p>The numeric character reference forms described above are allowed
   to reference any Unicode code point other than U+0000, U+000D,
   permanently undefined Unicode characters (noncharacters), and
-  control characters other than <a href="#space-character" title="space character">space
+  control characters other than <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
   characters</a>.</p><p>An <dfn id="syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous
   ampersand</dfn> is a U+0026 AMPERSAND character (&amp;) that is
   followed by one or more characters in the range U+0030 DIGIT ZERO

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- webappapis.html	2 Jul 2010 23:07:35 -0000	1.18
+++ webappapis.html	7 Jul 2010 08:58:15 -0000	1.19
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>6 Web application APIs &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>6 Web application APIs &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="offline.html" title="5.6 Offline Web applications" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="offline.html" title="5.6 Offline Web applications" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="timers.html" title="6.2 Timers" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -325,12 +325,12 @@
   probably not limited to:</p><ul><li>Processing of <code><a href="scripting-1.html#script">script</a></code> elements.</li>
 
    <li>Processing of inline <code title="javascript
-   protocol"><a href="#javascript-protocol">javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element">img</a></code>
+   protocol"><a href="http://dev.w3.org/html5/spec/.html#javascript-protocol" class="full-spec-link" title='Read about this "javascript:" reference in the full HTML5 spec.'>javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element">img</a></code>
    elements, or an <code title="">@import</code> rule in a CSS
    <code><a href="semantics.html#the-style-element">style</a></code> element block).</li>
 
    <li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href="#event-handler-content-attributes">event handler
-   content attributes</a>, by <a href="#event-handler-idl-attributes">event handler IDL
+   content attributes</a>, by <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" class="full-spec-link" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL
    attributes</a>, or otherwise.</li>
 
    <li>Processing of technologies like XBL or SVG that have their own
@@ -340,14 +340,14 @@
   act as bubbling event listeners for the object on which they are
   specified.</p><p>An <a href="#event-handlers" title="event handlers">event handler</a> can either
   have the value null or be set to a <code><a href="#function">Function</a></code>
-  object. </p><p>Event handlers are exposed in one or two ways.</p><p>The first way, common to all event handlers, is as an <a href="#event-handler-idl-attributes" title="event handler IDL attributes">event handler IDL
+  object. </p><p>Event handlers are exposed in one or two ways.</p><p>The first way, common to all event handlers, is as an <a href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attribute" reference in the full HTML5 spec.' class="full-spec-link">event handler IDL
   attribute</a>.</p><p>The second way is as an <a href="#event-handler-content-attributes" title="event handler content
   attributes">event handler content attribute</a>. Event handlers
   on <a href="infrastructure.html#html-elements">HTML elements</a> and some of the event handlers on
   <code><a href="browsers.html#window">Window</a></code> objects are exposed in this way.</p><p><dfn id="event-handler-content-attributes">Event handler content attributes</dfn>, when specified, must
   contain valid JavaScript code matching the <code title="">FunctionBody</code> production. <a href="references.html#refsECMA262">[ECMA262]</a></p><p class="note">When an <a href="#event-handler-content-attributes" title="event handler content
   attributes">event handler content attribute</a> is set on an
-  element owned by a <code><a href="#document">Document</a></code> that is not in a
+  element owned by a <code><a href="http://dev.w3.org/html5/spec/.html#document" class="full-spec-link" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that is not in a
   <a href="browsers.html#browsing-context">browsing context</a>, the corresponding event handler is
   not changed.</p><!-- v2: we should probably support HTML4's Content-Script-Type header here. --><p class="note"><a href="#event-handlers">Event handlers</a>  always fire before event listeners
   attached using <code title="dom-EventTarget-addEventListener">addEventListener()</code>.</p><!-- IE actually uncancels the event if the function returns true --><hr><p>The <code><a href="#function">Function</a></code> interface represents a function in the
@@ -366,8 +366,8 @@
 
    <pre>&lt;body onload="alert(this)" onclick="alert(this)"&gt;</pre>
 
-   <p>...leads to an alert saying "<code title="">[object&#160;Window]</code>" when the document is loaded,
-   and an alert saying "<code title="">[object&#160;HTMLBodyElement]</code>" whenever the user
+   <p>...leads to an alert saying "<code title="">[object&#194;&#160;Window]</code>" when the document is loaded,
+   and an alert saying "<code title="">[object&#194;&#160;HTMLBodyElement]</code>" whenever the user
    clicks something in the page.</p>
 
   </div><p>The return value of the function is affects whether the event is

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- common-microsyntaxes.html	2 Jul 2010 23:07:30 -0000	1.36
+++ common-microsyntaxes.html	7 Jul 2010 08:58:10 -0000	1.37
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
-<!DOCTYPE html>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><title>2.4 Common microsyntaxes &#8212; HTML5 (Edition for Web Authors)</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"><style type="text/css">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie" class="split chapter"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>2.4 Common microsyntaxes &#8212; HTML5</title><script src="link-fixup.js"></script><link href="whatwg.css" rel="stylesheet"/><link href="style.css" rel="stylesheet"/><style type="text/css">
    pre { margin-left: 2em; white-space: pre-wrap; }
    h2 { margin: 3em 0 1em 0; }
    h3 { margin: 2.5em 0 1em 0; }
@@ -305,7 +305,7 @@
        document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
      fixBrokenLink();
    }
-  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev">
+  </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev">
   <link href="Overview.html#contents" title="Table of contents" rel="index">
   <link href="urls.html" title="2.5 URLs" rel="next">
   </head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
@@ -410,7 +410,7 @@
   treated as zero.</p><p class="note">The Infinity and Not-a-Number (NaN) values are not
   <a href="#valid-floating-point-number" title="valid floating point number">valid floating point
   numbers</a>.</p><h5 id="lists-of-integers"><span class="secno">2.4.3.4 </span>Lists of integers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="valid-list-of-integers">valid list of integers</dfn> is a number of <a href="#valid-integer" title="valid integer">valid integers</a> separated by U+002C
-  COMMA characters, with no other characters (e.g. no <a href="#space-character" title="space character">space characters</a>). In addition, there
+  COMMA characters, with no other characters (e.g. no <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>). In addition, there
   might be restrictions on the number of integers that can be given,
   or on the range of values allowed.</p><h4 id="dates-and-times"><span class="secno">2.4.4 </span>Dates and times</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In the algorithms below, the <dfn id="number-of-days-in-month-month-of-year-year">number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is:
   <em>31</em> if <var title="">month</var> is 1, 3, 5, 7, 8, 10, or
@@ -424,13 +424,13 @@
   proleptic Gregorian date with no time-zone information and no date
   information beyond a year and a month. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-month-string">valid month string</dfn> representing a year
   <var title="">year</var> and month <var title="">month</var> if it
-  consists of the following components in the given order:</p><ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var>&#160;&gt;&#160;0</li>
+  consists of the following components in the given order:</p><ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var>&#194;&#160;&gt;&#194;&#160;0</li>
 
    <li>A U+002D HYPHEN-MINUS character (-)</li>
 
    <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
    representing the month <var title="">month</var>, in the range
-   1&#160;&#8804;&#160;<var title="">month</var>&#160;&#8804;&#160;12</li>
+   1&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">month</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;12</li>
 
   </ol><h5 id="dates"><span class="secno">2.4.4.2 </span>Dates</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-date" title="concept-date">date</dfn> consists of a specific
   proleptic Gregorian date with no time-zone information, consisting
@@ -443,7 +443,7 @@
 
    <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
    representing <var title="">day</var>, in the range
-   1&#160;&#8804;&#160;<var title="">day</var>&#160;&#8804;&#160;<var title="">maxday</var> where <var title="">maxday</var> is the <a href="#number-of-days-in-month-month-of-year-year" title="number of days in month month of year year">number of days
+   1&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">day</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">maxday</var> where <var title="">maxday</var> is the <a href="#number-of-days-in-month-month-of-year-year" title="number of days in month month of year year">number of days
    in the month <var title="">month</var> and year <var title="">year</var></a></li>
 
   </ol><h5 id="times"><span class="secno">2.4.4.3 </span>Times</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="concept-time" title="concept-time">time</dfn> consists of a specific
@@ -453,13 +453,13 @@
   second <var title="">second</var> if it consists of the following
   components in the given order:</p><ol><li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
    representing <var title="">hour</var>, in the range
-   0&#160;&#8804;&#160;<var title="">hour</var>&#160;&#8804;&#160;23</li>
+   0&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">hour</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;23</li>
 
    <li>A U+003A COLON character (:)</li>
 
    <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
    representing <var title="">minute</var>, in the range
-   0&#160;&#8804;&#160;<var title="">minute</var>&#160;&#8804;&#160;59</li>
+   0&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">minute</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;59</li>
 
    <li>Optionally (required if <var title="">second</var> is
    non-zero):
@@ -468,7 +468,7 @@
 
      <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
      representing the integer part of <var title="">second</var>, in
-     the range 0&#160;&#8804;&#160;<var title="">s</var>&#160;&#8804;&#160;59</li>
+     the range 0&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">s</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;59</li>
 
      <li>Optionally (required if <var title="">second</var> is not an
      integer):
@@ -521,13 +521,13 @@
 
        <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
        representing the hours component <var title="">hour</var> of
-       the time-zone offset, in the range 0&#160;&#8804;&#160;<var title="">hour</var>&#160;&#8804;&#160;23</li>
+       the time-zone offset, in the range 0&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">hour</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;23</li>
 
        <li>A U+003A COLON character (:)</li>
 
        <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
        representing the minutes component <var title="">minute</var>
-       of the time-zone offset, in the range 0&#160;&#8804;&#160;<var title="">minute</var>&#160;&#8804;&#160;59</li>
+       of the time-zone offset, in the range 0&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">minute</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;59</li>
 
       </ol></li>
 
@@ -605,7 +605,7 @@
   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><p>A string is a <dfn id="valid-week-string">valid week string</dfn> representing a
   week-year <var title="">year</var> and week <var title="">week</var>
-  if it consists of the following components in the given order:</p><ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var>&#160;&gt;&#160;0</li>
+  if it consists of the following components in the given order:</p><ol><li>Four or more <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>, representing <var title="">year</var>, where <var title="">year</var>&#194;&#160;&gt;&#194;&#160;0</li>
 
    <li>A U+002D HYPHEN-MINUS character (-)</li>
 
@@ -613,7 +613,7 @@
 
    <li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
    representing the week <var title="">week</var>, in the range
-   1&#160;&#8804;&#160;<var title="">week</var>&#160;&#8804;&#160;<var title="">maxweek</var>, where <var title="">maxweek</var> is the
+   1&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">week</var>&#194;&#160;&#226;&#137;&#164;&#194;&#160;<var title="">maxweek</var>, where <var title="">maxweek</var> is the
    <a href="#week-number-of-the-last-day">week number of the last day</a> of week-year <var title="">year</var></li>
 
   </ol><h5 id="vaguer-moments-in-time"><span class="secno">2.4.4.7 </span>Vaguer moments in time</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-date-or-time-string">valid date or time string</dfn> if it is also
@@ -624,18 +624,18 @@
    <li>A <a href="#valid-global-date-and-time-string">valid global date and time string</a>.</li>
 
   </ul><p>A string is a <dfn id="valid-date-or-time-string-in-content">valid date or time string in content</dfn> if
-  it consists of zero or more <a href="#white_space">White_Space</a> characters,
+  it consists of zero or more <a href="http://dev.w3.org/html5/spec/.html#white_space" class="full-spec-link" 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">valid date or time string</a>, followed by
-  zero or more further <a href="#white_space">White_Space</a> characters.</p><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 href="http://dev.w3.org/html5/spec/.html#white_space" class="full-spec-link" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.</p><hr><p>A string is a <dfn id="valid-date-string-with-optional-time">valid date string with optional time</dfn> if
   it is also one of the following:</p><ul><li>A <a href="#valid-date-string">valid date string</a>.</li>
 
    <li>A <a href="#valid-global-date-and-time-string">valid global date and time string</a>.</li>
 
   </ul><p>A string is a <dfn id="valid-date-string-in-content-with-optional-time">valid date string in content with optional
-  time</dfn> if it consists of zero or more <a href="#white_space">White_Space</a>
+  time</dfn> if it consists of zero or more <a href="http://dev.w3.org/html5/spec/.html#white_space" class="full-spec-link" 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">valid date string with optional
   time</a>, followed by zero or more further
-  <a href="#white_space">White_Space</a> characters.</p><h4 id="colors"><span class="secno">2.4.5 </span>Colors</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i></p><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the
+  <a href="http://dev.w3.org/html5/spec/.html#white_space" class="full-spec-link" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.</p><h4 id="colors"><span class="secno">2.4.5 </span>Colors</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i></p><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the
   range 0..255, representing the red, green, and blue components of
   the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a></p><p>A string is a <dfn id="valid-simple-color">valid simple color</dfn> if it is exactly
   seven characters long, and the first character is a U+0023 NUMBER
@@ -649,10 +649,9 @@
   <a href="#valid-simple-color">valid simple color</a> and doesn't use any characters in
   the range U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL
   LETTER F.</p><hr><h4 id="space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="set-of-space-separated-tokens">set of space-separated tokens</dfn> is a string containing
-  zero or more words separated by one or more <a href="#space-character" title="space
-  character">space characters</a>, where words consist of any
-  string of one or more characters, none of which are <a href="#space-character" title="space character">space characters</a>.</p><p>A string containing a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a>
-  may have leading or trailing <a href="#space-character" title="space character">space
+  zero or more words separated by one or more <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, where words consist of any
+  string of one or more characters, none of which are <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</p><p>A string containing a <a href="#set-of-space-separated-tokens">set of space-separated tokens</a>
+  may have leading or trailing <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space
   characters</a>.</p><p>An <dfn id="unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</dfn> is a
   <a href="#set-of-space-separated-tokens">set of space-separated tokens</a> where none of the words
   are duplicated.</p><p>An <dfn id="ordered-set-of-unique-space-separated-tokens">ordered set of unique space-separated tokens</dfn> is a
@@ -665,9 +664,9 @@
   all values are conforming.</p><h4 id="comma-separated-tokens"><span class="secno">2.4.7 </span>Comma-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A <dfn id="set-of-comma-separated-tokens">set of comma-separated tokens</dfn> is a string containing
   zero or more tokens each separated from the next by a single U+002C
   COMMA character (,), where tokens consist of any string of zero or
-  more characters, neither beginning nor ending with <a href="#space-character" title="space character">space characters</a>, nor containing any
-  U+002C COMMA characters (,), and optionally surrounded by <a href="#space-character" title="space character">space characters</a>.</p><p class="example">For instance, the string "<code title="">&#160;a&#160;,b,,d&#160;d&#160;</code>" consists of four
-  tokens: "a", "b", the empty string, and "d&#160;d". Leading and
+  more characters, neither beginning nor ending with <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>, nor containing any
+  U+002C COMMA characters (,), and optionally surrounded by <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">space characters</a>.</p><p class="example">For instance, the string "<code title="">&#194;&#160;a&#194;&#160;,b,,d&#194;&#160;d&#194;&#160;</code>" consists of four
+  tokens: "a", "b", the empty string, and "d&#194;&#160;d". Leading and
   trailing whitespace around each token doesn't count as part of the
   token, and the empty string can be a token.</p><p><a href="#set-of-comma-separated-tokens" title="set of comma-separated tokens">Sets of
   comma-separated tokens</a> sometimes have further restrictions on
@@ -680,7 +679,6 @@
   <var title="">type</var> in the document.</p><h4 id="mq"><span class="secno">2.4.9 </span>Media queries</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the
   <code title="">media_query_list</code> production of the Media
   Queries specification. <a href="references.html#refsMQ">[MQ]</a></p><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of the user if it is
-  the empty string, a string consisting of only <a href="#space-character" title="space
-  character">space characters</a>, or is a media query that matches
+  the empty string, a string consisting of only <a href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.' class="full-spec-link">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></p></body></html>
\ No newline at end of file

Received on Wednesday, 7 July 2010 08:58:23 UTC