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 28466 - Basic canonicalization of host namecase sensitivity.
Summary: Basic canonicalization of host namecase sensitivity.
Status: RESOLVED WORKSFORME
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-04-11 01:07 UTC by Jxck
Modified: 2015-04-11 06:43 UTC (History)
2 users (show)

See Also:


Attachments

Description Jxck 2015-04-11 01:07:58 UTC
I found this test about url spec.


```
# Basic canonicalization, uppercase should be converted to lowercase
http://ExAmPlE.CoM http://other.com/ s:http p:/ h:example.com
```

https://github.com/w3c/web-platform-tests/blob/master/url/urltestdata.txt#L100


but I couldn't find about this in spec.
which part mentions it ?
Comment 1 Anne 2015-04-11 06:43:21 UTC
That is part of https://url.spec.whatwg.org/#concept-domain-to-ascii which references http://www.unicode.org/reports/tr46/#ToASCII which references http://www.unicode.org/reports/tr46/#Processing which does some mapping based on a table which lowercases.