This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
https://mimesniff.spec.whatwg.org/#supported-by-the-user-agent [[ supported by the user agent ]] What should happen with unknown parameters? Type not supported, or parameters ignored? Should the empty string be supported? Before or after trimming whitespace? I think we should align with what Gecko does for http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3252
Also see http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3254 https://html.spec.whatwg.org/multipage/scripting.html#scriptingLanguages and https://html.spec.whatwg.org/multipage/semantics.html#the-style-element say that unknown parameters means unsupported type, though. What about just a trailing ; ?
http://w3c-test.org/images/green-256x256.png?pipe=header(Content-Type,text/html%3Bfoo%3Dbar) shows that browsers ignore unknown parameters in Content-Type HTTP header.
A lot of work has been done on parameters since this bug was filed. If there are still remaining concerns, please file them as GitHub issues.