This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17883 - misleading statements about fragment identifiers in application-x-www-form-urlencoded media type
Summary: misleading statements about fragment identifiers in application-x-www-form-ur...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://dev.w3.org/html5/spec/single-p...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-18 07:11 UTC by contributor
Modified: 2012-08-25 16:50 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-07-18 07:11:46 UTC
This was was cloned from bug 17583 as part of operation convergence.
Originally filed: 2012-06-24 11:22:00 +0000
Original reporter: Julian Reschke <julian.reschke@gmx.de>

================================================================================
 #0   Julian Reschke                                  2012-06-24 11:22:06 +0000 
--------------------------------------------------------------------------------
"Fragment identifiers have no meaning with the application/x-www-form-urlencoded type as this type is only used for uploaded payloads that do not have URL identifiers."

That is misleading, because there's no reason why this media type couldn't show up in a payload of a GET response. Suggest to simply state:

"This specification does not define fragment identifier semantics for this media type".
================================================================================