-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
xhr/overridemimetype-unsent-state-force-shiftjis is now at odds with the XHR spec. #12289
Comments
Sigh, I guess that's why we never cleared |
https://wpt.fyi/results/xhr/overridemimetype-unsent-state-force-shiftjis.htm?labels=experimental isn't too illuminating, but does suggest some difference between Edge and the others. |
I verified that Edge indeed behaves this way, but in retrospect it seems better to align with the other browsers, especially given the situation on mobile. I'll create some PRs to fix the tests and specification. |
Also fix the number of replacement characters. See also #12289.
It does not make much sense as overrideMimeType() isn't blocked from being used before open() is invoked. (And 3/4 of the major implementations do not have this behavior.) Partially reverts 121cee5. Tests: web-platform-tests/wpt#12404. Closes web-platform-tests/wpt#12289.
PRs created. |
Also fix the number of replacement characters. See also #12289.
It does not make much sense as overrideMimeType() isn't blocked from being used before open() is invoked. (And 3/4 of the major implementations do not have this behavior.) Partially reverts 121cee5. Tests: web-platform-tests/wpt#12404. Closes web-platform-tests/wpt#12289.
Also fix the number of replacement characters. See also #12289.
Also fix the number of replacement characters. See also web-platform-tests#12289.
It does not make much sense as overrideMimeType() isn't blocked from being used before open() is invoked. (And 3/4 of the major implementations do not have this behavior.) Partially reverts 86b3705. Tests: web-platform-tests/wpt#12404. Closes web-platform-tests/wpt#12289.
With the recent overrideMimeType changes, the WPT xhr/overridemimetype-unsent-state-force-shiftjis is now invalid (since the mimetype override is cleared as the XHR is opened in step 12).
I'm not sure if this means that the spec is now no longer web-compatible, however.
The text was updated successfully, but these errors were encountered: