html5/markup Makefile,1.112,1.113 Overview.html,1.471,1.472 datatypes.html,1.84,1.85 global-attributes.html,1.36,1.37 index-of-terms.html,1.9,1.10 index-of-terms.xhtml,1.9,1.10 index.html,1.17,1.18 schema.html,1.28,1.29 spec.html,1.295,1.296

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv25564

Modified Files:
	Makefile Overview.html datatypes.html global-attributes.html 
	index-of-terms.html index-of-terms.xhtml index.html 
	schema.html spec.html 
Log Message:
document the onreset attribute


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.471
retrieving revision 1.472
diff -u -d -r1.471 -r1.472
--- Overview.html	3 Dec 2010 07:23:25 -0000	1.471
+++ Overview.html	7 Dec 2010 09:46:00 -0000	1.472
@@ -13,7 +13,7 @@
 <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>3 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 3 December 2010 Editor&#8217;s Draft of 
+        This document is the 7 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- global-attributes.html	3 Dec 2010 08:20:32 -0000	1.36
+++ global-attributes.html	7 Dec 2010 09:46:01 -0000	1.37
@@ -290,6 +290,7 @@
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onprogress" title="scripting.attr.onprogress">onprogress</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onratechange" title="scripting.attr.onratechange">onratechange</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange">onreadystatechange</a> 
+   <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onreset" title="scripting.attr.onreset">onreset</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onscroll" title="scripting.attr.onscroll">onscroll</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onseeked" title="scripting.attr.onseeked">onseeked</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="global-attributes.html#scripting.attr.onseeking" title="scripting.attr.onseeking">onseeking</a> 
@@ -635,16 +636,25 @@
 </dt>
             <dd>Element and all its subresources have finished loading.</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_xref142">string</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>
+          
             <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_xref142">string</a></span> 
+<span class="attribute-name">onscroll</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref143">string</a></span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onscroll">#</a>
 </dt>
             <dd>Element or document view was scrolled.</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_xref143">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 href="datatypes.html#data-string" id="data-string_xref144">string</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>
@@ -653,7 +663,7 @@
           
             <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_xref144">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 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>
 <a class="hash" href="global-attributes.html#scripting.attr.onseeking">#</a>
 </dt>
             <dd>The value of the IDL attribute <code>seeking</code>
@@ -663,14 +673,14 @@
           
             <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_xref145">string</a></span> 
+<span class="attribute-name">onselect</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref146">string</a></span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onselect">#</a>
 </dt>
             <dd>User selected some text.</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_xref146">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 href="datatypes.html#data-string" id="data-string_xref147">string</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
@@ -678,7 +688,7 @@
           
             <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_xref147">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 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>
 <a class="hash" href="global-attributes.html#scripting.attr.onstalled">#</a>
 </dt>
             <dd>UA is attempting to fetch media data for the video or
@@ -686,7 +696,7 @@
           
             <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_xref148">string</a></span> 
+<span class="attribute-name">onsubmit</span> = <span class="attr-values"><a href="datatypes.html#data-string" id="data-string_xref149">string</a></span> 
 <a class="hash" href="global-attributes.html#scripting.attr.onsubmit">#</a>
 </dt>
             <dd>The
@@ -695,7 +705,7 @@
           
             <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_xref149">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 href="datatypes.html#data-string" id="data-string_xref150">string</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
@@ -704,7 +714,7 @@
           
             <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_xref150">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 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>
 <a class="hash" href="global-attributes.html#scripting.attr.ontimeupdate">#</a>
 </dt>
             <dd>The current playback position of the video or audio
@@ -713,7 +723,7 @@
           
             <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_xref151">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 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>
 <a class="hash" href="global-attributes.html#scripting.attr.onvolumechange">#</a>
 </dt>
             <dd>Either the DOM attribute <code>volume</code>
@@ -722,7 +732,7 @@
           
             <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_xref152">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 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>
 <a class="hash" href="global-attributes.html#scripting.attr.onwaiting">#</a>
 </dt>
             <dd>Playback of the video or audio element has stopped

