mike: document the dropzone attribute

mike: document the dropzone attribute

http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.306&r2=1.307&f=h

===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- body.html 15 Dec 2010 05:52:00 -0000 1.90
+++ body.html 21 Jan 2011 06:47:28 -0000 1.91
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="blockquote.html">&#171; blockquote</a></span>
 <span class="nav-next"><a href="br.html">br &#187;</a></span>
@@ -74,124 +74,209 @@
           
             <dt id="body.attrs.onafterprint" title="body.attrs.onafterprint">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onafterprint">&#9432;</a>
-<span class="attribute-name">onafterprint</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref5">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onafterprint</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref1">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onafterprint">#</a>
 </dt>
             <dd>User printed current document.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref1">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onbeforeprint" title="body.attrs.onbeforeprint">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onbeforeprint">&#9432;</a>
-<span class="attribute-name">onbeforeprint</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref6">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onbeforeprint</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref2">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onbeforeprint">#</a>
 </dt>
             <dd>User requested printing of current document.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref2">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onbeforeunload" title="body.attrs.onbeforeunload">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onbeforeunload">&#9432;</a>
-<span class="attribute-name">onbeforeunload</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref7">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onbeforeunload</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref3">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onbeforeunload">#</a>
 </dt>
             <dd>Document is about to be unloaded.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref3">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onblur" title="body.attrs.onblur">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onblur">&#9432;</a>
-<span class="attribute-name">onblur</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref8">string</a></span> 
+<span class="attribute-name">onblur</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref4">functionbody</a>
+    </span> 
 <a class="hash" href="body.html#body.attrs.onblur">#</a>
 </dt>
             <dd>Document lost focus.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref4">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onerror" title="body.attrs.onerror">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onerror">&#9432;</a>
-<span class="attribute-name">onerror</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref9">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onerror</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref5">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onerror">#</a>
 </dt>
             <dd>Document failed to load properly.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref5">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onfocus" title="body.attrs.onfocus">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onfocus">&#9432;</a>
-<span class="attribute-name">onfocus</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref10">string</a></span> 
+<span class="attribute-name">onfocus</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref6">functionbody</a>
+    </span> 
 <a class="hash" href="body.html#body.attrs.onfocus">#</a>
 </dt>
             <dd>Document received focus.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref6">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onhashchange" title="body.attrs.onhashchange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onhashchange">&#9432;</a>
-<span class="attribute-name">onhashchange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref11">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onhashchange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref7">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onhashchange">#</a>
 </dt>
             <dd>Fragment identifier part of the document&#8217;s current
         address changed.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref7">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onload" title="body.attrs.onload">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onload">&#9432;</a>
-<span class="attribute-name">onload</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref12">string</a></span> 
+<span class="attribute-name">onload</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref8">functionbody</a>
+    </span> 
 <a class="hash" href="body.html#body.attrs.onload">#</a>
 </dt>
             <dd>Document finished loading.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref8">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onmessage" title="body.attrs.onmessage">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onmessage">&#9432;</a>
-<span class="attribute-name">onmessage</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref13">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onmessage</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref9">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onmessage">#</a>
 </dt>
             <dd>Document received a message.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref9">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onoffline" title="body.attrs.onoffline">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onoffline">&#9432;</a>
-<span class="attribute-name">onoffline</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref14">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onoffline</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref10">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onoffline">#</a>
 </dt>
             <dd>Network connections failed.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref10">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.ononline" title="body.attrs.ononline">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-ononline">&#9432;</a>
-<span class="attribute-name">ononline</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref15">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ononline</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref11">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.ononline">#</a>
 </dt>
             <dd>Network connections returned.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref11">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onpopstate" title="body.attrs.onpopstate">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onpopstate">&#9432;</a>
-<span class="attribute-name">onpopstate</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref16">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onpopstate</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref12">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onpopstate">#</a>
 </dt>
             <dd>User navigated session history.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref12">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onredo" title="body.attrs.onredo">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onredo">&#9432;</a>
-<span class="attribute-name">onredo</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref17">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onredo</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref13">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onredo">#</a>
 </dt>
             <dd>User went forward in undo transaction history.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref13">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onresize" title="body.attrs.onresize">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onresize">&#9432;</a>
-<span class="attribute-name">onresize</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref18">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onresize</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref14">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onresize">#</a>
 </dt>
             <dd>Document view was resized.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref14">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onstorage" title="body.attrs.onstorage">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onstorage">&#9432;</a>
-<span class="attribute-name">onstorage</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref19">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onstorage</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref15">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onstorage">#</a>
 </dt>
             <dd>Storage area changed.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref15">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onundo" title="body.attrs.onundo">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onundo">&#9432;</a>
-<span class="attribute-name">onundo</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref20">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onundo</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref16">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="body.html#body.attrs.onundo">#</a>
 </dt>
             <dd>User went backward in undo transaction history.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref16">[ECMA 262]</a>.</div></dd>
             <dt id="body.attrs.onunload" title="body.attrs.onunload">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-window-onunload">&#9432;</a>
-<span class="attribute-name">onunload</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref21">string</a></span> 
+<span class="attribute-name">onunload</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref17">functionbody</a>
+    </span> 
 <a class="hash" href="body.html#body.attrs.onunload">#</a>
 </dt>
             <dd>Document is going away.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref17">[ECMA 262]</a>.</div></dd>
         </dl>
 </div>
       

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- legend.html 15 Dec 2010 05:52:05 -0000 1.81
+++ legend.html 21 Jan 2011 06:47:33 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="label.html">&#171; label</a></span>
 <span class="nav-next"><a href="li.html">li &#187;</a></span>

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- address.html 15 Dec 2010 05:52:00 -0000 1.76
+++ address.html 21 Jan 2011 06:47:27 -0000 1.77
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="abbr.html">&#171; abbr</a></span>
 <span class="nav-next"><a href="area.html">area &#187;</a></span>

Index: button.html
===================================================================
RCS file: /sources/public/html5/markup/button.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- button.html 15 Dec 2010 05:52:00 -0000 1.47
+++ button.html 21 Jan 2011 06:47:28 -0000 1.48
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="br.html">&#171; br</a></span>
 <span class="nav-next"><a href="button.submit.html">button type=submit &#187;</a></span>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- th.html 15 Dec 2010 05:52:09 -0000 1.96
+++ th.html 21 Jan 2011 06:47:37 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tfoot.html">&#171; tfoot</a></span>
 <span class="nav-next"><a href="thead.html">thead &#187;</a></span>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- mark.html 15 Dec 2010 05:52:05 -0000 1.77
+++ mark.html 21 Jan 2011 06:47:34 -0000 1.78
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="map.html">&#171; map</a></span>
 <span class="nav-next"><a href="menu.html">menu &#187;</a></span>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -d -r1.479 -r1.480
--- Overview.html 10 Jan 2011 13:33:40 -0000 1.479
+++ Overview.html 21 Jan 2011 06:47:26 -0000 1.480
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>HTML: The Markup Language Reference</title>
+<title>HTML5: The Markup Language Reference</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 <link rel="stylesheet" href="ED.css" type="text/css">
 <link rel="next" href="intro.html" title="intro">
@@ -12,12 +12,15 @@
 <body onload="initDfn()" class="chunk">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
-<h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>10 January 2011</em>
+<div><img src="HTML5_Badge_128.png" alt="5"></div>
+<h1>HTML5: The Markup Language Reference</h1>
+<h2>Unofficial Editor&#8217;s Draft <em>21 January 2011</em>
 </h2>
+<dl>
 <dt>Editors:</dt>
 <dd>
 <a href="http://sideshowbarker.net/">Michael(tm) Smith</a> &lt;<a href="mailto:sideshowbarker@gmail.com">sideshowbarker@gmail.com</a>&gt;</dd>
+</dl>
 <p>The content of this document is also available as
         <a href="spec.html">a single HTML file</a>.
           </p>
@@ -66,8 +69,8 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 10 January 2011 Editor&#8217;s Draft of 
-        <cite>HTML: The Markup Language Reference</cite>.
+        This document is the 21 January 2011 Editor&#8217;s Draft of 
+        <cite>HTML5: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
       means for commenting is to submit your comments through the

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- br.html 15 Dec 2010 05:52:00 -0000 1.72
+++ br.html 21 Jan 2011 06:47:28 -0000 1.73
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="body.html">&#171; body</a></span>
 <span class="nav-next"><a href="button.html">button &#187;</a></span>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.email.html 15 Dec 2010 05:52:04 -0000 1.96
+++ input.email.html 21 Jan 2011 06:47:32 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.range.html">&#171; input type=range</a></span>
 <span class="nav-next"><a href="input.url.html">input type=url &#187;</a></span>
@@ -72,7 +72,7 @@
           
             <dt id="input.email.attrs.name" title="input.email.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref68">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref51">string</a></span> 
 <a class="hash" href="input.email.html#input.email.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -174,7 +174,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref3">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref20">[ECMA 262]</a>.</div></dd>
             <dt id="input.email.attrs.readonly" title="input.email.attrs.readonly">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">&#9432;</a>
 <span class="attribute-name">readonly</span> = <span class="attr-values">
@@ -209,7 +209,7 @@
           
             <dt id="input.email.attrs.placeholder" title="input.email.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref69">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref52">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.email.html#input.email.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- tr.html 15 Dec 2010 05:52:09 -0000 1.78
+++ tr.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="title.html">&#171; title</a></span>
 <span class="nav-next"><a href="track.html">track &#187;</a></span>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.month.html 15 Dec 2010 05:52:04 -0000 1.96
+++ input.month.html 21 Jan 2011 06:47:32 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.date.html">&#171; input type=date</a></span>
 <span class="nav-next"><a href="input.time.html">input type=time &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.month.attrs.name" title="input.month.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref63">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref46">string</a></span> 
 <a class="hash" href="input.month.html#input.month.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- iframe.html 17 Dec 2010 12:33:15 -0000 1.102
+++ iframe.html 21 Jan 2011 06:47:30 -0000 1.103
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="i.html">&#171; i</a></span>
 <span class="nav-next"><a href="img.html">img &#187;</a></span>
@@ -63,7 +63,7 @@
             <dt id="iframe.attrs.src" title="iframe.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-iframe-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref5">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref7">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="iframe.html#iframe.attrs.src">#</a>
 </dt>
@@ -80,7 +80,7 @@
         name.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref36">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref19">string</a>,
         with the following restrictions:
         <ul>
 <li>

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- ins.html 17 Dec 2010 12:33:15 -0000 1.92
+++ ins.html 21 Jan 2011 06:47:33 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.color.html">&#171; input type=color</a></span>
 <span class="nav-next"><a href="kbd.html">kbd &#187;</a></span>
@@ -56,7 +56,7 @@
             <dt id="ins.attrs.cite" title="ins.attrs.cite">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">&#9432;</a>
 <span class="attribute-name">cite</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref12">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref8">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="ins.html#ins.attrs.cite">#</a>
 </dt>

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- abbr.html 15 Dec 2010 05:52:00 -0000 1.74
+++ abbr.html 21 Jan 2011 06:47:27 -0000 1.75
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="a.html">&#171; a</a></span>
 <span class="nav-next"><a href="address.html">address &#187;</a></span>

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- div.html 15 Dec 2010 05:52:01 -0000 1.78
+++ div.html 21 Jan 2011 06:47:29 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>
 <span class="nav-next"><a href="dl.html">dl &#187;</a></span>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- meta.name.html 15 Dec 2010 05:52:06 -0000 1.87
+++ meta.name.html 21 Jan 2011 06:47:34 -0000 1.88
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.html">&#171; meta</a></span>
 <span class="nav-next"><a href="meta.http-equiv.refresh.html">meta http-equiv=refresh &#187;</a></span>
@@ -59,14 +59,14 @@
           
             <dt id="meta.name.attrs.name" title="meta.name.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref83">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref66">string</a></span> 
 <a class="hash" href="meta.name.html#meta.name.attrs.name">#</a>
 </dt>
             <dd>Specifies the name part of a name/value pair.</dd>
           
             <dt id="meta.name.attrs.content" title="meta.name.attrs.content">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-meta-name">&#9432;</a>
-<span class="attribute-name">content</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref84">string</a></span> 
+<span class="attribute-name">content</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref67">string</a></span> 
 <a class="hash" href="meta.name.html#meta.name.attrs.content">#</a>
 </dt>
             <dd>Specifies the value part of a name/value pair.</dd>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- table.html 15 Dec 2010 05:52:09 -0000 1.85
+++ table.html 21 Jan 2011 06:47:37 -0000 1.86
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="sup.html">&#171; sup</a></span>
 <span class="nav-next"><a href="tbody.html">tbody &#187;</a></span>
@@ -66,7 +66,7 @@
           
             <dt id="table.attrs.summary" title="table.attrs.summary">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#attr-table-summary">&#9432;</a>
-<span class="attribute-name">summary</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref94">string</a></span> 
+<span class="attribute-name">summary</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref77">string</a></span> 
 <a class="hash" href="table.html#table.attrs.summary">#</a>
 </dt>
             <dd>A prose description of the structure of the table.</dd>

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- nav.html 15 Dec 2010 05:52:06 -0000 1.82
+++ nav.html 21 Jan 2011 06:47:34 -0000 1.83
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meter.html">&#171; meter</a></span>
 <span class="nav-next"><a href="noscript.html">noscript &#187;</a></span>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- html.html 17 Dec 2010 12:33:15 -0000 1.85
+++ html.html 21 Jan 2011 06:47:30 -0000 1.86
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="hr.html">&#171; hr</a></span>
 <span class="nav-next"><a href="i.html">i &#187;</a></span>
@@ -59,7 +59,7 @@
             <dt id="html.attrs.manifest" title="html.attrs.manifest">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/semantics.html#attr-html-manifest">&#9432;</a>
 <span class="attribute-name">manifest</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref4">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref6">Non-empty URL potentially surrounded by spaces</a>
     </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="html.html#html.attrs.manifest">#</a>
 </dt>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- meta.http-equiv.content-type.html 16 Dec 2010 07:20:59 -0000 1.91
+++ meta.http-equiv.content-type.html 21 Jan 2011 06:47:34 -0000 1.92
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.charset.html">&#171; meta charset</a></span>
 <span class="nav-next"><a href="meter.html">meter &#187;</a></span>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- canvas.html 15 Dec 2010 05:52:00 -0000 1.81
+++ canvas.html 21 Jan 2011 06:47:28 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.button.html">&#171; button type=button</a></span>
 <span class="nav-next"><a href="caption.html">caption &#187;</a></span>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- footer.html 15 Dec 2010 05:52:02 -0000 1.81
+++ footer.html 21 Jan 2011 06:47:30 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="figure.html">&#171; figure</a></span>
 <span class="nav-next"><a href="form.html">form &#187;</a></span>

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- global-attributes.html 10 Jan 2011 13:33:42 -0000 1.42
+++ global-attributes.html 21 Jan 2011 06:47:30 -0000 1.43
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="common-models.html">&#171; common models</a></span>
 <span class="nav-next"><a href="datatypes.html">datatypes &#187;</a></span>
@@ -43,6 +43,7 @@
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.contextmenu" title="common.attrs.contextmenu">contextmenu</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.dir" title="common.attrs.dir">dir</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.draggable" title="common.attrs.draggable">draggable</a> 
+   <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.dropzone" title="common.attrs.dropzone">dropzone</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.hidden" title="common.attrs.hidden">hidden</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.id" title="common.attrs.id">id</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#common.attrs.lang" title="common.attrs.lang">lang</a> 
@@ -130,6 +131,71 @@
 </dt>
             <dd>Specifies whether the element is draggable.</dd>
           
+            <dt id="common.attrs.dropzone" title="common.attrs.dropzone">
+<a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/dnd.html#the-dropzone-attribute">&#9432;</a>
+<span class="attribute-name">dropzone</span> = <span class="attr-values">
+      <a href="datatypes.html#common.data.dropzonevalue" id="common.data.dropzonevalue_xref1">dropzone value</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<a class="hash" href="global-attributes.html#common.attrs.dropzone">#</a>
+</dt>
+            <dd>Specifies what types of content can be dropped on the element,
+        and instructs the UA about which actions to take with content when
+        it is dropped on the element.</dd>
+          
+<dd><div class="datatype-desc">
+  <p>An
+  <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref5">unordered set of unique space-separated tokens</a>,
+  each of which is a 
+  <a href="terminology.html#case-insensitive" id="case-insensitive_xref29">case-insensitive match</a>
+  for one of the following:</p>
+
+  <dl>
+<dt><code>copy</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will result
+  in a copy of the dragged data.</p></dd>
+
+  <dt><code>move</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will
+  result in the dragged data being moved to the new location.</p></dd>
+
+  <dt><code>link</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will
+  result in a link to the original data.</p></dd>
+
+  <dt>Any
+  <a href="datatypes.html#data-string" id="data-string_xref81">string</a>
+  with three characters or more, beginning with the literal string
+  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
+  </dt>
+
+  <dd><p>Indicates that <i>Plain Unicode string</i> items, of the type
+  indicated by the part of of the keyword after the 
+  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>"
+  string, can be dropped on this element.</p></dd>
+
+  <dt>Any
+  <a href="datatypes.html#data-string" id="data-string_xref82">string</a>
+  with three characters or more, beginning with the
+  literal string
+  "<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
+  </dt>
+
+  <dd><p>Indicates that <i>File</i> items, of the type
+  indicated by the part of of the keyword after the 
+  "<code title="U+0066 LATIN SMALL LETTER F and U+003A COLON">f:</code>"
+  string, can be dropped on this element.</p></dd>
+  </dl>
+<p>The value must not have more than one of the three tokens
+  "<code>copy</code>",
+  "<code>move</code>",
+  or
+  "<code>link</code>".
+  If none are specified, the element represents a
+  <code>copy</code> dropzone.</p>
+  </div></dd>
             <dt id="common.attrs.hidden" title="common.attrs.hidden">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/editing.html#the-hidden-attribute">&#9432;</a>
 <span class="attribute-name">hidden</span> = <span class="attr-values">
@@ -157,7 +223,7 @@
           
 <dd>
 <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref98">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref83">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -211,7 +277,7 @@
           
             <dt id="common.attrs.style" title="common.attrs.style">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-style-attribute">&#9432;</a>
-<span class="attribute-name">style</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref99">string</a></span> 
+<span class="attribute-name">style</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref84">string</a></span> 
 <a class="hash" href="global-attributes.html#common.attrs.style">#</a>
 </dt>
             <dd>Specifies zero or more CSS declarations that apply to
@@ -310,21 +376,33 @@
         <dl class="attr-defs">
 <dt id="scripting.attr.onabort" title="scripting.attr.onabort">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onabort">&#9432;</a>
-<span class="attribute-name">onabort</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref100">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onabort</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref18">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onabort">#</a>
 </dt>
             <dd>Load of element was aborted by the user.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref24">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onblur" title="scripting.attr.onblur">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onblur">&#9432;</a>
-<span class="attribute-name">onblur</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref101">string</a></span> 
+<span class="attribute-name">onblur</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref19">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onblur">#</a>
 </dt>
             <dd>Element lost focus.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref25">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.oncanplay" title="scripting.attr.oncanplay">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-oncanplay">&#9432;</a>
-<span class="attribute-name">oncanplay</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref102">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">oncanplay</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref20">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.oncanplay">#</a>
 </dt>
             <dd>The UA can resume playback of media data for this
@@ -334,9 +412,14 @@
         without having to stop for further buffering of
         content.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref26">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.oncanplaythrough" title="scripting.attr.oncanplaythrough">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-oncanplaythrough">&#9432;</a>
-<span class="attribute-name">oncanplaythrough</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref103">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">oncanplaythrough</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref21">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.oncanplaythrough">#</a>
 </dt>
             <dd>The UA estimates that if playback were to be started
@@ -344,328 +427,543 @@
         at the current playback rate all the way to its end
         without having to stop for further buffering</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref27">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onchange" title="scripting.attr.onchange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onchange">&#9432;</a>
-<span class="attribute-name">onchange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref104">string</a></span> 
+<span class="attribute-name">onchange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref22">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onchange">#</a>
 </dt>
             <dd>User committed a change to the value of element (form
         control).</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref28">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onclick" title="scripting.attr.onclick">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onclick">&#9432;</a>
-<span class="attribute-name">onclick</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref105">string</a></span> 
+<span class="attribute-name">onclick</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref23">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onclick">#</a>
 </dt>
             <dd>User pressed pointer button down and released pointer
         button over element, or otherwise activated the pointer in
         a manner that emulates such an action.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref29">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-oncontextmenu">&#9432;</a>
-<span class="attribute-name">oncontextmenu</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref106">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">oncontextmenu</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref24">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.oncontextmenu">#</a>
 </dt>
             <dd>User requested the
         <a href="global-attributes.html#context-menu" id="context-menu_xref1">context menu</a>
         for element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref30">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondblclick" title="scripting.attr.ondblclick">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondblclick">&#9432;</a>
-<span class="attribute-name">ondblclick</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref107">string</a></span> 
+<span class="attribute-name">ondblclick</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref25">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.ondblclick">#</a>
 </dt>
             <dd>User clicked pointer button twice over element, or
         otherwise activated the pointer in a manner that simulates
         such an action.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref31">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondrag" title="scripting.attr.ondrag">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondrag">&#9432;</a>
-<span class="attribute-name">ondrag</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref108">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondrag</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref26">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondrag">#</a>
 </dt>
             <dd>User is continuing to drag element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref32">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondragend" title="scripting.attr.ondragend">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondragend">&#9432;</a>
-<span class="attribute-name">ondragend</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref109">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondragend</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref27">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondragend">#</a>
 </dt>
             <dd>User ended dragging element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref33">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondragenter" title="scripting.attr.ondragenter">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondragenter">&#9432;</a>
-<span class="attribute-name">ondragenter</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref110">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondragenter</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref28">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondragenter">#</a>
 </dt>
             <dd>User&#8217;s drag operation entered element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref34">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondragleave" title="scripting.attr.ondragleave">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondragleave">&#9432;</a>
-<span class="attribute-name">ondragleave</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref111">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondragleave</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref29">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondragleave">#</a>
 </dt>
             <dd>User&#8217;s drag operation left element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref35">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondragover" title="scripting.attr.ondragover">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondragover">&#9432;</a>
-<span class="attribute-name">ondragover</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref112">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondragover</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref30">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondragover">#</a>
 </dt>
             <dd>User is continuing drag operation over element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref36">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondragstart" title="scripting.attr.ondragstart">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondragstart">&#9432;</a>
-<span class="attribute-name">ondragstart</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref113">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondragstart</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref31">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondragstart">#</a>
 </dt>
             <dd>User started dragging element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref37">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondrop" title="scripting.attr.ondrop">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondrop">&#9432;</a>
-<span class="attribute-name">ondrop</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref114">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondrop</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref32">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondrop">#</a>
 </dt>
             <dd>User completed drop operation over element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref38">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ondurationchange" title="scripting.attr.ondurationchange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ondurationchange">&#9432;</a>
-<span class="attribute-name">ondurationchange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref115">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ondurationchange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref33">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ondurationchange">#</a>
 </dt>
             <dd>The DOM attribute <code>duration</code> on the
         video or audio element has been updated.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref39">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onemptied" title="scripting.attr.onemptied">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onemptied">&#9432;</a>
-<span class="attribute-name">onemptied</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref116">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onemptied</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref34">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onemptied">#</a>
 </dt>
             <dd>The video or audio element has returned to the
         uninitialized state.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref40">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onended" title="scripting.attr.onended">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onended">&#9432;</a>
-<span class="attribute-name">onended</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref117">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onended</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref35">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onended">#</a>
 </dt>
             <dd>The end of the video or audio element has been
         reached.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref41">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onerror" title="scripting.attr.onerror">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onerror">&#9432;</a>
