Skip to content

Commit

Permalink
Editorial: Fix markup in “Initializing a new Document object”
Browse files Browse the repository at this point in the history
2b93f9e (PR #1776) introduced a minor
markup error (an `ol` nested inside an `ol`). This fixes it.
  • Loading branch information
sideshowbarker authored and zcorpan committed Nov 25, 2016
1 parent df88440 commit 0495be1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions source
Expand Up @@ -82312,15 +82312,17 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON O
then:</p>

<ol>
<li><p>If <var>settingsObject</var> is a <span data-x="secure-context">secure context</span>,
then:</p></li>
<li>
<p>If <var>settingsObject</var> is a <span data-x="secure-context">secure context</span>,
then:</p>

<ol>
<li><p>If <var>browsingContext</var> has an <span>opener browsing context</span> and
<var>request</var>'s <span data-x="concept-request-client">client</span> is a <span
data-x="non-secure-context">non-secure context</span>, then <span data-x="disowned its
opener">disown <var>browsingContext</var>'s opener</span>.</p></li>
</ol>
<ol>
<li><p>If <var>browsingContext</var> has an <span>opener browsing context</span> and
<var>request</var>'s <span data-x="concept-request-client">client</span> is a <span
data-x="non-secure-context">non-secure context</span>, then <span data-x="disowned its
opener">disown <var>browsingContext</var>'s opener</span>.</p></li>
</ol>
</li>

<li><p>Otherwise, set <var>settingsObject</var>'s <span
data-x="concept-environment-active-service-worker">active service worker</span> to
Expand Down

0 comments on commit 0495be1

Please sign in to comment.