Index: schema.html
===================================================================
RCS file: /sources/public/html5/markup/schema.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- schema.html	3 Dec 2010 08:20:33 -0000	1.28
+++ schema.html	7 Dec 2010 09:46:01 -0000	1.29
@@ -2322,6 +2322,7 @@
                                              | onprogress
                                              | onratechange
                                              | onreadystatechange
+                                             | onreset
                                              | onscroll
                                              | onseeked
                                              | onseeking
@@ -3121,6 +3122,7 @@
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onprogress' title='scripting.attr.onprogress'>onprogress</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onratechange' title='scripting.attr.onratechange'>onratechange</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onreadystatechange' title='scripting.attr.onreadystatechange'>onreadystatechange</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
+   <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onreset' title='scripting.attr.onreset'>onreset</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onscroll' title='scripting.attr.onscroll'>onscroll</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onseeked' title='scripting.attr.onseeked'>onseeked</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
    <span class='postfix intermixed'>intermixed with</span> <a class='ref' href='#scripting.attr.onseeking' title='scripting.attr.onseeking'>onseeking</a><span class='postfix optional' title='OPTIONAL (ZERO OR ONE)'>?</span> 
@@ -3434,6 +3436,13 @@
    {<span class='model'> string </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>
+</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>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- Makefile	3 Dec 2010 07:23:25 -0000	1.112
+++ Makefile	7 Dec 2010 09:46:00 -0000	1.113
@@ -50,7 +50,7 @@
 PUBSITE=W3C
 endif
 
-all: Overview.html index.html MANIFEST spec.html README.md
+all: syntax Overview.html index.html MANIFEST spec.html README.md
 
 debug:
 	@echo $(MULTIPAGE_SPEC_FILES)
@@ -121,7 +121,7 @@
   src/terms.html src/syntax.html src/documents.html \
   $(ELEMENTS) src/attributes.html src/map-attributes.html \
   src/datatypes.html src/references.html src/elements-by-function.html \
-  html5-spec fragment-links.html fragment-links-full.html webapps.html \
+  html5-spec fragment-links.html fragment-links-full.html \
   LICENSE.xml html.css.xml html.css.LICENSE.xml
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  --param show-content-models $(SHOW_CONTENT_MODELS) \
@@ -288,6 +288,12 @@
 README.md: README.html
 	$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@
 
+syntax:
+ifneq ($(WHATTF_SCHEMA),)
+	cp -pR $(WHATTF_SCHEMA) syntax
+	-$(PATCH) $(PATCHFLAGS) < patch-schema
+endif
+
 clean:
 	$(RM) html.rng
 	$(RM) LICENSE.xml
@@ -315,13 +321,9 @@
 	@echo
 
 schemaclean:
-ifneq ($(WHATTF_SCHEMA),)
 	rm -rf syntax
-	cp -pR $(WHATTF_SCHEMA) syntax
-	-$(PATCH) $(PATCHFLAGS) < patch-schema
-endif
 
-distclean: clean schemaclean
+distclean: clean schemaclean syntax
 	$(RM) webapps.html
 	$(RM) html.css
 	$(RM) fragment-links.js

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- datatypes.html	30 Nov 2010 02:58:23 -0000	1.84
+++ datatypes.html	7 Dec 2010 09:46:01 -0000	1.85
@@ -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_xref153">strings</a>
+      <a href="datatypes.html#data-string" id="data-string_xref154">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_xref154">string</a>
+      <a href="datatypes.html#data-string" id="data-string_xref155">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_xref155">string</a>,
+        <a href="datatypes.html#data-string" id="data-string_xref156">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -132,7 +132,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="datatypes.html#data-string" id="data-string_xref156">string</a>
+        <a href="datatypes.html#data-string" id="data-string_xref157">string</a>
         that is either of the following:
         <ul>
 <li>a
@@ -158,7 +158,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_xref158">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -216,7 +216,7 @@
 </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_xref159">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -619,7 +619,7 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href="datatypes.html#data-string" id="data-string_xref159">string</a>.</div>
+        <a href="datatypes.html#data-string" id="data-string_xref160">string</a>.</div>
     
       </div>
         

Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index-of-terms.xhtml	3 Dec 2010 08:20:32 -0000	1.9
+++ index-of-terms.xhtml	7 Dec 2010 09:46:01 -0000	1.10
@@ -1716,24 +1716,25 @@
 <li><a href="global-attributes.html#data-string_xref139"><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_xref140"><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_xref141"><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_xref142"><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_xref143"><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_xref144"><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_xref145"><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_xref146"><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_xref147"><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_xref148"><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_xref149"><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_xref150"><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_xref151"><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_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref153"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref154"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref155"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref156"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref157"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref158"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref159"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="global-attributes.html#data-string_xref142"><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_xref143"><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_xref144"><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_xref145"><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_xref146"><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_xref147"><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_xref148"><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_xref149"><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_xref150"><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_xref151"><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_xref152"><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_xref153"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref154"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref155"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref156"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref157"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref158"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref159"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref160"><cite class="index">default-style name</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="svg-mathml-elements_index">

Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.html	3 Dec 2010 07:23:25 -0000	1.17
+++ index.html	7 Dec 2010 09:46:01 -0000	1.18
@@ -13,7 +13,7 @@
 <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>3 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -66,7 +66,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 3 December 2010 Editor&#8217;s Draft of 
+        This document is the 7 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- spec.html	3 Dec 2010 08:20:33 -0000	1.295
+++ spec.html	7 Dec 2010 09:46:01 -0000	1.296
@@ -10,7 +10,7 @@
 <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>3 December 2010</em>
+<h2>Unofficial Editor&#8217;s Draft <em>7 December 2010</em>
 </h2>
 <dt>Editors:</dt>
 <dd>
@@ -63,7 +63,7 @@
       <h2>Status of this Document </h2>
     
     <p>
-        This document is the 3 December 2010 Editor&#8217;s Draft of 
+        This document is the 7 December 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language Reference</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -24401,6 +24401,7 @@
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onprogress" title="scripting.attr.onprogress">onprogress</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onratechange" title="scripting.attr.onratechange">onratechange</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange">onreadystatechange</a> 
+   <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onreset" title="scripting.attr.onreset">onreset</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onscroll" title="scripting.attr.onscroll">onscroll</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onseeked" title="scripting.attr.onseeked">onseeked</a> 
    <span class="postfix intermixed">&amp;</span> <a class="ref" href="#scripting.attr.onseeking" title="scripting.attr.onseeking">onseeking</a> 
@@ -24746,16 +24747,25 @@
 </dt>
             <dd>Element and all its subresources have finished loading.</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="#data-string" id="data-string_xref142">string</a></span> 
+<a class="hash" href="#scripting.attr.onreset">#</a>
+</dt>
+            <dd>The
+        <a href="#form" class="element">form</a>
+        element was reset.</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="#data-string" id="data-string_xref142">string</a></span> 
+<span class="attribute-name">onscroll</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref143">string</a></span> 
 <a class="hash" href="#scripting.attr.onscroll">#</a>
 </dt>
             <dd>Element or document view was scrolled.</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="#data-string" id="data-string_xref143">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 href="#data-string" id="data-string_xref144">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onseeked">#</a>
 </dt>
             <dd>The value of the IDL attribute <code>seeking</code>
@@ -24764,7 +24774,7 @@
           
             <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="#data-string" id="data-string_xref144">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 href="#data-string" id="data-string_xref145">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onseeking">#</a>
 </dt>
             <dd>The value of the IDL attribute <code>seeking</code>
@@ -24774,14 +24784,14 @@
           
             <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="#data-string" id="data-string_xref145">string</a></span> 
+<span class="attribute-name">onselect</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref146">string</a></span> 
 <a class="hash" href="#scripting.attr.onselect">#</a>
 </dt>
             <dd>User selected some text.</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="#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">onshow</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref147">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onshow">#</a>
 </dt>
             <dd>User requested the element be shown as a
@@ -24789,7 +24799,7 @@
           
             <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="#data-string" id="data-string_xref147">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 href="#data-string" id="data-string_xref148">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onstalled">#</a>
 </dt>
             <dd>UA is attempting to fetch media data for the video or
@@ -24797,7 +24807,7 @@
           
             <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="#data-string" id="data-string_xref148">string</a></span> 
+<span class="attribute-name">onsubmit</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref149">string</a></span> 
 <a class="hash" href="#scripting.attr.onsubmit">#</a>
 </dt>
             <dd>The
@@ -24806,7 +24816,7 @@
           
             <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="#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">onsuspend</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref150">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onsuspend">#</a>
 </dt>
             <dd>UA is intentionally not currently fetching media data
@@ -24815,7 +24825,7 @@
           
             <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="#data-string" id="data-string_xref150">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 href="#data-string" id="data-string_xref151">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.ontimeupdate">#</a>
 </dt>
             <dd>The current playback position of the video or audio
@@ -24824,7 +24834,7 @@
           
             <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="#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">onvolumechange</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref152">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onvolumechange">#</a>
 </dt>
             <dd>Either the DOM attribute <code>volume</code>
@@ -24833,7 +24843,7 @@
           
             <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="#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">onwaiting</span> = <span class="attr-values"><a href="#data-string" id="data-string_xref153">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 <a class="hash" href="#scripting.attr.onwaiting">#</a>
 </dt>
             <dd>Playback of the video or audio element has stopped
@@ -24942,7 +24952,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="#data-string" id="data-string_xref153">strings</a>
+      <a href="#data-string" id="data-string_xref154">strings</a>
       that are themselves each zero or more characters, each
       optionally with leading and/or trailing
       <a href="#space" id="space_xref40">space characters</a>,
@@ -24963,7 +24973,7 @@
 <dfn id="data-token">token</dfn> <a class="hash" href="#data-token-def">#</a>
 </h2>
     <div class="datatype-desc">A
-      <a href="#data-string" id="data-string_xref154">string</a>
+      <a href="#data-string" id="data-string_xref155">string</a>
       that does not contain any
       <a href="#space" id="space_xref42">space characters</a>.</div>
   </div>
@@ -25001,7 +25011,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="#data-string" id="data-string_xref155">string</a>,
+        <a href="#data-string" id="data-string_xref156">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -25023,7 +25033,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="#data-string" id="data-string_xref156">string</a>
+        <a href="#data-string" id="data-string_xref157">string</a>
         that is either of the following:
         <ul>
 <li>a
@@ -25049,7 +25059,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="#data-string" id="data-string_xref157">string</a>,
+        <a href="#data-string" id="data-string_xref158">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -25107,7 +25117,7 @@
 </h2>
         
       <div class="datatype-desc">Any
-        <a href="#data-string" id="data-string_xref158">string</a>,
+        <a href="#data-string" id="data-string_xref159">string</a>,
         with the following restrictions:
         <ul>
 <li>
@@ -25510,7 +25520,7 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href="#data-string" id="data-string_xref159">string</a>.</div>
+        <a href="#data-string" id="data-string_xref160">string</a>.</div>
     
       </div>
         
@@ -28399,24 +28409,25 @@
 <li><a href="#data-string_xref139"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onprogress</span> attribute</a></li>
 <li><a href="#data-string_xref140"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onratechange</span> attribute</a></li>
 <li><a href="#data-string_xref141"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreadystatechange</span> attribute</a></li>
-<li><a href="#data-string_xref142"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
-<li><a href="#data-string_xref143"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
-<li><a href="#data-string_xref144"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
-<li><a href="#data-string_xref145"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
-<li><a href="#data-string_xref146"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
-<li><a href="#data-string_xref147"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
-<li><a href="#data-string_xref148"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
-<li><a href="#data-string_xref149"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
-<li><a href="#data-string_xref150"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
-<li><a href="#data-string_xref151"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
-<li><a href="#data-string_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
-<li><a href="#data-string_xref153"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="#data-string_xref154"><cite class="index">token</cite> data type</a></li>
-<li><a href="#data-string_xref155"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="#data-string_xref156"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="#data-string_xref157"><cite class="index">ID</cite> data type</a></li>
-<li><a href="#data-string_xref158"><cite class="index">name</cite> data type</a></li>
-<li><a href="#data-string_xref159"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="#data-string_xref142"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onreset</span> attribute</a></li>
+<li><a href="#data-string_xref143"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onscroll</span> attribute</a></li>
+<li><a href="#data-string_xref144"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeked</span> attribute</a></li>
+<li><a href="#data-string_xref145"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onseeking</span> attribute</a></li>
+<li><a href="#data-string_xref146"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onselect</span> attribute</a></li>
+<li><a href="#data-string_xref147"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onshow</span> attribute</a></li>
+<li><a href="#data-string_xref148"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onstalled</span> attribute</a></li>
+<li><a href="#data-string_xref149"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsubmit</span> attribute</a></li>
+<li><a href="#data-string_xref150"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onsuspend</span> attribute</a></li>
+<li><a href="#data-string_xref151"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">ontimeupdate</span> attribute</a></li>
+<li><a href="#data-string_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onvolumechange</span> attribute</a></li>
+<li><a href="#data-string_xref153"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+<li><a href="#data-string_xref154"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="#data-string_xref155"><cite class="index">token</cite> data type</a></li>
+<li><a href="#data-string_xref156"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="#data-string_xref157"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="#data-string_xref158"><cite class="index">ID</cite> data type</a></li>
+<li><a href="#data-string_xref159"><cite class="index">name</cite> data type</a></li>
+<li><a href="#data-string_xref160"><cite class="index">default-style name</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="svg-mathml-elements_index">

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index-of-terms.html	3 Dec 2010 08:20:32 -0000	1.9
+++ index-of-terms.html	7 Dec 2010 09:46:01 -0000	1.10
@@ -2377,24 +2377,25 @@
 <li><a href="global-attributes.html#data-string_xref139"><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_xref140"><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_xref141"><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_xref142"><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_xref143"><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_xref144"><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_xref145"><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_xref146"><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_xref147"><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_xref148"><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_xref149"><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_xref150"><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_xref151"><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_xref152"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
-<li><a href="datatypes.html#data-string_xref153"><cite class="index">set of comma-separated strings</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref154"><cite class="index">token</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref155"><cite class="index">browsing-context name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref156"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref157"><cite class="index">ID</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref158"><cite class="index">name</cite> data type</a></li>
-<li><a href="datatypes.html#data-string_xref159"><cite class="index">default-style name</cite> data type</a></li>
+<li><a href="global-attributes.html#data-string_xref142"><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_xref143"><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_xref144"><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_xref145"><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_xref146"><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_xref147"><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_xref148"><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_xref149"><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_xref150"><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_xref151"><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_xref152"><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_xref153"><cite class="index">Event-handler attributes</cite> section: <span class="attribute-name">onwaiting</span> attribute</a></li>
+<li><a href="datatypes.html#data-string_xref154"><cite class="index">set of comma-separated strings</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref155"><cite class="index">token</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref156"><cite class="index">browsing-context name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref157"><cite class="index">browsing-context name or keyword</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref158"><cite class="index">ID</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref159"><cite class="index">name</cite> data type</a></li>
+<li><a href="datatypes.html#data-string_xref160"><cite class="index">default-style name</cite> data type</a></li>
 </ul>
 </div>
 <div class="index-entry" id="svg-mathml-elements_index">

Received on Tuesday, 7 December 2010 09:46:42 UTC