- From: <bugzilla@jessica.w3.org>
- Date: Tue, 17 Aug 2010 19:03:10 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10388 Summary: Should the canonical case for GET/POST/PUT/DELETE be lowercase instead of uppercase? IE (8 and 9PP4) seem to treat it as lowercase, and they're the only ones that canonicalize case at all here, as far as I can tell. This alerts "get" in IE8/9PP4 and "Ge Product: HTML WG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#for m-submission-0 OS/Version: other Status: NEW Severity: normal Priority: P3 Component: HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: contributor@whatwg.org QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html@w3.org Section: http://www.whatwg.org/specs/web-apps/current-work/#form-submission-0 Comment: Should the canonical case for GET/POST/PUT/DELETE be lowercase instead of uppercase? IE (8 and 9PP4) seem to treat it as lowercase, and they're the only ones that canonicalize case at all here, as far as I can tell. This alerts "get" in IE8/9PP4 and "GeT" in all other browsers: <!doctype html><script>var el = document.createElement("form"); el.setAttribute("method", "GeT"); alert(el.method);</script> Posted from: 68.175.61.233 -- 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 Tuesday, 17 August 2010 19:03:11 UTC