[Bug 7697] The type attribute should ammend the Accept header accordingly. HTTP spec is in accordance with the rules here, in terms of the Accept header being non-authorative. script and style elements already ammend accept header (in firefox) but not for other link

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7697





--- Comment #9 from Nick Welch <mackstann@gmail.com>  2010-01-22 18:23:07 ---
There are already a couple of examples of HTML requiring that the client alter
certain headers when sending subsequent requests:


1. HTML5's rel=noreferrer says that "the user agent must not include a Referer
(sic) HTTP header (or equivalent for other protocols) in the request."

http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-noreferrer

Note that it even says "must", whereas the proposal in this ticket could
presumably be phrased as a suggestion, not a requirement.


2. <form enctype="...">

http://www.w3.org/TR/html401/interact/forms.html#adef-enctype


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 22 January 2010 18:23:09 UTC