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 27919 - normalize the sentence of spec about name-value pair description.
Summary: normalize the sentence of spec about name-value pair description.
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-01-28 11:56 UTC by Jxck
Modified: 2015-06-15 15:19 UTC (History)
2 users (show)

See Also:


Attachments

Description Jxck 2015-01-28 11:56:46 UTC
at next line of https://url.spec.whatwg.org/#dom-urlsearchparams-has


[[
The value pairs to iterate over are the list name-value pairs with the key being the name and the value the value.
]]

its seems better to write

"and the value being the value."

Jxck