html5/markup common-attributes.html,1.43,1.44 spec.html,1.224,1.225

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

Modified Files:
	common-attributes.html spec.html 
Log Message:
added more descriptions for event-handler attributes

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- common-attributes.html	3 Jul 2010 02:26:27 -0000	1.43
+++ common-attributes.html	3 Jul 2010 05:46:06 -0000	1.44
@@ -233,16 +233,16 @@
 <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> <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>
+            <dd>Load of element 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>Target lost focus.</dd>
+            <dd>Element 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> <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
+            <dd>The UA can resume playback of media data for this
         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
@@ -253,189 +253,208 @@
 <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
+        now, the 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>User committed a change to the value of target (form
+            <dd>User committed a change to the value of element (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>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>
+        button over element, or otherwise activated the pointer in
+        a manner that emulates 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> <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>
+            <dd>User requested the context menu for element.</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>User clicked pointer button twice over target, or
+            <dd>User clicked pointer button twice over element, 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User is continuing to drag target.</dd>
+            <dd>User is continuing to drag element.</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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User ended dragging target.</dd>
+            <dd>User ended dragging element.</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> <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>
+            <dd>User&#8217;s drag operation entered element.</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> <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>
+            <dd>User&#8217;s drag operation left element.</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> <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>
+            <dd>User is continuing drag operation over element.</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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User started dragging target.</dd>
+            <dd>User started dragging element.</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> <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>
+            <dd>User completed drop operation over element.</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> <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
+            <dd>The DOM attribute <code>duration</code> on the
         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> <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
+            <dd>Element 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> <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
+            <dd>The end of the 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>Target failed to load properly.</dd>
+            <dd>Element 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>Target received focus.</dd>
+            <dd>Element 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
             <dd>User committed a change to the value of a form control
-        in the form to which the target belongs.</dd>
+        in the form to which the element 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
             <dd>User changed the value of a form control in the form to
-        which the target belongs.</dd>
+        which the element 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>
-            <dd>User changed the value of a target (form control).</dd>
+            <dd>User changed the value of element (form control).</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oninvalid" title="scripting.attr.oninvalid" href="common-attributes.html#scripting.attr.oninvalid">oninvalid</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oninvalid" title="scripting.attr.oninvalid" href="common-attributes.html#scripting.attr.oninvalid">oninvalid</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>Element (form control) did not meet validity constraints.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="common-attributes.html#scripting.attr.onkeydown">onkeydown</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down a key.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="common-attributes.html#scripting.attr.onkeypress">onkeypress</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down a key that is associated with a
+        character value.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="common-attributes.html#scripting.attr.onkeyup">onkeyup</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User release a key.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="common-attributes.html#scripting.attr.onload">onload</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Element finished loading.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadeddata" title="scripting.attr.onloadeddata" href="common-attributes.html#scripting.attr.onloadeddata">onloadeddata</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadeddata" title="scripting.attr.onloadeddata" href="common-attributes.html#scripting.attr.onloadeddata">onloadeddata</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>UA can render the video or audio element at the
+        current playback position for the first time.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadedmetadata" title="scripting.attr.onloadedmetadata" href="common-attributes.html#scripting.attr.onloadedmetadata">onloadedmetadata</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadedmetadata" title="scripting.attr.onloadedmetadata" href="common-attributes.html#scripting.attr.onloadedmetadata">onloadedmetadata</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>UA has just determined the duration and dimensions of
+        the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadstart" title="scripting.attr.onloadstart" href="common-attributes.html#scripting.attr.onloadstart">onloadstart</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadstart" title="scripting.attr.onloadstart" href="common-attributes.html#scripting.attr.onloadstart">onloadstart</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>UA has begun looking for media data in the video or
+        audio element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="common-attributes.html#scripting.attr.onmousedown">onmousedown</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down pointer button over element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="common-attributes.html#scripting.attr.onmousemove">onmousemove</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved mouse.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="common-attributes.html#scripting.attr.onmouseout">onmouseout</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved pointer off boundaries of element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="common-attributes.html#scripting.attr.onmouseover">onmouseover</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved pointer into boundaries of element or one of
+        its descendant elements.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="common-attributes.html#scripting.attr.onmouseup">onmouseup</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User released pointer button over element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="common-attributes.html#scripting.attr.onmousewheel">onmousewheel</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User rotated wheel of mouse or other device in a manner
+        that emulates such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onpause" title="scripting.attr.onpause" href="common-attributes.html#scripting.attr.onpause">onpause</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onpause" title="scripting.attr.onpause" href="common-attributes.html#scripting.attr.onpause">onpause</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 has paused playback of the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onplay" title="scripting.attr.onplay" href="common-attributes.html#scripting.attr.onplay">onplay</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onplay" title="scripting.attr.onplay" href="common-attributes.html#scripting.attr.onplay">onplay</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>UA has initiated playback of the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onplaying" title="scripting.attr.onplaying" href="common-attributes.html#scripting.attr.onplaying">onplaying</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onplaying" title="scripting.attr.onplaying" href="common-attributes.html#scripting.attr.onplaying">onplaying</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>Playback of the video or audio element has started.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onprogress" title="scripting.attr.onprogress" href="common-attributes.html#scripting.attr.onprogress">onprogress</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onprogress" title="scripting.attr.onprogress" href="common-attributes.html#scripting.attr.onprogress">onprogress</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>UA is fetching media data for the video or audio
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onratechange" title="scripting.attr.onratechange" href="common-attributes.html#scripting.attr.onratechange">onratechange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onratechange" title="scripting.attr.onratechange" href="common-attributes.html#scripting.attr.onratechange">onratechange</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>Either the DOM attribute <code>defaultPlaybackRate</code>
+        or the DOM attribute <code>playbackRate</code>
+        on the video or audio element has been updated.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange" href="common-attributes.html#scripting.attr.onreadystatechange">onreadystatechange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange" href="common-attributes.html#scripting.attr.onreadystatechange">onreadystatechange</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>Element and all its subresources have finished loading.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="common-attributes.html#scripting.attr.onscroll">onscroll</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.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- spec.html	3 Jul 2010 02:26:31 -0000	1.224
+++ spec.html	3 Jul 2010 05:46:07 -0000	1.225
@@ -19436,16 +19436,16 @@
 <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> <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>
+            <dd>Load of element 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>Target lost focus.</dd>
+            <dd>Element 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> <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
+            <dd>The UA can resume playback of media data for this
         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
@@ -19456,189 +19456,208 @@
 <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
+        now, the 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>User committed a change to the value of target (form
+            <dd>User committed a change to the value of element (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>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>
+        button over element, or otherwise activated the pointer in
+        a manner that emulates 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> <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>
+            <dd>User requested the context menu for element.</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>User clicked pointer button twice over target, or
+            <dd>User clicked pointer button twice over element, 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User is continuing to drag target.</dd>
+            <dd>User is continuing to drag element.</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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User ended dragging target.</dd>
+            <dd>User ended dragging element.</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> <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>
+            <dd>User&#8217;s drag operation entered element.</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> <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>
+            <dd>User&#8217;s drag operation left element.</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> <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>
+            <dd>User is continuing drag operation over element.</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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>User started dragging target.</dd>
+            <dd>User started dragging element.</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> <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>
+            <dd>User completed drop operation over element.</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> <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
+            <dd>The DOM attribute <code>duration</code> on the
         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> <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
+            <dd>Element 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> <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
+            <dd>The end of the 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
-            <dd>Target failed to load properly.</dd>
+            <dd>Element 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>Target received focus.</dd>
+            <dd>Element 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
             <dd>User committed a change to the value of a form control
-        in the form to which the target belongs.</dd>
+        in the form to which the element 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> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
 </dt>
             <dd>User changed the value of a form control in the form to
-        which the target belongs.</dd>
+        which the element 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>
-            <dd>User changed the value of a target (form control).</dd>
+            <dd>User changed the value of element (form control).</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.oninvalid" title="scripting.attr.oninvalid" href="#scripting.attr.oninvalid">oninvalid</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.oninvalid" title="scripting.attr.oninvalid" href="#scripting.attr.oninvalid">oninvalid</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>Element (form control) did not meet validity constraints.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeydown" title="scripting.attr.onkeydown" href="#scripting.attr.onkeydown">onkeydown</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down a key.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeypress" title="scripting.attr.onkeypress" href="#scripting.attr.onkeypress">onkeypress</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down a key that is associated with a
+        character value.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onkeyup" title="scripting.attr.onkeyup" href="#scripting.attr.onkeyup">onkeyup</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User release a key.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onload" title="scripting.attr.onload" href="#scripting.attr.onload">onload</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>Element finished loading.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadeddata" title="scripting.attr.onloadeddata" href="#scripting.attr.onloadeddata">onloadeddata</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadeddata" title="scripting.attr.onloadeddata" href="#scripting.attr.onloadeddata">onloadeddata</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>UA can render the video or audio element at the
+        current playback position for the first time.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadedmetadata" title="scripting.attr.onloadedmetadata" href="#scripting.attr.onloadedmetadata">onloadedmetadata</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadedmetadata" title="scripting.attr.onloadedmetadata" href="#scripting.attr.onloadedmetadata">onloadedmetadata</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>UA has just determined the duration and dimensions of
+        the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onloadstart" title="scripting.attr.onloadstart" href="#scripting.attr.onloadstart">onloadstart</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onloadstart" title="scripting.attr.onloadstart" href="#scripting.attr.onloadstart">onloadstart</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>UA has begun looking for media data in the video or
+        audio element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousedown" title="scripting.attr.onmousedown" href="#scripting.attr.onmousedown">onmousedown</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User pressed down pointer button over element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousemove" title="scripting.attr.onmousemove" href="#scripting.attr.onmousemove">onmousemove</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved mouse.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseout" title="scripting.attr.onmouseout" href="#scripting.attr.onmouseout">onmouseout</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved pointer off boundaries of element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseover" title="scripting.attr.onmouseover" href="#scripting.attr.onmouseover">onmouseover</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User moved pointer into boundaries of element or one of
+        its descendant elements.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmouseup" title="scripting.attr.onmouseup" href="#scripting.attr.onmouseup">onmouseup</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User released pointer button over element.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onmousewheel" title="scripting.attr.onmousewheel" href="#scripting.attr.onmousewheel">onmousewheel</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+            <dd>User rotated wheel of mouse or other device in a manner
+        that emulates such an action.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onpause" title="scripting.attr.onpause" href="#scripting.attr.onpause">onpause</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onpause" title="scripting.attr.onpause" href="#scripting.attr.onpause">onpause</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 has paused playback of the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onplay" title="scripting.attr.onplay" href="#scripting.attr.onplay">onplay</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onplay" title="scripting.attr.onplay" href="#scripting.attr.onplay">onplay</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>UA has initiated playback of the video or audio element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onplaying" title="scripting.attr.onplaying" href="#scripting.attr.onplaying">onplaying</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onplaying" title="scripting.attr.onplaying" href="#scripting.attr.onplaying">onplaying</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>Playback of the video or audio element has started.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onprogress" title="scripting.attr.onprogress" href="#scripting.attr.onprogress">onprogress</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onprogress" title="scripting.attr.onprogress" href="#scripting.attr.onprogress">onprogress</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>UA is fetching media data for the video or audio
+        element.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onratechange" title="scripting.attr.onratechange" href="#scripting.attr.onratechange">onratechange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onratechange" title="scripting.attr.onratechange" href="#scripting.attr.onratechange">onratechange</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>Either the DOM attribute <code>defaultPlaybackRate</code>
+        or the DOM attribute <code>playbackRate</code>
+        on the video or audio element has been updated.</dd>
           
             <dt>
-<a class="attribute-name" id="scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange" href="#scripting.attr.onreadystatechange">onreadystatechange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
-            <dd></dd>
+<a class="attribute-name" id="scripting.attr.onreadystatechange" title="scripting.attr.onreadystatechange" href="#scripting.attr.onreadystatechange">onreadystatechange</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>Element and all its subresources have finished loading.</dd>
           
             <dt>
 <a class="attribute-name" id="scripting.attr.onscroll" title="scripting.attr.onscroll" href="#scripting.attr.onscroll">onscroll</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>

Received on Saturday, 3 July 2010 05:46:11 UTC