Skip to content

Commit 2fb290e

Browse files
committed
Editorial: clarify same origin-domain
We did not mean for anyone to think the domains could both be null but not identical.
1 parent a736b22 commit 2fb290e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85978,16 +85978,15 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8597885978

8597985979
<li>
8598085980
<p>If <var>A</var> and <var>B</var> are both <span data-x="concept-origin-tuple">tuple
85981-
origins</span>, run these substeps:</p>
85981+
origins</span>:</p>
8598285982

8598385983
<ol>
8598485984
<li><p>If <var>A</var> and <var>B</var>'s <span data-x="concept-origin-scheme">schemes</span>
8598585985
are identical, and their <span data-x="concept-origin-domain">domains</span> are identical and
8598685986
non-null, then return true.</p></li>
8598785987

8598885988
<li><p>Otherwise, if <var>A</var> and <var>B</var> are <span>same origin</span> and their
85989-
<span data-x="concept-origin-domain">domains</span> are identical and null, then return
85990-
true.</p></li>
85989+
<span data-x="concept-origin-domain">domains</span> are both null, return true.</p></li>
8599185990
</ol>
8599285991

8599385992
<li><p>Return false.</p></li>

0 commit comments

Comments
 (0)