-<span class="attribute-name">onerror</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref118">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onerror</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref36">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onerror">#</a>
 </dt>
             <dd>Element failed to load properly.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref42">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onfocus" title="scripting.attr.onfocus">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onfocus">&#9432;</a>
-<span class="attribute-name">onfocus</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref119">string</a></span> 
+<span class="attribute-name">onfocus</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref37">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onfocus">#</a>
 </dt>
             <dd>Element received focus.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref43">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onformchange" title="scripting.attr.onformchange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onformchange">&#9432;</a>
-<span class="attribute-name">onformchange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref120">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onformchange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref38">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onformchange">#</a>
 </dt>
             <dd>User committed a change to the value of a form control
         in the form to which the element belongs.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref44">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onforminput" title="scripting.attr.onforminput">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onforminput">&#9432;</a>
-<span class="attribute-name">onforminput</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref121">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onforminput</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref39">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onforminput">#</a>
 </dt>
             <dd>User changed the value of a form control in the form to
         which the element belongs.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref45">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.oninput" title="scripting.attr.oninput">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-oninput">&#9432;</a>
-<span class="attribute-name">oninput</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref122">string</a></span> 
+<span class="attribute-name">oninput</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref40">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.oninput">#</a>
 </dt>
             <dd>User changed the value of element (form control).</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref46">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.oninvalid" title="scripting.attr.oninvalid">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-oninvalid">&#9432;</a>
-<span class="attribute-name">oninvalid</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref123">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">oninvalid</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref41">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.oninvalid">#</a>
 </dt>
             <dd>Element (form control) did not meet validity constraints.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref47">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onkeydown" title="scripting.attr.onkeydown">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onkeydown">&#9432;</a>
-<span class="attribute-name">onkeydown</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref124">string</a></span> 
+<span class="attribute-name">onkeydown</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref42">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onkeydown">#</a>
 </dt>
             <dd>User pressed down a key.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref48">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onkeypress" title="scripting.attr.onkeypress">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onkeypress">&#9432;</a>
-<span class="attribute-name">onkeypress</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref125">string</a></span> 
+<span class="attribute-name">onkeypress</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref43">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onkeypress">#</a>
 </dt>
             <dd>User pressed down a key that is associated with a
         character value.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref49">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onkeyup" title="scripting.attr.onkeyup">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onkeyup">&#9432;</a>
-<span class="attribute-name">onkeyup</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref126">string</a></span> 
+<span class="attribute-name">onkeyup</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref44">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onkeyup">#</a>
 </dt>
             <dd>User released a key.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref50">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onload" title="scripting.attr.onload">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onload">&#9432;</a>
-<span class="attribute-name">onload</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref127">string</a></span> 
+<span class="attribute-name">onload</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref45">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onload">#</a>
 </dt>
             <dd>Element finished loading.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref51">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onloadeddata" title="scripting.attr.onloadeddata">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onloadeddata">&#9432;</a>
-<span class="attribute-name">onloadeddata</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref128">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onloadeddata</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref46">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onloadeddata">#</a>
 </dt>
             <dd>UA can render the video or audio element at the
         current playback position for the first time.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref52">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onloadedmetadata" title="scripting.attr.onloadedmetadata">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onloadedmetadata">&#9432;</a>
-<span class="attribute-name">onloadedmetadata</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref129">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onloadedmetadata</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref47">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onloadedmetadata">#</a>
 </dt>
             <dd>UA has just determined the duration and dimensions of
         the video or audio element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref53">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onloadstart" title="scripting.attr.onloadstart">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onloadstart">&#9432;</a>
-<span class="attribute-name">onloadstart</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref130">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onloadstart</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref48">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onloadstart">#</a>
 </dt>
             <dd>UA has begun looking for media data in the video or
         audio element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref54">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmousedown" title="scripting.attr.onmousedown">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmousedown">&#9432;</a>
-<span class="attribute-name">onmousedown</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref131">string</a></span> 
+<span class="attribute-name">onmousedown</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref49">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmousedown">#</a>
 </dt>
             <dd>User pressed down pointer button over element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref55">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmousemove" title="scripting.attr.onmousemove">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmousemove">&#9432;</a>
-<span class="attribute-name">onmousemove</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref132">string</a></span> 
+<span class="attribute-name">onmousemove</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref50">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmousemove">#</a>
 </dt>
             <dd>User moved mouse.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref56">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmouseout" title="scripting.attr.onmouseout">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmouseout">&#9432;</a>
-<span class="attribute-name">onmouseout</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref133">string</a></span> 
+<span class="attribute-name">onmouseout</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref51">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmouseout">#</a>
 </dt>
             <dd>User moved pointer off boundaries of element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref57">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmouseover" title="scripting.attr.onmouseover">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmouseover">&#9432;</a>
-<span class="attribute-name">onmouseover</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref134">string</a></span> 
+<span class="attribute-name">onmouseover</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref52">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmouseover">#</a>
 </dt>
             <dd>User moved pointer into boundaries of element or one of
         its descendant elements.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref58">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmouseup" title="scripting.attr.onmouseup">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmouseup">&#9432;</a>
-<span class="attribute-name">onmouseup</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref135">string</a></span> 
+<span class="attribute-name">onmouseup</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref53">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmouseup">#</a>
 </dt>
             <dd>User released pointer button over element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref59">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onmousewheel">&#9432;</a>
-<span class="attribute-name">onmousewheel</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref136">string</a></span> 
+<span class="attribute-name">onmousewheel</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref54">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onmousewheel">#</a>
 </dt>
             <dd>User rotated wheel of mouse or other device in a manner
         that emulates such an action.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref60">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onpause" title="scripting.attr.onpause">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onpause">&#9432;</a>
-<span class="attribute-name">onpause</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref137">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onpause</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref55">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onpause">#</a>
 </dt>
             <dd>User has paused playback of the video or audio element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref61">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onplay" title="scripting.attr.onplay">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onplay">&#9432;</a>
-<span class="attribute-name">onplay</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref138">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onplay</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref56">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onplay">#</a>
 </dt>
             <dd>UA has initiated playback of the video or audio element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref62">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onplaying" title="scripting.attr.onplaying">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onplaying">&#9432;</a>
-<span class="attribute-name">onplaying</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref139">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onplaying</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref57">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onplaying">#</a>
 </dt>
             <dd>Playback of the video or audio element has started.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref63">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onprogress" title="scripting.attr.onprogress">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onprogress">&#9432;</a>
-<span class="attribute-name">onprogress</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref140">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onprogress</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref58">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onprogress">#</a>
 </dt>
             <dd>UA is fetching media data for the video or audio
         element.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref64">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onratechange" title="scripting.attr.onratechange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onratechange">&#9432;</a>
-<span class="attribute-name">onratechange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref141">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onratechange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref59">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onratechange">#</a>
 </dt>
             <dd>Either the DOM attribute <code>defaultPlaybackRate</code>
         or the DOM attribute <code>playbackRate</code>
         on the video or audio element has been updated.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref65">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onreadystatechange">&#9432;</a>
-<span class="attribute-name">onreadystatechange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref142">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onreadystatechange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref60">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onreadystatechange">#</a>
 </dt>
             <dd>Element and all its subresources have finished loading.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref66">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onreset" title="scripting.attr.onreset">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onreset">&#9432;</a>
-<span class="attribute-name">onreset</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref143">string</a></span> 
+<span class="attribute-name">onreset</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref61">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onreset">#</a>
 </dt>
             <dd>The
         <a href="form.html#form" class="element">form</a>
         element was reset.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref67">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onscroll" title="scripting.attr.onscroll">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onscroll">&#9432;</a>
-<span class="attribute-name">onscroll</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref144">string</a></span> 
+<span class="attribute-name">onscroll</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref62">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onscroll">#</a>
 </dt>
             <dd>Element or document view was scrolled.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref68">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onseeked" title="scripting.attr.onseeked">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onseeked">&#9432;</a>
-<span class="attribute-name">onseeked</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref145">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onseeked</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref63">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onseeked">#</a>
 </dt>
             <dd>The value of the IDL attribute <code>seeking</code>
         changed to <code>false</code> (a seek operation on the
         video or audio element ended).</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref69">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onseeking" title="scripting.attr.onseeking">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onseeking">&#9432;</a>
-<span class="attribute-name">onseeking</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref146">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onseeking</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref64">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onseeking">#</a>
 </dt>
             <dd>The value of the IDL attribute <code>seeking</code>
@@ -673,68 +971,108 @@
         the video or audio elements is taking long enough that the
         UA has time to fire the <code>seeking</code> event.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref70">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onselect" title="scripting.attr.onselect">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onselect">&#9432;</a>
-<span class="attribute-name">onselect</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref147">string</a></span> 
+<span class="attribute-name">onselect</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref65">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onselect">#</a>
 </dt>
             <dd>User selected some text.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref71">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onshow" title="scripting.attr.onshow">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onshow">&#9432;</a>
-<span class="attribute-name">onshow</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref148">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onshow</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref66">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onshow">#</a>
 </dt>
             <dd>User requested the element be shown as a
         <a href="global-attributes.html#context-menu" id="context-menu_xref2">context menu</a>.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref72">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onstalled" title="scripting.attr.onstalled">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onstalled">&#9432;</a>
-<span class="attribute-name">onstalled</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref149">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onstalled</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref67">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onstalled">#</a>
 </dt>
             <dd>UA is attempting to fetch media data for the video or
         audio element, but that data is not forthcoming.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref73">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onsubmit" title="scripting.attr.onsubmit">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onsubmit">&#9432;</a>
-<span class="attribute-name">onsubmit</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref150">string</a></span> 
+<span class="attribute-name">onsubmit</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref68">functionbody</a>
+    </span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onsubmit">#</a>
 </dt>
             <dd>The
         <a href="form.html#form" class="element">form</a>
         element was submitted.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref74">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onsuspend" title="scripting.attr.onsuspend">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onsuspend">&#9432;</a>
-<span class="attribute-name">onsuspend</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref151">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onsuspend</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref69">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onsuspend">#</a>
 </dt>
             <dd>UA is intentionally not currently fetching media data
         for the video or audio element, but does not yet have the
         entire contents downloaded.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref75">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.ontimeupdate" title="scripting.attr.ontimeupdate">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-ontimeupdate">&#9432;</a>
-<span class="attribute-name">ontimeupdate</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref152">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">ontimeupdate</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref70">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.ontimeupdate">#</a>
 </dt>
             <dd>The current playback position of the video or audio
         element changed either as part of normal playback, or in an
         especially interesting way (for example, discontinuously).</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref76">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onvolumechange" title="scripting.attr.onvolumechange">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onvolumechange">&#9432;</a>
-<span class="attribute-name">onvolumechange</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref153">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onvolumechange</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref71">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onvolumechange">#</a>
 </dt>
             <dd>Either the DOM attribute <code>volume</code>
         or the DOM attribute <code>muted</code>
         on the video or audio element has been changed.</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref77">[ECMA 262]</a>.</div></dd>
             <dt id="scripting.attr.onwaiting" title="scripting.attr.onwaiting">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/index.html#ix-handler-onwaiting">&#9432;</a>
-<span class="attribute-name">onwaiting</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref154">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">onwaiting</span> = <span class="attr-values">
+      <a class="ref" href="datatypes.html#common.data.functionbody" title="common.data.functionbody" id="common.data.functionbody_xref72">functionbody</a>
+    </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="global-attributes.html#scripting.attr.onwaiting">#</a>
 </dt>
             <dd>Playback of the video or audio element has stopped
@@ -742,6 +1080,9 @@
         agent expects that frame to become available in due
         course).</dd>
           
+<dd><div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref78">[ECMA 262]</a>.</div></dd>
         </dl>
 </div>
 </div>
@@ -792,7 +1133,7 @@
             <dt id="common.attrs.xmlbase" title="common.attrs.xmlbase">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#the-xml:base-attribute-xml-only">&#9432;</a>
 <span class="attribute-name">xml:base</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref14">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref10">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="global-attributes.html#common.attrs.xmlbase">#</a>
 </dt>

Index: meta.http-equiv.content-language.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- meta.http-equiv.content-language.html 15 Dec 2010 05:52:06 -0000 1.86
+++ meta.http-equiv.content-language.html 21 Jan 2011 06:47:34 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.default-style.html">&#171; meta http-equiv=default-style</a></span>
 <span class="nav-next"><a href="meta.charset.html">meta charset &#187;</a></span>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- script.html 17 Dec 2010 12:33:16 -0000 1.100
+++ script.html 21 Jan 2011 06:47:35 -0000 1.101
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="samp.html">&#171; samp</a></span>
 <span class="nav-next"><a href="section.html">section &#187;</a></span>
@@ -81,7 +81,7 @@
         <a href="references.html#refsRFC2046" id="refsRFC2046_xref6">[RFC 2046]</a>.</div></dd>
             <dt id="script.attrs.language" title="script.attrs.language">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/obsolete.html#attr-script-language">&#9432;</a>
-<span class="attribute-name">language</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref92">string</a></span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
+<span class="attribute-name">language</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref75">string</a></span> <span class="obsoleted-feature" title="This markup feature has been obsoleted in HTML5.">OBSOLETE</span>
 <a class="hash" href="script.html#script.attrs.language">#</a>
 </dt>
             <dd>Specifies that the language of the script is JavaScript.</dd>
@@ -89,7 +89,7 @@
             <dt id="script.attrs.src" title="script.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/scripting-1.html#attr-script-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref10">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref14">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="script.html#script.attrs.src">#</a>
 </dt>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.range.html 15 Dec 2010 05:52:05 -0000 1.96
+++ input.range.html 21 Jan 2011 06:47:32 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.number.html">&#171; input type=number</a></span>
 <span class="nav-next"><a href="input.email.html">input type=email &#187;</a></span>
@@ -67,7 +67,7 @@
           
             <dt id="input.range.attrs.name" title="input.range.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref67">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref50">string</a></span> 
 <a class="hash" href="input.range.html#input.range.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- audio.html 17 Dec 2010 12:33:14 -0000 1.96
+++ audio.html 21 Jan 2011 06:47:28 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="aside.html">&#171; aside</a></span>
 <span class="nav-next"><a href="b.html">b &#187;</a></span>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- time.html 15 Dec 2010 05:52:09 -0000 1.92
+++ time.html 21 Jan 2011 06:47:37 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="thead.html">&#171; thead</a></span>
 <span class="nav-next"><a href="title.html">title &#187;</a></span>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- meta.http-equiv.default-style.html 15 Dec 2010 05:52:06 -0000 1.86
+++ meta.http-equiv.default-style.html 21 Jan 2011 06:47:34 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.refresh.html">&#171; meta http-equiv=refresh</a></span>
 <span class="nav-next"><a href="meta.http-equiv.content-language.html">meta http-equiv=content-language &#187;</a></span>

Index: input.html
===================================================================
RCS file: /sources/public/html5/markup/input.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- input.html 15 Dec 2010 05:52:04 -0000 1.48
+++ input.html 21 Jan 2011 06:47:32 -0000 1.49
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="img.html">&#171; img</a></span>
 <span class="nav-next"><a href="input.text.html">input type=text &#187;</a></span>

Index: command.html
===================================================================
RCS file: /sources/public/html5/markup/command.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- command.html 15 Dec 2010 05:52:01 -0000 1.48
+++ command.html 21 Jan 2011 06:47:29 -0000 1.49
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="colgroup.html">&#171; colgroup</a></span>
 <span class="nav-next"><a href="command.command.html">command type=command &#187;</a></span>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- keygen.html 15 Dec 2010 05:52:05 -0000 1.85
+++ keygen.html 21 Jan 2011 06:47:33 -0000 1.86
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="kbd.html">&#171; kbd</a></span>
 <span class="nav-next"><a href="label.html">label &#187;</a></span>
@@ -61,7 +61,7 @@
           
             <dt id="keygen.attrs.challenge" title="keygen.attrs.challenge">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-keygen-challenge">&#9432;</a>
-<span class="attribute-name">challenge</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref79">string</a></span> 
+<span class="attribute-name">challenge</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref62">string</a></span> 
 <a class="hash" href="keygen.html#keygen.attrs.challenge">#</a>
 </dt>
             <dd>A challenge string that is submitted along with the
@@ -88,7 +88,7 @@
           
             <dt id="keygen.attrs.name" title="keygen.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref80">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref63">string</a></span> 
 <a class="hash" href="keygen.html#keygen.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- command.command.html 17 Dec 2010 12:33:14 -0000 1.86
+++ command.command.html 21 Jan 2011 06:47:29 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.html">&#171; command</a></span>
 <span class="nav-next"><a href="command.radio.html">command type=radio &#187;</a></span>
@@ -70,7 +70,7 @@
           
             <dt id="command.command.attrs.label" title="command.command.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref29">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref12">string</a></span> 
 <a class="hash" href="command.command.html#command.command.attrs.label">#</a>
 </dt>
             <dd>The name of the command, as shown to the user.</dd>
@@ -78,7 +78,7 @@
             <dt id="command.command.attrs.icon" title="command.command.attrs.icon">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-icon">&#9432;</a>
 <span class="attribute-name">icon</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref6">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref5">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="command.command.html#command.command.attrs.icon">#</a>
 </dt>

Index: elements-by-function.html
===================================================================
RCS file: /sources/public/html5/markup/elements-by-function.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- elements-by-function.html 10 Jan 2011 13:33:41 -0000 1.22
+++ elements-by-function.html 21 Jan 2011 06:47:29 -0000 1.23
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="syntax.html">&#171; syntax</a></span>
 <span class="nav-next"><a href="elements.html">elements &#187;</a></span>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- progress.html 15 Dec 2010 05:52:06 -0000 1.90
+++ progress.html 21 Jan 2011 06:47:35 -0000 1.91
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="pre.html">&#171; pre</a></span>
 <span class="nav-next"><a href="q.html">q &#187;</a></span>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- dfn.html 15 Dec 2010 05:52:01 -0000 1.78
+++ dfn.html 21 Jan 2011 06:47:29 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="details.html">&#171; details</a></span>
 <span class="nav-next"><a href="div.html">div &#187;</a></span>

Index: intro.html
===================================================================
RCS file: /sources/public/html5/markup/intro.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- intro.html 15 Dec 2010 05:52:05 -0000 1.40
+++ intro.html 21 Jan 2011 06:47:33 -0000 1.41
@@ -12,7 +12,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 
 <span class="nav-next"><a href="terminology.html">terminology &#187;</a></span>

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- schema.html 10 Jan 2011 13:33:42 -0000 1.34
+++ schema.html 21 Jan 2011 06:47:35 -0000 1.35
@@ -236,6 +236,7 @@
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.contextmenu' title='common.attrs.contextmenu'>contextmenu</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.dir' title='common.attrs.dir'>dir</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.draggable' title='common.attrs.draggable'>draggable</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.dropzone' title='common.attrs.dropzone'>dropzone</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.hidden' title='common.attrs.hidden'>hidden</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.id' title='common.attrs.id'>id</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#common.attrs.lang' title='common.attrs.lang'>lang</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
@@ -425,8 +426,10 @@
 </div>
 <div class='define' id='common.data.uri-define'>
   <div class='patternname' id='the-common.data.uri'><a href='#the-common.data.uri'>uri</a> =</div>
-  <span class='pattern' id='common.data.uri'>d:string ""
-   <span class='postfix or'>or</span> d:iri-ref</span>
+  <span class='pattern' id='common.data.uri'>d:iri-ref
+   <span class='postfix or'>or</span> xsd:string {
+                                        pattern = "[ \x{a}" ~ "-\x{d}]*"
+                                      }</span>
 </div>
 <div class='define' id='common.data.uri.non-empty-define'>
   <div class='patternname' id='the-common.data.uri.non-empty'><a href='#the-common.data.uri.non-empty'>uri.non-empty</a> =</div>
@@ -477,10 +480,18 @@
   <div class='patternname' id='the-common.data.keylabellist'><a href='#the-common.data.keylabellist'>keylabellist</a> =</div>
   <span class='pattern' id='common.data.keylabellist'>d:keylabellist</span>
 </div>
+<div class='define' id='common.data.dropzonevalue-define'>
+  <div class='patternname' id='the-common.data.dropzonevalue'><a href='#the-common.data.dropzonevalue'>dropzonevalue</a> =</div>
+  <span class='pattern' id='common.data.dropzonevalue'>d:dropzonevalue</span>
+</div>
 <div class='define' id='common.data.zero-define'>
   <div class='patternname' id='the-common.data.zero'><a href='#the-common.data.zero'>zero</a> =</div>
   <span class='pattern' id='common.data.zero'>d:zero</span>
 </div>
+<div class='define' id='common.data.functionbody-define'>
+  <div class='patternname' id='the-common.data.functionbody'><a href='#the-common.data.functionbody'>functionbody</a> =</div>
+  <span class='pattern' id='common.data.functionbody'>d:functionbody</span>
+</div>
 <div class='define' id='common.data.rectangle-define'>
   <div class='patternname' id='the-common.data.rectangle'><a href='#the-common.data.rectangle'>rectangle</a> =</div>
   <span class='pattern' id='common.data.rectangle'>d:rectangle</span>
@@ -589,119 +600,153 @@
   <div class='patternname' id='the-body.attrs.onafterprint'><a href='#the-body.attrs.onafterprint'>onafterprint</a> =</div>
   <span class='pattern' id='body.attrs.onafterprint'><span class='type'>attribute </span>
   <span class='name'>onafterprint</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onbeforeprint-define'>
   <div class='patternname' id='the-body.attrs.onbeforeprint'><a href='#the-body.attrs.onbeforeprint'>onbeforeprint</a> =</div>
   <span class='pattern' id='body.attrs.onbeforeprint'><span class='type'>attribute </span>
   <span class='name'>onbeforeprint</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onbeforeunload-define'>
   <div class='patternname' id='the-body.attrs.onbeforeunload'><a href='#the-body.attrs.onbeforeunload'>onbeforeunload</a> =</div>
   <span class='pattern' id='body.attrs.onbeforeunload'><span class='type'>attribute </span>
   <span class='name'>onbeforeunload</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onblur-define'>
   <div class='patternname' id='the-body.attrs.onblur'><a href='#the-body.attrs.onblur'>onblur</a> =</div>
   <span class='pattern' id='body.attrs.onblur'><span class='type'>attribute </span>
   <span class='name'>onblur</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onerror-define'>
   <div class='patternname' id='the-body.attrs.onerror'><a href='#the-body.attrs.onerror'>onerror</a> =</div>
   <span class='pattern' id='body.attrs.onerror'><span class='type'>attribute </span>
   <span class='name'>onerror</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onfocus-define'>
   <div class='patternname' id='the-body.attrs.onfocus'><a href='#the-body.attrs.onfocus'>onfocus</a> =</div>
   <span class='pattern' id='body.attrs.onfocus'><span class='type'>attribute </span>
   <span class='name'>onfocus</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onhashchange-define'>
   <div class='patternname' id='the-body.attrs.onhashchange'><a href='#the-body.attrs.onhashchange'>onhashchange</a> =</div>
   <span class='pattern' id='body.attrs.onhashchange'><span class='type'>attribute </span>
   <span class='name'>onhashchange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onload-define'>
   <div class='patternname' id='the-body.attrs.onload'><a href='#the-body.attrs.onload'>onload</a> =</div>
   <span class='pattern' id='body.attrs.onload'><span class='type'>attribute </span>
   <span class='name'>onload</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onmessage-define'>
   <div class='patternname' id='the-body.attrs.onmessage'><a href='#the-body.attrs.onmessage'>onmessage</a> =</div>
   <span class='pattern' id='body.attrs.onmessage'><span class='type'>attribute </span>
   <span class='name'>onmessage</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onoffline-define'>
   <div class='patternname' id='the-body.attrs.onoffline'><a href='#the-body.attrs.onoffline'>onoffline</a> =</div>
   <span class='pattern' id='body.attrs.onoffline'><span class='type'>attribute </span>
   <span class='name'>onoffline</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.ononline-define'>
   <div class='patternname' id='the-body.attrs.ononline'><a href='#the-body.attrs.ononline'>ononline</a> =</div>
   <span class='pattern' id='body.attrs.ononline'><span class='type'>attribute </span>
   <span class='name'>ononline</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onpopstate-define'>
   <div class='patternname' id='the-body.attrs.onpopstate'><a href='#the-body.attrs.onpopstate'>onpopstate</a> =</div>
   <span class='pattern' id='body.attrs.onpopstate'><span class='type'>attribute </span>
   <span class='name'>onpopstate</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onredo-define'>
   <div class='patternname' id='the-body.attrs.onredo'><a href='#the-body.attrs.onredo'>onredo</a> =</div>
   <span class='pattern' id='body.attrs.onredo'><span class='type'>attribute </span>
   <span class='name'>onredo</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onresize-define'>
   <div class='patternname' id='the-body.attrs.onresize'><a href='#the-body.attrs.onresize'>onresize</a> =</div>
   <span class='pattern' id='body.attrs.onresize'><span class='type'>attribute </span>
   <span class='name'>onresize</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onstorage-define'>
   <div class='patternname' id='the-body.attrs.onstorage'><a href='#the-body.attrs.onstorage'>onstorage</a> =</div>
   <span class='pattern' id='body.attrs.onstorage'><span class='type'>attribute </span>
   <span class='name'>onstorage</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onundo-define'>
   <div class='patternname' id='the-body.attrs.onundo'><a href='#the-body.attrs.onundo'>onundo</a> =</div>
   <span class='pattern' id='body.attrs.onundo'><span class='type'>attribute </span>
   <span class='name'>onundo</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='body.attrs.onunload-define'>
   <div class='patternname' id='the-body.attrs.onunload'><a href='#the-body.attrs.onunload'>onunload</a> =</div>
   <span class='pattern' id='body.attrs.onunload'><span class='type'>attribute </span>
   <span class='name'>onunload</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='title-define'>
