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 26782 - Two small typos
Summary: Two small typos
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-09-11 01:46 UTC by Arkadiusz Michalski (Spirit)
Modified: 2014-09-11 16:24 UTC (History)
1 user (show)

See Also:


Attachments

Description Arkadiusz Michalski (Spirit) 2014-09-11 01:46:23 UTC
Hi, these two typos should be correct:

===

Algo "percent decode":
http://url.spec.whatwg.org/#percent-decode

3. Return bytes. << Return output.

===

Algo "IPv6 parser":

3. Let compress pointer be another pointer into pieces, initially null and pointing to nothing.  

hmm (pieces not exist), maybe change to:

3. Let compress pointer be another pointer into address's 16-bit pieces, initially null and pointing to nothing.   

something like we have in step 2.
http://url.spec.whatwg.org/#concept-ipv6-parser