-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permit XML whitespace in base64 data. #1003
Comments
According to the man page for If we do allow white space we should be clear about how decoding is supposed to happen, i.e. if the processor is expected to strip all the white space before decoding, or if it is supposed to permit some specific white space to remain in the string passed to the decoder. |
We will simply say that non-(base64)-alphabet characters are stripped out prior to base64 decoding, as is done with MIME decoders, about which see [1]. |
That would work for me. |
Marking this issue as a bug since the omission of interspersed LWSP in encoded data was an oversight. |
Ignore linear whitespace in data and chunk element #PCDATA (#1003).
See also w3c/ttml2-tests#185 (comment).
The text was updated successfully, but these errors were encountered: