- From: Emily Stark <notifications@github.com>
- Date: Wed, 20 Mar 2019 11:29:55 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 March 2019 18:30:17 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>. + + <li><p>Omit the port if it is a <a>default port</a>. Done -- 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_r267486450
Received on Wednesday, 20 March 2019 18:30:17 UTC