Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpstr committed Jun 28, 2023
1 parent 2f06bd1 commit 7514d0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -101826,15 +101826,15 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<ol>
<li><p>Recalculate styles and update layout for <var>doc</var>.</p></li>

<li><p>If there are elements with 'content-visibility' used value of
'auto' whose viewport proximity has not been previously determined for
<li><p>If there are elements with 'auto' computed value of 'content-visibility'
whose viewport proximity has not been previously determined for
the purposes of being
<a href="https://drafts.csswg.org/css-contain-2/#relevant-to-the-user">relevant to the user</a>.:
<a href="https://drafts.csswg.org/css-contain-2/#relevant-to-the-user">relevant to the user</a>:

<ol>
<li><p>Determine viewport proximity of all such elements.</p></li>

<li><p>If any such determination resulted in an element being relevant to the user, <span>continue</span>.</p></li>
<li><p>If any such determination resulted in an element being relevant to the user, <span>Continue</span>.</p></li>
</ol>
</li>

Expand All @@ -101848,11 +101848,11 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<span data-x="broadcast active resize observations">broadcasting active resize
observations</span> given <var>doc</var>.</p></li>

<li><span>continue</span></li>
<li><span>Continue</span>.</li>
</ol>
</li>

<li><span>break</span></li>
<li>Otherwise, <span>Break</span>.</li>
</ol>
</li>

Expand Down

0 comments on commit 7514d0d

Please sign in to comment.