Skip to content

Commit ed280ec

Browse files
foolipdomenic
authored andcommitted
Editorial: use "each" Document when defining Document state
Both "each" and "the" is currently used, but "each" is clearer.
1 parent 5909fe9 commit ed280ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9967,30 +9967,30 @@ partial interface <dfn id="document" data-lt="">Document</dfn> {
99679967
<span>Document</span> includes <span>GlobalEventHandlers</span>;
99689968
<span>Document</span> includes <span>DocumentAndElementEventHandlers</span>;</code></pre>
99699969

9970-
<p>The <code>Document</code> has a <dfn data-x="concept-document-policy-container" export
9970+
<p>Each <code>Document</code> has a <dfn data-x="concept-document-policy-container" export
99719971
for="Document">policy container</dfn> (a <span>policy container</span>), initially a new policy
99729972
container, which contains policies which apply to the <code>Document</code>.</p>
99739973

9974-
<p id="concept-document-feature-policy">The <code>Document</code> has a <dfn
9974+
<p id="concept-document-feature-policy">Each <code>Document</code> has a <dfn
99759975
data-x="concept-document-permissions-policy" export for="Document">permissions policy</dfn>, which
99769976
is a <span data-x="concept-permissions-policy">permissions policy</span>, which is initially
99779977
empty.</p>
99789978

9979-
<p>The <code>Document</code> has a <dfn data-x="concept-document-module-map">module map</dfn>,
9979+
<p>Each <code>Document</code> has a <dfn data-x="concept-document-module-map">module map</dfn>,
99809980
which is a <span>module map</span>, initially empty.</p>
99819981

9982-
<p>The <code>Document</code> has a <dfn data-x="concept-document-coop">cross-origin opener
9982+
<p>Each <code>Document</code> has a <dfn data-x="concept-document-coop">cross-origin opener
99839983
policy</dfn>, which is a <span>cross-origin opener policy</span>.</p>
99849984

9985-
<p>The <code>Document</code> has an <dfn>is initial <code>about:blank</code></dfn>, which is a
9985+
<p>Each <code>Document</code> has an <dfn>is initial <code>about:blank</code></dfn>, which is a
99869986
boolean, initially false. A <span>browsing context</span> <var>browsingContext</var> is <dfn>still
99879987
on its initial <code>about:blank</code> <code>Document</code></dfn> if
99889988
<var>browsingContext</var>'s <span>session history</span>'s <span data-x="list size">size</span>
99899989
is 1 and <var>browsingContext</var>'s <span>session history</span>[0]'s <span
99909990
data-x="she-document">document</span>'s <span>is initial <code>about:blank</code></span> is
99919991
true.</p>
99929992

9993-
<p>The <code>Document</code> has a <dfn data-x="concept-document-navigation-id">navigation
9993+
<p>Each <code>Document</code> has a <dfn data-x="concept-document-navigation-id">navigation
99949994
id</dfn>, which is a <span data-x="navigation-id">navigation id</span> or null.</p>
99959995

99969996
<h4>The <code>DocumentOrShadowRoot</code> interface</h4>

0 commit comments

Comments
 (0)