Skip to content

Commit

Permalink
Meta: export Document's active sandboxing flag set
Browse files Browse the repository at this point in the history
For Pointer Lock.
  • Loading branch information
marcoscaceres authored and annevk committed Jun 11, 2019
1 parent 3eb6169 commit 8125b06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source
Expand Up @@ -81220,10 +81220,10 @@ interface <dfn>BarProp</dfn> {
set</span> are set at any particular time is determined by the <code>iframe</code> element's <code
data-x="attr-iframe-sandbox">sandbox</code> attribute.</p>

<p>Every <code>Document</code> has an <dfn>active sandboxing flag set</dfn>, which is a
<span>sandboxing flag set</span>. When the <code>Document</code> is created, its <span>active
sandboxing flag set</span> must be empty. It is populated by the <span data-x="navigate">navigation
algorithm</span>.</p>
<p>Every <code>Document</code> has an <dfn data-dfn-for="Document" data-export="">active
sandboxing flag set</dfn>, which is a <span>sandboxing flag set</span>. When the
<code>Document</code> is created, its <span>active sandboxing flag set</span> must be empty. It is
populated by the <span data-x="navigate">navigation algorithm</span>.</p>

<p>Every resource that is obtained by the <span data-x="navigate">navigation algorithm</span> has
a <dfn data-export="">forced sandboxing flag set</dfn>, which is a <span>sandboxing flag
Expand Down

0 comments on commit 8125b06

Please sign in to comment.