Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) move note out of impl section
git-svn-id: http://svn.whatwg.org/webapps@5815 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 1, 2011
1 parent 9ca9264 commit 1eb8b97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -65243,15 +65243,15 @@ <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
</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>




Expand Down Expand Up @@ -94525,6 +94525,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Cl&eacute;ment-Ripoche,
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -65245,15 +65245,15 @@ interface <dfn id=windowbase64>WindowBase64</dfn> {
</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>




Expand Down Expand Up @@ -90669,6 +90669,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Cl&eacute;ment-Ripoche,
Expand Down
5 changes: 3 additions & 2 deletions source
Expand Up @@ -74275,6 +74275,8 @@ interface <dfn>WindowBase64</dfn> {
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
Expand All @@ -74284,8 +74286,6 @@ interface <dfn>WindowBase64</dfn> {
removed before <code title="dom-windowbase64-atob">atob()</code> is
used for decoding.</p>

</div>




Expand Down Expand Up @@ -107733,6 +107733,7 @@ interface <span>HTMLDocument</span> {
Joseph Pecoraro,
Josh Aas,
Josh Levenberg,
Joshua Bell,
Joshua Randall,
Jukka K. Korpela,
Jules Cl&eacute;ment-Ripoche,
Expand Down

0 comments on commit 1eb8b97

Please sign in to comment.