Revision 86fb98f2c3ec4e05bc529f19e41465da62052c3a authored by Lukasz Anforowicz on 02 April 2018, 23:48:36 UTC, committed by Chromium WPT Sync on 02 April 2018, 23:48:36 UTC
https://tools.ietf.org/html/rfc7303 says that if "new media type is
introduced for an XML-based format, the name of the media type SHOULD
end with '+xml'".

https://tools.ietf.org/html/rfc6839 covers '+xml' and '+json' suffixes.

https://mimesniff.spec.whatwg.org/#xml-mime-type says "An XML MIME type
is any MIME type whose subtype ends in '+xml' or whose essence is
'text/xml' or 'application/xml'. [RFC7303]".

https://mimesniff.spec.whatwg.org/#json-mime-type says "A JSON MIME type
is any MIME type whose subtype ends in '+json' or whose essence is
'application/json' or 'text/json'."

There are no occurences of "application/xml+", "text/xml+",
"application/json+", "text/json+" or "text/x-json" in the specs above
and on various lists of MIME types like:
-
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Complete_list_of_MIME_types
- https://en.wikipedia.org/wiki/Media_type
- https://www.freeformatter.com/mime-types-list.html
- https://www.sitepoint.com/mime-types-complete-list/

Bug: 826756
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ied30f9728bd4f082bb620fea150f342457ea4833
Reviewed-on: https://chromium-review.googlesource.com/985211
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: Nick Carter <nick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547565}
1 parent 94b7255
History
File Mode Size
GUM-api.https.html -rw-r--r-- 924 bytes
GUM-deny.https.html -rw-r--r-- 1.5 KB
GUM-empty-option-param.https.html -rw-r--r-- 1.3 KB
GUM-impossible-constraint.https.html -rw-r--r-- 1.7 KB
GUM-optional-constraint.https.html -rw-r--r-- 1.4 KB
GUM-trivial-constraint.https.html -rw-r--r-- 1.3 KB
GUM-unknownkey-option-param.https.html -rw-r--r-- 1.4 KB
MediaDevices-IDL-all.html -rw-r--r-- 1.6 KB
MediaDevices-IDL-enumerateDevices.html -rw-r--r-- 2.4 KB
MediaDevices-enumerateDevices.https.html -rw-r--r-- 4.2 KB
MediaDevices-getUserMedia.https.html -rw-r--r-- 1.7 KB
MediaStream-MediaElement-preload-none.https.html -rw-r--r-- 3.2 KB
MediaStream-MediaElement-srcObject.https.html -rw-r--r-- 2.8 KB
MediaStream-add-audio-track.https.html -rw-r--r-- 2.2 KB
MediaStream-audio-only.https.html -rw-r--r-- 1.7 KB
MediaStream-default-feature-policy.https.html -rw-r--r-- 2.0 KB
MediaStream-finished-add.https.html -rw-r--r-- 1.5 KB
MediaStream-gettrackid.https.html -rw-r--r-- 1.3 KB
MediaStream-id-manual.https.html -rw-r--r-- 1.3 KB
MediaStream-idl.https.html -rw-r--r-- 3.5 KB
MediaStream-removetrack.https.html -rw-r--r-- 1.8 KB
MediaStream-video-only.https.html -rw-r--r-- 1.7 KB
MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html -rw-r--r-- 2.2 KB
MediaStreamTrack-MediaElement-disabled-video-is-black.https.html -rw-r--r-- 2.1 KB
MediaStreamTrack-end-manual.https.html -rw-r--r-- 1.7 KB
MediaStreamTrack-getCapabilities.https.html -rw-r--r-- 1.3 KB
MediaStreamTrack-getSettings.https.html -rw-r--r-- 1.8 KB
MediaStreamTrack-id.https.html -rw-r--r-- 1.1 KB
MediaStreamTrack-idl.https.html -rw-r--r-- 1.9 KB
MediaStreamTrack-init.https.html -rw-r--r-- 1.8 KB
MediaStreamTrackEvent-constructor.https.html -rw-r--r-- 1.5 KB
OWNERS -rw-r--r-- 63 bytes
historical.html -rw-r--r-- 580 bytes

back to top