mike: added descriptions for some event-handler attributes

mike: added descriptions for some event-handler attributes

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

===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -d -r1.423 -r1.424
--- Overview.html 29 Jun 2010 00:20:37 -0000 1.423
+++ Overview.html 1 Jul 2010 21:16:11 -0000 1.424
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>29 June 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>2 July 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -64,7 +64,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 29 June 2010 Editor&#8217;s Draft of 
+        This document is the 2 July 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- common-attributes.html 29 Jun 2010 00:20:39 -0000 1.41
+++ common-attributes.html 1 Jul 2010 21:16:12 -0000 1.42
@@ -231,92 +231,125 @@
         <div class="no-number no-toc">
         <dl class="attr-defs">
 <dt>
-<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="common-attributes.html#scripting.attr.onabort">onabort</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="common-attributes.html#scripting.attr.onabort">onabort</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Load of target was aborted by the user.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="common-attributes.html#scripting.attr.onblur">onblur</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Target lost focus.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncanplay" title="scripting.attr.oncanplay" href="common-attributes.html#scripting.attr.oncanplay">oncanplay</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncanplay" title="scripting.attr.oncanplay" href="common-attributes.html#scripting.attr.oncanplay">oncanplay</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The UA can resume playback of media data for this target
+        video or audio element, but estimates that if playback
+        were to be started now, the video or audio could not be
+        rendered at the current playback rate up to its end
+        without having to stop for further buffering of
+        content.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncanplaythrough" title="scripting.attr.oncanplaythrough" href="common-attributes.html#scripting.attr.oncanplaythrough">oncanplaythrough</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncanplaythrough" title="scripting.attr.oncanplaythrough" href="common-attributes.html#scripting.attr.oncanplaythrough">oncanplaythrough</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The UA estimates that if playback were to be started
+        now, the target video or audio element could be rendered
+        at the current playback rate all the way to its end
+        without having to stop for further buffering</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="common-attributes.html#scripting.attr.onchange">onchange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User committed a change to the value of target (form
+        control).</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="common-attributes.html#scripting.attr.onclick">onclick</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed pointer button down and released pointer
+        button over target, or otherwise activated the pointer in
+      a manner that simulates such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="common-attributes.html#scripting.attr.oncontextmenu">oncontextmenu</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="common-attributes.html#scripting.attr.oncontextmenu">oncontextmenu</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User requested the context menu for target.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="common-attributes.html#scripting.attr.ondblclick">ondblclick</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User clicked pointer button twice over target, or
+        otherwise activated the pointer in a manner that simulates
+        such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="common-attributes.html#scripting.attr.ondrag">ondrag</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="common-attributes.html#scripting.attr.ondrag">ondrag</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User is continuing to drag target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="common-attributes.html#scripting.attr.ondragend">ondragend</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="common-attributes.html#scripting.attr.ondragend">ondragend</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User ended dragging target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="common-attributes.html#scripting.attr.ondragenter">ondragenter</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="common-attributes.html#scripting.attr.ondragenter">ondragenter</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User&#8217;s drag operation entered drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="common-attributes.html#scripting.attr.ondragleave">ondragleave</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="common-attributes.html#scripting.attr.ondragleave">ondragleave</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User&#8217;s drag operation left drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="common-attributes.html#scripting.attr.ondragover">ondragover</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="common-attributes.html#scripting.attr.ondragover">ondragover</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User is continuing drag operation over drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="common-attributes.html#scripting.attr.ondragstart">ondragstart</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="common-attributes.html#scripting.attr.ondragstart">ondragstart</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User started dragging target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="common-attributes.html#scripting.attr.ondrop">ondrop</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="common-attributes.html#scripting.attr.ondrop">ondrop</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User completed drop operation over drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondurationchange" title="scripting.attr.ondurationchange" href="common-attributes.html#scripting.attr.ondurationchange">ondurationchange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondurationchange" title="scripting.attr.ondurationchange" href="common-attributes.html#scripting.attr.ondurationchange">ondurationchange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The <code>duration</code> DOM attribute on the target
+        video or audio element has been updated.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onemptied" title="scripting.attr.onemptied" href="common-attributes.html#scripting.attr.onemptied">onemptied</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onemptied" title="scripting.attr.onemptied" href="common-attributes.html#scripting.attr.onemptied">onemptied</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Target video or audio element has returned to the
+        uninitialized state.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onended" title="scripting.attr.onended" href="common-attributes.html#scripting.attr.onended">onended</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onended" title="scripting.attr.onended" href="common-attributes.html#scripting.attr.onended">onended</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The end of the target video or audio element has been
+        reached.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="common-attributes.html#scripting.attr.onerror">onerror</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="common-attributes.html#scripting.attr.onerror">onerror</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Target failed to load properly.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="common-attributes.html#scripting.attr.onfocus">onfocus</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Target received focus.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onformchange" title="scripting.attr.onformchange" href="common-attributes.html#scripting.attr.onformchange">onformchange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User committed a change to the value of a form control
+        in the form to which the target belongs.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onforminput" title="scripting.attr.onforminput" href="common-attributes.html#scripting.attr.onforminput">onforminput</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User changed the value of a form control in the form to
+        which the target belongs.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.oninput" title="scripting.attr.oninput" href="common-attributes.html#scripting.attr.oninput">oninput</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- spec.html 29 Jun 2010 00:20:43 -0000 1.222
+++ spec.html 1 Jul 2010 21:16:12 -0000 1.223
@@ -10,7 +10,7 @@
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Editor&#8217;s Draft <em>29 June 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>2 July 2010</em>
 </h2>
 <dl>
 <dt>Latest Editor&#8217;s Draft:</dt>
@@ -63,7 +63,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 29 June 2010 Editor&#8217;s Draft of 
+        This document is the 2 July 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -18450,92 +18450,125 @@
         <div class="no-number no-toc">
         <dl class="attr-defs">
 <dt>
-<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="#scripting.attr.onabort">onabort</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onabort" title="scripting.attr.onabort" href="#scripting.attr.onabort">onabort</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Load of target was aborted by the user.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onblur" title="scripting.attr.onblur" href="#scripting.attr.onblur">onblur</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Target lost focus.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncanplay" title="scripting.attr.oncanplay" href="#scripting.attr.oncanplay">oncanplay</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncanplay" title="scripting.attr.oncanplay" href="#scripting.attr.oncanplay">oncanplay</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The UA can resume playback of media data for this target
+        video or audio element, but estimates that if playback
+        were to be started now, the video or audio could not be
+        rendered at the current playback rate up to its end
+        without having to stop for further buffering of
+        content.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncanplaythrough" title="scripting.attr.oncanplaythrough" href="#scripting.attr.oncanplaythrough">oncanplaythrough</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncanplaythrough" title="scripting.attr.oncanplaythrough" href="#scripting.attr.oncanplaythrough">oncanplaythrough</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The UA estimates that if playback were to be started
+        now, the target video or audio element could be rendered
+        at the current playback rate all the way to its end
+        without having to stop for further buffering</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onchange" title="scripting.attr.onchange" href="#scripting.attr.onchange">onchange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User committed a change to the value of target (form
+        control).</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onclick" title="scripting.attr.onclick" href="#scripting.attr.onclick">onclick</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed pointer button down and released pointer
+        button over target, or otherwise activated the pointer in
+      a manner that simulates such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="#scripting.attr.oncontextmenu">oncontextmenu</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oncontextmenu" title="scripting.attr.oncontextmenu" href="#scripting.attr.oncontextmenu">oncontextmenu</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User requested the context menu for target.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.ondblclick" title="scripting.attr.ondblclick" href="#scripting.attr.ondblclick">ondblclick</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User clicked pointer button twice over target, or
+        otherwise activated the pointer in a manner that simulates
+        such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="#scripting.attr.ondrag">ondrag</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondrag" title="scripting.attr.ondrag" href="#scripting.attr.ondrag">ondrag</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User is continuing to drag target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="#scripting.attr.ondragend">ondragend</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragend" title="scripting.attr.ondragend" href="#scripting.attr.ondragend">ondragend</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User ended dragging target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="#scripting.attr.ondragenter">ondragenter</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragenter" title="scripting.attr.ondragenter" href="#scripting.attr.ondragenter">ondragenter</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User&#8217;s drag operation entered drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="#scripting.attr.ondragleave">ondragleave</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragleave" title="scripting.attr.ondragleave" href="#scripting.attr.ondragleave">ondragleave</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User&#8217;s drag operation left drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="#scripting.attr.ondragover">ondragover</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragover" title="scripting.attr.ondragover" href="#scripting.attr.ondragover">ondragover</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User is continuing drag operation over drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="#scripting.attr.ondragstart">ondragstart</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondragstart" title="scripting.attr.ondragstart" href="#scripting.attr.ondragstart">ondragstart</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User started dragging target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="#scripting.attr.ondrop">ondrop</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondrop" title="scripting.attr.ondrop" href="#scripting.attr.ondrop">ondrop</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>User completed drop operation over drop target.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.ondurationchange" title="scripting.attr.ondurationchange" href="#scripting.attr.ondurationchange">ondurationchange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.ondurationchange" title="scripting.attr.ondurationchange" href="#scripting.attr.ondurationchange">ondurationchange</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The <code>duration</code> DOM attribute on the target
+        video or audio element has been updated.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onemptied" title="scripting.attr.onemptied" href="#scripting.attr.onemptied">onemptied</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onemptied" title="scripting.attr.onemptied" href="#scripting.attr.onemptied">onemptied</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Target video or audio element has returned to the
+        uninitialized state.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onended" title="scripting.attr.onended" href="#scripting.attr.onended">onended</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onended" title="scripting.attr.onended" href="#scripting.attr.onended">onended</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>The end of the target video or audio element has been
+        reached.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="#scripting.attr.onerror">onerror</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onerror" title="scripting.attr.onerror" href="#scripting.attr.onerror">onerror</a> = <span class="attr-values"><a href="#data-string">string</a></span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
+</dt>
+            <dd>Target failed to load properly.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onfocus" title="scripting.attr.onfocus" href="#scripting.attr.onfocus">onfocus</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Target received focus.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onformchange" title="scripting.attr.onformchange" href="#scripting.attr.onformchange">onformchange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User committed a change to the value of a form control
+        in the form to which the target belongs.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onforminput" title="scripting.attr.onforminput" href="#scripting.attr.onforminput">onforminput</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User changed the value of a form control in the form to
+        which the target belongs.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.oninput" title="scripting.attr.oninput" href="#scripting.attr.oninput">oninput</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>

Received on Thursday, 1 July 2010 21:17:18 UTC