- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Oct 2012 04:44:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv26077 Modified Files: acknowledgements.html browsers.html commands.html dnd.html index.html infrastructure.html section-index.html single-page.html webappapis.html Log Message: commit 9a52f05977031784e86a60801de3316614726b17 Author: ianh <ianh@340c8d12-0b0e-0410-8428-c7bf67bfef74> Date: Fri Jun 29 20:46:47 2012 +0000 [] (0) Drop the attempt at speccing the legacy window.find() API. Affected topics: DOM APIs, HTML git-svn-id: http://svn.whatwg.org/webapps@7161 340c8d12-0b0e-0410-8428-c7bf67bfef74 (cherry picked from commit eb0281deeb0e5c4f51808b6b59a357742c775bf2) Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1341 retrieving revision 1.1342 diff -u -d -r1.1341 -r1.1342 --- infrastructure.html 29 Oct 2012 02:45:15 -0000 1.1341 +++ infrastructure.html 29 Oct 2012 04:44:23 -0000 1.1342 @@ -1300,11 +1300,13 @@ <dd> - <p>The <dfn id="arraybuffer">ArrayBuffer</dfn> interface and underlying concepts - from the Typed Array Specification are used for several features - in this specification. The <dfn id="uint8clampedarray">Uint8ClampedArray</dfn> interface - type is specifically used in the definition of the - <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element's 2D API. <a href="references.html#refsTYPEDARRAY">[TYPEDARRAY]</a></p> + <p>The <dfn id="arraybuffer">ArrayBuffer</dfn> + + interface and underlying concepts from the Typed Array + Specification are used for several features in this specification. + The <dfn id="uint8clampedarray">Uint8ClampedArray</dfn> interface type is specifically + used in the definition of the <code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code> element's 2D + API. <a href="references.html#refsTYPEDARRAY">[TYPEDARRAY]</a></p> </dd> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1285 retrieving revision 1.1286 diff -u -d -r1.1285 -r1.1286 --- browsers.html 29 Oct 2012 02:45:11 -0000 1.1285 +++ browsers.html 29 Oct 2012 04:44:23 -0000 1.1286 @@ -1104,7 +1104,6 @@ attribute DOMString <a href="#dom-name" title="dom-name">name</a>; <!-- not [Replaceable] per WebKit and IE8 --> [PutForwards=<a href="history.html#dom-location-href" title="dom-location-href">href</a>, Unforgeable] readonly attribute <a href="history.html#location">Location</a> <a href="history.html#dom-location" title="dom-location">location</a>; readonly attribute <a href="history.html#history-1">History</a> <a href="history.html#dom-history" title="dom-history">history</a>; -<!--FIND--> [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-locationbar" title="dom-window-locationbar">locationbar</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-menubar" title="dom-window-menubar">menubar</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-personalbar" title="dom-window-personalbar">personalbar</a>; Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.287 retrieving revision 1.288 diff -u -d -r1.287 -r1.288 --- dnd.html 29 Oct 2012 02:45:13 -0000 1.287 +++ dnd.html 29 Oct 2012 04:44:23 -0000 1.288 @@ -2802,7 +2802,6 @@ <!--REMOVE-TOPIC:Security--> -<!--FIND--> <!--POSTMSG--> <!--TOPIC:HTML Syntax and Parsing--> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.248 retrieving revision 1.249 diff -u -d -r1.248 -r1.249 --- commands.html 29 Oct 2012 02:45:12 -0000 1.248 +++ commands.html 29 Oct 2012 04:44:23 -0000 1.249 @@ -1250,7 +1250,7 @@ </ol></li> <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple - event</a> named <code title="event-close">close</code> at <var title="">dialog</var>.</li> + event</a> named <dfn id="event-close" title="event-close"><code>close</code></dfn> at <var title="">dialog</var>.</li> </ol><!--TOPIC:DOM APIs--><p>The <dfn id="dom-dialog-returnvalue" title="dom-dialog-returnValue"><code>returnValue</code></dfn> IDL attribute, on getting, must return the last value to which it was @@ -1263,8 +1263,8 @@ <code><a href="dom.html#document">Document</a></code>'s <a href="#pending-dialog-stack">pending dialog stack</a> is not empty, user agents may provide a user interface that, upon activation, <a href="webappapis.html#queue-a-task" title="queue a task">queues a task</a> to - <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-cancel">cancel</code> that is cancelable at the top - <code><a href="#the-dialog-element">dialog</a></code> element on the <code><a href="dom.html#document">Document</a></code>'s + <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <dfn id="event-cancel" title="event-cancel"><code>cancel</code></dfn> that is cancelable at + the top <code><a href="#the-dialog-element">dialog</a></code> element on the <code><a href="dom.html#document">Document</a></code>'s <a href="#pending-dialog-stack">pending dialog stack</a>. The default action of this event must be to <a href="#close-the-dialog">close the dialog</a> with no return value.</p> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1304 retrieving revision 1.1305 diff -u -d -r1.1304 -r1.1305 --- acknowledgements.html 29 Oct 2012 02:45:11 -0000 1.1304 +++ acknowledgements.html 29 Oct 2012 04:44:23 -0000 1.1305 @@ -907,6 +907,7 @@ Sylvain Pasche, T. J. Crowder, Tab Atkins, + Takeshi Yoshino, <span lang="tr" title="">Tantek Çelik</span>, 田村健人 (TAMURA Kent), Ted Mielczarek, Index: single-page.html =================================================================== RCS file: /sources/public/html5/spec/single-page.html,v retrieving revision 1.190 retrieving revision 1.191 diff -u -d -r1.190 -r1.191 --- single-page.html 29 Oct 2012 03:44:23 -0000 1.190 +++ single-page.html 29 Oct 2012 04:44:24 -0000 1.191 @@ -4028,11 +4028,13 @@ <dd> - <p>The <dfn id="arraybuffer">ArrayBuffer</dfn> interface and underlying concepts - from the Typed Array Specification are used for several features - in this specification. The <dfn id="uint8clampedarray">Uint8ClampedArray</dfn> interface - type is specifically used in the definition of the - <code><a href="#the-canvas-element">canvas</a></code> element's 2D API. <a href="#refsTYPEDARRAY">[TYPEDARRAY]</a></p> + <p>The <dfn id="arraybuffer">ArrayBuffer</dfn> + + interface and underlying concepts from the Typed Array + Specification are used for several features in this specification. + The <dfn id="uint8clampedarray">Uint8ClampedArray</dfn> interface type is specifically + used in the definition of the <code><a href="#the-canvas-element">canvas</a></code> element's 2D + API. <a href="#refsTYPEDARRAY">[TYPEDARRAY]</a></p> </dd> @@ -55795,7 +55797,7 @@ </li> <li><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple - event</a> named <code title="event-close">close</code> at <var title="">dialog</var>.</p></li> + event</a> named <dfn id="event-close" title="event-close"><code>close</code></dfn> at <var title="">dialog</var>.</p></li> </ol> @@ -55814,8 +55816,8 @@ <code><a href="#document">Document</a></code>'s <a href="#pending-dialog-stack">pending dialog stack</a> is not empty, user agents may provide a user interface that, upon activation, <a href="#queue-a-task" title="queue a task">queues a task</a> to - <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-cancel">cancel</code> that is cancelable at the top - <code><a href="#the-dialog-element">dialog</a></code> element on the <code><a href="#document">Document</a></code>'s + <a href="#fire-a-simple-event">fire a simple event</a> named <dfn id="event-cancel" title="event-cancel"><code>cancel</code></dfn> that is cancelable at + the top <code><a href="#the-dialog-element">dialog</a></code> element on the <code><a href="#document">Document</a></code>'s <a href="#pending-dialog-stack">pending dialog stack</a>. The default action of this event must be to <a href="#close-the-dialog">close the dialog</a> with no return value.</p> @@ -59643,7 +59645,6 @@ attribute DOMString <a href="#dom-name" title="dom-name">name</a>; <!-- not [Replaceable] per WebKit and IE8 --> [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>, Unforgeable] readonly attribute <a href="#location">Location</a> <a href="#dom-location" title="dom-location">location</a>; readonly attribute <a href="#history-1">History</a> <a href="#dom-history" title="dom-history">history</a>; -<!--FIND--> [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-locationbar" title="dom-window-locationbar">locationbar</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-menubar" title="dom-window-menubar">menubar</a>; [Replaceable] readonly attribute <a href="#barprop">BarProp</a> <a href="#dom-window-personalbar" title="dom-window-personalbar">personalbar</a>; @@ -67972,7 +67973,7 @@ </td></tr><tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> </td><td> <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code> </td></tr><tr><td><dfn id="handler-onchange" title="handler-onchange"><code>onchange</code></dfn> </td><td> <code title="event-change">change</code> <!-- widely used --> </td></tr><tr><td><dfn id="handler-onclick" title="handler-onclick"><code>onclick</code></dfn> </td><td> <code title="event-click"><a href="#event-click">click</a></code> <!-- widely used --> - </td></tr><tr><td><dfn id="handler-onclose" title="handler-onclose"><code>onclose</code></dfn> </td><td> <code title="event-close">close</code> <!-- new for <dialog> --> + </td></tr><tr><td><dfn id="handler-onclose" title="handler-onclose"><code>onclose</code></dfn> </td><td> <code title="event-close"><a href="#event-close">close</a></code> <!-- new for <dialog> --> </td></tr><tr><td><dfn id="handler-oncontextmenu" title="handler-oncontextmenu"><code>oncontextmenu</code></dfn> </td><td> <code title="event-contextmenu">contextmenu</code> <!-- widely used --> </td></tr><tr><td><dfn id="handler-oncuechange" title="handler-oncuechange"><code>oncuechange</code></dfn> </td><td> <code title="event-cuechange">cuechange</code> </td></tr><tr><td><dfn id="handler-ondblclick" title="handler-ondblclick"><code>ondblclick</code></dfn> </td><td> <code title="event-dblclick">dblclick</code> <!-- widely used --> @@ -74406,7 +74407,6 @@ <!--REMOVE-TOPIC:Security--> -<!--FIND--> <!--POSTMSG--> <!--TOPIC:HTML Syntax and Parsing--> @@ -95104,7 +95104,7 @@ </td></tr><tr> <th id="ix-handler-onclose"> <code title="">onclose</code> </th><td> <a href="#handler-onclose" title="handler-onclose">HTML elements</a> - </td><td> <code title="event-close">close</code> event handler + </td><td> <code title="event-close"><a href="#event-close">close</a></code> event handler </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr> @@ -97472,6 +97472,7 @@ Sylvain Pasche, T. J. Crowder, Tab Atkins, + Takeshi Yoshino, <span lang="tr" title="">Tantek Çelik</span>, 田村健人 (TAMURA Kent), Ted Mielczarek, Index: section-index.html =================================================================== RCS file: /sources/public/html5/spec/section-index.html,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- section-index.html 29 Oct 2012 02:45:16 -0000 1.165 +++ section-index.html 29 Oct 2012 04:44:24 -0000 1.166 @@ -2649,7 +2649,7 @@ <tr><th id="ix-handler-onclose"> <code title="">onclose</code> <td> <a href="webappapis.html#handler-onclose" title="handler-onclose">HTML elements</a> - <td> <code title="event-close">close</code> event handler + <td> <code title="event-close"><a href="commands.html#event-close">close</a></code> event handler <td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> <tr><th id="ix-handler-oncontextmenu"> <code title="">oncontextmenu</code> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- webappapis.html 29 Oct 2012 02:45:26 -0000 1.406 +++ webappapis.html 29 Oct 2012 04:44:24 -0000 1.407 @@ -1689,7 +1689,7 @@ <tr><td><dfn id="handler-oncanplaythrough" title="handler-oncanplaythrough"><code>oncanplaythrough</code></dfn> <td> <code title="event-media-canplaythrough"><a href="media-elements.html#event-media-canplaythrough">canplaythrough</a></code> <tr><td><dfn id="handler-onchange" title="handler-onchange"><code>onchange</code></dfn> <td> <code title="event-change">change</code> <!-- widely used --> <tr><td><dfn id="handler-onclick" title="handler-onclick"><code>onclick</code></dfn> <td> <code title="event-click"><a href="infrastructure.html#event-click">click</a></code> <!-- widely used --> - <tr><td><dfn id="handler-onclose" title="handler-onclose"><code>onclose</code></dfn> <td> <code title="event-close">close</code> <!-- new for <dialog> --> + <tr><td><dfn id="handler-onclose" title="handler-onclose"><code>onclose</code></dfn> <td> <code title="event-close"><a href="commands.html#event-close">close</a></code> <!-- new for <dialog> --> <tr><td><dfn id="handler-oncontextmenu" title="handler-oncontextmenu"><code>oncontextmenu</code></dfn> <td> <code title="event-contextmenu">contextmenu</code> <!-- widely used --> <tr><td><dfn id="handler-oncuechange" title="handler-oncuechange"><code>oncuechange</code></dfn> <td> <code title="event-cuechange">cuechange</code> <tr><td><dfn id="handler-ondblclick" title="handler-ondblclick"><code>ondblclick</code></dfn> <td> <code title="event-dblclick">dblclick</code> <!-- widely used -->
Received on Monday, 29 October 2012 04:44:29 UTC