- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Jun 2011 07:47:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18127 Modified Files: acknowledgements.html spec.html the-canvas-element.html timers.html Log Message: ack for last checkin (whatwg r6204) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.907 retrieving revision 1.908 diff -u -d -r1.907 -r1.908 --- the-canvas-element.html 7 Jun 2011 00:47:25 -0000 1.907 +++ the-canvas-element.html 9 Jun 2011 07:47:02 -0000 1.908 @@ -338,7 +338,8 @@ <dt>Contexts in which this element can be used:</dt> <dd>Where <a href="content-models.html#embedded-content">embedded content</a> is expected.</dd> <dt>Content model:</dt> - <dd><a href="content-models.html#transparent">Transparent</a>, but with no <a href="content-models.html#interactive-content">interactive content</a> descendants except for <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements, <code><a href="the-button-element.html#the-button-element">button</a></code> elements, <code><a href="the-input-element.html#the-input-element">input</a></code> elements whose <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute are in the <a href="number-state.html#checkbox-state" title="attr-input-type-checkbox">Checkbox</a> or <a href="number-state.html#radio-button-state" title="attr-input-type-radio">Radio Button</a> states, and <code><a href="the-input-element.html#the-input-element">input</a></code> elements that are <a href="forms.html#concept-button" title="concept-button">buttons</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> + <dd><a href="content-models.html#transparent">Transparent</a>.</dd> <dt>Content attributes:</dt> <dd><a href="elements.html#global-attributes">Global attributes</a></dd> <dd><code title="attr-canvas-width"><a href="#attr-canvas-width">width</a></code></dd> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1083 retrieving revision 1.1084 diff -u -d -r1.1083 -r1.1084 --- acknowledgements.html 3 Jun 2011 00:47:27 -0000 1.1083 +++ acknowledgements.html 9 Jun 2011 07:47:02 -0000 1.1084 @@ -352,6 +352,7 @@ Alex Nicolaou, Alex Rousskov, Alexander J. Vincent, + Alexandre Morgaut, Alexey Feldgendler, Алексей Проскуряков (Alexey Proskuryakov), Alexis Deveria, Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- timers.html 4 Jun 2011 01:46:48 -0000 1.43 +++ timers.html 9 Jun 2011 07:47:02 -0000 1.44 @@ -342,7 +342,7 @@ long <a href="#dom-windowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(in any handler, in optional any timeout, in any... args); void <a href="#dom-windowtimers-clearinterval" title="dom-windowtimers-clearInterval">clearInterval</a>(in long handle); }; -<a href="browsers.html#window">Window</a> implements <a href="#windowtimers">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt> +<a href="browsers.html#window">Window</a> implements <a href="#windowtimers">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt> <dd> @@ -368,7 +368,7 @@ </dd> - <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt> + <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt> <dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1522 retrieving revision 1.1523 diff -u -d -r1.1522 -r1.1523 --- spec.html 9 Jun 2011 06:46:54 -0000 1.1522 +++ spec.html 9 Jun 2011 07:47:02 -0000 1.1523 @@ -347,7 +347,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4969. +This is revision 1.4972. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Thursday, 9 June 2011 07:47:11 UTC