diff --git a/source b/source index 639b5eb2735..3d0deda8280 100644 --- a/source +++ b/source @@ -2660,10 +2660,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
If host is failure, then return false.
Return true if host is same site with originalHost, and - false otherwise.
If host does not equal originalHost, + then:
+ +If host or originalHost is not a domain, then return false.
+ +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.
Return true.
The domain
attribute's getter must run
@@ -120277,6 +120298,10 @@ INSERT INTERFACES HERE