[html5] r8141 - [e] (0) Remove obsolete note about spaces in base64 causing exceptions in atob F [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 12 16:14:47 PDT 2013
Author: ianh
Date: 2013-08-12 16:14:45 -0700 (Mon, 12 Aug 2013)
New Revision: 8141
Modified:
complete.html
index
source
Log:
[e] (0) Remove obsolete note about spaces in base64 causing exceptions in atob
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22916
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-08-12 23:12:13 UTC (rev 8140)
+++ complete.html 2013-08-12 23:14:45 UTC (rev 8141)
@@ -72972,11 +72972,8 @@
erroneous input, and no preexisting 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><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>
-
<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>
Modified: index
===================================================================
--- index 2013-08-12 23:12:13 UTC (rev 8140)
+++ index 2013-08-12 23:14:45 UTC (rev 8141)
@@ -72972,11 +72972,8 @@
erroneous input, and no preexisting 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><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>
-
<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>
Modified: source
===================================================================
--- source 2013-08-12 23:12:13 UTC (rev 8140)
+++ source 2013-08-12 23:14:45 UTC (rev 8141)
@@ -81680,14 +81680,8 @@
</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 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">atob()</code> is used for decoding.</p>
-
<h3 id="timers">Timers</h3>
<p>The <code title="dom-windowtimers-setTimeout">setTimeout()</code>
More information about the Commit-Watchers
mailing list