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

Set iframe lazy load resumption steps to null on navigation #10226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zcorpan
Copy link
Member

@zcorpan zcorpan commented Mar 26, 2024

When an iframe element is navigated, the lazy-loading mechanism should not navigate it again.

Fixes #10213.

(See WHATWG Working Mode: Changes for more details.)


/browsing-the-web.html ( diff )
/urls-and-fetching.html ( diff )

When an iframe element is navigated, the lazy-loading mechanism should not navigate it again.

Fixes #10213.
@domfarolino
Copy link
Member

So spec-wise this looks fine, but I think there is an outstanding question about what other non-Chromium browsers do in this case, and if we have any existing WPTs for this scenario (#10213 (comment)). I presume you're still investigating that side of things?

zcorpan added a commit to web-platform-tests/wpt that referenced this pull request Apr 10, 2024
@zcorpan
Copy link
Member Author

zcorpan commented Apr 10, 2024

Tests at web-platform-tests/wpt#45650

Copy link
Member

@domfarolino domfarolino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Submitting this comment to clear my "open review requests" until tests are landed. Can you request my review once those are in?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Web compat: Navigating a lazy-loading iframe with location.replace
2 participants