@@ -2302,6 +2347,7 @@
                                              | contextmenu
                                              | contenteditable
                                              | draggable
+                                             | dropzone
                                              | hidden
                                              | onabort
                                              | onblur
@@ -3163,385 +3209,495 @@
   <div class='patternname' id='the-scripting.attr.onabort'><a href='#the-scripting.attr.onabort'>onabort</a> =</div>
   <span class='pattern' id='scripting.attr.onabort'><span class='type'>attribute </span>
   <span class='name'>onabort</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onblur-define'>
   <div class='patternname' id='the-scripting.attr.onblur'><a href='#the-scripting.attr.onblur'>onblur</a> =</div>
   <span class='pattern' id='scripting.attr.onblur'><span class='type'>attribute </span>
   <span class='name'>onblur</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.oncanplay-define'>
   <div class='patternname' id='the-scripting.attr.oncanplay'><a href='#the-scripting.attr.oncanplay'>oncanplay</a> =</div>
   <span class='pattern' id='scripting.attr.oncanplay'><span class='type'>attribute </span>
   <span class='name'>oncanplay</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.oncanplaythrough-define'>
   <div class='patternname' id='the-scripting.attr.oncanplaythrough'><a href='#the-scripting.attr.oncanplaythrough'>oncanplaythrough</a> =</div>
   <span class='pattern' id='scripting.attr.oncanplaythrough'><span class='type'>attribute </span>
   <span class='name'>oncanplaythrough</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onchange-define'>
   <div class='patternname' id='the-scripting.attr.onchange'><a href='#the-scripting.attr.onchange'>onchange</a> =</div>
   <span class='pattern' id='scripting.attr.onchange'><span class='type'>attribute </span>
   <span class='name'>onchange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onclick-define'>
   <div class='patternname' id='the-scripting.attr.onclick'><a href='#the-scripting.attr.onclick'>onclick</a> =</div>
   <span class='pattern' id='scripting.attr.onclick'><span class='type'>attribute </span>
   <span class='name'>onclick</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.oncontextmenu-define'>
   <div class='patternname' id='the-scripting.attr.oncontextmenu'><a href='#the-scripting.attr.oncontextmenu'>oncontextmenu</a> =</div>
   <span class='pattern' id='scripting.attr.oncontextmenu'><span class='type'>attribute </span>
   <span class='name'>oncontextmenu</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondblclick-define'>
   <div class='patternname' id='the-scripting.attr.ondblclick'><a href='#the-scripting.attr.ondblclick'>ondblclick</a> =</div>
   <span class='pattern' id='scripting.attr.ondblclick'><span class='type'>attribute </span>
   <span class='name'>ondblclick</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondrag-define'>
   <div class='patternname' id='the-scripting.attr.ondrag'><a href='#the-scripting.attr.ondrag'>ondrag</a> =</div>
   <span class='pattern' id='scripting.attr.ondrag'><span class='type'>attribute </span>
   <span class='name'>ondrag</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondragend-define'>
   <div class='patternname' id='the-scripting.attr.ondragend'><a href='#the-scripting.attr.ondragend'>ondragend</a> =</div>
   <span class='pattern' id='scripting.attr.ondragend'><span class='type'>attribute </span>
   <span class='name'>ondragend</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondragenter-define'>
   <div class='patternname' id='the-scripting.attr.ondragenter'><a href='#the-scripting.attr.ondragenter'>ondragenter</a> =</div>
   <span class='pattern' id='scripting.attr.ondragenter'><span class='type'>attribute </span>
   <span class='name'>ondragenter</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondragleave-define'>
   <div class='patternname' id='the-scripting.attr.ondragleave'><a href='#the-scripting.attr.ondragleave'>ondragleave</a> =</div>
   <span class='pattern' id='scripting.attr.ondragleave'><span class='type'>attribute </span>
   <span class='name'>ondragleave</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondragover-define'>
   <div class='patternname' id='the-scripting.attr.ondragover'><a href='#the-scripting.attr.ondragover'>ondragover</a> =</div>
   <span class='pattern' id='scripting.attr.ondragover'><span class='type'>attribute </span>
   <span class='name'>ondragover</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondragstart-define'>
   <div class='patternname' id='the-scripting.attr.ondragstart'><a href='#the-scripting.attr.ondragstart'>ondragstart</a> =</div>
   <span class='pattern' id='scripting.attr.ondragstart'><span class='type'>attribute </span>
   <span class='name'>ondragstart</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondrop-define'>
   <div class='patternname' id='the-scripting.attr.ondrop'><a href='#the-scripting.attr.ondrop'>ondrop</a> =</div>
   <span class='pattern' id='scripting.attr.ondrop'><span class='type'>attribute </span>
   <span class='name'>ondrop</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ondurationchange-define'>
   <div class='patternname' id='the-scripting.attr.ondurationchange'><a href='#the-scripting.attr.ondurationchange'>ondurationchange</a> =</div>
   <span class='pattern' id='scripting.attr.ondurationchange'><span class='type'>attribute </span>
   <span class='name'>ondurationchange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onemptied-define'>
   <div class='patternname' id='the-scripting.attr.onemptied'><a href='#the-scripting.attr.onemptied'>onemptied</a> =</div>
   <span class='pattern' id='scripting.attr.onemptied'><span class='type'>attribute </span>
   <span class='name'>onemptied</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onended-define'>
   <div class='patternname' id='the-scripting.attr.onended'><a href='#the-scripting.attr.onended'>onended</a> =</div>
   <span class='pattern' id='scripting.attr.onended'><span class='type'>attribute </span>
   <span class='name'>onended</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onerror-define'>
   <div class='patternname' id='the-scripting.attr.onerror'><a href='#the-scripting.attr.onerror'>onerror</a> =</div>
   <span class='pattern' id='scripting.attr.onerror'><span class='type'>attribute </span>
   <span class='name'>onerror</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onfocus-define'>
   <div class='patternname' id='the-scripting.attr.onfocus'><a href='#the-scripting.attr.onfocus'>onfocus</a> =</div>
   <span class='pattern' id='scripting.attr.onfocus'><span class='type'>attribute </span>
   <span class='name'>onfocus</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onformchange-define'>
   <div class='patternname' id='the-scripting.attr.onformchange'><a href='#the-scripting.attr.onformchange'>onformchange</a> =</div>
   <span class='pattern' id='scripting.attr.onformchange'><span class='type'>attribute </span>
   <span class='name'>onformchange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onforminput-define'>
   <div class='patternname' id='the-scripting.attr.onforminput'><a href='#the-scripting.attr.onforminput'>onforminput</a> =</div>
   <span class='pattern' id='scripting.attr.onforminput'><span class='type'>attribute </span>
   <span class='name'>onforminput</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.oninput-define'>
   <div class='patternname' id='the-scripting.attr.oninput'><a href='#the-scripting.attr.oninput'>oninput</a> =</div>
   <span class='pattern' id='scripting.attr.oninput'><span class='type'>attribute </span>
   <span class='name'>oninput</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.oninvalid-define'>
   <div class='patternname' id='the-scripting.attr.oninvalid'><a href='#the-scripting.attr.oninvalid'>oninvalid</a> =</div>
   <span class='pattern' id='scripting.attr.oninvalid'><span class='type'>attribute </span>
   <span class='name'>oninvalid</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onkeydown-define'>
   <div class='patternname' id='the-scripting.attr.onkeydown'><a href='#the-scripting.attr.onkeydown'>onkeydown</a> =</div>
   <span class='pattern' id='scripting.attr.onkeydown'><span class='type'>attribute </span>
   <span class='name'>onkeydown</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onkeypress-define'>
   <div class='patternname' id='the-scripting.attr.onkeypress'><a href='#the-scripting.attr.onkeypress'>onkeypress</a> =</div>
   <span class='pattern' id='scripting.attr.onkeypress'><span class='type'>attribute </span>
   <span class='name'>onkeypress</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onkeyup-define'>
   <div class='patternname' id='the-scripting.attr.onkeyup'><a href='#the-scripting.attr.onkeyup'>onkeyup</a> =</div>
   <span class='pattern' id='scripting.attr.onkeyup'><span class='type'>attribute </span>
   <span class='name'>onkeyup</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onload-define'>
   <div class='patternname' id='the-scripting.attr.onload'><a href='#the-scripting.attr.onload'>onload</a> =</div>
   <span class='pattern' id='scripting.attr.onload'><span class='type'>attribute </span>
   <span class='name'>onload</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onloadeddata-define'>
   <div class='patternname' id='the-scripting.attr.onloadeddata'><a href='#the-scripting.attr.onloadeddata'>onloadeddata</a> =</div>
   <span class='pattern' id='scripting.attr.onloadeddata'><span class='type'>attribute </span>
   <span class='name'>onloadeddata</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onloadedmetadata-define'>
   <div class='patternname' id='the-scripting.attr.onloadedmetadata'><a href='#the-scripting.attr.onloadedmetadata'>onloadedmetadata</a> =</div>
   <span class='pattern' id='scripting.attr.onloadedmetadata'><span class='type'>attribute </span>
   <span class='name'>onloadedmetadata</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onloadstart-define'>
   <div class='patternname' id='the-scripting.attr.onloadstart'><a href='#the-scripting.attr.onloadstart'>onloadstart</a> =</div>
   <span class='pattern' id='scripting.attr.onloadstart'><span class='type'>attribute </span>
   <span class='name'>onloadstart</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmousedown-define'>
   <div class='patternname' id='the-scripting.attr.onmousedown'><a href='#the-scripting.attr.onmousedown'>onmousedown</a> =</div>
   <span class='pattern' id='scripting.attr.onmousedown'><span class='type'>attribute </span>
   <span class='name'>onmousedown</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmousemove-define'>
   <div class='patternname' id='the-scripting.attr.onmousemove'><a href='#the-scripting.attr.onmousemove'>onmousemove</a> =</div>
   <span class='pattern' id='scripting.attr.onmousemove'><span class='type'>attribute </span>
   <span class='name'>onmousemove</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmouseout-define'>
   <div class='patternname' id='the-scripting.attr.onmouseout'><a href='#the-scripting.attr.onmouseout'>onmouseout</a> =</div>
   <span class='pattern' id='scripting.attr.onmouseout'><span class='type'>attribute </span>
   <span class='name'>onmouseout</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmouseover-define'>
   <div class='patternname' id='the-scripting.attr.onmouseover'><a href='#the-scripting.attr.onmouseover'>onmouseover</a> =</div>
   <span class='pattern' id='scripting.attr.onmouseover'><span class='type'>attribute </span>
   <span class='name'>onmouseover</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmouseup-define'>
   <div class='patternname' id='the-scripting.attr.onmouseup'><a href='#the-scripting.attr.onmouseup'>onmouseup</a> =</div>
   <span class='pattern' id='scripting.attr.onmouseup'><span class='type'>attribute </span>
   <span class='name'>onmouseup</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onmousewheel-define'>
   <div class='patternname' id='the-scripting.attr.onmousewheel'><a href='#the-scripting.attr.onmousewheel'>onmousewheel</a> =</div>
   <span class='pattern' id='scripting.attr.onmousewheel'><span class='type'>attribute </span>
   <span class='name'>onmousewheel</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onpause-define'>
   <div class='patternname' id='the-scripting.attr.onpause'><a href='#the-scripting.attr.onpause'>onpause</a> =</div>
   <span class='pattern' id='scripting.attr.onpause'><span class='type'>attribute </span>
   <span class='name'>onpause</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onplay-define'>
   <div class='patternname' id='the-scripting.attr.onplay'><a href='#the-scripting.attr.onplay'>onplay</a> =</div>
   <span class='pattern' id='scripting.attr.onplay'><span class='type'>attribute </span>
   <span class='name'>onplay</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onplaying-define'>
   <div class='patternname' id='the-scripting.attr.onplaying'><a href='#the-scripting.attr.onplaying'>onplaying</a> =</div>
   <span class='pattern' id='scripting.attr.onplaying'><span class='type'>attribute </span>
   <span class='name'>onplaying</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onprogress-define'>
   <div class='patternname' id='the-scripting.attr.onprogress'><a href='#the-scripting.attr.onprogress'>onprogress</a> =</div>
   <span class='pattern' id='scripting.attr.onprogress'><span class='type'>attribute </span>
   <span class='name'>onprogress</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onratechange-define'>
   <div class='patternname' id='the-scripting.attr.onratechange'><a href='#the-scripting.attr.onratechange'>onratechange</a> =</div>
   <span class='pattern' id='scripting.attr.onratechange'><span class='type'>attribute </span>
   <span class='name'>onratechange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onreadystatechange-define'>
   <div class='patternname' id='the-scripting.attr.onreadystatechange'><a href='#the-scripting.attr.onreadystatechange'>onreadystatechange</a> =</div>
   <span class='pattern' id='scripting.attr.onreadystatechange'><span class='type'>attribute </span>
   <span class='name'>onreadystatechange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onreset-define'>
   <div class='patternname' id='the-scripting.attr.onreset'><a href='#the-scripting.attr.onreset'>onreset</a> =</div>
   <span class='pattern' id='scripting.attr.onreset'><span class='type'>attribute </span>
   <span class='name'>onreset</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onscroll-define'>
   <div class='patternname' id='the-scripting.attr.onscroll'><a href='#the-scripting.attr.onscroll'>onscroll</a> =</div>
   <span class='pattern' id='scripting.attr.onscroll'><span class='type'>attribute </span>
   <span class='name'>onscroll</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onseeked-define'>
   <div class='patternname' id='the-scripting.attr.onseeked'><a href='#the-scripting.attr.onseeked'>onseeked</a> =</div>
   <span class='pattern' id='scripting.attr.onseeked'><span class='type'>attribute </span>
   <span class='name'>onseeked</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onseeking-define'>
   <div class='patternname' id='the-scripting.attr.onseeking'><a href='#the-scripting.attr.onseeking'>onseeking</a> =</div>
   <span class='pattern' id='scripting.attr.onseeking'><span class='type'>attribute </span>
   <span class='name'>onseeking</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onselect-define'>
   <div class='patternname' id='the-scripting.attr.onselect'><a href='#the-scripting.attr.onselect'>onselect</a> =</div>
   <span class='pattern' id='scripting.attr.onselect'><span class='type'>attribute </span>
   <span class='name'>onselect</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onshow-define'>
   <div class='patternname' id='the-scripting.attr.onshow'><a href='#the-scripting.attr.onshow'>onshow</a> =</div>
   <span class='pattern' id='scripting.attr.onshow'><span class='type'>attribute </span>
   <span class='name'>onshow</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onstalled-define'>
   <div class='patternname' id='the-scripting.attr.onstalled'><a href='#the-scripting.attr.onstalled'>onstalled</a> =</div>
   <span class='pattern' id='scripting.attr.onstalled'><span class='type'>attribute </span>
   <span class='name'>onstalled</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onsubmit-define'>
   <div class='patternname' id='the-scripting.attr.onsubmit'><a href='#the-scripting.attr.onsubmit'>onsubmit</a> =</div>
   <span class='pattern' id='scripting.attr.onsubmit'><span class='type'>attribute </span>
   <span class='name'>onsubmit</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onsuspend-define'>
   <div class='patternname' id='the-scripting.attr.onsuspend'><a href='#the-scripting.attr.onsuspend'>onsuspend</a> =</div>
   <span class='pattern' id='scripting.attr.onsuspend'><span class='type'>attribute </span>
   <span class='name'>onsuspend</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.ontimeupdate-define'>
   <div class='patternname' id='the-scripting.attr.ontimeupdate'><a href='#the-scripting.attr.ontimeupdate'>ontimeupdate</a> =</div>
   <span class='pattern' id='scripting.attr.ontimeupdate'><span class='type'>attribute </span>
   <span class='name'>ontimeupdate</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onvolumechange-define'>
   <div class='patternname' id='the-scripting.attr.onvolumechange'><a href='#the-scripting.attr.onvolumechange'>onvolumechange</a> =</div>
   <span class='pattern' id='scripting.attr.onvolumechange'><span class='type'>attribute </span>
   <span class='name'>onvolumechange</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 <div class='define' id='scripting.attr.onwaiting-define'>
   <div class='patternname' id='the-scripting.attr.onwaiting'><a href='#the-scripting.attr.onwaiting'>onwaiting</a> =</div>
   <span class='pattern' id='scripting.attr.onwaiting'><span class='type'>attribute </span>
   <span class='name'>onwaiting</span>
-   {<span class='model'> string </span>}
+   {<span class='model'>
+      <a class='ref' href='#common.data.functionbody' title='common.data.functionbody'>functionbody</a>
+    </span>}
   </span>
 </div>
 </div>
@@ -5217,7 +5373,7 @@
   <span class='pattern' id='form.attrs.action'><span class='type'>attribute </span>
   <span class='name'>action</span>
    {<span class='model'>
-      <a class='ref' href='#common.data.uri' title='common.data.uri'>uri</a>
+      <a class='ref' href='#common.data.uri.non-empty' title='common.data.uri.non-empty'>uri.non-empty</a>
     </span>}
   </span>
 </div>
@@ -5321,7 +5477,7 @@
   <span class='pattern' id='shared-form.attrs.formaction'><span class='type'>attribute </span>
   <span class='name'>formaction</span>
    {<span class='model'>
-      <a class='ref' href='#common.data.uri' title='common.data.uri'>uri</a>
+      <a class='ref' href='#common.data.uri.non-empty' title='common.data.uri.non-empty'>uri.non-empty</a>
     </span>}
   </span>
 </div>
@@ -6301,6 +6457,15 @@
     </span>}
   </span>
 </div>
+<div class='define' id='common.attrs.dropzone-define'>
+  <div class='patternname' id='the-common.attrs.dropzone'><a href='#the-common.attrs.dropzone'>common.attrs.dropzone</a> =</div>
+  <span class='pattern' id='common.attrs.dropzone'><span class='type'>attribute </span>
+  <span class='name'>dropzone</span>
+   {<span class='model'>
+      <a class='ref' href='#common.data.dropzonevalue' title='common.data.dropzonevalue'>dropzonevalue</a>
+    </span>}
+  </span>
+</div>
 <div class='define' id='common.attrs.hidden-define'>
   <div class='patternname' id='the-common.attrs.hidden'><a href='#the-common.attrs.hidden'>common.attrs.hidden</a> =</div>
   <span class='pattern' id='common.attrs.hidden'><span class='type'>attribute </span>
@@ -6440,10 +6605,10 @@
   <span class='pattern' id='command.radio.attrs'><a class='ref' href='#common.attrs'>common.attrs</a>
    <span class='postfix intermixed'>intermixed with</span>  <span class='agroupof'><a class='ref' href='#command.radio.attrs.type' title='command.radio.attrs.type'>type</a>
                                                                                    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.radiogroup' title='command.radio.attrs.radiogroup'>radiogroup</a>
-                                                                                   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.checked' title='command.radio.attrs.checked'>checked</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span>
-   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.label' title='command.radio.attrs.label'>label</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
-   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.icon' title='command.radio.attrs.icon'>icon</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
-   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.disabled' title='command.radio.attrs.disabled'>disabled</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span>
+                                                                                   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.checked' title='command.radio.attrs.checked'>checked</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+                                                                                   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.label' title='command.radio.attrs.label'>label</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+                                                                                   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.icon' title='command.radio.attrs.icon'>icon</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+                                                                                   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#command.radio.attrs.disabled' title='command.radio.attrs.disabled'>disabled</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> </span></span>
 </div>
 <div class='define' id='command.radio.attrs.type-define'>
   <div class='patternname' id='the-command.radio.attrs.type'><a href='#the-command.radio.attrs.type'>type</a> =</div>

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- textarea.html 15 Dec 2010 05:52:09 -0000 1.94
+++ textarea.html 21 Jan 2011 06:47:37 -0000 1.95
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="td.html">&#171; td</a></span>
 <span class="nav-next"><a href="tfoot.html">tfoot &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="textarea.attrs.name" title="textarea.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref95">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref78">string</a></span> 
 <a class="hash" href="textarea.html#textarea.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -144,7 +144,7 @@
           
             <dt id="textarea.attrs.placeholder" title="textarea.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref96">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref79">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="textarea.html#textarea.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- cite.html 15 Dec 2010 05:52:01 -0000 1.78
+++ cite.html 21 Jan 2011 06:47:28 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="caption.html">&#171; caption</a></span>
 <span class="nav-next"><a href="code.html">code &#187;</a></span>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- meter.html 15 Dec 2010 05:52:06 -0000 1.92
+++ meter.html 21 Jan 2011 06:47:34 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-type.html">&#171; meta http-equiv=content-type</a></span>
 <span class="nav-next"><a href="nav.html">nav &#187;</a></span>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- input.button.html 15 Dec 2010 05:52:04 -0000 1.92
+++ input.button.html 21 Jan 2011 06:47:31 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.radio.html">&#171; input type=radio</a></span>
 <span class="nav-next"><a href="input.submit.html">input type=submit &#187;</a></span>
@@ -61,7 +61,7 @@
           
             <dt id="input.button.attrs.name" title="input.button.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref47">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref30">string</a></span> 
 <a class="hash" href="input.button.html#input.button.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -102,7 +102,7 @@
           
             <dt id="input.button.attrs.value" title="input.button.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref48">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref31">string</a></span> 
 <a class="hash" href="input.button.html#input.button.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- aside.html 15 Dec 2010 05:52:00 -0000 1.79
+++ aside.html 21 Jan 2011 06:47:28 -0000 1.80
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="article.html">&#171; article</a></span>
 <span class="nav-next"><a href="audio.html">audio &#187;</a></span>

Index: bdi.html
===================================================================
RCS file: /sources/public/html5/markup/bdi.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bdi.html 15 Dec 2010 05:52:00 -0000 1.2
+++ bdi.html 21 Jan 2011 06:47:28 -0000 1.3
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="base.html">&#171; base</a></span>
 <span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- syntax.html 18 Dec 2010 01:44:11 -0000 1.76
+++ syntax.html 21 Jan 2011 06:47:37 -0000 1.77
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="documents.html">&#171; documents</a></span>
 <span class="nav-next"><a href="elements-by-function.html">elements by function &#187;</a></span>

Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- section.html 15 Dec 2010 05:52:07 -0000 1.84
+++ section.html 21 Jan 2011 06:47:35 -0000 1.85
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="script.html">&#171; script</a></span>
 <span class="nav-next"><a href="select.html">select &#187;</a></span>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- link.html 17 Dec 2010 12:33:16 -0000 1.94
