Skip to content

Commit

Permalink
[e] (0) Remove obsolete note about spaces in base64 causing exception…
Browse files Browse the repository at this point in the history
…s in atob

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22916
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8141 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 12, 2013
1 parent 4a0ecc4 commit 6ff7363
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -72972,9 +72972,6 @@ <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
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>
Expand Down
3 changes: 0 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -72972,9 +72972,6 @@ interface <dfn id=windowbase64>WindowBase64</dfn> {
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>
Expand Down
6 changes: 0 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -81680,12 +81680,6 @@ interface <dfn>WindowBase64</dfn> {

</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>
Expand Down

0 comments on commit 6ff7363

Please sign in to comment.