- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 12 Aug 2009 01:06:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2160 Modified Files: acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html history.html index.html infrastructure.html interactive-elements.html introduction.html microdata.html named-character-references.html no.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html Log Message: Make CanvasPixelArray use 'octet' instead of 'unsigned short'. (whatwg r3591) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- infrastructure.html 12 Aug 2009 00:26:30 -0000 1.113 +++ infrastructure.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="introduction.html">← 1 Introduction</a> – <a href="spec.html#contents">Table of contents</a> – <a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- text-level-semantics.html 12 Aug 2009 00:26:30 -0000 1.106 +++ text-level-semantics.html 12 Aug 2009 01:06:33 -0000 1.107 @@ -185,7 +185,7 @@ <a href="semantics.html">← 4 The elements of HTML</a> – <a href="spec.html#contents">Table of contents</a> – <a href="embedded-content-0.html">4.8 Embedded content →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- the-canvas-element.html 11 Aug 2009 01:06:39 -0000 1.19 +++ the-canvas-element.html 12 Aug 2009 01:06:33 -0000 1.20 @@ -571,8 +571,8 @@ interface <dfn id="canvaspixelarray">CanvasPixelArray</dfn> { readonly attribute unsigned long <a href="#dom-canvaspixelarray-length" title="dom-canvaspixelarray-length">length</a>; - <a href="#dom-canvaspixelarray-get" title="dom-CanvasPixelArray-get">getter</a> unsigned short (in unsigned long index); - <a href="#dom-canvaspixelarray-set" title="dom-CanvasPixelArray-set">setter</a> void (in unsigned long index, in unsigned short value); + <a href="#dom-canvaspixelarray-get" title="dom-CanvasPixelArray-get">getter</a> octet (in unsigned long index); + <a href="#dom-canvaspixelarray-set" title="dom-CanvasPixelArray-set">setter</a> void (in unsigned long index, in octet value); };</pre> <dl class="domintro"><dt><var title="">context</var> . <code title="dom-context-2d-canvas"><a href="#dom-context-2d-canvas">canvas</a></code></dt> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- tabular-data.html 12 Aug 2009 00:26:30 -0000 1.107 +++ tabular-data.html 12 Aug 2009 01:06:33 -0000 1.108 @@ -185,7 +185,7 @@ <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="spec.html#contents">Table of contents</a> – <a href="forms.html">4.10 Forms →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3> Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec/microdata.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- microdata.html 12 Aug 2009 00:26:30 -0000 1.67 +++ microdata.html 12 Aug 2009 01:06:32 -0000 1.68 @@ -185,7 +185,7 @@ <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="spec.html#contents">Table of contents</a> – <a href="browsers.html">6 Web browsers →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="microdata"><span class="secno">5 </span><dfn>Microdata</dfn></h2> Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- embedded-content-0.html 12 Aug 2009 00:26:30 -0000 1.107 +++ embedded-content-0.html 12 Aug 2009 01:06:32 -0000 1.108 @@ -185,7 +185,7 @@ <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="spec.html#contents">Table of contents</a> – <a href="video.html">4.8.7 The video element →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="embedded-content-0"><span class="secno">4.8 </span>Embedded content</h3> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- dom.html 12 Aug 2009 00:26:30 -0000 1.113 +++ dom.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="spec.html#contents">Table of contents</a> – <a href="semantics.html">4 The elements of HTML →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- acknowledgements.html 12 Aug 2009 00:26:29 -0000 1.113 +++ acknowledgements.html 12 Aug 2009 01:06:31 -0000 1.114 @@ -183,7 +183,7 @@ <nav> <a href="references.html">← References</a> – <a href="spec.html#contents">Table of contents</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 class="no-num" id="acknowledgements">Acknowledgements</h2> <!-- ACKS --> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- history.html 12 Aug 2009 00:26:30 -0000 1.107 +++ history.html 12 Aug 2009 01:06:32 -0000 1.108 @@ -185,7 +185,7 @@ <a href="offline.html">← 6.9 Offline Web applications</a> – <a href="spec.html#contents">Table of contents</a> – <a href="editing.html">7 User Interaction →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="history"><span class="secno">6.10 </span>Session history and navigation</h3> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- forms.html 12 Aug 2009 00:26:30 -0000 1.107 +++ forms.html 12 Aug 2009 01:06:32 -0000 1.108 @@ -185,7 +185,7 @@ <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="spec.html#contents">Table of contents</a> – <a href="interactive-elements.html">4.11 Interactive elements →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="forms"><span class="secno">4.10 </span>Forms</h3> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- interactive-elements.html 12 Aug 2009 00:26:30 -0000 1.107 +++ interactive-elements.html 12 Aug 2009 01:06:32 -0000 1.108 @@ -185,7 +185,7 @@ <a href="forms.html">← 4.10 Forms</a> – <a href="spec.html#contents">Table of contents</a> – <a href="microdata.html">5 Microdata →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- editing.html 12 Aug 2009 00:26:30 -0000 1.113 +++ editing.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="history.html">← 6.10 Session history and navigation</a> – <a href="spec.html#contents">Table of contents</a> – <a href="comms.html">8 Communication →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- browsers.html 12 Aug 2009 00:26:29 -0000 1.113 +++ browsers.html 12 Aug 2009 01:06:31 -0000 1.114 @@ -185,7 +185,7 @@ <a href="microdata.html">← 5 Microdata</a> – <a href="spec.html#contents">Table of contents</a> – <a href="offline.html">6.9 Offline Web applications →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="browsers"><span class="secno">6 </span>Web browsers</h2> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- the-xhtml-syntax.html 12 Aug 2009 00:26:30 -0000 1.113 +++ the-xhtml-syntax.html 12 Aug 2009 01:06:33 -0000 1.114 @@ -185,7 +185,7 @@ <a href="named-character-references.html">← 9.6 Named character references</a> – <a href="spec.html#contents">Table of contents</a> – <a href="obsolete.html">12 Obsolete features →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn id="xhtml">The XHTML syntax</dfn></h2> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- offline.html 12 Aug 2009 00:26:30 -0000 1.108 +++ offline.html 12 Aug 2009 01:06:32 -0000 1.109 @@ -185,7 +185,7 @@ <a href="browsers.html">← 6 Web browsers</a> – <a href="spec.html#contents">Table of contents</a> – <a href="history.html">6.10 Session history and navigation →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="offline"><span class="secno">6.9 </span>Offline Web applications</h3> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- syntax.html 12 Aug 2009 00:26:30 -0000 1.113 +++ syntax.html 12 Aug 2009 01:06:33 -0000 1.114 @@ -185,7 +185,7 @@ <a href="comms.html">← 8 Communication</a> – <a href="spec.html#contents">Table of contents</a> – <a href="named-character-references.html">9.6 Named character references →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="syntax"><span class="secno">9 </span><dfn>The HTML syntax</dfn></h2> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- obsolete.html 12 Aug 2009 00:26:30 -0000 1.105 +++ obsolete.html 12 Aug 2009 01:06:32 -0000 1.106 @@ -185,7 +185,7 @@ <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – <a href="no.html">13 Things that you can't do with this specification because they are better handled using other technologies that are further described herein →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- named-character-references.html 12 Aug 2009 00:26:30 -0000 1.106 +++ named-character-references.html 12 Aug 2009 01:06:32 -0000 1.107 @@ -185,7 +185,7 @@ <a href="syntax.html">← 9 The HTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – <a href="the-xhtml-syntax.html">10 The XHTML syntax →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h3 id="named-character-references"><span class="secno">9.6 </span><dfn>Named character references</dfn></h3> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- references.html 12 Aug 2009 00:26:30 -0000 1.113 +++ references.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="index.html">← Index</a> – <a href="spec.html#contents">Table of contents</a> – <a href="acknowledgements.html">Acknowledgements →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 class="no-num" id="references">References</h2> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- semantics.html 12 Aug 2009 00:26:30 -0000 1.113 +++ semantics.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="spec.html#contents">Table of contents</a> – <a href="text-level-semantics.html">4.6 Text-level semantics →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- index.html 12 Aug 2009 00:26:30 -0000 1.113 +++ index.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="iana-considerations.html">← IANA considerations</a> – <a href="spec.html#contents">Table of contents</a> – <a href="references.html">References →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 class="no-num" id="index">Index</h2> Index: comms.html =================================================================== RCS file: /sources/public/html5/spec/comms.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- comms.html 12 Aug 2009 00:26:29 -0000 1.113 +++ comms.html 12 Aug 2009 01:06:31 -0000 1.114 @@ -185,7 +185,7 @@ <a href="editing.html">← 7 User Interaction</a> – <a href="spec.html#contents">Table of contents</a> – <a href="syntax.html">9 The HTML syntax →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="comms"><span class="secno">8 </span>Communication</h2> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- spec.html 12 Aug 2009 00:26:30 -0000 1.113 +++ spec.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -200,7 +200,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.2783. +This is revision 1.2784. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- introduction.html 12 Aug 2009 00:26:30 -0000 1.113 +++ introduction.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -183,7 +183,7 @@ <nav> <a href="spec.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="introduction"><span class="secno">1 </span>Introduction</h2> Index: no.html =================================================================== RCS file: /sources/public/html5/spec/no.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- no.html 12 Aug 2009 00:26:30 -0000 1.113 +++ no.html 12 Aug 2009 01:06:32 -0000 1.114 @@ -185,7 +185,7 @@ <a href="obsolete.html">← 12 Obsolete features</a> – <a href="spec.html#contents">Table of contents</a> – <a href="iana-considerations.html">IANA considerations →</a> - </nav><p>This is revision 1.2783.</p> + </nav><p>This is revision 1.2784.</p> <h2 id="no"><span class="secno">13 </span>Things that you can't do with this specification because
Received on Wednesday, 12 August 2009 01:06:45 UTC