[Webkit-unassigned] [Bug 41510] Add ignoreWhitespace option at base64Decode()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 4 09:20:10 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41510





--- Comment #11 from Darin Adler <darin at apple.com>  2010-07-04 09:20:09 PST ---
A quick aside, putting this in terms of our existing whitespace functions:

It looks like Opera and Qt are matching the specification and tolerating anything unrecognized.

Safari is matching isASCIISpace (which matches POSIX isspace).

IE and Chrome have a whitespace definition more like the isWhitespace function in SVGParserUtilities.h, CSSPreloadScanner.cpp, LegacyPreloadScanner.cpp, and XPathFunction.cpp.

Firefox’s concept of data URL whitespace doesn’t match any function already existing in WebKit.

None of the browsers match isCSSWhitespace from CSSParser.cpp, isWhitespace from CompositeEditCommand.cpp, isTokenizerWhitespace from HTMLTokenizer.cpp, or isTreeBuilderWhiteSpace from HTMLTreeBuilder.cpp.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list