File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -85978,16 +85978,15 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
85978
85978
85979
85979
<li>
85980
85980
<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>
85982
85982
85983
85983
<ol>
85984
85984
<li><p>If <var>A</var> and <var>B</var>'s <span data-x="concept-origin-scheme">schemes</span>
85985
85985
are identical, and their <span data-x="concept-origin-domain">domains</span> are identical and
85986
85986
non-null, then return true.</p></li>
85987
85987
85988
85988
<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>
85991
85990
</ol>
85992
85991
85993
85992
<li><p>Return false.</p></li>
You can’t perform that action at this time.
0 commit comments