diff --git a/source b/source index 8bb70fa1b86..eca1bc5e400 100644 --- a/source +++ b/source @@ -2660,6 +2660,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
If host is failure, then return false.
If host is not equal to - originalHost, then run these substeps:
+If host does not equal originalHost, + then:
If host or originalHost is not a domain, then return false.
-This is meant to exclude hosts that are an - IPv4 address or an IPv6 address.
+This excludes hosts that are an IPv4 + address or an IPv6 address.
If host, prefixed by a U+002E FULL STOP (.), does not exactly match the end of originalHost, then return false.
If host matches a suffix in the Public Suffix List, or, if host, - prefixed by a U+002E FULL STOP (.), matches the end of a suffix in the Public Suffix List, - then return false.
- -Suffixes must be compared after applying the host parser algorithm.
-