Skip to content

Commit

Permalink
add missing data-x value
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjoan91 committed Jan 21, 2021
1 parent df90390 commit 29d6c77
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -93462,9 +93462,10 @@ function sendData(data) {
data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
modals flag</span> set, then return.</p></li>

<li><p>If <span>this</span>'s <span>relevant settings object</span>'s <span>origin</span> and
<span>this</span>'s <span>relevant settings object</span>'s <span>top-level origin</span> are
not <span>same origin-domain</span>, then return.</p></li>
<li><p>If <span>this</span>'s <span>relevant settings object</span>'s
<span data-x="concept-settings-object-origin">origin</span> and <span>this</span>'s
<span>relevant settings object</span>'s <span>top-level origin</span> are not
<span>same origin-domain</span>, then return.</p></li>

<li><p>Optionally, return. (For example, the user agent might give the user the option
to ignore all alerts, and would thus abort at this step whenever the method was
Expand Down Expand Up @@ -93498,9 +93499,10 @@ function sendData(data) {
data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
modals flag</span> set, then return.</p></li>

<li><p>If <span>this</span>'s <span>relevant settings object</span>'s <span>origin</span> and
<span>this</span>'s <span>relevant settings object</span>'s <span>top-level origin</span> are
not <span>same origin-domain</span>, then return false.</p></li>
<li><p>If <span>this</span>'s <span>relevant settings object</span>'s
<span data-x="concept-settings-object-origin">origin</span> and <span>this</span>'s
<span>relevant settings object</span>'s <span>top-level origin</span> are not
<span>same origin-domain</span>, then return false.</p></li>

<li><p>Optionally, return false. (For example, the user agent might give
the user the option to ignore all prompts, and would thus abort at this step whenever the method
Expand Down Expand Up @@ -93532,9 +93534,10 @@ function sendData(data) {
data-x="concept-document-window">associated <code>Document</code></span> has the <span>sandboxed
modals flag</span> set, then return.</p></li>

<li><p>If <span>this</span>'s <span>relevant settings object</span>'s <span>origin</span> and
<span>this</span>'s <span>relevant settings object</span>'s <span>top-level origin</span> are
not <span>same origin-domain</span>, then return null.</p></li>
<li><p>If <span>this</span>'s <span>relevant settings object</span>'s
<span data-x="concept-settings-object-origin">origin</span> and <span>this</span>'s
<span>relevant settings object</span>'s <span>top-level origin</span> are not
<span>same origin-domain</span>, then return null.</p></li>

<li><p>Optionally, return null. (For example, the user agent might give the
user the option to ignore all prompts, and would thus abort at this step whenever the method was
Expand Down

0 comments on commit 29d6c77

Please sign in to comment.