[html5] r5815 - [e] (0) move note out of impl section
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 1 00:53:51 PST 2011
Author: ianh
Date: 2011-02-01 00:53:50 -0800 (Tue, 01 Feb 2011)
New Revision: 5815
Modified:
complete.html
index
source
Log:
[e] (0) move note out of impl section
Modified: complete.html
===================================================================
--- complete.html 2011-02-01 08:18:29 UTC (rev 5814)
+++ complete.html 2011-02-01 08:53:50 UTC (rev 5815)
@@ -65243,18 +65243,18 @@
</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>7.3 </span>Timers</h3>
<p>The <code title=dom-windowtimers-setTimeout><a href=#dom-windowtimers-settimeout>setTimeout()</a></code>
@@ -94525,6 +94525,7 @@
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
+ Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Clément-Ripoche,
Modified: index
===================================================================
--- index 2011-02-01 08:18:29 UTC (rev 5814)
+++ index 2011-02-01 08:53:50 UTC (rev 5815)
@@ -65245,18 +65245,18 @@
</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>7.3 </span>Timers</h3>
<p>The <code title=dom-windowtimers-setTimeout><a href=#dom-windowtimers-settimeout>setTimeout()</a></code>
@@ -90669,6 +90669,7 @@
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
+ Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Clément-Ripoche,
Modified: source
===================================================================
--- source 2011-02-01 08:18:29 UTC (rev 5814)
+++ source 2011-02-01 08:53:50 UTC (rev 5815)
@@ -74275,6 +74275,8 @@
browser implementation simply throws an exception on all erroneous
input. -->
+ </div>
+
<p class="note">Some base64 encoders add newlines or other
whitespace to their output. The <code
title="dom-windowbase64-atob">atob()</code> method throws an
@@ -74284,11 +74286,9 @@
removed before <code title="dom-windowbase64-atob">atob()</code> is
used for decoding.</p>
- </div>
-
<h3 id="timers">Timers</h3>
<p>The <code title="dom-windowtimers-setTimeout">setTimeout()</code>
@@ -107733,6 +107733,7 @@
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
+ Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Clément-Ripoche,
More information about the Commit-Watchers
mailing list