+++ link.html 21 Jan 2011 06:47:33 -0000 1.95
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="li.html">&#171; li</a></span>
 <span class="nav-next"><a href="map.html">map &#187;</a></span>
@@ -61,7 +61,7 @@
             <dt id="link.attrs.href" title="link.attrs.href">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/links.html#attr-hyperlink-href">&#9432;</a>
 <span class="attribute-name">href</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref8">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref12">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="link.html#link.attrs.href">#</a>
 </dt>

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- meta.http-equiv.refresh.html 15 Dec 2010 05:52:06 -0000 1.85
+++ meta.http-equiv.refresh.html 21 Jan 2011 06:47:34 -0000 1.86
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.name.html">&#171; meta name</a></span>
 <span class="nav-next"><a href="meta.http-equiv.default-style.html">meta http-equiv=default-style &#187;</a></span>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- area.html 15 Dec 2010 05:52:00 -0000 1.97
+++ area.html 21 Jan 2011 06:47:27 -0000 1.98
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="address.html">&#171; address</a></span>
 <span class="nav-next"><a href="article.html">article &#187;</a></span>

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.text.html 15 Dec 2010 05:52:05 -0000 1.93
+++ input.text.html 21 Jan 2011 06:47:33 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.html">&#171; input</a></span>
 <span class="nav-next"><a href="input.password.html">input type=password &#187;</a></span>
@@ -71,7 +71,7 @@
           
             <dt id="input.text.attrs.name" title="input.text.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref37">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref20">string</a></span> 
 <a class="hash" href="input.text.html#input.text.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -145,7 +145,7 @@
           
             <dt id="input.text.attrs.value" title="input.text.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref38">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref21">string</a></span> 
 <a class="hash" href="input.text.html#input.text.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for this
@@ -205,7 +205,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref1">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref18">[ECMA 262]</a>.</div></dd>
             <dt id="input.text.attrs.required" title="input.text.attrs.required">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">&#9432;</a>
 <span class="attribute-name">required</span> = <span class="attr-values">
@@ -219,7 +219,7 @@
           
             <dt id="input.text.attrs.placeholder" title="input.text.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref39">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref22">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.text.html#input.text.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Makefile 15 Dec 2010 08:01:02 -0000 1.116
+++ Makefile 21 Jan 2011 06:47:26 -0000 1.117
@@ -79,7 +79,7 @@
  echo "</license>" >> $@
 
 html.css:
- $(CURL) $(CURLFLAGS) -o html.css http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css
+ $(CURL) $(CURLFLAGS) -o html.css http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/css/html.css
  $(PATCH) $(PATCHFLAGS) < patch-css
 
 html.css.LICENSE.xml: html.css

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- samp.html 15 Dec 2010 05:52:07 -0000 1.78
+++ samp.html 21 Jan 2011 06:47:35 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="s.html">&#171; s</a></span>
 <span class="nav-next"><a href="script.html">script &#187;</a></span>

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- h6.html 15 Dec 2010 05:52:03 -0000 1.83
+++ h6.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h5.html">&#171; h5</a></span>
 <span class="nav-next"><a href="head.html">head &#187;</a></span>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- input.checkbox.html 15 Dec 2010 05:52:04 -0000 1.92
+++ input.checkbox.html 21 Jan 2011 06:47:31 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.password.html">&#171; input type=password</a></span>
 <span class="nav-next"><a href="input.radio.html">input type=radio &#187;</a></span>
@@ -63,7 +63,7 @@
           
             <dt id="input.checkbox.attrs.name" title="input.checkbox.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref43">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref26">string</a></span> 
 <a class="hash" href="input.checkbox.html#input.checkbox.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -115,7 +115,7 @@
           
             <dt id="input.checkbox.attrs.value" title="input.checkbox.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref44">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref27">string</a></span> 
 <a class="hash" href="input.checkbox.html#input.checkbox.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/track.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- track.html 10 Jan 2011 13:33:43 -0000 1.4
+++ track.html 21 Jan 2011 06:47:37 -0000 1.5
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tr.html">&#171; tr</a></span>
 <span class="nav-next"><a href="ul.html">ul &#187;</a></span>
@@ -102,7 +102,7 @@
             <dt id="track.attrs.src" title="track.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-track-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref12">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref16">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="track.html#track.attrs.src">#</a>
 </dt>
@@ -123,7 +123,7 @@
         <a href="references.html#refsBCP47" id="refsBCP47_xref5">[BCP 47]</a>.</div></dd>
             <dt id="track.attrs.label" title="track.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-track-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref97">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref80">string</a></span> 
 <a class="hash" href="track.html#track.attrs.label">#</a>
 </dt>
             <dd>A user-readable title for the timed track.</dd>
@@ -150,6 +150,11 @@
     Attribute <span class="attribute">label</span> for element <span class="element">track</span>
     must have non-empty value.
    </span></li>
+<li><span>
+    The <span class="attribute">default</span> attribute must not occur on more than one
+    <span class="element">track</span> element within the same &#8220;audio&#8221;
+    or <span class="element">video</span> element.
+   </span></li>
         </ul>
 </div>
       <div class="no-number no-toc tag-omission" id="track-tags">

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- object.html 17 Dec 2010 12:33:16 -0000 1.100
+++ object.html 21 Jan 2011 06:47:34 -0000 1.101
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="noscript.html">&#171; noscript</a></span>
 <span class="nav-next"><a href="ol.html">ol &#187;</a></span>
@@ -74,7 +74,7 @@
             <dt id="object.attrs.data" title="object.attrs.data">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-object-data">&#9432;</a>
 <span class="attribute-name">data</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref9">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref13">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="object.html#object.attrs.data">#</a>
 </dt>
@@ -134,7 +134,7 @@
             <dd>A <a href="terminology.html#context" id="context_xref13">valid browsing context name</a>.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref85">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref68">string</a>,
         with the following restrictions:
         <ul>
 <li>

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- terminology.html 16 Dec 2010 07:21:00 -0000 1.56
+++ terminology.html 21 Jan 2011 06:47:37 -0000 1.57
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="intro.html">&#171; intro</a></span>
 <span class="nav-next"><a href="documents.html">documents &#187;</a></span>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.tel.html 15 Dec 2010 05:52:05 -0000 1.93
+++ input.tel.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.search.html">&#171; input type=search</a></span>
 <span class="nav-next"><a href="input.color.html">input type=color &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.tel.attrs.name" title="input.tel.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref75">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref58">string</a></span> 
 <a class="hash" href="input.tel.html#input.tel.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -172,7 +172,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref6">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref23">[ECMA 262]</a>.</div></dd>
             <dt id="input.tel.attrs.readonly" title="input.tel.attrs.readonly">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">&#9432;</a>
 <span class="attribute-name">readonly</span> = <span class="attr-values">
@@ -207,7 +207,7 @@
           
             <dt id="input.tel.attrs.placeholder" title="input.tel.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref76">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref59">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.tel.html#input.tel.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to
@@ -216,7 +216,7 @@
           
             <dt id="input.tel.attrs.value" title="input.tel.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref77">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref60">string</a></span> 
 <a class="hash" href="input.tel.html#input.tel.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for this

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- h4.html 15 Dec 2010 05:52:02 -0000 1.83
+++ h4.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h3.html">&#171; h3</a></span>
 <span class="nav-next"><a href="h5.html">h5 &#187;</a></span>

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- header.html 15 Dec 2010 05:52:03 -0000 1.81
+++ header.html 21 Jan 2011 06:47:30 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="head.html">&#171; head</a></span>
 <span class="nav-next"><a href="hgroup.html">hgroup &#187;</a></span>

Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- b.html 15 Dec 2010 05:52:00 -0000 1.78
+++ b.html 21 Jan 2011 06:47:28 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="audio.html">&#171; audio</a></span>
 <span class="nav-next"><a href="base.html">base &#187;</a></span>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- img.html 17 Dec 2010 12:33:15 -0000 1.98
+++ img.html 21 Jan 2011 06:47:31 -0000 1.99
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="iframe.html">&#171; iframe</a></span>
 <span class="nav-next"><a href="input.html">input &#187;</a></span>
@@ -61,7 +61,7 @@
             <dt id="img.attrs.src" title="img.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/embedded-content-1.html#attr-img-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref6">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref8">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="img.html#img.attrs.src">#</a>
 </dt>

Index: wbr.html
===================================================================
RCS file: /sources/public/html5/markup/wbr.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- wbr.html 15 Dec 2010 05:52:09 -0000 1.35
+++ wbr.html 21 Jan 2011 06:47:37 -0000 1.36
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="video.html">&#171; video</a></span>
 <span class="nav-next"><a href="common-models.html">common models &#187;</a></span>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- bdo.html 15 Dec 2010 05:52:00 -0000 1.76
+++ bdo.html 21 Jan 2011 06:47:28 -0000 1.77
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="bdi.html">&#171; bdi</a></span>
 <span class="nav-next"><a href="blockquote.html">blockquote &#187;</a></span>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.number.html 15 Dec 2010 05:52:04 -0000 1.96
+++ input.number.html 21 Jan 2011 06:47:32 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.week.html">&#171; input type=week</a></span>
 <span class="nav-next"><a href="input.range.html">input type=range &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.number.attrs.name" title="input.number.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref66">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref49">string</a></span> 
 <a class="hash" href="input.number.html#input.number.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- col.html 15 Dec 2010 05:52:01 -0000 1.80
+++ col.html 21 Jan 2011 06:47:28 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="code.html">&#171; code</a></span>
 <span class="nav-next"><a href="colgroup.html">colgroup &#187;</a></span>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- datatypes.html 10 Jan 2011 13:33:41 -0000 1.91
+++ datatypes.html 21 Jan 2011 06:47:29 -0000 1.92
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="global-attributes.html">&#171; global attributes</a></span>
 <span class="nav-next"><a href="references.html">references &#187;</a></span>
@@ -51,7 +51,7 @@
 <dfn id="data-comma-separated-strings">set of comma-separated strings</dfn> <a class="hash" href="#data-comma-separated-strings-def">#</a>
 </h2>
     <div class="datatype-desc">Zero or more
-      <a href="datatypes.html#data-string" id="data-string_xref155">strings</a>
+      <a href="datatypes.html#data-string" id="data-string_xref85">strings</a>
       that are themselves each zero or more characters, each
       optionally with leading and/or trailing
       <a href="terminology.html#space" id="space_xref40">space characters</a>,
@@ -72,7 +72,7 @@
 <dfn id="data-token">token</dfn> <a class="hash" href="#data-token-def">#</a>
 </h2>
     <div class="datatype-desc">A
-      <a href="datatypes.html#data-string" id="data-string_xref156">string</a>
+      <a href="datatypes.html#data-string" id="data-string_xref86">string</a>
       that does not contain any
       <a href="terminology.html#space" id="space_xref42">space characters</a>.</div>
   </div>
@@ -110,7 +110,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref157">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref87">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -132,14 +132,14 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref158">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref88">string</a>
         that is either of the following:
         <ul>
 <li>a
           <a href="datatypes.html#common.data.browsing-context-name" id="common.data.browsing-context-name_xref10">browsing-context name</a>
 </li>
           <li>any
-          <a href="terminology.html#case-insensitive" id="case-insensitive_xref29">case-insensitive match</a>
+          <a href="terminology.html#case-insensitive" id="case-insensitive_xref30">case-insensitive match</a>
           for one of the following literal strings:
               "<code>_blank</code>",
               "<code>_self</code>",
@@ -158,7 +158,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref159">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref89">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -204,7 +204,7 @@
 </h2>
         
       <div class="datatype-desc">An
-        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref5">unordered set of unique space-separated tokens</a>,
+        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref6">unordered set of unique space-separated tokens</a>,
         each of which is an
         <a href="datatypes.html#common.data.idref" id="common.data.idref_xref53">ID reference</a>.</div>
     
@@ -216,7 +216,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref160">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref90">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -518,7 +518,7 @@
 </h2>
         
       <div class="datatype-desc">An
-        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref6">unordered set of unique space-separated tokens</a>,
+        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref7">unordered set of unique space-separated tokens</a>,
         each of which
         <a href="terminology.html#must-requirement" id="must-requirement_xref102">must</a>
         be one of the following:
@@ -554,7 +554,7 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href="terminology.html#case-insensitive" id="case-insensitive_xref30">case-insensitive match</a>
+        <a href="terminology.html#case-insensitive" id="case-insensitive_xref31">case-insensitive match</a>
         for any
         <var class="defined-elsewhere">character set name</var>
         for which the IANA
@@ -562,7 +562,7 @@
         registry has a <code>Name</code> or <code>Alias</code> field
         labeled as &#8220;preferred MIME name&#8221;;
         or, if none of the <code>Alias</code> fields are so labeled, a
-        <a href="terminology.html#case-insensitive" id="case-insensitive_xref31">case-insensitive match</a>
+        <a href="terminology.html#case-insensitive" id="case-insensitive_xref32">case-insensitive match</a>
         for a <code>Name</code> field in the registry.</div>
     
       </div>
@@ -590,7 +590,7 @@
               <li>For documents in the
                 <a href="documents.html#xml-syntax" id="xml-syntax_xref9">XML syntax</a>:
                 Any
-                <a href="terminology.html#case-insensitive" id="case-insensitive_xref32">case-insensitive match</a>
+                <a href="terminology.html#case-insensitive" id="case-insensitive_xref33">case-insensitive match</a>
                 for the string
                 "<code>UTF-8</code>".</li>
             </ul>
@@ -619,7 +619,7 @@
               <li>One or more
               <a href="terminology.html#space" id="space_xref50">space characters</a>.</li>
               <li>A
-              <a href="terminology.html#case-insensitive" id="case-insensitive_xref33">case-insensitive match</a>
+              <a href="terminology.html#case-insensitive" id="case-insensitive_xref34">case-insensitive match</a>
               for the string
               "<code>url=</code>".</li>
               <li>A
@@ -637,7 +637,7 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href="datatypes.html#data-string" id="data-string_xref161">string</a>.</div>
+        <a href="datatypes.html#data-string" id="data-string_xref91">string</a>.</div>
     
       </div>
         
@@ -679,6 +679,68 @@
     
       </div>
         
+      <div id="common.data.dropzonevalue-def" class="no-toc no-number section">
+        <h2 class="common-subhead">
+<dfn id="common.data.dropzonevalue">dropzone value</dfn> <a class="hash" href="#common.data.dropzonevalue-def">#</a>
+</h2>
+        
+  <div class="datatype-desc">
+  <p>An
+  <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref8">unordered set of unique space-separated tokens</a>,
+  each of which is a 
+  <a href="terminology.html#case-insensitive" id="case-insensitive_xref35">case-insensitive match</a>
+  for one of the following:</p>
+
+  <dl>
+<dt><code>copy</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will result
+  in a copy of the dragged data.</p></dd>
+
+  <dt><code>move</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will
+  result in the dragged data being moved to the new location.</p></dd>
+
+  <dt><code>link</code></dt>
+
+  <dd><p>Indicates that dropping an accepted item on the element will
+  result in a link to the original data.</p></dd>
+
+  <dt>Any
+  <a href="datatypes.html#data-string" id="data-string_xref92">string</a>
+  with three characters or more, beginning with the literal string
+  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>".
+  </dt>
+
+  <dd><p>Indicates that <i>Plain Unicode string</i> items, of the type
+  indicated by the part of of the keyword after the 
+  "<code title="U+0073 LATIN SMALL LETTER S and U+003A COLON">s:</code>"
+  string, can be dropped on this element.</p></dd>
+
+  <dt>Any
+  <a href="datatypes.html#data-string" id="data-string_xref93">string</a>
+  with three characters or more, beginning with the
+  literal string
+  "<code title="U+0073 LATIN SMALL LETTER F and U+003A COLON">f:</code>".
+  </dt>
+
+  <dd><p>Indicates that <i>File</i> items, of the type
+  indicated by the part of of the keyword after the 
+  "<code title="U+0066 LATIN SMALL LETTER F and U+003A COLON">f:</code>"
+  string, can be dropped on this element.</p></dd>
+  </dl>
+<p>The value must not have more than one of the three tokens
+  "<code>copy</code>",
+  "<code>move</code>",
+  or
+  "<code>link</code>".
+  If none are specified, the element represents a
+  <code>copy</code> dropzone.</p>
+  </div>
+  
+      </div>
+        
       <div id="common.data.zero-def" class="no-toc no-number section">
         <h2 class="common-subhead">
 <dfn id="common.data.zero">zero</dfn> <a class="hash" href="#common.data.zero-def">#</a>
@@ -689,6 +751,17 @@
     
       </div>
         
+      <div id="common.data.functionbody-def" class="no-toc no-number section">
+        <h2 class="common-subhead">
+<dfn id="common.data.functionbody">functionbody</dfn> <a class="hash" href="#common.data.functionbody-def">#</a>
+</h2>
+        
+      <div class="datatype-desc">Any JavaScript code matching the
+      <code>FunctionBody</code> production
+      <a href="references.html#refsECMA262" id="refsECMA262_xref79">[ECMA 262]</a>.</div>
+    
+      </div>
+        
       <div id="common.data.rectangle-def" class="no-toc no-number section">
         <h2 class="common-subhead">
 <dfn id="common.data.rectangle">rectangle coordinates</dfn> <a class="hash" href="#common.data.rectangle-def">#</a>
@@ -769,9 +842,9 @@
 </h2>
         
       <div class="datatype-desc">An
-        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref7">unordered set of unique space-separated tokens</a>,
+        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref9">unordered set of unique space-separated tokens</a>,
         each of which is a
-        <a href="terminology.html#case-insensitive" id="case-insensitive_xref34">case-insensitive match</a>
+        <a href="terminology.html#case-insensitive" id="case-insensitive_xref36">case-insensitive match</a>
         for one of the following literal strings:
         <ul>
 <li>"<code>allow-forms</code>"</li>
@@ -781,7 +854,7 @@
         </ul>
 <div class="note">
           <p>Because an
-          <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref8">unordered set of unique space-separated tokens</a>
+          <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref10">unordered set of unique space-separated tokens</a>
           can contain zero tokens, this datatype also allows the following:</p>
           <ul>
 <li>the empty string</li>
@@ -800,9 +873,9 @@
 </h2>
         
       <div class="datatype-desc">An
-        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref9">unordered set of unique space-separated tokens</a>,
+        <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref11">unordered set of unique space-separated tokens</a>,
         each of which is a
-        <a href="terminology.html#case-insensitive" id="case-insensitive_xref35">case-insensitive match</a>
+        <a href="terminology.html#case-insensitive" id="case-insensitive_xref37">case-insensitive match</a>
         for one of the following literal strings:
         <ul>
 <li>"<code>muted</code>"</li>
@@ -812,7 +885,7 @@
         </div>
         <div class="note">
           <p>Because an
-          <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref10">unordered set of unique space-separated tokens</a>
+          <a href="datatypes.html#data-unordered-tokens" id="data-unordered-tokens_xref12">unordered set of unique space-separated tokens</a>
           can contain zero tokens, this datatype also allows the following:</p>
           <ul>
 <li>the empty string</li>
@@ -861,7 +934,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref7">[ECMA 262]</a>.</div>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref80">[ECMA 262]</a>.</div>
     
       </div>
         

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- command.radio.html 17 Dec 2010 12:33:14 -0000 1.86
+++ command.radio.html 21 Jan 2011 06:47:29 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.command.html">&#171; command type=command</a></span>
 <span class="nav-next"><a href="command.checkbox.html">command type=checkbox &#187;</a></span>
@@ -48,10 +48,10 @@
           <p><span class="pattern" id="command.radio.attrs"><a class="ref" href="global-attributes.html">global attributes</a>
    <span class="postfix intermixed">&amp;</span>  <span class="agroupof"><a class="ref" href="command.radio.html#command.radio.attrs.type" title="command.radio.attrs.type">type</a><span class="postfix required" title="REQUIRED">&#9733;</span>
                                                                                    <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup">radiogroup</a><span class="postfix required" title="REQUIRED">&#9733;</span>
-                                                                                   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.checked" title="command.radio.attrs.checked">checked</a> </span>
-   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.label" title="command.radio.attrs.label">label</a> 
-   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.icon" title="command.radio.attrs.icon">icon</a> 
-   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.disabled" title="command.radio.attrs.disabled">disabled</a> </span></p>
+                                                                                   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.checked" title="command.radio.attrs.checked">checked</a> 
+                                                                                   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.label" title="command.radio.attrs.label">label</a> 
+                                                                                   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.icon" title="command.radio.attrs.icon">icon</a> 
+                                                                                   <span class="postfix intermixed">&amp;</span> <a class="ref" href="command.radio.html#command.radio.attrs.disabled" title="command.radio.attrs.disabled">disabled</a> </span></span></p>
 </div>
         <dl class="attr-defs">
 <dt>
@@ -72,7 +72,7 @@
           
             <dt id="command.radio.attrs.radiogroup" title="command.radio.attrs.radiogroup">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-radiogroup">&#9432;</a>
-<span class="attribute-name">radiogroup</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref30">string</a></span> 
+<span class="attribute-name">radiogroup</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref13">string</a></span> 
 <a class="hash" href="command.radio.html#command.radio.attrs.radiogroup">#</a>
 </dt>
             <dd>The name of the group of commands that will be toggled
@@ -89,7 +89,7 @@
           
             <dt id="command.radio.attrs.label" title="command.radio.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref31">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref14">string</a></span> 
 <a class="hash" href="command.radio.html#command.radio.attrs.label">#</a>
 </dt>
             <dd>The name of the command, as shown to the user.</dd>
@@ -97,7 +97,7 @@
             <dt id="command.radio.attrs.icon" title="command.radio.attrs.icon">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-icon">&#9432;</a>
 <span class="attribute-name">icon</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref7">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref6">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="command.radio.html#command.radio.attrs.icon">#</a>
 </dt>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.datetime.html 15 Dec 2010 05:52:04 -0000 1.98
+++ input.datetime.html 21 Jan 2011 06:47:31 -0000 1.99
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.image.html">&#171; input type=image</a></span>
 <span class="nav-next"><a href="input.datetime-local.html">input type=datetime-local &#187;</a></span>
@@ -70,7 +70,7 @@
           
             <dt id="input.datetime.attrs.name" title="input.datetime.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref60">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref43">string</a></span> 
 <a class="hash" href="input.datetime.html#input.datetime.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.password.html 15 Dec 2010 05:52:04 -0000 1.93
+++ input.password.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.text.html">&#171; input type=text</a></span>
 <span class="nav-next"><a href="input.checkbox.html">input type=checkbox &#187;</a></span>
@@ -68,7 +68,7 @@
           
             <dt id="input.password.attrs.name" title="input.password.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref40">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref23">string</a></span> 
 <a class="hash" href="input.password.html#input.password.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -141,7 +141,7 @@
           
             <dt id="input.password.attrs.value" title="input.password.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref41">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref24">string</a></span> 
 <a class="hash" href="input.password.html#input.password.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for this
@@ -188,7 +188,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref2">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref19">[ECMA 262]</a>.</div></dd>
             <dt id="input.password.attrs.required" title="input.password.attrs.required">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-required-attribute">&#9432;</a>
 <span class="attribute-name">required</span> = <span class="attr-values">
@@ -202,7 +202,7 @@
           
             <dt id="input.password.attrs.placeholder" title="input.password.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref42">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref25">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.password.html#input.password.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- embed.html 17 Dec 2010 12:33:14 -0000 1.91
+++ embed.html 21 Jan 2011 06:47:30 -0000 1.92
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="em.html">&#171; em</a></span>
 <span class="nav-next"><a href="fieldset.html">fieldset &#187;</a></span>
@@ -60,7 +60,7 @@
             <dt id="embed.attrs.src" title="embed.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-embed-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref3">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref4">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="embed.html#embed.attrs.src">#</a>
 </dt>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- dd.html 15 Dec 2010 05:52:01 -0000 1.80
