- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 03 Jul 2010 23:12:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv32041 Modified Files: Overview.html common-attributes.html spec.html Log Message: finished adding remaining descriptions for all event-handler attributes that are allowed globally Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.425 retrieving revision 1.426 diff -u -d -r1.425 -r1.426 --- Overview.html 3 Jul 2010 02:26:26 -0000 1.425 +++ Overview.html 3 Jul 2010 23:12:29 -0000 1.426 @@ -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 Reference</h1> -<h2>W3C Editor’s Draft <em>3 July 2010</em> +<h2>W3C Editor’s Draft <em>4 July 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -64,7 +64,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 3 July 2010 Editor’s Draft of + This document is the 4 July 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’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.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- common-attributes.html 3 Jul 2010 05:46:06 -0000 1.44 +++ common-attributes.html 3 Jul 2010 23:12:29 -0000 1.45 @@ -271,7 +271,9 @@ <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 element.</dd> + <dd>User requested the + <a href="common-attributes.html#context-menu">context menu</a> + 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> @@ -458,47 +460,73 @@ <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> - <dd></dd> + <dd>Element or document view was scrolled.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onseeked" title="scripting.attr.onseeked" href="common-attributes.html#scripting.attr.onseeked">onseeked</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onseeked" title="scripting.attr.onseeked" href="common-attributes.html#scripting.attr.onseeked">onseeked</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 value of the IDL attribute <code>seeking</code> + changed to <code>false</code> (a seek operation on the + video or audio element ended).</dd> <dt> -<a class="attribute-name" id="scripting.attr.onseeking" title="scripting.attr.onseeking" href="common-attributes.html#scripting.attr.onseeking">onseeking</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onseeking" title="scripting.attr.onseeking" href="common-attributes.html#scripting.attr.onseeking">onseeking</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 value of the IDL attribute <code>seeking</code> + changed to <code>true</code>, and the seek operation on + the video or audio elements is taking long enough that the + UA has time to fire the <code>seeking</code> event.</dd> <dt> <a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="common-attributes.html#scripting.attr.onselect">onselect</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> + <dd>User selected some text.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onshow" title="scripting.attr.onshow" href="common-attributes.html#scripting.attr.onshow">onshow</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onshow" title="scripting.attr.onshow" href="common-attributes.html#scripting.attr.onshow">onshow</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 element be shown as a + <a href="common-attributes.html#context-menu">context menu</a>.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onstalled" title="scripting.attr.onstalled" href="common-attributes.html#scripting.attr.onstalled">onstalled</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onstalled" title="scripting.attr.onstalled" href="common-attributes.html#scripting.attr.onstalled">onstalled</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 attempting to fetch media data for the video or + audio element, but that data is not forthcoming.</dd> <dt> <a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="common-attributes.html#scripting.attr.onsubmit">onsubmit</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> + <dd>The + <a href="form.html#form" class="element">form</a> + element was submitted.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onsuspend" title="scripting.attr.onsuspend" href="common-attributes.html#scripting.attr.onsuspend">onsuspend</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onsuspend" title="scripting.attr.onsuspend" href="common-attributes.html#scripting.attr.onsuspend">onsuspend</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 intentionally not currently fetching media data + for the video or audio element, but does not have the + entire contents downloaded.</dd> <dt> -<a class="attribute-name" id="scripting.attr.ontimeupdate" title="scripting.attr.ontimeupdate" href="common-attributes.html#scripting.attr.ontimeupdate">ontimeupdate</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.ontimeupdate" title="scripting.attr.ontimeupdate" href="common-attributes.html#scripting.attr.ontimeupdate">ontimeupdate</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 current playback position of the video or audio + element changed either as part of normal playback, or in an + especially interesting way (for example, discontinuously).</dd> <dt> -<a class="attribute-name" id="scripting.attr.onvolumechange" title="scripting.attr.onvolumechange" href="common-attributes.html#scripting.attr.onvolumechange">onvolumechange</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onvolumechange" title="scripting.attr.onvolumechange" href="common-attributes.html#scripting.attr.onvolumechange">onvolumechange</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>volume</code> + or the DOM attribute <code>muted</code> + on the video or audio element has been changed.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onwaiting" title="scripting.attr.onwaiting" href="common-attributes.html#scripting.attr.onwaiting">onwaiting</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onwaiting" title="scripting.attr.onwaiting" href="common-attributes.html#scripting.attr.onwaiting">onwaiting</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 stopped + because the next frame is not yet available (but UA + agent expects that frame to become available in due + course).</dd> </dl> </div> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.225 retrieving revision 1.226 diff -u -d -r1.225 -r1.226 --- spec.html 3 Jul 2010 05:46:07 -0000 1.225 +++ spec.html 3 Jul 2010 23:12:29 -0000 1.226 @@ -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 Reference</h1> -<h2>W3C Editor’s Draft <em>3 July 2010</em> +<h2>W3C Editor’s Draft <em>4 July 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -63,7 +63,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 3 July 2010 Editor’s Draft of + This document is the 4 July 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’d like to comment on this document, the preferred @@ -19474,7 +19474,9 @@ <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 element.</dd> + <dd>User requested the + <a href="#context-menu">context menu</a> + 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> @@ -19661,47 +19663,73 @@ <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> - <dd></dd> + <dd>Element or document view was scrolled.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onseeked" title="scripting.attr.onseeked" href="#scripting.attr.onseeked">onseeked</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onseeked" title="scripting.attr.onseeked" href="#scripting.attr.onseeked">onseeked</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 value of the IDL attribute <code>seeking</code> + changed to <code>false</code> (a seek operation on the + video or audio element ended).</dd> <dt> -<a class="attribute-name" id="scripting.attr.onseeking" title="scripting.attr.onseeking" href="#scripting.attr.onseeking">onseeking</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onseeking" title="scripting.attr.onseeking" href="#scripting.attr.onseeking">onseeking</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 value of the IDL attribute <code>seeking</code> + changed to <code>true</code>, and the seek operation on + the video or audio elements is taking long enough that the + UA has time to fire the <code>seeking</code> event.</dd> <dt> <a class="attribute-name" id="scripting.attr.onselect" title="scripting.attr.onselect" href="#scripting.attr.onselect">onselect</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> + <dd>User selected some text.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onshow" title="scripting.attr.onshow" href="#scripting.attr.onshow">onshow</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onshow" title="scripting.attr.onshow" href="#scripting.attr.onshow">onshow</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 element be shown as a + <a href="#context-menu">context menu</a>.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onstalled" title="scripting.attr.onstalled" href="#scripting.attr.onstalled">onstalled</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onstalled" title="scripting.attr.onstalled" href="#scripting.attr.onstalled">onstalled</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 attempting to fetch media data for the video or + audio element, but that data is not forthcoming.</dd> <dt> <a class="attribute-name" id="scripting.attr.onsubmit" title="scripting.attr.onsubmit" href="#scripting.attr.onsubmit">onsubmit</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> + <dd>The + <a href="#form" class="element">form</a> + element was submitted.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onsuspend" title="scripting.attr.onsuspend" href="#scripting.attr.onsuspend">onsuspend</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onsuspend" title="scripting.attr.onsuspend" href="#scripting.attr.onsuspend">onsuspend</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 intentionally not currently fetching media data + for the video or audio element, but does not have the + entire contents downloaded.</dd> <dt> -<a class="attribute-name" id="scripting.attr.ontimeupdate" title="scripting.attr.ontimeupdate" href="#scripting.attr.ontimeupdate">ontimeupdate</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.ontimeupdate" title="scripting.attr.ontimeupdate" href="#scripting.attr.ontimeupdate">ontimeupdate</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 current playback position of the video or audio + element changed either as part of normal playback, or in an + especially interesting way (for example, discontinuously).</dd> <dt> -<a class="attribute-name" id="scripting.attr.onvolumechange" title="scripting.attr.onvolumechange" href="#scripting.attr.onvolumechange">onvolumechange</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onvolumechange" title="scripting.attr.onvolumechange" href="#scripting.attr.onvolumechange">onvolumechange</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>volume</code> + or the DOM attribute <code>muted</code> + on the video or audio element has been changed.</dd> <dt> -<a class="attribute-name" id="scripting.attr.onwaiting" title="scripting.attr.onwaiting" href="#scripting.attr.onwaiting">onwaiting</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt> - <dd></dd> +<a class="attribute-name" id="scripting.attr.onwaiting" title="scripting.attr.onwaiting" href="#scripting.attr.onwaiting">onwaiting</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 stopped + because the next frame is not yet available (but UA + agent expects that frame to become available in due + course).</dd> </dl> </div>
Received on Saturday, 3 July 2010 23:12:35 UTC