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 27971 - (editorial) "Set parsedURL to the ..."
Summary: (editorial) "Set parsedURL to the ..."
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: URL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Anne
QA Contact: sideshowbarker+urlspec
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-06 02:24 UTC by Jxck
Modified: 2015-02-06 08:15 UTC (History)
2 users (show)

See Also:


Attachments

Description Jxck 2015-02-06 02:24:23 UTC
https://url.spec.whatwg.org/#constructors

step 3 of constructors

>|
3. Set parsedURL to the result of running the basic URL parser on url with parsedBase.
|<

parsedURL is defined at here, so "Let" seems better than "Set".

Jxck