Skip to content

Commit

Permalink
[e] (0) this was supposed to be a note
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11946

git-svn-id: http://svn.whatwg.org/webapps@5929 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 3, 2011
1 parent e1089b0 commit 76d2dc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -65407,7 +65407,7 @@ <h3 id=atob><span class=secno>7.2 </span>Base64 utility methods</h3>
characters with code points equal to those one or two numbers to
<var title="">output</var>, in the same order.</p>

<p>The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
<p class=note>The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
both return "<code title="">a</code>".</p>

</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -65410,7 +65410,7 @@ interface <dfn id=windowbase64>WindowBase64</dfn> {
characters with code points equal to those one or two numbers to
<var title="">output</var>, in the same order.</p>

<p>The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
<p class=note>The discarded bits mean that, for instance, <code title="">atob("YQ")</code> and <code title="">atob("YR")</code>
both return "<code title="">a</code>".</p>

</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -74436,7 +74436,7 @@ interface <dfn>WindowBase64</dfn> {
characters with code points equal to those one or two numbers to
<var title="">output</var>, in the same order.</p>

<p>The discarded bits mean that, for instance, <code
<p class="note">The discarded bits mean that, for instance, <code
title="">atob("YQ")</code> and <code title="">atob("YR")</code>
both return "<code title="">a</code>".</p>

Expand Down

0 comments on commit 76d2dc9

Please sign in to comment.