Skip to content

Commit

Permalink
fixup more feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Jun 4, 2018
1 parent cc03e7b commit bd35e7e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions url.bs
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,10 @@ U+005C (\), or U+005D (]).
<var>host</var>. [[!PSL]].
</ol>

<p>A <a for=/>host</a>'s <dfn for=host export>registrable domain</dfn> is a <a>domain</a> that could
be registered at a registry. To obtain <var>host</var>'s <a for=host>registrable domain</a>, run
these steps:
<p>A <a for=/>host</a>'s <dfn for=host export>registrable domain</dfn> is a <a>domain</a> formed by
the most specific public suffix, along with the domain label immediately preceeding it. If no such
label is available, the <a for=host>registrable domain</a> is null. To obtain <var>host</var>'s
<a for=host>registrable domain</a>, run these steps:

<ol>
<li><p>If <var>host</var>'s <a for=host>public suffix</a> is null or <var>host</var>'s
Expand Down Expand Up @@ -384,7 +385,11 @@ these steps:

<p class=warning>Specifications should avoid relying on "<a for=host>public suffix</a>",
"<a for=host>registrable domain</a>", and "<a>same site</a>". The public suffix list will diverge
from client to client, and cannot be relied-upon to provide a hard security boundary.</p>
from client to client, and cannot be relied-upon to provide a hard security boundary. Specifications
which ignore this advice are encouraged to carefully consider whether URLs' schemes ought to be
incorporated into any decision made based upon whether or not two <a for=/>hosts</a> are <a>same
site</a>. HTML's <a>same origin-domain</a> concept is a reasonable example of this consideration in
practice.


<h3 id=idna>IDNA</h3>
Expand Down

0 comments on commit bd35e7e

Please sign in to comment.