Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[giow] (3) Change atob() to ignore whitespace. This is a potentially …
…breaking change, but Opera has implemented it for a while and doesn't seem to have had any problems resulting. Affected topics: HTML git-svn-id: http://svn.whatwg.org/webapps@6874 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
Showing
with
21 additions
and 4 deletions.
- +7 −2 complete.html
- +7 −2 index
- +7 −0 source
problems, and I figure most sites depend on Firefox if on anything, | ||
so go with that. --> | ||
|
||
<!-- Since updated to drop whitespace, based on the arguments here: | ||
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2011-May/031613.html | ||
--> | ||
|
||
<li><p>Let <var title="">input</var> be the string being | ||
parsed.</p></li> | ||
|
||
<li><p>Let <var title="">position</var> be a pointer into <var | ||
title="">input</var>, initially pointing at the start of the | ||
string.</p></li> | ||
|
||
<li><p>Remove all <span title="space character">space | ||
characters</span> from <var title="">input</var>.</p></li> | ||
|
||
<li><p>If the length of <var title="">input</var> divides by 4 | ||
leaving no remainder, then: if <var title="">input</var> ends with | ||
one or two U+003D EQUALS SIGN (=) characters, remove them from <var |