+++ dd.html 21 Jan 2011 06:47:29 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="datalist.html">&#171; datalist</a></span>
 <span class="nav-next"><a href="del.html">del &#187;</a></span>

Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- common-models.html 15 Dec 2010 05:52:01 -0000 1.61
+++ common-models.html 21 Jan 2011 06:47:29 -0000 1.62
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>
 <span class="nav-next"><a href="global-attributes.html">global attributes &#187;</a></span>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- ul.html 15 Dec 2010 05:52:09 -0000 1.78
+++ ul.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="track.html">&#171; track</a></span>
 <span class="nav-next"><a href="var.html">var &#187;</a></span>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- input.time.html 15 Dec 2010 05:52:05 -0000 1.98
+++ input.time.html 21 Jan 2011 06:47:33 -0000 1.99
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.month.html">&#171; input type=month</a></span>
 <span class="nav-next"><a href="input.week.html">input type=week &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.time.attrs.name" title="input.time.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref64">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref47">string</a></span> 
 <a class="hash" href="input.time.html#input.time.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- dt.html 15 Dec 2010 05:52:01 -0000 1.80
+++ dt.html 21 Jan 2011 06:47:29 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dl.html">&#171; dl</a></span>
 <span class="nav-next"><a href="em.html">em &#187;</a></span>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- strong.html 15 Dec 2010 05:52:08 -0000 1.82
+++ strong.html 21 Jan 2011 06:47:36 -0000 1.83
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="span.html">&#171; span</a></span>
 <span class="nav-next"><a href="style.html">style &#187;</a></span>

Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- acknowledgments.html 15 Dec 2010 05:52:00 -0000 1.33
+++ acknowledgments.html 21 Jan 2011 06:47:27 -0000 1.34
@@ -12,7 +12,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="references.html">&#171; references</a></span>
 </div>
@@ -20,7 +20,7 @@
       <h2>B. Acknowledgments <a class="hash" href="#acknowledgments">#</a> <a class="toc-bak" href="Overview.html#acknowledgments-toc">T</a>
 </h2>
       <p>This document incorporates a modified version of a 
-              <a href="http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css">CSS stylesheet from the WebKit source repository</a>,
+              <a href="http://svn.webkit.org/repository/webkit/trunk/Source/WebCore/css/html.css">CSS stylesheet from the WebKit source repository</a>,
               distributed with the following copyright notice and
               license statement:</p>
       <pre class="license">
@@ -47,7 +47,7 @@
               <a href="http://dev.w3.org/html5/spec/">HTML5</a>,
               distributed with the following copyright notice and
               license statement:</p>
-      <pre class="license"><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 Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><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>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</pre>
+      <p class="license"><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 Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><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>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
       </div>
 <hr class="footerbreak">
 <div class="nav">

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- input.color.html 15 Dec 2010 05:52:04 -0000 1.94
+++ input.color.html 21 Jan 2011 06:47:31 -0000 1.95
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.tel.html">&#171; input type=tel</a></span>
 <span class="nav-next"><a href="ins.html">ins &#187;</a></span>
@@ -64,7 +64,7 @@
           
             <dt id="input.color.attrs.name" title="input.color.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref78">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref61">string</a></span> 
 <a class="hash" href="input.color.html#input.color.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- li.html 15 Dec 2010 05:52:05 -0000 1.86
+++ li.html 21 Jan 2011 06:47:33 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="legend.html">&#171; legend</a></span>
 <span class="nav-next"><a href="link.html">link &#187;</a></span>

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- style.html 15 Dec 2010 05:52:08 -0000 1.93
+++ style.html 21 Jan 2011 06:47:36 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="strong.html">&#171; strong</a></span>
 <span class="nav-next"><a href="sub.html">sub &#187;</a></span>

Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- documents.html 18 Dec 2010 01:44:09 -0000 1.50
+++ documents.html 21 Jan 2011 06:47:29 -0000 1.51
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="terminology.html">&#171; terminology</a></span>
 <span class="nav-next"><a href="syntax.html">syntax &#187;</a></span>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- del.html 17 Dec 2010 12:33:14 -0000 1.91
+++ del.html 21 Jan 2011 06:47:29 -0000 1.92
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dd.html">&#171; dd</a></span>
 <span class="nav-next"><a href="details.html">details &#187;</a></span>
@@ -58,7 +58,7 @@
             <dt id="del.attrs.cite" title="del.attrs.cite">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/edits.html#attr-mod-cite">&#9432;</a>
 <span class="attribute-name">cite</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref8">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref7">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="del.html#del.attrs.cite">#</a>
 </dt>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- menu.html 15 Dec 2010 05:52:05 -0000 1.94
+++ menu.html 21 Jan 2011 06:47:34 -0000 1.95
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="mark.html">&#171; mark</a></span>
 <span class="nav-next"><a href="meta.html">meta &#187;</a></span>
@@ -79,7 +79,7 @@
           
             <dt id="menu.attrs.label" title="menu.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-menu-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref82">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref65">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="menu.html#menu.attrs.label">#</a>
 </dt>
             <dd>The label of the menu.</dd>

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- input.image.html 17 Dec 2010 12:33:15 -0000 1.99
+++ input.image.html 21 Jan 2011 06:47:32 -0000 1.100
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.hidden.html">&#171; input type=hidden</a></span>
 <span class="nav-next"><a href="input.datetime.html">input type=datetime &#187;</a></span>
@@ -72,7 +72,7 @@
           
             <dt id="input.image.attrs.name" title="input.image.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref57">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref40">string</a></span> 
 <a class="hash" href="input.image.html#input.image.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -117,7 +117,7 @@
           
             <dt id="input.image.attrs.alt" title="input.image.attrs.alt">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#attr-input-alt">&#9432;</a>
-<span class="attribute-name">alt</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref58">string</a></span> 
+<span class="attribute-name">alt</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref41">string</a></span> 
 <a class="hash" href="input.image.html#input.image.attrs.alt">#</a>
 </dt>
             <dd>Provides a textual label for an alternative button
@@ -129,7 +129,7 @@
             <dt id="input.image.attrs.src" title="input.image.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#attr-input-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref7">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref10">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="input.image.html#input.image.attrs.src">#</a>
 </dt>
@@ -138,7 +138,7 @@
             <dt id="input.image.attrs.formaction" title="input.image.attrs.formaction">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formaction">&#9432;</a>
 <span class="attribute-name">formaction</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref11">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref11">Non-empty URL potentially surrounded by spaces</a>
     </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.image.html#input.image.attrs.formaction">#</a>
 </dt>
@@ -188,7 +188,7 @@
         of the control.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref59">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref42">string</a>
         that is either of the following:
         <ul>
 <li>a

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- code.html 15 Dec 2010 05:52:01 -0000 1.76
+++ code.html 21 Jan 2011 06:47:28 -0000 1.77
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="cite.html">&#171; cite</a></span>
 <span class="nav-next"><a href="col.html">col &#187;</a></span>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- h2.html 15 Dec 2010 05:52:02 -0000 1.83
+++ h2.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h1.html">&#171; h1</a></span>
 <span class="nav-next"><a href="h3.html">h3 &#187;</a></span>

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- head.html 15 Dec 2010 05:52:03 -0000 1.79
+++ head.html 21 Jan 2011 06:47:30 -0000 1.80
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h6.html">&#171; h6</a></span>
 <span class="nav-next"><a href="header.html">header &#187;</a></span>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- p.html 15 Dec 2010 05:52:06 -0000 1.83
+++ p.html 21 Jan 2011 06:47:35 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="output.html">&#171; output</a></span>
 <span class="nav-next"><a href="param.html">param &#187;</a></span>

Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- figcaption.html 15 Dec 2010 05:52:02 -0000 1.50
+++ figcaption.html 21 Jan 2011 06:47:30 -0000 1.51
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="fieldset.html">&#171; fieldset</a></span>
 <span class="nav-next"><a href="figure.html">figure &#187;</a></span>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- map.html 15 Dec 2010 05:52:05 -0000 1.87
+++ map.html 21 Jan 2011 06:47:34 -0000 1.88
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="link.html">&#171; link</a></span>
 <span class="nav-next"><a href="mark.html">mark &#187;</a></span>
@@ -65,7 +65,7 @@
             <dd>A name by which the map can be referenced.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref81">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref64">string</a>,
         with the following restrictions:
         <ul>
 <li>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.file.html 15 Dec 2010 05:52:04 -0000 1.93
+++ input.file.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.reset.html">&#171; input type=reset</a></span>
 <span class="nav-next"><a href="input.hidden.html">input type=hidden &#187;</a></span>
@@ -65,7 +65,7 @@
           
             <dt id="input.file.attrs.name" title="input.file.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref54">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref37">string</a></span> 
 <a class="hash" href="input.file.html#input.file.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.radio.html 15 Dec 2010 05:52:05 -0000 1.93
+++ input.radio.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.checkbox.html">&#171; input type=checkbox</a></span>
 <span class="nav-next"><a href="input.button.html">input type=button &#187;</a></span>
@@ -64,7 +64,7 @@
           
             <dt id="input.radio.attrs.name" title="input.radio.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref45">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref28">string</a></span> 
 <a class="hash" href="input.radio.html#input.radio.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -116,7 +116,7 @@
           
             <dt id="input.radio.attrs.value" title="input.radio.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref46">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref29">string</a></span> 
 <a class="hash" href="input.radio.html#input.radio.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- command.checkbox.html 17 Dec 2010 12:33:14 -0000 1.86
+++ command.checkbox.html 21 Jan 2011 06:47:28 -0000 1.87
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.radio.html">&#171; command type=radio</a></span>
 <span class="nav-next"><a href="datalist.html">datalist &#187;</a></span>
@@ -80,7 +80,7 @@
           
             <dt id="command.checkbox.attrs.label" title="command.checkbox.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref32">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref15">string</a></span> 
 <a class="hash" href="command.checkbox.html#command.checkbox.attrs.label">#</a>
 </dt>
             <dd>The name of the command, as shown to the user.</dd>
@@ -88,7 +88,7 @@
             <dt id="command.checkbox.attrs.icon" title="command.checkbox.attrs.icon">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-command-icon">&#9432;</a>
 <span class="attribute-name">icon</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref2">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref3">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="command.checkbox.html#command.checkbox.attrs.icon">#</a>
 </dt>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- param.html 15 Dec 2010 05:52:06 -0000 1.83
+++ param.html 21 Jan 2011 06:47:35 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="p.html">&#171; p</a></span>
 <span class="nav-next"><a href="pre.html">pre &#187;</a></span>
@@ -56,14 +56,14 @@
           
             <dt id="param.attrs.name" title="param.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-param-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref90">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref73">string</a></span> 
 <a class="hash" href="param.html#param.attrs.name">#</a>
 </dt>
             <dd>The name of the parameter.</dd>
           
             <dt id="param.attrs.value" title="param.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-param-value">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref91">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref74">string</a></span> 
 <a class="hash" href="param.html#param.attrs.value">#</a>
 </dt>
             <dd>The value of the parameter.</dd>

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- span.html 15 Dec 2010 05:52:07 -0000 1.81
+++ span.html 21 Jan 2011 06:47:36 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="source.html">&#171; source</a></span>
 <span class="nav-next"><a href="strong.html">strong &#187;</a></span>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.reset.html 15 Dec 2010 05:52:05 -0000 1.93
+++ input.reset.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.submit.html">&#171; input type=submit</a></span>
 <span class="nav-next"><a href="input.file.html">input type=file &#187;</a></span>
@@ -61,7 +61,7 @@
           
             <dt id="input.reset.attrs.name" title="input.reset.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref52">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref35">string</a></span> 
 <a class="hash" href="input.reset.html#input.reset.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -103,7 +103,7 @@
           
             <dt id="input.reset.attrs.value" title="input.reset.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref53">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref36">string</a></span> 
 <a class="hash" href="input.reset.html#input.reset.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.datetime-local.html 15 Dec 2010 05:52:04 -0000 1.96
+++ input.datetime-local.html 21 Jan 2011 06:47:31 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime.html">&#171; input type=datetime</a></span>
 <span class="nav-next"><a href="input.date.html">input type=date &#187;</a></span>
@@ -70,7 +70,7 @@
           
             <dt id="input.datetime-local.attrs.name" title="input.datetime-local.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref61">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref44">string</a></span> 
 <a class="hash" href="input.datetime-local.html#input.datetime-local.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: meta.html
===================================================================
RCS file: /sources/public/html5/markup/meta.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- meta.html 15 Dec 2010 05:52:06 -0000 1.44
+++ meta.html 21 Jan 2011 06:47:34 -0000 1.45
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="menu.html">&#171; menu</a></span>
 <span class="nav-next"><a href="meta.name.html">meta name &#187;</a></span>

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- q.html 17 Dec 2010 12:33:16 -0000 1.82
+++ q.html 21 Jan 2011 06:47:35 -0000 1.83
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="progress.html">&#171; progress</a></span>
 <span class="nav-next"><a href="rp.html">rp &#187;</a></span>
@@ -58,7 +58,7 @@
             <dt id="q.attrs.cite" title="q.attrs.cite">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/text-level-semantics.html#attr-q-cite">&#9432;</a>
 <span class="attribute-name">cite</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref13">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref9">URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="q.html#q.attrs.cite">#</a>
 </dt>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- option.html 15 Dec 2010 05:52:06 -0000 1.89
+++ option.html 21 Jan 2011 06:47:34 -0000 1.90
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="optgroup.html">&#171; optgroup</a></span>
 <span class="nav-next"><a href="output.html">output &#187;</a></span>
@@ -88,7 +88,7 @@
           
             <dt id="option.attrs.label" title="option.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-option-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref87">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref70">string</a></span> 
 <a class="hash" href="option.html#option.attrs.label">#</a>
 </dt>
             <dd>Specifies a label for the
@@ -96,7 +96,7 @@
           
             <dt id="option.attrs.value" title="option.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-option-value">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref88">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref71">string</a></span> 
 <a class="hash" href="option.html#option.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- label.html 15 Dec 2010 05:52:05 -0000 1.90
+++ label.html 21 Jan 2011 06:47:33 -0000 1.91
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="keygen.html">&#171; keygen</a></span>
 <span class="nav-next"><a href="legend.html">legend &#187;</a></span>

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- select.html 15 Dec 2010 05:52:07 -0000 1.89
+++ select.html 21 Jan 2011 06:47:35 -0000 1.90
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="section.html">&#171; section</a></span>
 <span class="nav-next"><a href="small.html">small &#187;</a></span>
@@ -65,7 +65,7 @@
           
             <dt id="select.attrs.name" title="select.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref93">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref76">string</a></span> 
 <a class="hash" href="select.html#select.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- noscript.html 16 Dec 2010 07:20:59 -0000 1.83
+++ noscript.html 21 Jan 2011 06:47:34 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="nav.html">&#171; nav</a></span>
 <span class="nav-next"><a href="object.html">object &#187;</a></span>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- blockquote.html 17 Dec 2010 12:33:14 -0000 1.82
+++ blockquote.html 21 Jan 2011 06:47:28 -0000 1.83
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="bdo.html">&#171; bdo</a></span>
 <span class="nav-next"><a href="body.html">body &#187;</a></span>

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- hr.html 15 Dec 2010 05:52:03 -0000 1.80
+++ hr.html 21 Jan 2011 06:47:30 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="hgroup.html">&#171; hgroup</a></span>
 <span class="nav-next"><a href="html.html">html &#187;</a></span>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- td.html 15 Dec 2010 05:52:09 -0000 1.89
+++ td.html 21 Jan 2011 06:47:37 -0000 1.90
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="tbody.html">&#171; tbody</a></span>
 <span class="nav-next"><a href="textarea.html">textarea &#187;</a></span>

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- em.html 15 Dec 2010 05:52:02 -0000 1.77
+++ em.html 21 Jan 2011 06:47:30 -0000 1.78
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="dt.html">&#171; dt</a></span>
 <span class="nav-next"><a href="embed.html">embed &#187;</a></span>

Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- figure.html 15 Dec 2010 05:52:02 -0000 1.64
+++ figure.html 21 Jan 2011 06:47:30 -0000 1.65
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="figcaption.html">&#171; figcaption</a></span>
 <span class="nav-next"><a href="footer.html">footer &#187;</a></span>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- input.hidden.html 15 Dec 2010 05:52:04 -0000 1.93
+++ input.hidden.html 21 Jan 2011 06:47:32 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.file.html">&#171; input type=file</a></span>
 <span class="nav-next"><a href="input.image.html">input type=image &#187;</a></span>
@@ -61,7 +61,7 @@
           
             <dt id="input.hidden.attrs.name" title="input.hidden.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref55">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref38">string</a></span> 
 <a class="hash" href="input.hidden.html#input.hidden.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -104,7 +104,7 @@
           
             <dt id="input.hidden.attrs.value" title="input.hidden.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref56">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref39">string</a></span> 
 <a class="hash" href="input.hidden.html#input.hidden.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- caption.html 15 Dec 2010 05:52:01 -0000 1.77
+++ caption.html 21 Jan 2011 06:47:28 -0000 1.78
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="canvas.html">&#171; canvas</a></span>
 <span class="nav-next"><a href="cite.html">cite &#187;</a></span>

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index-of-terms.xhtml 10 Jan 2011 13:33:42 -0000 1.17
+++ index-of-terms.xhtml 21 Jan 2011 06:47:31 -0000 1.18
@@ -8,7 +8,7 @@
 
 </head>
 <body class="chunk" onload="initDfn()"><div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 
 </div>
@@ -174,12 +174,14 @@
 <li><a href="meta.charset.html#case-insensitive_xref23"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">charset</span></span> element: <span class="attribute-name">charset</span> attribute</a><span class="index-counter"> [<a href="meta.charset.html#case-insensitive_xref24">2</a>]</span><span class="index-counter"> [<a href="meta.charset.html#case-insensitive_xref25">3</a>]</span></li>
 <li><a href="meta.http-equiv.content-type.html#case-insensitive_xref26"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">content-type</span></span> element: <span class="attribute-name">content</span> attribute</a></li>
 <li><a href="script.html#case-insensitive_xref27"><span class="element">script</span> element: <span class="attribute-name">charset</span> attribute</a><span class="index-counter"> [<a href="script.html#case-insensitive_xref28">2</a>]</span></li>
-<li><a href="datatypes.html#case-insensitive_xref29"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref30"><cite class="index">character encoding name</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref31">2</a>]</span></li>
-<li><a href="datatypes.html#case-insensitive_xref32"><cite class="index">meta-charset string</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">refresh value</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">list of audio states</cite> data type</a></li>
+<li><a href="global-attributes.html#case-insensitive_xref29"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+<li><a href="datatypes.html#case-insensitive_xref30"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref31"><cite class="index">character encoding name</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref32">2</a>]</span></li>
+<li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">meta-charset string</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">refresh value</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">dropzone value</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref36"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref37"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="cdata-end-delimiter_index">
@@ -490,6 +492,13 @@
 </ul><ul id="syntax-attr-double-quoted_index_items"><li><a href="syntax.html#syntax-attr-double-quoted_xref1"><cite class="index">Attributes</cite> section</a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.dropzonevalue_index">
+<p class="index-term">dropzone value</p>
+<ul>
+<li><a href="datatypes.html#common.data.dropzonevalue"><cite class="index">dropzone value</cite> data type</a> <span class="index-notation">(defining instance)</span></li>
+</ul><ul id="common.data.dropzonevalue_index_items"><li><a href="global-attributes.html#common.data.dropzonevalue_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.emailaddress_index">
 <p class="index-term">e-mail address</p>
 <ul>
@@ -502,13 +511,86 @@
 <p class="index-term">ECMA 262 (specification)</p>
 <ul>
 <li><a href="references.html#refsECMA262"><cite class="index">References</cite> section: <cite class="index-dfn">ECMA 262</cite></a> <span class="index-notation">(defining instance)</span></li>
-</ul><ul id="refsECMA262_index_items"><li><a href="input.text.html#refsECMA262_xref1"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.password.html#refsECMA262_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.email.html#refsECMA262_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.url.html#refsECMA262_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.search.html#refsECMA262_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.tel.html#refsECMA262_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="datatypes.html#refsECMA262_xref7"><cite class="index">pattern</cite> data type</a></li>
+</ul><ul id="refsECMA262_index_items"><li><a href="body.html#refsECMA262_xref1"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref2"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref3"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref4"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref5"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref6"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref7"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref8"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref9"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref10"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref11"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref12"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref13"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref14"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref15"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref16"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref17"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
+<li><a href="input.text.html#refsECMA262_xref18"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.password.html#refsECMA262_xref19"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.email.html#refsECMA262_xref20"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.url.html#refsECMA262_xref21"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.search.html#refsECMA262_xref22"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.tel.html#refsECMA262_xref23"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref24"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref25"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref26"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref27"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref28"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref29"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref30"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref31"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref32"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref33"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref34"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref35"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref36"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref37"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref38"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref39"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref40"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref41"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref42"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref43"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref44"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref45"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref46"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref47"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref48"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref49"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref50"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref51"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref52"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref53"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref54"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref55"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref56"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref57"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref58"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref59"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref60"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref61"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref62"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref63"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref64"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref65"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref66"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref67"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref68"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref69"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref70"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref71"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref72"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref73"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref74"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref75"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref76"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref77"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref78"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+<li><a href="datatypes.html#refsECMA262_xref79"><cite class="index">functionbody</cite> data type</a></li>
+<li><a href="datatypes.html#refsECMA262_xref80"><cite class="index">pattern</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="syntax-attr-empty_index">
@@ -735,6 +817,84 @@
 <li><a href="video.html#flow-content_xref33"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.functionbody_index">
+<p class="index-term">functionbody</p>
+<ul>
+<li><a href="datatypes.html#common.data.functionbody"><cite class="index">functionbody</cite> data type</a> <span class="index-notation">(defining instance)</span></li>
+</ul><ul id="common.data.functionbody_index_items"><li><a href="body.html#common.data.functionbody_xref1"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref2"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref3"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref4"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref5"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref6"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref7"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref8"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref9"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref10"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref11"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref12"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref13"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref14"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref15"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref16"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref17"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref18"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref19"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref20"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref21"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref22"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref23"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref24"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref25"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref26"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref27"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref28"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref29"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref30"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref31"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref32"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref33"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref34"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref35"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref36"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref37"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref38"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref39"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref40"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref41"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref42"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref43"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref44"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref45"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref46"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref47"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref48"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref49"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref50"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref51"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref52"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref53"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref54"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref55"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref56"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref57"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref58"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref59"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref60"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref61"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref62"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref63"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref64"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref65"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref66"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref67"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref68"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref69"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref70"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref71"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref72"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="common.data.hash-name_index">
 <p class="index-term">hash-name reference</p>
 <ul>
@@ -1172,19 +1332,23 @@
 <ul>
 <li><a href="datatypes.html#common.data.uri.non-empty"><cite class="index">Non-empty URL potentially surrounded by spaces</cite> data type</a> <span class="index-notation">(defining instance)</span></li>
 </ul><ul id="common.data.uri.non-empty_index_items"><li><a href="audio.html#common.data.uri.non-empty_xref1"><span class="element">audio</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="command.checkbox.html#common.data.uri.non-empty_xref2"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="embed.html#common.data.uri.non-empty_xref3"><span class="element">embed</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="html.html#common.data.uri.non-empty_xref4"><span class="element">html</span> element: <span class="attribute-name">manifest</span> attribute</a></li>
