Skip to content

Commit ff85f47

Browse files
committed
Minor nits
1 parent e8e149b commit ff85f47

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

source

+7-6
Original file line numberDiff line numberDiff line change
@@ -79862,23 +79862,23 @@ interface <dfn>BarProp</dfn> {
7986279862

7986379863
<dl>
7986479864
<dt>"<dfn data-x="coep-unsafe-none" data-export="" data-dfn-for="embedder policy value"><code
79865-
data-x="">unsafe-none</code>"</dfn></dt>
79865+
data-x="">unsafe-none</code></dfn>"</dt>
7986679866
<dd><p>This is the default value. When this value is used, cross-origin resources can be fetched
7986779867
without giving explicit permission through the <span>CORS protocol</span> or the
7986879868
`<code>Cross-Origin-Resource-Policy</code>` header.</p></dd>
7986979869

7987079870
<dt>"<dfn data-x="coep-require-corp" data-export="" data-dfn-for="embedder policy value"><code
79871-
data-x="">require-corp</code>"</dfn></dt>
79871+
data-x="">require-corp</code></dfn>"</dt>
7987279872
<dd><p>When this value is used, fetching cross-origin resources requires the server's
7987379873
explicit permission through the <span>CORS protocol</span> or the
7987479874
`<code>Cross-Origin-Resource-Policy</code>` header.</p></dd>
7987579875
</dl>
7987679876

7987779877
<p>The `<code>Cross-Origin-Embedder-Policy</code>` and
7987879878
`<code>Cross-Origin-Embedder-Policy-Report-Only</code>` HTTP response header fields allow a server
79879-
to declare an <span>embedder policy</span> for a <code>Document</code>. These headers are <span
79880-
data-x="http-structured-header">structured headers</span> whose values must be <span
79881-
data-x="http-structured-header-token">token</span>. The valid <span
79879+
to declare an <span>embedder policy</span> for an <span>environment settings object</span>. These
79880+
headers are <span data-x="http-structured-header">structured headers</span> whose values must be
79881+
<span data-x="http-structured-header-token">token</span>. The valid <span
7988279882
data-x="http-structured-header-token">token</span> values are the <span data-x="embedder policy
7988379883
value">embedder policy values</span>. The token may also have attached <span
7988479884
data-x="http-structured-header-parameters">parameters</span>; of these, the "<dfn
@@ -80046,7 +80046,8 @@ interface <dfn>BarProp</dfn> {
8004680046
<var>target</var>:</p>
8004780047

8004880048
<ol>
80049-
<li><p>Return true if <var>target</var> is not a <span>child browsing context</span>.</p></li>
80049+
<li><p>If <var>target</var> is not a <span>child browsing context</span>, then return
80050+
true.</p></li>
8005080051

8005180052
<li><p>Let <var>responsePolicy</var> be the result of <span data-x="obtain an embedder
8005280053
policy">obtaining an embedder policy</span> from <var>response</var>.</p></li>

0 commit comments

Comments
 (0)