Skip to content

Commit

Permalink
Fixup parenthesis placement in previous commit
Browse files Browse the repository at this point in the history
f76d3c5 placed the parenthesis
incorrectly.

Also note that its commit message was incorrect in an important aspect:
public-suffix roots are *not* considered same-site to their subdomains.
Instead the relevant change was that public-suffix roots need to be
compute to the same site as versions of themselves with different ports.
  • Loading branch information
domenic committed Sep 28, 2020
1 parent f76d3c5 commit f3dac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -80162,7 +80162,7 @@ interface <dfn>BarProp</dfn> {
return <var>origin</var>.</p></li>

<li><p>If <var>origin</var>'s <span data-x="concept-origin-host">host</span>'s <span>registrable
domain</span> is null, then return <var>origin</var>'s (<span
domain</span> is null, then return (<var>origin</var>'s <span
data-x="concept-origin-scheme">scheme</span>, <var>origin</var>'s <span
data-x="concept-origin-host">host</span>).</p></li>

Expand Down

0 comments on commit f3dac08

Please sign in to comment.