-<li><a href="iframe.html#common.data.uri.non-empty_xref5"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="img.html#common.data.uri.non-empty_xref6"><span class="element">img</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="input.image.html#common.data.uri.non-empty_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="link.html#common.data.uri.non-empty_xref8"><span class="element">link</span> element: <span class="attribute-name">href</span> attribute</a></li>
-<li><a href="object.html#common.data.uri.non-empty_xref9"><span class="element">object</span> element: <span class="attribute-name">data</span> attribute</a></li>
-<li><a href="script.html#common.data.uri.non-empty_xref10"><span class="element">script</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="source.html#common.data.uri.non-empty_xref11"><span class="element">source</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="track.html#common.data.uri.non-empty_xref12"><span class="element">track</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="video.html#common.data.uri.non-empty_xref13"><span class="element">video</span> element: <span class="attribute-name">poster</span> attribute</a></li>
-<li><a href="video.html#common.data.uri.non-empty_xref14"><span class="element">video</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="button.submit.html#common.data.uri.non-empty_xref2"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="command.checkbox.html#common.data.uri.non-empty_xref3"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="embed.html#common.data.uri.non-empty_xref4"><span class="element">embed</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="form.html#common.data.uri.non-empty_xref5"><span class="element">form</span> element: <span class="attribute-name">action</span> attribute</a></li>
+<li><a href="html.html#common.data.uri.non-empty_xref6"><span class="element">html</span> element: <span class="attribute-name">manifest</span> attribute</a></li>
+<li><a href="iframe.html#common.data.uri.non-empty_xref7"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="img.html#common.data.uri.non-empty_xref8"><span class="element">img</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="input.submit.html#common.data.uri.non-empty_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="input.image.html#common.data.uri.non-empty_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="input.image.html#common.data.uri.non-empty_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="link.html#common.data.uri.non-empty_xref12"><span class="element">link</span> element: <span class="attribute-name">href</span> attribute</a></li>
+<li><a href="object.html#common.data.uri.non-empty_xref13"><span class="element">object</span> element: <span class="attribute-name">data</span> attribute</a></li>
+<li><a href="script.html#common.data.uri.non-empty_xref14"><span class="element">script</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="source.html#common.data.uri.non-empty_xref15"><span class="element">source</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="track.html#common.data.uri.non-empty_xref16"><span class="element">track</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="video.html#common.data.uri.non-empty_xref17"><span class="element">video</span> element: <span class="attribute-name">poster</span> attribute</a></li>
+<li><a href="video.html#common.data.uri.non-empty_xref18"><span class="element">video</span> element: <span class="attribute-name">src</span> attribute</a></li>
 </ul>
 </div>
 <div class="index-entry" id="common.data.float.non-negative_index">
@@ -1634,163 +1798,95 @@
 <li><a href="a.html#data-string_xref2"><span class="element">a</span> element: <span class="attribute-name">target</span> attribute</a></li>
 <li><a href="area.html#data-string_xref3"><span class="element">area</span> element: <span class="attribute-name">target</span> attribute</a></li>
 <li><a href="base.html#data-string_xref4"><span class="element">base</span> element: <span class="attribute-name">target</span> attribute</a></li>
-<li><a href="body.html#data-string_xref5"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
-<li><a href="body.html#data-string_xref6"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
-<li><a href="body.html#data-string_xref7"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
-<li><a href="body.html#data-string_xref8"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
-<li><a href="body.html#data-string_xref9"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
-<li><a href="body.html#data-string_xref10"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
-<li><a href="body.html#data-string_xref11"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
-<li><a href="body.html#data-string_xref12"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
-<li><a href="body.html#data-string_xref13"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
-<li><a href="body.html#data-string_xref14"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
-<li><a href="body.html#data-string_xref15"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
-<li><a href="body.html#data-string_xref16"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
-<li><a href="body.html#data-string_xref17"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
-<li><a href="body.html#data-string_xref18"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
-<li><a href="body.html#data-string_xref19"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
-<li><a href="body.html#data-string_xref20"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
-<li><a href="body.html#data-string_xref21"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref22"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref23"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref24"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="button.reset.html#data-string_xref25"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.reset.html#data-string_xref26"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="button.button.html#data-string_xref27"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.button.html#data-string_xref28"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="command.command.html#data-string_xref29"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="command.radio.html#data-string_xref30"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">radiogroup</span> attribute</a></li>
-<li><a href="command.radio.html#data-string_xref31"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="command.checkbox.html#data-string_xref32"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="fieldset.html#data-string_xref33"><span class="element">fieldset</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="form.html#data-string_xref34"><span class="element">form</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="form.html#data-string_xref35"><span class="element">form</span> element: <span class="attribute-name">target</span> attribute</a></li>
-<li><a href="iframe.html#data-string_xref36"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.checkbox.html#data-string_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.checkbox.html#data-string_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.radio.html#data-string_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.radio.html#data-string_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.button.html#data-string_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.button.html#data-string_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="input.reset.html#data-string_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.reset.html#data-string_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.file.html#data-string_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.hidden.html#data-string_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.hidden.html#data-string_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">alt</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="input.datetime.html#data-string_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.datetime-local.html#data-string_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.date.html#data-string_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.month.html#data-string_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.time.html#data-string_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.week.html#data-string_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.number.html#data-string_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.range.html#data-string_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.email.html#data-string_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.email.html#data-string_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.url.html#data-string_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.url.html#data-string_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.color.html#data-string_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="keygen.html#data-string_xref79"><span class="element">keygen</span> element: <span class="attribute-name">challenge</span> attribute</a></li>
-<li><a href="keygen.html#data-string_xref80"><span class="element">keygen</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="map.html#data-string_xref81"><span class="element">map</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="menu.html#data-string_xref82"><span class="element">menu</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="meta.name.html#data-string_xref83"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="meta.name.html#data-string_xref84"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">content</span> attribute</a></li>
-<li><a href="object.html#data-string_xref85"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="optgroup.html#data-string_xref86"><span class="element">optgroup</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="option.html#data-string_xref87"><span class="element">option</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="option.html#data-string_xref88"><span class="element">option</span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="output.html#data-string_xref89"><span class="element">output</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="param.html#data-string_xref90"><span class="element">param</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="param.html#data-string_xref91"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="script.html#data-string_xref92"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
-<li><a href="select.html#data-string_xref93"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="table.html#data-string_xref94"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref95"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref96"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="track.html#data-string_xref97"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref98"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref99"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref100"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref101"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref102"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref103"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref104"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref105"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref106"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref107"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref108"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref109"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref110"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref111"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref112"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref113"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref114"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref115"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref116"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref117"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref118"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref119"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref120"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref121"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref122"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref123"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref124"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref125"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref126"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref127"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref128"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref129"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref130"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref131"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref132"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref133"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref134"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref135"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref136"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref137"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref138"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref139"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref140"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref141"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref142"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref143"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref144"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref145"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref146"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref147"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref148"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref149"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref150"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref151"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref153"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref154"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref155"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref156"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref157"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref158"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref159"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref160"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref161"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="button.submit.html#data-string_xref5"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.submit.html#data-string_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="button.submit.html#data-string_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="button.reset.html#data-string_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.reset.html#data-string_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="button.button.html#data-string_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.button.html#data-string_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="command.command.html#data-string_xref12"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="command.radio.html#data-string_xref13"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">radiogroup</span> attribute</a></li>
+<li><a href="command.radio.html#data-string_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="command.checkbox.html#data-string_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="fieldset.html#data-string_xref16"><span class="element">fieldset</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="form.html#data-string_xref17"><span class="element">form</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="form.html#data-string_xref18"><span class="element">form</span> element: <span class="attribute-name">target</span> attribute</a></li>
+<li><a href="iframe.html#data-string_xref19"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref20"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref21"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref22"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref23"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref24"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.checkbox.html#data-string_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.checkbox.html#data-string_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.radio.html#data-string_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.radio.html#data-string_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.button.html#data-string_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.button.html#data-string_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="input.reset.html#data-string_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.reset.html#data-string_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.file.html#data-string_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.hidden.html#data-string_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.hidden.html#data-string_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">alt</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="input.datetime.html#data-string_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.datetime-local.html#data-string_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.date.html#data-string_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.month.html#data-string_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.time.html#data-string_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.week.html#data-string_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.number.html#data-string_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.range.html#data-string_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.email.html#data-string_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.email.html#data-string_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.url.html#data-string_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.url.html#data-string_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.color.html#data-string_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="keygen.html#data-string_xref62"><span class="element">keygen</span> element: <span class="attribute-name">challenge</span> attribute</a></li>
+<li><a href="keygen.html#data-string_xref63"><span class="element">keygen</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="map.html#data-string_xref64"><span class="element">map</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="menu.html#data-string_xref65"><span class="element">menu</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="meta.name.html#data-string_xref66"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="meta.name.html#data-string_xref67"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">content</span> attribute</a></li>
+<li><a href="object.html#data-string_xref68"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="optgroup.html#data-string_xref69"><span class="element">optgroup</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="option.html#data-string_xref70"><span class="element">option</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="option.html#data-string_xref71"><span class="element">option</span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="output.html#data-string_xref72"><span class="element">output</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="param.html#data-string_xref73"><span class="element">param</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="param.html#data-string_xref74"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="script.html#data-string_xref75"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
+<li><a href="select.html#data-string_xref76"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref78"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="track.html#data-string_xref80"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref81"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref85"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref86"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref87"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref89"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref90"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref91"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref92"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
 </ul>
 </div>
 <div class="index-entry" id="svg-mathml-elements_index">
@@ -1908,10 +2004,12 @@
 <li><a href="output.html#data-unordered-tokens_xref2"><span class="element">output</span> element: <span class="attribute-name">for</span> attribute</a></li>
 <li><a href="td.html#data-unordered-tokens_xref3"><span class="element">td</span> element: <span class="attribute-name">headers</span> attribute</a></li>
 <li><a href="th.html#data-unordered-tokens_xref4"><span class="element">th</span> element: <span class="attribute-name">headers</span> attribute</a></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref5"><cite class="index">list of ID references</cite> data type</a></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref6"><cite class="index">sizes</cite> data type</a></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref8">2</a>]</span></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span></li>
+<li><a href="global-attributes.html#data-unordered-tokens_xref5"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref6"><cite class="index">list of ID references</cite> data type</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sizes</cite> data type</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref8"><cite class="index">dropzone value</cite> data type</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref11"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref12">2</a>]</span></li>
 </ul>
 </div>
 <div class="index-entry" id="attr-value-unquoted_index">
@@ -1947,16 +2045,12 @@
 <li><a href="area.html#common.data.uri_xref2"><span class="element">area</span> element: <span class="attribute-name">href</span> attribute</a></li>
 <li><a href="base.html#common.data.uri_xref3"><span class="element">base</span> element: <span class="attribute-name">href</span> attribute</a></li>
 <li><a href="blockquote.html#common.data.uri_xref4"><span class="element">blockquote</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="button.submit.html#common.data.uri_xref5"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="command.command.html#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="command.radio.html#common.data.uri_xref7"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="del.html#common.data.uri_xref8"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="form.html#common.data.uri_xref9"><span class="element">form</span> element: <span class="attribute-name">action</span> attribute</a></li>
-<li><a href="input.submit.html#common.data.uri_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="input.image.html#common.data.uri_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="ins.html#common.data.uri_xref12"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="q.html#common.data.uri_xref13"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="global-attributes.html#common.data.uri_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
+<li><a href="command.command.html#common.data.uri_xref5"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="command.radio.html#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="del.html#common.data.uri_xref7"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="ins.html#common.data.uri_xref8"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="q.html#common.data.uri_xref9"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.uri_xref10"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
 <div class="index-entry" id="void-element_index">

Index: s.html
===================================================================
RCS file: /sources/public/html5/markup/s.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- s.html 15 Dec 2010 05:52:07 -0000 1.6
+++ s.html 21 Jan 2011 06:47:35 -0000 1.7
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ruby.html">&#171; ruby</a></span>
 <span class="nav-next"><a href="samp.html">samp &#187;</a></span>

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- kbd.html 15 Dec 2010 05:52:05 -0000 1.77
+++ kbd.html 21 Jan 2011 06:47:33 -0000 1.78
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ins.html">&#171; ins</a></span>
 <span class="nav-next"><a href="keygen.html">keygen &#187;</a></span>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- references.html 16 Dec 2010 07:20:59 -0000 1.45
+++ references.html 21 Jan 2011 06:47:35 -0000 1.46
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="datatypes.html">&#171; datatypes</a></span>
 <span class="nav-next"><a href="acknowledgments.html">acknowledgments &#187;</a></span>
@@ -63,7 +63,6 @@
     <dd>
 <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
       5th edition.</dd>
-    <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/xml-entity-names/byalpha.html">http://www.w3.org/TR/xml-entity-names/byalpha.html</a>)</span></dd>
     <dt><dfn id="refsHTML5">HTML5</dfn></dt>
     <dd>
 <cite><a href="http://dev.w3.org/html5/spec/">HTML 5: A vocabulary and associated APIs for HTML and XHTML</a></cite>.
@@ -127,6 +126,7 @@
 <cite><a href="http://www.w3.org/TR/xml-entity-names/">XML Entity definitions for Characters</a></cite>.
       David Carlisle, Patrick Ion.
       W3C Recommendation.</dd>
+    <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/xml-entity-names/byalpha.html">http://www.w3.org/TR/xml-entity-names/byalpha.html</a>)</span></dd>
   </dl>
 </div>
 <hr class="footerbreak">

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- base.html 17 Dec 2010 12:33:14 -0000 1.90
+++ base.html 21 Jan 2011 06:47:28 -0000 1.91
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>
 <span class="nav-next"><a href="bdi.html">bdi &#187;</a></span>

Index: patch-schema
===================================================================
RCS file: /sources/public/html5/markup/patch-schema,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- patch-schema 17 Dec 2010 12:33:16 -0000 1.101
+++ patch-schema 21 Jan 2011 06:47:35 -0000 1.102
@@ -1,7 +1,7 @@
-diff -r 82eaafbf8365 relaxng/applications.rnc
---- a/relaxng/applications.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/applications.rnc Fri Dec 17 21:14:45 2010 +0900
-@@ -4,18 +4,6 @@
+diff -r 29e5bdfa9fa9 relaxng/applications.rnc
+--- a/relaxng/applications.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/applications.rnc Fri Jan 21 08:09:35 2011 +0900
+@@ -4,19 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Web Application Features              #
  # #####################################################################
  
@@ -11,6 +11,7 @@
 -  ( common.attrs.contextmenu?
 -  & common.attrs.contenteditable?
 -  & common.attrs.draggable?
+-  & common.attrs.dropzone?
 -  & common.attrs.hidden?
 -  & common.attrs.spellcheck?
 -  )
@@ -20,7 +21,29 @@
  ## Context Menu: contextmenu
  
   common.attrs.contextmenu =
-@@ -89,12 +77,26 @@
+@@ -42,20 +29,7 @@
+ 
+  common.attrs.dropzone =
+   attribute dropzone {
+-   list {
+-    ( xsd:string { pattern = "[sS]:.+" }
+-    | xsd:string { pattern = "[fF]:.+" }
+-    )*
+-    ,
+-    ( w:string "copy"
+-    | w:string "move"
+-    | w:string "link"
+-    )?
+-    ,
+-    ( xsd:string { pattern = "[sS]:.+" }
+-    | xsd:string { pattern = "[fF]:.+" }
+-    )*
+-   }
++   common.data.dropzonevalue
+   }
+ 
+ ## Hidden Element: hidden
+@@ -110,12 +84,26 @@
   command.command.attrs =
    ( common.attrs
    & command.command.attrs.type?
@@ -48,18 +71,19 @@
   command.elem = command.command.elem
  
  ## Selection of one item from a list of items: <command type='radio'>
-@@ -107,7 +109,9 @@
+@@ -127,8 +115,10 @@
+    & ( command.radio.attrs.type
      & command.radio.attrs.radiogroup #REVISIT taking liberties here
      & command.radio.attrs.checked?
-     )
--   & common-command.attrs
 +   & command.radio.attrs.label?
 +   & command.radio.attrs.icon?
 +   & command.radio.attrs.disabled?
+     )
+-   & common-command.attrs
    )
    command.radio.attrs.type =
     attribute type {
-@@ -121,6 +125,18 @@
+@@ -142,6 +132,18 @@
     attribute checked {
      w:string "checked" | w:string ""
     }
@@ -78,7 +102,7 @@
   command.elem |= command.radio.elem
  
  ## State or option that can be toggled: <command type='checkbox'>
-@@ -132,7 +148,9 @@
+@@ -153,7 +155,9 @@
     & ( command.checkbox.attrs.type
      & command.checkbox.attrs.checked?
      )
@@ -89,7 +113,7 @@
     )
    command.checkbox.attrs.type =
     attribute type {
-@@ -142,30 +160,25 @@
+@@ -163,30 +167,25 @@
     attribute checked {
      w:string "checked" | w:string ""
     }
@@ -126,9 +150,9 @@
   common.elem.phrasing |= command.elem
  
  ## Menu: <menu>
-diff -r 82eaafbf8365 relaxng/block.rnc
---- a/relaxng/block.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/block.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/block.rnc
+--- a/relaxng/block.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/block.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -114,12 +114,12 @@
    element li { oli.inner & oli.attrs }
   oli.attrs =
@@ -144,9 +168,9 @@
     attribute value {
      common.data.integer
     }
-diff -r 82eaafbf8365 relaxng/common.rnc
---- a/relaxng/common.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/common.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/common.rnc
+--- a/relaxng/common.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/common.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -38,16 +38,16 @@
   common.attr.anything =
    attribute * { text }*
@@ -173,7 +197,7 @@
    )
  
  # #####################################################################
-@@ -96,29 +96,30 @@
+@@ -96,29 +96,31 @@
  # When updating, check <bdo> definition too
  
  common.attrs =
@@ -197,6 +221,7 @@
 + & common.attrs.contextmenu?
 + & common.attrs.dir?
 + & common.attrs.draggable?
++ & common.attrs.dropzone?
 + & common.attrs.hidden?
 + & common.attrs.id?
 + & common.attrs.lang?
@@ -218,7 +243,7 @@
   common.attrs.class =
    attribute class {
     common.data.tokens
-@@ -141,10 +142,6 @@
+@@ -141,10 +143,6 @@
     string "preserve" | string "default"
    } & XMLonly
  
@@ -229,7 +254,7 @@
   common.attrs.dir =
    attribute dir {
     w:string "ltr" | w:string "rtl" | w:string "auto"
-@@ -177,11 +174,6 @@
+@@ -177,11 +175,6 @@
  #   common.data.langcode
  #  } & XMLonly
  
@@ -241,7 +266,7 @@
   common.attrs.style =
    attribute style {
     string
-@@ -199,6 +191,13 @@
+@@ -199,6 +192,13 @@
  common.attrs.other =
   empty
  
@@ -255,7 +280,7 @@
  # #####################################################################
  ##  Common Datatypes                                                  #
  # #####################################################################
-@@ -208,10 +207,10 @@
+@@ -208,10 +208,10 @@
   common.data.tokens =
    list { token* }
  
@@ -268,9 +293,20 @@
    w:browsing-context-or-keyword
  #  xsd:string {
  #   pattern = "()|([^_].*)|(_[bB][lL][aA][nN][kK])|(_[sS][eE][lL][fF])|(_[pP][aA][rR][eE][nN][tT])|(_[tT][oO][pP])"
-@@ -365,16 +364,20 @@
-   common.data.zero =
-     w:zero
+@@ -369,6 +369,10 @@
+  common.data.keylabellist =
+   w:keylabellist
+ 
++## dropzone value
++ common.data.dropzonevalue =
++  w:dropzonevalue
++
+ ## Microdata Identifier
+   common.data.microdata-identifier =
+     w:microdata-identifier
+@@ -381,16 +385,20 @@
+   common.data.functionbody =
+     w:functionbody
  
 -# #####################################################################
 -##  WF2 Module Hook                                                   #
@@ -297,9 +333,9 @@
  common.attrs.aria = ( notAllowed )
  common.attrs.aria.implicit.button = ( notAllowed )
  common.attrs.aria.implicit.input = ( notAllowed )
-diff -r 82eaafbf8365 relaxng/core-scripting.rnc
---- a/relaxng/core-scripting.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/core-scripting.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/core-scripting.rnc
+--- a/relaxng/core-scripting.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/core-scripting.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -52,9 +52,9 @@
      string
     }
@@ -333,11 +369,11 @@
 +  
  
   scripting.attr.onabort =
-   attribute onabort { string }
-diff -r 82eaafbf8365 relaxng/embed.rnc
---- a/relaxng/embed.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/embed.rnc Fri Dec 17 21:14:45 2010 +0900
-@@ -249,7 +249,7 @@
+   attribute onabort { common.data.functionbody }
+diff -r 29e5bdfa9fa9 relaxng/embed.rnc
+--- a/relaxng/embed.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/embed.rnc Fri Jan 21 08:09:35 2011 +0900
+@@ -250,7 +250,7 @@
     }
    object.attrs.name =
     attribute name {
@@ -346,7 +382,7 @@
     }
   object.inner.flow =
    ( param.elem*
-@@ -305,7 +305,7 @@
+@@ -306,7 +306,7 @@
     }
    iframe.attrs.name =
     attribute name {
@@ -355,7 +391,7 @@
     }
    iframe.attrs.height =
     attribute height {
-@@ -320,8 +320,11 @@
+@@ -321,8 +321,11 @@
      w:string "seamless" | w:string ""
     } & v5only
    iframe.attrs.sandbox =
@@ -369,7 +405,7 @@
       { ( w:string "allow-top-navigation" )?
       , ( w:string "allow-same-origin" )?
       , ( w:string "allow-forms" )?
-@@ -465,7 +468,7 @@
+@@ -466,7 +469,7 @@
       , ( w:string "allow-same-origin" )?
       , ( w:string "allow-top-navigation" )?
       }
@@ -378,7 +414,7 @@
   iframe.inner =
    ( text )
  
