File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -79701,11 +79701,8 @@ interface <dfn>BarProp</dfn> {
79701
79701
these steps:</p>
79702
79702
79703
79703
<ol>
79704
- <li><p>If this <code>Document</code> object does not have a <span
79705
- data-x="concept-document-bc">browsing context</span>, then return the empty string.
79706
-
79707
- <li><p>Let <var>effectiveDomain</var> be this <code>Document</code>'s <span>origin</span>'s <span
79708
- data-x="concept-origin-effective-domain">effective domain</span>.
79704
+ <li><p>Let <var>effectiveDomain</var> be this <code>Document</code> object's
79705
+ <span>origin</span>'s <span data-x="concept-origin-effective-domain">effective domain</span>.
79709
79706
79710
79707
<li><p>If <var>effectiveDomain</var> is null, then return the empty string.</p></li>
79711
79708
@@ -79726,8 +79723,8 @@ interface <dfn>BarProp</dfn> {
79726
79723
flag</span> set, then throw a <span>"<code>SecurityError</code>"</span>
79727
79724
<code>DOMException</code>.</p></li>
79728
79725
79729
- <li><p>Let <var>effectiveDomain</var> be this <code>Document</code>'s <span>origin</span>'s <span
79730
- data-x="concept-origin-effective-domain">effective domain</span>.
79726
+ <li><p>Let <var>effectiveDomain</var> be this <code>Document</code> object's
79727
+ <span>origin</span>'s <span data-x="concept-origin-effective-domain">effective domain</span>.
79731
79728
79732
79729
<li><p>If <var>effectiveDomain</var> is null, then throw a
79733
79730
<span>"<code>SecurityError</code>"</span> <code>DOMException</code>.</p></li>
You can’t perform that action at this time.
0 commit comments