- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 22 Mar 2019 01:59:47 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 March 2019 09:00:11 UTC
annevk 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>. Yeah, I wonder if we should generalize it given the `m` case you discovered. -- 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_r268082302
Received on Friday, 22 March 2019 09:00:11 UTC