Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spec text for rendering suppression during transition #8368

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -96627,11 +96627,13 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
reasons, but considering content presentable even if it's outside the viewport.</p>

<p>A <span>browsing context</span> has no <span data-x="rendering opportunity">rendering
opportunities</span> if its <span>active document</span> is <span>render-blocked</span>;
opportunities</span> if its <span>active document</span> is <span>render-blocked</span>
or its <span>active document</span>'s has <span>transition suppressing rendering</span>;
otherwise, <span data-x="rendering opportunity">rendering opportunities</span> are determined
based on hardware constraints such as display refresh rates and other factors such as page
performance or whether the document's <span>visibility state</span> is "<code
data-x="">visible</code>". Rendering opportunities typically occur at regular intervals.</p>
data-x="">visible</code>". Rendering opportunities typically occur at regular intervals.
<ref spec=CSSVIEWTRANSITIONS></p>

<p class="note">This specification does not mandate any particular model for selecting
rendering opportunities. But for example, if the browser is attempting to achieve a 60Hz
Expand Down