- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Feb 2011 08:54:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1083 Modified Files: Overview.html Log Message: move note out of impl section (whatwg r5815) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4673 retrieving revision 1.4674 diff -u -d -r1.4673 -r1.4674 --- Overview.html 1 Feb 2011 08:18:35 -0000 1.4673 +++ Overview.html 1 Feb 2011 08:54:25 -0000 1.4674 @@ -48862,14 +48862,12 @@ </ol><!-- Note: this function is defined explicitly here because RFC4648 does not specify how to handle erroneous input, and no preexisting browser implementation simply throws an exception on all erroneous - input. --><p class="note">Some base64 encoders add newlines or other + input. --></div><p class="note">Some base64 encoders add newlines or other whitespace to their output. The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> method throws an exception if its input contains characters other than those described by the regular expression bracket expression <code title="">[+/=0-9A-Za-z]</code>, so other characters need to be removed before <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> is - used for decoding.</p> - - </div><h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> + used for decoding.<h3 id="timers"><span class="secno">6.3 </span>Timers</h3><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> and <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code> methods allow authors to schedule timer-based callbacks.<pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowtimers">WindowTimers</dfn> { @@ -71835,6 +71833,7 @@ Joseph Pecoraro, Josh Aas, Josh Levenberg, + Joshua Bell, Joshua Randall, Jukka K. Korpela, Jules Clément-Ripoche,
Received on Tuesday, 1 February 2011 08:54:31 UTC