- From: Emily Stark <notifications@github.com>
- Date: Thu, 21 Mar 2019 19:51:16 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 March 2019 02:51:38 UTC
estark37 commented on this pull request. > - <li><p>Other parts of the <a for=/>URL</a> should have their sequences of - <a>percent-encoded bytes</a> replaced with code points resulting from - <a>percent decoding</a> those sequences converted to bytes, unless that renders those - sequences invisible. + <li><p>A URL can be rendered without its <a for=url>scheme</a> if the display surface only ever + permits a single scheme (such as a browser feature that omits <code>https://</code> because it is + only enabled for secure origins). Otherwise, the scheme may be replaced or supplemented with a + human-readable string (e.g., "Not secure") and/or a security indicator icon. + + <li><p>A leading <code>www</code> domain label can be omitted to simplify the host, except when it + is part of the <a for=host>registrable domain</a>. @annevk are you okay leaving this in here given that Safari does it and Chrome is planning too as well? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/url/pull/434#discussion_r268023697
Received on Friday, 22 March 2019 02:51:38 UTC