Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vmpstr committed Jul 19, 2023
1 parent 443303b commit 4b544ff
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -101834,11 +101834,18 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<ol>
<li><p>Determine <span>proximity to the viewport</span> for the element.</p></li>

<li><p>If prior to this determination, the element's <span>proximity
to the viewport</span> was not determined and it was not <span>relevant
to the user</span> and now the element is <span>relevant to the
user</span>, set
<var>hadInitialVisibleContentVisibilityDetermination</var> to true.
<li><p>If the element is now <span>relevant to the user</span>:</p>
<ul>
<li>
<p>If prior to this determination, the element's <span>proximity
to the viewport</span> was not determined and it was not <span>relevant
to the user</span>:</p>
<ul>
<li><p>Set <var>hadInitialVisibleContentVisibilityDetermination</var> to true.</p></li>
</ul>
</li>
</ul>
</li>
</ol>
</li>

Expand Down

0 comments on commit 4b544ff

Please sign in to comment.