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

Lazy loading #5751

Closed
Vanawy opened this issue Feb 24, 2020 · 2 comments · Fixed by #15547
Closed

Lazy loading #5751

Vanawy opened this issue Feb 24, 2020 · 2 comments · Fixed by #15547
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML

Comments

@Vanawy
Copy link

Vanawy commented Feb 24, 2020

Lazy loading feature isn't experimental now

https://github.com/whatwg/html/pull/3752/files

@queengooborg queengooborg added the data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Feb 24, 2020
@sideshowbarker
Copy link
Collaborator

It seems (arguably) still experimental, given it’s still so far only shipped in one engine (Blink).

Until 13 days ago, it wasn’t even implemented in more than one browser engine. It only landed in Gecko on 2020-02-12 (per https://bugzilla.mozilla.org/show_bug.cgi?id=1542784) but it won’t ship until Firefox 75 is released in April.

And it’s not yet implemented at all in WebKit; see https://bugs.webkit.org/show_bug.cgi?id=196698

I guess what has actually changed is that until whatwg/html#3752 was merged in the HTML spec, lazy loading wasn’t even standard yet (because it wasn’t in any spec).

Anyway for now I went ahead and did #5759 to update BCD with Firefox version_added: 75 for it.

@Discostu36
Copy link

This is now implemented in Chrome, Firefox and Safari. I think it is time to remove the experimental flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html 📄 Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants