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 24244 - Strip leading and trailing whitespace
Summary: Strip leading and trailing whitespace
Status: RESOLVED WORKSFORME
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 23:31 UTC by Santiago M. Mola
Modified: 2014-01-10 11:45 UTC (History)
1 user (show)

See Also:


Attachments

Description Santiago M. Mola 2014-01-08 23:31:02 UTC
Blink and Gecko strip leading and trailing whitespace. This is also in line with these tests:
https://github.com/w3c/web-platform-tests/blob/master/url/urltestdata.txt

But this is not in the spec.
Comment 1 Anne 2014-01-10 11:37:37 UTC
This is step 1.3, no? http://url.spec.whatwg.org/#concept-url-parser
Comment 2 Santiago M. Mola 2014-01-10 11:44:47 UTC
Yes. I missed it.