You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Let <var>policy</var> be the result of running <a>Create a Feature Policy for a browsing
922
-
context</a> given <var>document</var>'s <a>browsing context</a>, and <var>document</var>'s
923
-
<a>origin</a>.</li>
924
-
<li>
925
-
Set <var>document</var>’s <a href="https://html.spec.whatwg.org/multipage/dom.html#concept-document-feature-policy">feature policy</a> to <var>policy</var>.
<p>Given a [=response=] (<var>response</var>) and a <a>Document</a>
957
-
(<var>document</var>), this algorithm populates <var>document</var>'s
958
-
<a>Feature Policy</a></p>
959
-
<ol>
960
-
<li>Let <var>policy</var> be the result of running <a>Create a Feature Policy for a browsing
961
-
context from response</a> given <var>document</var>'s <a>browsing context</a>, <var>document</var>'s
962
-
<a>origin</a>, and <var>response</var>.</li>
963
-
<li>
964
-
Set <var>document</var>’s <a href="https://html.spec.whatwg.org/multipage/dom.html#concept-document-feature-policy">feature policy</a> to <var>policy</var>.
965
-
</li>
966
-
</ol>
967
-
</section>
968
937
<section>
969
938
<h3 id="algo-define-inherited-policy"><dfn id="define-inherited-policy">Define an inherited policy for
970
939
<var>feature</var> in <a>browsing context</a></dfn></h3>
0 commit comments