- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 15 Dec 2011 01:00:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv512 Modified Files: Overview.html dnd.html spec.html spec.preprocessed.html Log Message: Change atob() to ignore whitespace. This is a potentially breaking change, but Opera has implemented it for a while and doesn't seem to have had any problems resulting. (whatwg r6874) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1722 retrieving revision 1.1723 diff -u -d -r1.1722 -r1.1723 --- Overview.html 14 Dec 2011 01:58:35 -0000 1.1722 +++ Overview.html 15 Dec 2011 01:00:35 -0000 1.1723 @@ -147,7 +147,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-december-2011">Editor's Draft 14 December 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-december-2011">Editor's Draft 15 December 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -170,7 +170,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5472.</p> + This is revision 1.5474.</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 Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -321,7 +321,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 14 December 2011 Editor's Draft. + This specification is the 15 December 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1856 retrieving revision 1.1857 diff -u -d -r1.1856 -r1.1857 --- spec.html 14 Dec 2011 01:58:38 -0000 1.1856 +++ spec.html 15 Dec 2011 01:00:36 -0000 1.1857 @@ -148,7 +148,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-december-2011">Editor's Draft 14 December 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-december-2011">Editor's Draft 15 December 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -171,7 +171,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5472.</p> + This is revision 1.5474.</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 Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -322,7 +322,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 14 December 2011 Editor's Draft. + This specification is the 15 December 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -25770,10 +25770,10 @@ } </script></pre><hr><p>To accept a drop, the drop target has to have a <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_0">dropzone</a></code> attribute and listen to the <code title="drop-event">drop</code> event.</p><p>The value of the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_1">dropzone</a></code> - attribute specifies what kind of data to accept (e.g. "<code title="">s:text/plain</code>" to accept any text strings, or - "<code>f:image/png</code>" to accept a PNG image file) and what kind - of feedback to give (e.g. "<a href="#attr-dropzone-move" id="move"><code>move</code></a>" to indicate that the - data will be moved).</p><p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_2">dropzone</a></code> attribute, a drop target can + attribute specifies what kind of data to accept (e.g. "<code title="">string:text/plain</code>" to accept any text strings, or + "<code>file:image/png</code>" to accept a PNG image file) and what + kind of feedback to give (e.g. "<a href="#attr-dropzone-move" id="move"><code>move</code></a>" to indicate that + the data will be moved).</p><p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_2">dropzone</a></code> attribute, a drop target can handle the <code title="event-dragenter"><a href="#event-dragenter" id="dragenter_0">dragenter</a></code> event (to report whether or not the drop target is to accept the drop) and the <code title="event-dragover"><a href="#event-dragover" id="dragover_0">dragover</a></code> event (to specify what @@ -25782,7 +25782,7 @@ <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre><p>Drop your favorite fruits below:</p> -<ol dropzone="move s:text/x-example" ondrop="dropHandler(event)"> +<ol dropzone="move string:text/x-example" ondrop="dropHandler(event)"> <-- don't forget to change the "text/x-example" type to something specific to your site --> </ol> @@ -26287,10 +26287,8 @@ result in a link to the original data.</p> - </dd><dt>Any keyword with three characters or more, beginning with the - two characters U+0073 LATIN SMALL LETTER S and U+003A COLON or - U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="#ascii-case-insensitive" id="ascii-case-insensitive_22">ASCII - case-insensitive</a> match for the string "<code title="">s:</code>")<dt> + </dd><dt>Any keyword with eight characters or more, beginning with the + an <a href="#ascii-case-insensitive" id="ascii-case-insensitive_22">ASCII case-insensitive</a> match for the string "<code title="">string:</code>"<dt> </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_4">the drag data item kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_2">the drag data @@ -26299,10 +26297,8 @@ - <dt>Any keyword with three characters or more, beginning with the - two characters U+0066 LATIN SMALL LETTER F and U+003A COLON or - U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="#ascii-case-insensitive" id="ascii-case-insensitive_23">ASCII - case-insensitive</a> match for the string "<code title="">f:</code>")<dt> + <dt>Any keyword with six characters or more, beginning with an + <a href="#ascii-case-insensitive" id="ascii-case-insensitive_23">ASCII case-insensitive</a> match for the string "<code title="">file:</code>"<dt> </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_5">the drag data item kind</a> <i><a href="http://dev.w3.org/html5/spec/infrastructure.html#file" class="full-spec-link" title='Read about this "File" reference in the full HTML5 spec.'>File</a></i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_3">the drag data item type @@ -26325,7 +26321,7 @@ target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_6">dropzone</a></code> attribute. Images dropped into the target are then displayed.</p> - <pre><div dropzone="copy f:image/png f:image/gif f:image/jpeg" ondrop="receive(event, this)"> + <pre><div dropzone="copy file:image/png file:image/gif file:image/jpeg" ondrop="receive(event, this)"> <p>Drop an image here to have it displayed.</p> </div> <script> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.614 retrieving revision 1.615 diff -u -d -r1.614 -r1.615 --- dnd.html 14 Dec 2011 01:58:36 -0000 1.614 +++ dnd.html 15 Dec 2011 01:00:36 -0000 1.615 @@ -189,10 +189,10 @@ } </script></pre><hr><p>To accept a drop, the drop target has to have a <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_0">dropzone</a></code> attribute and listen to the <code title="drop-event">drop</code> event.<p>The value of the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_1">dropzone</a></code> - attribute specifies what kind of data to accept (e.g. "<code title="">s:text/plain</code>" to accept any text strings, or - "<code>f:image/png</code>" to accept a PNG image file) and what kind - of feedback to give (e.g. "<a href="#attr-dropzone-move" id="move"><code>move</code></a>" to indicate that the - data will be moved).<p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_2">dropzone</a></code> attribute, a drop target can + attribute specifies what kind of data to accept (e.g. "<code title="">string:text/plain</code>" to accept any text strings, or + "<code>file:image/png</code>" to accept a PNG image file) and what + kind of feedback to give (e.g. "<a href="#attr-dropzone-move" id="move"><code>move</code></a>" to indicate that + the data will be moved).<p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_2">dropzone</a></code> attribute, a drop target can handle the <code title="event-dragenter"><a href="#event-dragenter" id="dragenter_0">dragenter</a></code> event (to report whether or not the drop target is to accept the drop) and the <code title="event-dragover"><a href="#event-dragover" id="dragover_0">dragover</a></code> event (to specify what @@ -201,7 +201,7 @@ <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's value can be used by the source (otherwise it's reset).<p>For example:<pre><p>Drop your favorite fruits below:</p> -<ol dropzone="move s:text/x-example" ondrop="dropHandler(event)"> +<ol dropzone="move string:text/x-example" ondrop="dropHandler(event)"> <-- don't forget to change the "text/x-example" type to something specific to your site --> </ol> @@ -706,10 +706,8 @@ result in a link to the original data.</p> - <dt>Any keyword with three characters or more, beginning with the - two characters U+0073 LATIN SMALL LETTER S and U+003A COLON or - U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_22">ASCII - case-insensitive</a> match for the string "<code title="">s:</code>")<dt> + <dt>Any keyword with eight characters or more, beginning with the + an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_22">ASCII case-insensitive</a> match for the string "<code title="">string:</code>"<dt> </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_4">the drag data item kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_2">the drag data @@ -718,10 +716,8 @@ - <dt>Any keyword with three characters or more, beginning with the - two characters U+0066 LATIN SMALL LETTER F and U+003A COLON or - U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_23">ASCII - case-insensitive</a> match for the string "<code title="">f:</code>")<dt> + <dt>Any keyword with six characters or more, beginning with an + <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive_23">ASCII case-insensitive</a> match for the string "<code title="">file:</code>"<dt> </dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_5">the drag data item kind</a> <i><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#file" title='Read about this "File" reference in the full HTML5 spec.'>File</a></i> and <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_3">the drag data item type @@ -744,7 +740,7 @@ target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute" id="dropzone_6">dropzone</a></code> attribute. Images dropped into the target are then displayed.</p> - <pre><div dropzone="copy f:image/png f:image/gif f:image/jpeg" ondrop="receive(event, this)"> + <pre><div dropzone="copy file:image/png file:image/gif file:image/jpeg" ondrop="receive(event, this)"> <p>Drop an image here to have it displayed.</p> </div> <script> Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.704 retrieving revision 1.705 diff -u -d -r1.704 -r1.705 --- spec.preprocessed.html 14 Dec 2011 01:58:43 -0000 1.704 +++ spec.preprocessed.html 15 Dec 2011 01:00:44 -0000 1.705 @@ -161,7 +161,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-14-december-2011">Editor's Draft 14 December 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-15-december-2011">Editor's Draft 15 December 2011</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -184,7 +184,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5472.</p> + This is revision 1.5474.</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 Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -337,7 +337,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 14 December 2011 Editor's Draft. + This specification is the 15 December 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -25657,10 +25657,10 @@ } </script></pre><hr><p>To accept a drop, the drop target has to have a <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute and listen to the <code title="drop-event">drop</code> event.</p><p>The value of the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> - attribute specifies what kind of data to accept (e.g. "<code title="">s:text/plain</code>" to accept any text strings, or - "<code>f:image/png</code>" to accept a PNG image file) and what kind - of feedback to give (e.g. "<code>move</code>" to indicate that the - data will be moved).</p><p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute, a drop target can + attribute specifies what kind of data to accept (e.g. "<code title="">string:text/plain</code>" to accept any text strings, or + "<code>file:image/png</code>" to accept a PNG image file) and what + kind of feedback to give (e.g. "<code>move</code>" to indicate that + the data will be moved).</p><p class="note">Instead of using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute, a drop target can handle the <code title="event-dragenter"><a href="#event-dragenter">dragenter</a></code> event (to report whether or not the drop target is to accept the drop) and the <code title="event-dragover"><a href="#event-dragover">dragover</a></code> event (to specify what @@ -25669,7 +25669,7 @@ <code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's value can be used by the source (otherwise it's reset).</p><p>For example:</p><pre><p>Drop your favorite fruits below:</p> -<ol dropzone="move s:text/x-example" ondrop="dropHandler(event)"> +<ol dropzone="move string:text/x-example" ondrop="dropHandler(event)"> <-- don't forget to change the "text/x-example" type to something specific to your site --> </ol> @@ -26174,10 +26174,8 @@ result in a link to the original data.</p> - </dd><dt>Any keyword with three characters or more, beginning with the - two characters U+0073 LATIN SMALL LETTER S and U+003A COLON or - U+0053 LATIN CAPITAL LETTER S and U+003A COLON (i.e. an <a href="#ascii-case-insensitive">ASCII - case-insensitive</a> match for the string "<code title="">s:</code>")<dt> + </dd><dt>Any keyword with eight characters or more, beginning with the + an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">string:</code>"<dt> </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item kind</a> <i>Plain Unicode string</i> and <a href="#the-drag-data-item-type-string">the drag data @@ -26186,10 +26184,8 @@ - <dt>Any keyword with three characters or more, beginning with the - two characters U+0066 LATIN SMALL LETTER F and U+003A COLON or - U+0046 LATIN CAPITAL LETTER F and U+003A COLON (i.e. an <a href="#ascii-case-insensitive">ASCII - case-insensitive</a> match for the string "<code title="">f:</code>")<dt> + <dt>Any keyword with six characters or more, beginning with an + <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code title="">file:</code>"<dt> </dt></dt><dd><p>Indicates that items with <a href="#the-drag-data-item-kind">the drag data item kind</a> <i><a href="#file">File</a></i> and <a href="#the-drag-data-item-type-string">the drag data item type @@ -26212,7 +26208,7 @@ target for image files using the <code title="attr-dropzone"><a href="#the-dropzone-attribute">dropzone</a></code> attribute. Images dropped into the target are then displayed.</p> - <pre><div dropzone="copy f:image/png f:image/gif f:image/jpeg" ondrop="receive(event, this)"> + <pre><div dropzone="copy file:image/png file:image/gif file:image/jpeg" ondrop="receive(event, this)"> <p>Drop an image here to have it displayed.</p> </div> <script>
Received on Thursday, 15 December 2011 01:00:54 UTC