Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fix build warnings - effective domain
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Feb 17, 2018
1 parent 19639b8 commit 191b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/browsers.include
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ concepts including Origin, Browsing Context, Navigating between pages
<a>sandboxed <code>document.domain</code> browsing context flag</a> set, then throw a
"{{SecurityError}}" {{DOMException}}.
1. Let <var>effectiveDomain</var> be this <code>Document</code>'s <a>origin</a>'s
<a data-lt="concept-origin-effective-domain">effective domain</span>.
<a>effective domain</a>.
1. If <var>effectiveDomain</var> is null, then throw a "{{SecurityError}}" {{DOMException}}.
1. If the given value <span data-x="is a registrable domain suffix of or is equal to">is not
a registrable domain suffix of and is not equal to</span> <var>effectiveDomain</var>
Expand Down

0 comments on commit 191b2cd

Please sign in to comment.