- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Aug 2010 20:06:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18324 Modified Files: apis-in-html-documents.html spec.html the-canvas-element.html Log Message: Typo (whatwg r5336) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.866 retrieving revision 1.867 diff -u -d -r1.866 -r1.867 --- the-canvas-element.html 11 Aug 2010 20:37:41 -0000 1.866 +++ the-canvas-element.html 24 Aug 2010 20:06:37 -0000 1.867 @@ -568,7 +568,7 @@ </div><p class="note">When trying to use types other than <code>image/png</code>, authors can check if the image was really returned in the requested format by checking to see if the returned - string starts with one the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and + string starts with one of the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and thus the requested type was not supported. (The one exception to this is if the canvas has either no height or no width, in which case the result might simply be "<code title="">data:,</code>".)</p><div class="impl"> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- apis-in-html-documents.html 16 Aug 2010 19:17:11 -0000 1.13 +++ apis-in-html-documents.html 24 Aug 2010 20:06:37 -0000 1.14 @@ -671,9 +671,11 @@ <p>If <var title="">type</var> is <em>not</em> now an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match for the string "<code><a href="iana.html#text-html">text/html</a></code>", then act as if the tokenizer had emitted - a start tag token with the tag name "pre", then switch the - <a href="parsing.html#html-parser">HTML parser</a>'s tokenizer to the <a href="tokenization.html#plaintext-state">PLAINTEXT - state</a>.</p> + a start tag token with the tag name "pre" followed by a single + U+000A LINE FEED (LF) character<!-- to get eaten, so that a + leading LF in the written text doesn't get eaten itself-->, then + switch the <a href="parsing.html#html-parser">HTML parser</a>'s tokenizer to the + <a href="tokenization.html#plaintext-state">PLAINTEXT state</a>.</p> <!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E...%3Ciframe%3E%3C%2Fiframe%3E%3Cscript%3Eonload%20%3D%20function%20()%20%7B%20%0D%0A%20%20var%20d%20%3D%20document.getElementsByTagName('iframe')%5B0%5D.contentDocument%3B%0D%0A%20%20d.open('image%2Fsvg%2Bxml')%3B%0D%0A%20%20d.write(%22%3Cinput%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%20value%3D'(x)html'%2F%3E%22)%3B%0D%0A%20%20d.close()%3B%0D%0A%7D%3B%3C%2Fscript%3E Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1168 retrieving revision 1.1169 diff -u -d -r1.1168 -r1.1169 --- spec.html 24 Aug 2010 19:56:48 -0000 1.1168 +++ spec.html 24 Aug 2010 20:06:37 -0000 1.1169 @@ -336,7 +336,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4253. +This is revision 1.4255. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Tuesday, 24 August 2010 20:06:41 UTC