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 25228 - application/x-www-form-urlencoded serializer: link to Encoding spec required
Summary: application/x-www-form-urlencoded serializer: link to Encoding spec required
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 08:16 UTC by Vyacheslav Matva
Modified: 2014-04-11 14:10 UTC (History)
1 user (show)

See Also:


Attachments

Description Vyacheslav Matva 2014-04-02 08:16:36 UTC
http://url.spec.whatwg.org/#concept-urlencoded-serializer

Item 3.1 says:
"Replace pair's name and value with the result of running encoding override's encoder on them, with encoding override's encoder's error handling mode set to <form>, respectively."

Text "running" here must be link to Run process in Encoding spec (http://encoding.spec.whatwg.org/#concept-encoding-run). Otherwise it is interpeted same as "invoking", what sounds wrong because encoding's handler doesn't take 'error mode' parameter.