-@@ -503,20 +506,44 @@
+@@ -504,20 +507,44 @@
   area.attrs =
    ( common.attrs
    & ( area.attrs.alt
@@ -430,7 +466,7 @@
    area.attrs.shape =
     ( ( area.attrs.shape.rect?  & area.attrs.coords.rect   )
     | ( area.attrs.shape.circle & area.attrs.coords.circle )
-@@ -529,7 +556,7 @@
+@@ -530,7 +557,7 @@
     }
    area.attrs.coords.rect =
     attribute coords {
@@ -439,7 +475,7 @@
  #    xsd:token {
  #     pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+"
  #    }
-@@ -540,7 +567,7 @@
+@@ -541,7 +568,7 @@
     }
    area.attrs.coords.circle =
     attribute coords {
@@ -448,7 +484,7 @@
  #    xsd:token {
  #     pattern = "-?[0-9]+,-?[0-9]+,[0-9]+"
  #    }
-@@ -551,7 +578,7 @@
+@@ -552,7 +579,7 @@
     }
    area.attrs.coords.poly =
     attribute coords {
@@ -457,9 +493,9 @@
  #    xsd:token {
  #     pattern = "-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+,-?[0-9]+(,-?[0-9]+,-?[0-9]+)*"
  #    }
-diff -r 82eaafbf8365 relaxng/media.rnc
---- a/relaxng/media.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/media.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/media.rnc
+--- a/relaxng/media.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/media.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -4,32 +4,6 @@
  ##  RELAX NG Schema for HTML 5: Advanced Embedded Content             #
  # #####################################################################
@@ -626,9 +662,9 @@
    , track.elem*
    , common.inner.phrasing
    )
-diff -r 82eaafbf8365 relaxng/meta.rnc
---- a/relaxng/meta.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/meta.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/meta.rnc
+--- a/relaxng/meta.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/meta.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -53,7 +53,11 @@
    & body.attrs.onafterprint?
    & body.attrs.onbeforeprint?
@@ -642,21 +678,21 @@
    & body.attrs.onoffline?
    & body.attrs.ononline?
 @@ -73,8 +77,16 @@
-   attribute onbeforeprint { string }
+   attribute onbeforeprint { common.data.functionbody }
   body.attrs.onbeforeunload =
-   attribute onbeforeunload { string }
+   attribute onbeforeunload { common.data.functionbody }
 + body.attrs.onblur =
-+  attribute onblur { string }
++  attribute onblur { common.data.functionbody }
 + body.attrs.onerror =
-+  attribute onerror { string }
++  attribute onerror { common.data.functionbody }
 + body.attrs.onfocus =
-+  attribute onfocus { string }
++  attribute onfocus { common.data.functionbody }
   body.attrs.onhashchange =
-   attribute onhashchange { string }
+   attribute onhashchange { common.data.functionbody }
 + body.attrs.onload =
-+  attribute onload { string }
++  attribute onload { common.data.functionbody }
   body.attrs.onmessage =
-   attribute onmessage { string }
+   attribute onmessage { common.data.functionbody }
   body.attrs.onoffline =
 @@ -101,7 +113,7 @@
   title.attrs =
@@ -813,9 +849,9 @@
 - common.elem.metadata |= ( meta.charset.elem | meta.http-equiv.content-type.elem )
 + common.elem.metadata |= meta.charset.elem
 + common.elem.metadata |= meta.http-equiv.content-type.elem
-diff -r 82eaafbf8365 relaxng/phrase.rnc
---- a/relaxng/phrase.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/phrase.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/phrase.rnc
+--- a/relaxng/phrase.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/phrase.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -13,13 +13,12 @@
   a.attrs =
    ( common.attrs
@@ -906,9 +942,9 @@
  ## Emphatic Stress: <em>
  
   em.elem =
-diff -r 82eaafbf8365 relaxng/revision.rnc
---- a/relaxng/revision.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/revision.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/revision.rnc
+--- a/relaxng/revision.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/revision.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -2,17 +2,6 @@
  ##  RELAX NG Schema for HTML 5: Revision Annotations                  #
  # #####################################################################
@@ -967,9 +1003,9 @@
   del.inner.flow =
    ( common.inner.flow )
   del.inner.phrasing =
-diff -r 82eaafbf8365 relaxng/tables.rnc
---- a/relaxng/tables.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/tables.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/tables.rnc
+--- a/relaxng/tables.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/tables.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -157,38 +157,6 @@
   tr.inner =
    ( ( td.elem | th.elem )* )
@@ -1072,9 +1108,9 @@
 +   }
   th.inner =
    ( common.inner.phrasing )
-diff -r 82eaafbf8365 relaxng/web-forms.rnc
---- a/relaxng/web-forms.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/web-forms.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/web-forms.rnc
+--- a/relaxng/web-forms.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/web-forms.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -9,6 +9,7 @@
   common-form.attrs =
    ( common-form.attrs.name?
@@ -1179,9 +1215,9 @@
  
   button.elem |= button.button.elem
  
-diff -r 82eaafbf8365 relaxng/web-forms2.rnc
---- a/relaxng/web-forms2.rnc Fri Dec 17 19:25:31 2010 +0900
-+++ b/relaxng/web-forms2.rnc Fri Dec 17 21:14:45 2010 +0900
+diff -r 29e5bdfa9fa9 relaxng/web-forms2.rnc
+--- a/relaxng/web-forms2.rnc Fri Jan 21 07:32:24 2011 +0900
++++ b/relaxng/web-forms2.rnc Fri Jan 21 08:09:35 2011 +0900
 @@ -6,9 +6,6 @@
  
  ## Shared attributes for form controls

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- index.html 10 Jan 2011 13:33:42 -0000 1.25
+++ index.html 21 Jan 2011 06:47:31 -0000 1.26
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>HTML: The Markup Language Reference</title>
+<title>HTML5: The Markup Language Reference</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 <link rel="stylesheet" href="ED.css" type="text/css">
 <link rel="next" href="intro.html" title="intro">
@@ -12,12 +12,15 @@
 <body onload="initDfn()" class="chunk">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
-<h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor&#8217;s Draft <em>10 January 2011</em>
+<div><img src="HTML5_Badge_128.png" alt="5"></div>
+<h1>HTML5: The Markup Language Reference</h1>
+<h2>Unofficial Editor&#8217;s Draft <em>21 January 2011</em>
 </h2>
+<dl>
 <dt>Editors:</dt>
 <dd>
 <a href="http://sideshowbarker.net/">Michael(tm) Smith</a> &lt;<a href="mailto:sideshowbarker@gmail.com">sideshowbarker@gmail.com</a>&gt;</dd>
+</dl>
 <p>The content of this document is also available as
         <a href="spec.html">a single HTML file</a>.
           </p>
@@ -66,8 +69,8 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 10 January 2011 Editor&#8217;s Draft of 
-        <cite>HTML: The Markup Language Reference</cite>.
+        This document is the 21 January 2011 Editor&#8217;s Draft of 
+        <cite>HTML5: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
       means for commenting is to submit your comments through the

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.search.html 15 Dec 2010 05:52:05 -0000 1.96
+++ input.search.html 21 Jan 2011 06:47:32 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.url.html">&#171; input type=url</a></span>
 <span class="nav-next"><a href="input.tel.html">input type=tel &#187;</a></span>
@@ -70,7 +70,7 @@
           
             <dt id="input.search.attrs.name" title="input.search.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref72">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref55">string</a></span> 
 <a class="hash" href="input.search.html#input.search.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -173,7 +173,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref5">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref22">[ECMA 262]</a>.</div></dd>
             <dt id="input.search.attrs.readonly" title="input.search.attrs.readonly">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">&#9432;</a>
 <span class="attribute-name">readonly</span> = <span class="attr-values">
@@ -208,7 +208,7 @@
           
             <dt id="input.search.attrs.placeholder" title="input.search.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref73">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref56">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.search.html#input.search.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to
@@ -217,7 +217,7 @@
           
             <dt id="input.search.attrs.value" title="input.search.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref74">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref57">string</a></span> 
 <a class="hash" href="input.search.html#input.search.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for this

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- tfoot.html 15 Dec 2010 05:52:09 -0000 1.78
+++ tfoot.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="textarea.html">&#171; textarea</a></span>
 <span class="nav-next"><a href="th.html">th &#187;</a></span>

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- rt.html 15 Dec 2010 05:52:07 -0000 1.80
+++ rt.html 21 Jan 2011 06:47:35 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="rp.html">&#171; rp</a></span>
 <span class="nav-next"><a href="ruby.html">ruby &#187;</a></span>

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- fieldset.html 15 Dec 2010 05:52:02 -0000 1.83
+++ fieldset.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="embed.html">&#171; embed</a></span>
 <span class="nav-next"><a href="figcaption.html">figcaption &#187;</a></span>
@@ -60,7 +60,7 @@
           
             <dt id="fieldset.attrs.name" title="fieldset.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref33">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref16">string</a></span> 
 <a class="hash" href="fieldset.html#fieldset.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- spec.html 10 Jan 2011 13:33:42 -0000 1.306
+++ spec.html 21 Jan 2011 06:47:36 -0000 1.307
@@ -2,19 +2,22 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>HTML: The Markup Language Reference</title>
+<title>HTML5: The Markup Language Reference</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 <link rel="stylesheet" href="ED.css" type="text/css">
 </head>
 <body onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
 <div class="head">
[...2920 lines suppressed...]
 <li><a href="#common.data.uri_xref4"><span class="element">blockquote</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="#common.data.uri_xref5"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="#common.data.uri_xref7"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="#common.data.uri_xref8"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="#common.data.uri_xref9"><span class="element">form</span> element: <span class="attribute-name">action</span> attribute</a></li>
-<li><a href="#common.data.uri_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="#common.data.uri_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="#common.data.uri_xref12"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="#common.data.uri_xref13"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="#common.data.uri_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
+<li><a href="#common.data.uri_xref5"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="#common.data.uri_xref7"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="#common.data.uri_xref8"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="#common.data.uri_xref9"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="#common.data.uri_xref10"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
 <div class="index-entry" id="void-element_index">

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- datalist.html 15 Dec 2010 05:52:01 -0000 1.84
+++ datalist.html 21 Jan 2011 06:47:29 -0000 1.85
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="command.checkbox.html">&#171; command type=checkbox</a></span>
 <span class="nav-next"><a href="dd.html">dd &#187;</a></span>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- h1.html 15 Dec 2010 05:52:02 -0000 1.82
+++ h1.html 21 Jan 2011 06:47:30 -0000 1.83
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="form.html">&#171; form</a></span>
 <span class="nav-next"><a href="h2.html">h2 &#187;</a></span>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- h3.html 15 Dec 2010 05:52:02 -0000 1.83
+++ h3.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h2.html">&#171; h2</a></span>
 <span class="nav-next"><a href="h4.html">h4 &#187;</a></span>

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- optgroup.html 15 Dec 2010 05:52:06 -0000 1.80
+++ optgroup.html 21 Jan 2011 06:47:34 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ol.html">&#171; ol</a></span>
 <span class="nav-next"><a href="option.html">option &#187;</a></span>
@@ -59,7 +59,7 @@
           
             <dt id="optgroup.attrs.label" title="optgroup.attrs.label">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-optgroup-label">&#9432;</a>
-<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref86">string</a></span> 
+<span class="attribute-name">label</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref69">string</a></span> 
 <a class="hash" href="optgroup.html#optgroup.attrs.label">#</a>
 </dt>
             <dd>Specifies the name of the group of options

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- input.week.html 15 Dec 2010 05:52:05 -0000 1.96
+++ input.week.html 21 Jan 2011 06:47:33 -0000 1.97
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.time.html">&#171; input type=time</a></span>
 <span class="nav-next"><a href="input.number.html">input type=number &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.week.attrs.name" title="input.week.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref65">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref48">string</a></span> 
 <a class="hash" href="input.week.html#input.week.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- button.button.html 15 Dec 2010 05:52:00 -0000 1.89
+++ button.button.html 21 Jan 2011 06:47:28 -0000 1.90
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.reset.html">&#171; button type=reset</a></span>
 <span class="nav-next"><a href="canvas.html">canvas &#187;</a></span>
@@ -64,7 +64,7 @@
           
             <dt id="button.button.attrs.name" title="button.button.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref27">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref10">string</a></span> 
 <a class="hash" href="button.button.html#button.button.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -105,7 +105,7 @@
           
             <dt id="button.button.attrs.value" title="button.button.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-button-value">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref28">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref11">string</a></span> 
 <a class="hash" href="button.button.html#button.button.attrs.value">#</a>
 </dt>
             <dd>The value part of the name/value pair associated with

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- form.html 17 Dec 2010 12:33:14 -0000 1.94
+++ form.html 21 Jan 2011 06:47:30 -0000 1.95
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="footer.html">&#171; footer</a></span>
 <span class="nav-next"><a href="h1.html">h1 &#187;</a></span>
@@ -64,7 +64,7 @@
             <dt id="form.attrs.action" title="form.attrs.action">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-action">&#9432;</a>
 <span class="attribute-name">action</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref9">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref5">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="form.html#form.attrs.action">#</a>
 </dt>
@@ -91,7 +91,7 @@
           
             <dt id="form.attrs.name" title="form.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref34">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref17">string</a></span> 
 <a class="hash" href="form.html#form.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -135,7 +135,7 @@
         of the form.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref35">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref18">string</a>
         that is either of the following:
         <ul>
 <li>a

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- small.html 15 Dec 2010 05:52:07 -0000 1.81
+++ small.html 21 Jan 2011 06:47:35 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="select.html">&#171; select</a></span>
 <span class="nav-next"><a href="source.html">source &#187;</a></span>

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- ruby.html 15 Dec 2010 05:52:07 -0000 1.80
+++ ruby.html 21 Jan 2011 06:47:35 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="rt.html">&#171; rt</a></span>
 <span class="nav-next"><a href="s.html">s &#187;</a></span>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- a.html 15 Dec 2010 05:52:00 -0000 1.103
+++ a.html 21 Jan 2011 06:47:27 -0000 1.104
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>
 <span class="nav-next"><a href="abbr.html">abbr &#187;</a></span>

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index-of-terms.html 10 Jan 2011 13:33:42 -0000 1.17
+++ index-of-terms.html 21 Jan 2011 06:47:31 -0000 1.18
@@ -11,7 +11,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 
 </div>
@@ -246,14 +246,16 @@
 <li>
 <a href="script.html#case-insensitive_xref27"><span class="element">script</span> element: <span class="attribute-name">charset</span> attribute</a><span class="index-counter"> [<a href="script.html#case-insensitive_xref28">2</a>]</span>
 </li>
-<li><a href="datatypes.html#case-insensitive_xref29"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="global-attributes.html#case-insensitive_xref29"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+<li><a href="datatypes.html#case-insensitive_xref30"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
 <li>
-<a href="datatypes.html#case-insensitive_xref30"><cite class="index">character encoding name</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref31">2</a>]</span>
+<a href="datatypes.html#case-insensitive_xref31"><cite class="index">character encoding name</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#case-insensitive_xref32">2</a>]</span>
 </li>
-<li><a href="datatypes.html#case-insensitive_xref32"><cite class="index">meta-charset string</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">refresh value</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
-<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">list of audio states</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref33"><cite class="index">meta-charset string</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref34"><cite class="index">refresh value</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref35"><cite class="index">dropzone value</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref36"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a></li>
+<li><a href="datatypes.html#case-insensitive_xref37"><cite class="index">list of audio states</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="cdata-end-delimiter_index">
@@ -716,6 +718,17 @@
 <li><a href="syntax.html#syntax-attr-double-quoted_xref1"><cite class="index">Attributes</cite> section</a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.dropzonevalue_index">
+<p class="index-term">dropzone value</p>
+<ul>
+<li>
+<a href="datatypes.html#common.data.dropzonevalue"><cite class="index">dropzone value</cite> data type</a> <span class="index-notation">(defining instance)</span>
+</li>
+</ul>
+<ul id="common.data.dropzonevalue_index_items">
+<li><a href="global-attributes.html#common.data.dropzonevalue_xref1"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="form.data.emailaddress_index">
 <p class="index-term">e-mail address</p>
 <ul>
@@ -738,13 +751,86 @@
 </li>
 </ul>
 <ul id="refsECMA262_index_items">
-<li><a href="input.text.html#refsECMA262_xref1"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.password.html#refsECMA262_xref2"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.email.html#refsECMA262_xref3"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.url.html#refsECMA262_xref4"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.search.html#refsECMA262_xref5"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="input.tel.html#refsECMA262_xref6"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
-<li><a href="datatypes.html#refsECMA262_xref7"><cite class="index">pattern</cite> data type</a></li>
+<li><a href="body.html#refsECMA262_xref1"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref2"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref3"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref4"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref5"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref6"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref7"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref8"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref9"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref10"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref11"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref12"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref13"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref14"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref15"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref16"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
+<li><a href="body.html#refsECMA262_xref17"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
+<li><a href="input.text.html#refsECMA262_xref18"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.password.html#refsECMA262_xref19"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.email.html#refsECMA262_xref20"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.url.html#refsECMA262_xref21"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.search.html#refsECMA262_xref22"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="input.tel.html#refsECMA262_xref23"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">pattern</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref24"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref25"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref26"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref27"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref28"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref29"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref30"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref31"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref32"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref33"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref34"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref35"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref36"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref37"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref38"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref39"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref40"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref41"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref42"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref43"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref44"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref45"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref46"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref47"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref48"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref49"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref50"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref51"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref52"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref53"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref54"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref55"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref56"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref57"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref58"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref59"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref60"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref61"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref62"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref63"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref64"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref65"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref66"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref67"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref68"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref69"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref70"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref71"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref72"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref73"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref74"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref75"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref76"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref77"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
+<li><a href="global-attributes.html#refsECMA262_xref78"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+<li><a href="datatypes.html#refsECMA262_xref79"><cite class="index">functionbody</cite> data type</a></li>
+<li><a href="datatypes.html#refsECMA262_xref80"><cite class="index">pattern</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="syntax-attr-empty_index">
@@ -1006,6 +1092,88 @@
 <li><a href="video.html#flow-content_xref33"><span class="element">video</span> element: <cite class="index">Permitted contents</cite></a></li>
 </ul>
 </div>
+<div class="index-entry" id="common.data.functionbody_index">
+<p class="index-term">functionbody</p>
+<ul>
+<li>
+<a href="datatypes.html#common.data.functionbody"><cite class="index">functionbody</cite> data type</a> <span class="index-notation">(defining instance)</span>
+</li>
+</ul>
+<ul id="common.data.functionbody_index_items">
+<li><a href="body.html#common.data.functionbody_xref1"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref2"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref3"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref4"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref5"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref6"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref7"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref8"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref9"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref10"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref11"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref12"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref13"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref14"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref15"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref16"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
+<li><a href="body.html#common.data.functionbody_xref17"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref18"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref19"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref20"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref21"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref22"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref23"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref24"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref25"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref26"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref27"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref28"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref29"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref30"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref31"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref32"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref33"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref34"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref35"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref36"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref37"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref38"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref39"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref40"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref41"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref42"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref43"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref44"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref45"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref46"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref47"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref48"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref49"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref50"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref51"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref52"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref53"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref54"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref55"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref56"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref57"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref58"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref59"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref60"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref61"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref62"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref63"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref64"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref65"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref66"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref67"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref68"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref69"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref70"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref71"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.functionbody_xref72"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+</ul>
+</div>
 <div class="index-entry" id="common.data.hash-name_index">
 <p class="index-term">hash-name reference</p>
 <ul>
@@ -1673,19 +1841,23 @@
 </ul>
 <ul id="common.data.uri.non-empty_index_items">
 <li><a href="audio.html#common.data.uri.non-empty_xref1"><span class="element">audio</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="command.checkbox.html#common.data.uri.non-empty_xref2"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="embed.html#common.data.uri.non-empty_xref3"><span class="element">embed</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="html.html#common.data.uri.non-empty_xref4"><span class="element">html</span> element: <span class="attribute-name">manifest</span> attribute</a></li>
-<li><a href="iframe.html#common.data.uri.non-empty_xref5"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="img.html#common.data.uri.non-empty_xref6"><span class="element">img</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="input.image.html#common.data.uri.non-empty_xref7"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="link.html#common.data.uri.non-empty_xref8"><span class="element">link</span> element: <span class="attribute-name">href</span> attribute</a></li>
-<li><a href="object.html#common.data.uri.non-empty_xref9"><span class="element">object</span> element: <span class="attribute-name">data</span> attribute</a></li>
-<li><a href="script.html#common.data.uri.non-empty_xref10"><span class="element">script</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="source.html#common.data.uri.non-empty_xref11"><span class="element">source</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="track.html#common.data.uri.non-empty_xref12"><span class="element">track</span> element: <span class="attribute-name">src</span> attribute</a></li>
-<li><a href="video.html#common.data.uri.non-empty_xref13"><span class="element">video</span> element: <span class="attribute-name">poster</span> attribute</a></li>
-<li><a href="video.html#common.data.uri.non-empty_xref14"><span class="element">video</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="button.submit.html#common.data.uri.non-empty_xref2"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="command.checkbox.html#common.data.uri.non-empty_xref3"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="embed.html#common.data.uri.non-empty_xref4"><span class="element">embed</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="form.html#common.data.uri.non-empty_xref5"><span class="element">form</span> element: <span class="attribute-name">action</span> attribute</a></li>
+<li><a href="html.html#common.data.uri.non-empty_xref6"><span class="element">html</span> element: <span class="attribute-name">manifest</span> attribute</a></li>
+<li><a href="iframe.html#common.data.uri.non-empty_xref7"><span class="element">iframe</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="img.html#common.data.uri.non-empty_xref8"><span class="element">img</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="input.submit.html#common.data.uri.non-empty_xref9"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="input.image.html#common.data.uri.non-empty_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="input.image.html#common.data.uri.non-empty_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
+<li><a href="link.html#common.data.uri.non-empty_xref12"><span class="element">link</span> element: <span class="attribute-name">href</span> attribute</a></li>
+<li><a href="object.html#common.data.uri.non-empty_xref13"><span class="element">object</span> element: <span class="attribute-name">data</span> attribute</a></li>
+<li><a href="script.html#common.data.uri.non-empty_xref14"><span class="element">script</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="source.html#common.data.uri.non-empty_xref15"><span class="element">source</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="track.html#common.data.uri.non-empty_xref16"><span class="element">track</span> element: <span class="attribute-name">src</span> attribute</a></li>
+<li><a href="video.html#common.data.uri.non-empty_xref17"><span class="element">video</span> element: <span class="attribute-name">poster</span> attribute</a></li>
+<li><a href="video.html#common.data.uri.non-empty_xref18"><span class="element">video</span> element: <span class="attribute-name">src</span> attribute</a></li>
 </ul>
 </div>
 <div class="index-entry" id="common.data.float.non-negative_index">
@@ -2309,163 +2481,95 @@
 <li><a href="a.html#data-string_xref2"><span class="element">a</span> element: <span class="attribute-name">target</span> attribute</a></li>
 <li><a href="area.html#data-string_xref3"><span class="element">area</span> element: <span class="attribute-name">target</span> attribute</a></li>
 <li><a href="base.html#data-string_xref4"><span class="element">base</span> element: <span class="attribute-name">target</span> attribute</a></li>
-<li><a href="body.html#data-string_xref5"><span class="element">body</span> element: <span class="attribute-name">onafterprint</span> attribute</a></li>
-<li><a href="body.html#data-string_xref6"><span class="element">body</span> element: <span class="attribute-name">onbeforeprint</span> attribute</a></li>
-<li><a href="body.html#data-string_xref7"><span class="element">body</span> element: <span class="attribute-name">onbeforeunload</span> attribute</a></li>
-<li><a href="body.html#data-string_xref8"><span class="element">body</span> element: <span class="attribute-name">onblur</span> attribute</a></li>
-<li><a href="body.html#data-string_xref9"><span class="element">body</span> element: <span class="attribute-name">onerror</span> attribute</a></li>
-<li><a href="body.html#data-string_xref10"><span class="element">body</span> element: <span class="attribute-name">onfocus</span> attribute</a></li>
-<li><a href="body.html#data-string_xref11"><span class="element">body</span> element: <span class="attribute-name">onhashchange</span> attribute</a></li>
-<li><a href="body.html#data-string_xref12"><span class="element">body</span> element: <span class="attribute-name">onload</span> attribute</a></li>
-<li><a href="body.html#data-string_xref13"><span class="element">body</span> element: <span class="attribute-name">onmessage</span> attribute</a></li>
-<li><a href="body.html#data-string_xref14"><span class="element">body</span> element: <span class="attribute-name">onoffline</span> attribute</a></li>
-<li><a href="body.html#data-string_xref15"><span class="element">body</span> element: <span class="attribute-name">ononline</span> attribute</a></li>
-<li><a href="body.html#data-string_xref16"><span class="element">body</span> element: <span class="attribute-name">onpopstate</span> attribute</a></li>
-<li><a href="body.html#data-string_xref17"><span class="element">body</span> element: <span class="attribute-name">onredo</span> attribute</a></li>
-<li><a href="body.html#data-string_xref18"><span class="element">body</span> element: <span class="attribute-name">onresize</span> attribute</a></li>
-<li><a href="body.html#data-string_xref19"><span class="element">body</span> element: <span class="attribute-name">onstorage</span> attribute</a></li>
-<li><a href="body.html#data-string_xref20"><span class="element">body</span> element: <span class="attribute-name">onundo</span> attribute</a></li>
-<li><a href="body.html#data-string_xref21"><span class="element">body</span> element: <span class="attribute-name">onunload</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref22"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref23"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="button.submit.html#data-string_xref24"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="button.reset.html#data-string_xref25"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.reset.html#data-string_xref26"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="button.button.html#data-string_xref27"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="button.button.html#data-string_xref28"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="command.command.html#data-string_xref29"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="command.radio.html#data-string_xref30"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">radiogroup</span> attribute</a></li>
-<li><a href="command.radio.html#data-string_xref31"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="command.checkbox.html#data-string_xref32"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="fieldset.html#data-string_xref33"><span class="element">fieldset</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="form.html#data-string_xref34"><span class="element">form</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="form.html#data-string_xref35"><span class="element">form</span> element: <span class="attribute-name">target</span> attribute</a></li>
-<li><a href="iframe.html#data-string_xref36"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.text.html#data-string_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.password.html#data-string_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.checkbox.html#data-string_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.checkbox.html#data-string_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.radio.html#data-string_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.radio.html#data-string_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.button.html#data-string_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.button.html#data-string_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.submit.html#data-string_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="input.reset.html#data-string_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.reset.html#data-string_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.file.html#data-string_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.hidden.html#data-string_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.hidden.html#data-string_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">alt</span> attribute</a></li>
-<li><a href="input.image.html#data-string_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
-<li><a href="input.datetime.html#data-string_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.datetime-local.html#data-string_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.date.html#data-string_xref62"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.month.html#data-string_xref63"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.time.html#data-string_xref64"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.week.html#data-string_xref65"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.number.html#data-string_xref66"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.range.html#data-string_xref67"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.email.html#data-string_xref68"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.email.html#data-string_xref69"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.url.html#data-string_xref70"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.url.html#data-string_xref71"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref72"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref73"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.search.html#data-string_xref74"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref75"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref76"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="input.tel.html#data-string_xref77"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="input.color.html#data-string_xref78"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="keygen.html#data-string_xref79"><span class="element">keygen</span> element: <span class="attribute-name">challenge</span> attribute</a></li>
-<li><a href="keygen.html#data-string_xref80"><span class="element">keygen</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="map.html#data-string_xref81"><span class="element">map</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="menu.html#data-string_xref82"><span class="element">menu</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="meta.name.html#data-string_xref83"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="meta.name.html#data-string_xref84"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">content</span> attribute</a></li>
-<li><a href="object.html#data-string_xref85"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="optgroup.html#data-string_xref86"><span class="element">optgroup</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="option.html#data-string_xref87"><span class="element">option</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="option.html#data-string_xref88"><span class="element">option</span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="output.html#data-string_xref89"><span class="element">output</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="param.html#data-string_xref90"><span class="element">param</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="param.html#data-string_xref91"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
-<li><a href="script.html#data-string_xref92"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
-<li><a href="select.html#data-string_xref93"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="table.html#data-string_xref94"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref95"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
-<li><a href="textarea.html#data-string_xref96"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
-<li><a href="track.html#data-string_xref97"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref98"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref99"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref100"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onabort</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref101"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onblur</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref102"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplay</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref103"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncanplaythrough</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref104"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref105"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onclick</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref106"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oncontextmenu</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref107"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondblclick</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref108"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrag</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref109"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragend</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref110"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragenter</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref111"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragleave</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref112"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragover</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref113"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondragstart</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref114"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondrop</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref115"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ondurationchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref116"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onemptied</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref117"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onended</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref118"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onerror</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref119"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onfocus</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref120"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onformchange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref121"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onforminput</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref122"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninput</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref123"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">oninvalid</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref124"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeydown</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref125"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeypress</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref126"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onkeyup</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref127"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onload</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref128"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadeddata</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref129"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadedmetadata</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref130"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onloadstart</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref131"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousedown</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref132"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousemove</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref133"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseout</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref134"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseover</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref135"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmouseup</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref136"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onmousewheel</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref137"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onpause</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref138"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplay</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref139"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onplaying</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref140"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref141"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref142"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref143"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref144"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref145"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref146"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref147"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref148"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref149"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref150"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref151"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref153"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
-<li><a href="global-attributes.html#data-string_xref154"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref155"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref156"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref157"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref158"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref159"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref160"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref161"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="button.submit.html#data-string_xref5"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.submit.html#data-string_xref6"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="button.submit.html#data-string_xref7"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="button.reset.html#data-string_xref8"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.reset.html#data-string_xref9"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="button.button.html#data-string_xref10"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="button.button.html#data-string_xref11"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="command.command.html#data-string_xref12"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="command.radio.html#data-string_xref13"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">radiogroup</span> attribute</a></li>
+<li><a href="command.radio.html#data-string_xref14"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="command.checkbox.html#data-string_xref15"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="fieldset.html#data-string_xref16"><span class="element">fieldset</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="form.html#data-string_xref17"><span class="element">form</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="form.html#data-string_xref18"><span class="element">form</span> element: <span class="attribute-name">target</span> attribute</a></li>
+<li><a href="iframe.html#data-string_xref19"><span class="element">iframe</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref20"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref21"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.text.html#data-string_xref22"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref23"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref24"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.password.html#data-string_xref25"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.checkbox.html#data-string_xref26"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.checkbox.html#data-string_xref27"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.radio.html#data-string_xref28"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.radio.html#data-string_xref29"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.button.html#data-string_xref30"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.button.html#data-string_xref31"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref32"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref33"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.submit.html#data-string_xref34"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="input.reset.html#data-string_xref35"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.reset.html#data-string_xref36"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.file.html#data-string_xref37"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.hidden.html#data-string_xref38"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.hidden.html#data-string_xref39"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref40"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref41"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">alt</span> attribute</a></li>
+<li><a href="input.image.html#data-string_xref42"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formtarget</span> attribute</a></li>
+<li><a href="input.datetime.html#data-string_xref43"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.datetime-local.html#data-string_xref44"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.date.html#data-string_xref45"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.month.html#data-string_xref46"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.time.html#data-string_xref47"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.week.html#data-string_xref48"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.number.html#data-string_xref49"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.range.html#data-string_xref50"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.email.html#data-string_xref51"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.email.html#data-string_xref52"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.url.html#data-string_xref53"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.url.html#data-string_xref54"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref55"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref56"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.search.html#data-string_xref57"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref58"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref59"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="input.tel.html#data-string_xref60"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="input.color.html#data-string_xref61"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="keygen.html#data-string_xref62"><span class="element">keygen</span> element: <span class="attribute-name">challenge</span> attribute</a></li>
+<li><a href="keygen.html#data-string_xref63"><span class="element">keygen</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="map.html#data-string_xref64"><span class="element">map</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="menu.html#data-string_xref65"><span class="element">menu</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="meta.name.html#data-string_xref66"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="meta.name.html#data-string_xref67"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> element: <span class="attribute-name">content</span> attribute</a></li>
+<li><a href="object.html#data-string_xref68"><span class="element">object</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="optgroup.html#data-string_xref69"><span class="element">optgroup</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="option.html#data-string_xref70"><span class="element">option</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="option.html#data-string_xref71"><span class="element">option</span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="output.html#data-string_xref72"><span class="element">output</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="param.html#data-string_xref73"><span class="element">param</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="param.html#data-string_xref74"><span class="element">param</span> element: <span class="attribute-name">value</span> attribute</a></li>
+<li><a href="script.html#data-string_xref75"><span class="element">script</span> element: <span class="attribute-name">language</span> attribute</a></li>
+<li><a href="select.html#data-string_xref76"><span class="element">select</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="table.html#data-string_xref77"><span class="element">table</span> element: <span class="attribute-name">summary</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref78"><span class="element">textarea</span> element: <span class="attribute-name">name</span> attribute</a></li>
+<li><a href="textarea.html#data-string_xref79"><span class="element">textarea</span> element: <span class="attribute-name">placeholder</span> attribute</a></li>
+<li><a href="track.html#data-string_xref80"><span class="element">track</span> element: <span class="attribute-name">label</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref81"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref82"><cite class="index">Core attributes</cite> section: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
+<li><a href="global-attributes.html#data-string_xref83"><cite class="index">Core attributes</cite> section: <span class="attribute-name">id</span> attribute</a></li>
+<li><a href="global-attributes.html#data-string_xref84"><cite class="index">Core attributes</cite> section: <span class="attribute-name">style</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref85"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref86"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref87"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref88"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref89"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref90"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref91"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref92"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "s:".</cite></a></li>
+<li><a href="datatypes.html#data-string_xref93"><cite class="index">dropzone value</cite> data type: <cite class="index-dfn">Any string with three characters or more, beginning with the literal string "f:".</cite></a></li>
 </ul>
 </div>
 <div class="index-entry" id="svg-mathml-elements_index">
@@ -2640,13 +2744,15 @@
 <li><a href="output.html#data-unordered-tokens_xref2"><span class="element">output</span> element: <span class="attribute-name">for</span> attribute</a></li>
 <li><a href="td.html#data-unordered-tokens_xref3"><span class="element">td</span> element: <span class="attribute-name">headers</span> attribute</a></li>
 <li><a href="th.html#data-unordered-tokens_xref4"><span class="element">th</span> element: <span class="attribute-name">headers</span> attribute</a></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref5"><cite class="index">list of ID references</cite> data type</a></li>
-<li><a href="datatypes.html#data-unordered-tokens_xref6"><cite class="index">sizes</cite> data type</a></li>
+<li><a href="global-attributes.html#data-unordered-tokens_xref5"><cite class="index">Core attributes</cite> section: <span class="attribute-name">dropzone</span> attribute</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref6"><cite class="index">list of ID references</cite> data type</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sizes</cite> data type</a></li>
+<li><a href="datatypes.html#data-unordered-tokens_xref8"><cite class="index">dropzone value</cite> data type</a></li>
 <li>
-<a href="datatypes.html#data-unordered-tokens_xref7"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref8">2</a>]</span>
+<a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">sandbox &#8220;allow&#8221; keywords list</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span>
 </li>
 <li>
-<a href="datatypes.html#data-unordered-tokens_xref9"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref10">2</a>]</span>
+<a href="datatypes.html#data-unordered-tokens_xref11"><cite class="index">list of audio states</cite> data type</a><span class="index-counter"> [<a href="datatypes.html#data-unordered-tokens_xref12">2</a>]</span>
 </li>
 </ul>
 </div>
@@ -2701,16 +2807,12 @@
 <li><a href="area.html#common.data.uri_xref2"><span class="element">area</span> element: <span class="attribute-name">href</span> attribute</a></li>
 <li><a href="base.html#common.data.uri_xref3"><span class="element">base</span> element: <span class="attribute-name">href</span> attribute</a></li>
 <li><a href="blockquote.html#common.data.uri_xref4"><span class="element">blockquote</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="button.submit.html#common.data.uri_xref5"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="command.command.html#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="command.radio.html#common.data.uri_xref7"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
-<li><a href="del.html#common.data.uri_xref8"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="form.html#common.data.uri_xref9"><span class="element">form</span> element: <span class="attribute-name">action</span> attribute</a></li>
-<li><a href="input.submit.html#common.data.uri_xref10"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="input.image.html#common.data.uri_xref11"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> element: <span class="attribute-name">formaction</span> attribute</a></li>
-<li><a href="ins.html#common.data.uri_xref12"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="q.html#common.data.uri_xref13"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
-<li><a href="global-attributes.html#common.data.uri_xref14"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
+<li><a href="command.command.html#common.data.uri_xref5"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="command.radio.html#common.data.uri_xref6"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> element: <span class="attribute-name">icon</span> attribute</a></li>
+<li><a href="del.html#common.data.uri_xref7"><span class="element">del</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="ins.html#common.data.uri_xref8"><span class="element">ins</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="q.html#common.data.uri_xref9"><span class="element">q</span> element: <span class="attribute-name">cite</span> attribute</a></li>
+<li><a href="global-attributes.html#common.data.uri_xref10"><cite class="index">XML attributes</cite> section: <span class="attribute-name">xml:base</span> attribute</a></li>
 </ul>
 </div>
 <div class="index-entry" id="void-element_index">

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- ol.html 15 Dec 2010 05:52:06 -0000 1.88
+++ ol.html 21 Jan 2011 06:47:34 -0000 1.89
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="object.html">&#171; object</a></span>
 <span class="nav-next"><a href="optgroup.html">optgroup &#187;</a></span>

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- article.html 15 Dec 2010 05:52:00 -0000 1.81
+++ article.html 21 Jan 2011 06:47:27 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="area.html">&#171; area</a></span>
 <span class="nav-next"><a href="aside.html">aside &#187;</a></span>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- elements.html 10 Jan 2011 13:33:41 -0000 1.74
+++ elements.html 21 Jan 2011 06:47:29 -0000 1.75
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="elements-by-function.html">&#171; elements by function</a></span>
 <span class="nav-next"><a href="common-models.html">common models &#187;</a></span>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- colgroup.html 15 Dec 2010 05:52:01 -0000 1.80
+++ colgroup.html 21 Jan 2011 06:47:28 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="col.html">&#171; col</a></span>
 <span class="nav-next"><a href="command.html">command &#187;</a></span>

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- dl.html 15 Dec 2010 05:52:01 -0000 1.79
+++ dl.html 21 Jan 2011 06:47:29 -0000 1.80
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="div.html">&#171; div</a></span>
 <span class="nav-next"><a href="dt.html">dt &#187;</a></span>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- thead.html 15 Dec 2010 05:52:09 -0000 1.78
+++ thead.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="th.html">&#171; th</a></span>
 <span class="nav-next"><a href="time.html">time &#187;</a></span>

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- tbody.html 15 Dec 2010 05:52:09 -0000 1.78
+++ tbody.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="table.html">&#171; table</a></span>
 <span class="nav-next"><a href="td.html">td &#187;</a></span>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- video.html 10 Jan 2011 13:33:43 -0000 1.106
+++ video.html 21 Jan 2011 06:47:37 -0000 1.107
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="var.html">&#171; var</a></span>
 <span class="nav-next"><a href="wbr.html">wbr &#187;</a></span>
@@ -139,7 +139,7 @@
             <dt id="video.attrs.poster" title="video.attrs.poster">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-video-poster">&#9432;</a>
 <span class="attribute-name">poster</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref13">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref17">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="video.html#video.attrs.poster">#</a>
 </dt>
@@ -188,7 +188,7 @@
             <dt id="video.attrs.src" title="video.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-media-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref14">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref18">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="video.html#video.attrs.src">#</a>
 </dt>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- source.html 17 Dec 2010 12:33:16 -0000 1.95
+++ source.html 21 Jan 2011 06:47:35 -0000 1.96
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="small.html">&#171; small</a></span>
 <span class="nav-next"><a href="span.html">span &#187;</a></span>
@@ -63,7 +63,7 @@
             <dt id="source.attrs.src" title="source.attrs.src">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/video.html#attr-source-src">&#9432;</a>
 <span class="attribute-name">src</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref11">Non-empty URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref15">Non-empty URL potentially surrounded by spaces</a>
     </span> 
 <a class="hash" href="source.html#source.attrs.src">#</a>
 </dt>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- button.reset.html 15 Dec 2010 05:52:00 -0000 1.89
+++ button.reset.html 21 Jan 2011 06:47:28 -0000 1.90
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.submit.html">&#171; button type=submit</a></span>
 <span class="nav-next"><a href="button.button.html">button type=button &#187;</a></span>
@@ -64,7 +64,7 @@
           
             <dt id="button.reset.attrs.name" title="button.reset.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref25">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref8">string</a></span> 
 <a class="hash" href="button.reset.html#button.reset.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -106,7 +106,7 @@
           
             <dt id="button.reset.attrs.value" title="button.reset.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-button-value">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref26">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref9">string</a></span> 
 <a class="hash" href="button.reset.html#button.reset.attrs.value">#</a>
 </dt>
             <dd>The value part of the name/value pair associated with

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- meta.charset.html 15 Dec 2010 05:52:06 -0000 1.93
+++ meta.charset.html 21 Jan 2011 06:47:34 -0000 1.94
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-language.html">&#171; meta http-equiv=content-language</a></span>
 <span class="nav-next"><a href="meta.http-equiv.content-type.html">meta http-equiv=content-type &#187;</a></span>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- output.html 15 Dec 2010 05:52:06 -0000 1.92
+++ output.html 21 Jan 2011 06:47:34 -0000 1.93
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="option.html">&#171; option</a></span>
 <span class="nav-next"><a href="p.html">p &#187;</a></span>
@@ -59,7 +59,7 @@
           
             <dt id="output.attrs.name" title="output.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref89">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref72">string</a></span> 
 <a class="hash" href="output.html#output.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- i.html 15 Dec 2010 05:52:03 -0000 1.78
+++ i.html 21 Jan 2011 06:47:30 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="html.html">&#171; html</a></span>
 <span class="nav-next"><a href="iframe.html">iframe &#187;</a></span>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- input.submit.html 17 Dec 2010 12:33:15 -0000 1.95
+++ input.submit.html 21 Jan 2011 06:47:32 -0000 1.96
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.button.html">&#171; input type=button</a></span>
 <span class="nav-next"><a href="input.reset.html">input type=reset &#187;</a></span>
@@ -66,7 +66,7 @@
           
             <dt id="input.submit.attrs.name" title="input.submit.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref49">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref32">string</a></span> 
 <a class="hash" href="input.submit.html#input.submit.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -108,7 +108,7 @@
           
             <dt id="input.submit.attrs.value" title="input.submit.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref50">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref33">string</a></span> 
 <a class="hash" href="input.submit.html#input.submit.attrs.value">#</a>
 </dt>
             <dd>Specifies a value for the
@@ -118,7 +118,7 @@
             <dt id="input.submit.attrs.formaction" title="input.submit.attrs.formaction">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formaction">&#9432;</a>
 <span class="attribute-name">formaction</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref10">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref9">Non-empty URL potentially surrounded by spaces</a>
     </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.submit.html#input.submit.attrs.formaction">#</a>
 </dt>
@@ -168,7 +168,7 @@
         of the control.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref51">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref34">string</a>
         that is either of the following:
         <ul>
 <li>a

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.date.html 15 Dec 2010 05:52:04 -0000 1.97
+++ input.date.html 21 Jan 2011 06:47:31 -0000 1.98
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime-local.html">&#171; input type=datetime-local</a></span>
 <span class="nav-next"><a href="input.month.html">input type=month &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="input.date.attrs.name" title="input.date.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref62">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref45">string</a></span> 
 <a class="hash" href="input.date.html#input.date.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- var.html 15 Dec 2010 05:52:09 -0000 1.78
+++ var.html 21 Jan 2011 06:47:37 -0000 1.79
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="ul.html">&#171; ul</a></span>
 <span class="nav-next"><a href="video.html">video &#187;</a></span>

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- sub.html 15 Dec 2010 05:52:08 -0000 1.80
+++ sub.html 21 Jan 2011 06:47:37 -0000 1.81
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="style.html">&#171; style</a></span>
 <span class="nav-next"><a href="summary.html">summary &#187;</a></span>

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- title.html 15 Dec 2010 05:52:09 -0000 1.81
+++ title.html 21 Jan 2011 06:47:37 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="time.html">&#171; time</a></span>
 <span class="nav-next"><a href="tr.html">tr &#187;</a></span>

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- pre.html 15 Dec 2010 05:52:06 -0000 1.81
+++ pre.html 21 Jan 2011 06:47:35 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="param.html">&#171; param</a></span>
 <span class="nav-next"><a href="progress.html">progress &#187;</a></span>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- button.submit.html 17 Dec 2010 12:33:14 -0000 1.91
+++ button.submit.html 21 Jan 2011 06:47:28 -0000 1.92
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="button.html">&#171; button</a></span>
 <span class="nav-next"><a href="button.reset.html">button type=reset &#187;</a></span>
@@ -69,7 +69,7 @@
           
             <dt id="button.submit.attrs.name" title="button.submit.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref22">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref5">string</a></span> 
 <a class="hash" href="button.submit.html#button.submit.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -111,7 +111,7 @@
           
             <dt id="button.submit.attrs.value" title="button.submit.attrs.value">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-button-value">&#9432;</a>
-<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref23">string</a></span> 
+<span class="attribute-name">value</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref6">string</a></span> 
 <a class="hash" href="button.submit.html#button.submit.attrs.value">#</a>
 </dt>
             <dd>The value part of the name/value pair associated with
@@ -120,7 +120,7 @@
             <dt id="button.submit.attrs.formaction" title="button.submit.attrs.formaction">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fs-formaction">&#9432;</a>
 <span class="attribute-name">formaction</span> = <span class="attr-values">
-      <a href="datatypes.html#common.data.uri" id="common.data.uri_xref5">URL potentially surrounded by spaces</a>
+      <a href="datatypes.html#common.data.uri.non-empty" id="common.data.uri.non-empty_xref2">Non-empty URL potentially surrounded by spaces</a>
     </span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="button.submit.html#button.submit.attrs.formaction">#</a>
 </dt>
@@ -170,7 +170,7 @@
         of the control.</dd>
           
 <dd><div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref24">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref7">string</a>
         that is either of the following:
         <ul>
 <li>a

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- rp.html 15 Dec 2010 05:52:07 -0000 1.79
+++ rp.html 21 Jan 2011 06:47:35 -0000 1.80
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="q.html">&#171; q</a></span>
 <span class="nav-next"><a href="rt.html">rt &#187;</a></span>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- sup.html 15 Dec 2010 05:52:08 -0000 1.81
+++ sup.html 21 Jan 2011 06:47:37 -0000 1.82
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="summary.html">&#171; summary</a></span>
 <span class="nav-next"><a href="table.html">table &#187;</a></span>

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- details.html 15 Dec 2010 05:52:01 -0000 1.68
+++ details.html 21 Jan 2011 06:47:29 -0000 1.69
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="del.html">&#171; del</a></span>
 <span class="nav-next"><a href="dfn.html">dfn &#187;</a></span>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -d -r1.97 -r1.98
--- input.url.html 17 Dec 2010 13:01:42 -0000 1.97
+++ input.url.html 21 Jan 2011 06:47:33 -0000 1.98
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="input.email.html">&#171; input type=email</a></span>
 <span class="nav-next"><a href="input.search.html">input type=search &#187;</a></span>
@@ -70,7 +70,7 @@
           
             <dt id="input.url.attrs.name" title="input.url.attrs.name">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fe-name">&#9432;</a>
-<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref70">string</a></span> 
+<span class="attribute-name">name</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref53">string</a></span> 
 <a class="hash" href="input.url.html#input.url.attrs.name">#</a>
 </dt>
             <dd>The name part of the name/value pair associated with this
@@ -173,7 +173,7 @@
         match the JavaScript
         <var class="defined-elsewhere">Pattern</var>
         production as specified in
-        <a href="references.html#refsECMA262" id="refsECMA262_xref4">[ECMA 262]</a>.</div></dd>
+        <a href="references.html#refsECMA262" id="refsECMA262_xref21">[ECMA 262]</a>.</div></dd>
             <dt id="input.url.attrs.readonly" title="input.url.attrs.readonly">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-readonly-attribute">&#9432;</a>
 <span class="attribute-name">readonly</span> = <span class="attr-values">
@@ -208,7 +208,7 @@
           
             <dt id="input.url.attrs.placeholder" title="input.url.attrs.placeholder">
 <a class="spec-link" title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-placeholder-attribute">&#9432;</a>
-<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref71">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+<span class="attribute-name">placeholder</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref54">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="input.url.html#input.url.attrs.placeholder">#</a>
 </dt>
             <dd>A short hint (one word or a short phrase) intended to

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- summary.html 15 Dec 2010 05:52:08 -0000 1.52
+++ summary.html 21 Jan 2011 06:47:37 -0000 1.53
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="sub.html">&#171; sub</a></span>
 <span class="nav-next"><a href="sup.html">sup &#187;</a></span>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- hgroup.html 15 Dec 2010 05:52:03 -0000 1.77
+++ hgroup.html 21 Jan 2011 06:47:30 -0000 1.78
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="header.html">&#171; header</a></span>
 <span class="nav-next"><a href="hr.html">hr &#187;</a></span>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- h5.html 15 Dec 2010 05:52:03 -0000 1.83
+++ h5.html 21 Jan 2011 06:47:30 -0000 1.84
@@ -13,7 +13,7 @@
 </head>
 <body class="chunk" onload="initDfn()">
 <div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
-<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML: The Markup Language Reference</a></h2>
+<h2 class="chunkpagetitle"><a href="Overview.html#toc">HTML5: The Markup Language Reference</a></h2>
 <div class="nav">
 <span class="nav-prev"><a href="h4.html">&#171; h4</a></span>
 <span class="nav-next"><a href="h6.html">h6 &#187;</a></span>

Received on Friday, 21 January 2011 06:51:15 UTC