Contact emails
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPN64a49CSBNRkO%2Bxfu_ZpeySy8uTeTTH7xhS8w7Y4R%3Dcd2jxg%40mail.gmail.com.
> the value of lazyload attribute on the elementIt sounds like you imply that Chrome supports the lazyload attribute, but I have not found any evidence that it is supported using this search -
I mean, lazy loading is mentioned and is applied when <script src="..." async> is declared, but there is no supported behavior-changing attribute named lazyload.(Internet Explorer did introduce it at some point, but no other browser supported it. Except Edge, but it is just an evolution of Internet Explorer)References -☆PhistucK--On Fri, Aug 10, 2018 at 9:06 PM Ehsan Karamad <ekar...@chromium.org> wrote:--Contact emailsAllows developers to selectively control the use of "lazyload" attribute on <iframe> and <img> through the Feature-Policy HTTP header or the <iframe> "allow" attribute. The identifier for the feature in policies is "lazyload". By default, the feature is set to "auto" for all domains which would leave the current lazyload behavior unaltered (that is, the value of lazyload attribute on the element is used unless the attribute is undefined in which case user agent decides the behavior). This feature enables the developers to enforce lazyloading to all nested frames and images in owned or any embedded content. The result of this is potential overall reduction in load times.Firefox: No public signals Edge: No public signals Safari: No public signals Web developers: Positive None.None.Yes.
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPN64a49CSBNRkO%2Bxfu_ZpeySy8uTeTTH7xhS8w7Y4R%3Dcd2jxg%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABc02_JeirEps0XDsJW86rYQ_mrhHUvUe%3Dssf2Tg%3Df93pmnV%3DQ%40mail.gmail.com.
Oh. Off topic, but I have not seen an intent to implement for the attribute.
Since only Microsoft implemented it since 2013, I assumed it is dead.
Do you know whether other browsers intend to support it?
On Fri, Aug 10, 2018 at 2:56 PM PhistucK <phis...@gmail.com> wrote:> the value of lazyload attribute on the elementIt sounds like you imply that Chrome supports the lazyload attribute, but I have not found any evidence that it is supported using this search -
FYI, the "lazyload" attribute in question here is part of the LazyLoad feature. I'm working on adding support for the "lazyload" attribute in Blink right now, it should be landed very soon.
I mean, lazy loading is mentioned and is applied when <script src="..." async> is declared, but there is no supported behavior-changing attribute named lazyload.(Internet Explorer did introduce it at some point, but no other browser supported it. Except Edge, but it is just an evolution of Internet Explorer)References -☆PhistucK
On Fri, Aug 10, 2018 at 9:06 PM Ehsan Karamad <ekar...@chromium.org> wrote:
Contact emails
Allows developers to selectively control the use of "lazyload" attribute on <iframe> and <img> through the Feature-Policy HTTP header or the <iframe> "allow" attribute. The identifier for the feature in policies is "lazyload". By default, the feature is set to "auto" for all domains which would leave the current lazyload behavior unaltered (that is, the value of lazyload attribute on the element is used unless the attribute is undefined in which case user agent decides the behavior). This feature enables the developers to enforce lazyloading to all nested frames and images in owned or any embedded content. The result of this is potential overall reduction in load times.Firefox: No public signals Edge: No public signals Safari: No public signals Web developers: Positive None.None.Yes.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPN64a49CSBNRkO%2Bxfu_ZpeySy8uTeTTH7xhS8w7Y4R%3Dcd2jxg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/8050c788-eb1c-4a11-9da5-cbb6d39ea0d9%40chromium.org.
Great proposal. We've been trying to do something like this at a lower level for media elements automatically for a while now; nominally avoiding pipeline creation for elements with a poster and stopping after metadata is available.Always stopping at metadata for offscreen, paused elements or video only elements should be a huge resource savings. As a starter having an attribute like this would be immensely useful to sites with lots of media content. For media we'd probably want it to also imply something like 'lazyunload' too.I'm happy to provide time from my team to expand or create an alternate proposal building off this work for media elements.- dale
On Sunday, August 12, 2018, EhsanK <ekar...@chromium.org> wrote:
As Scott mentioned this feature policy is on top of the lazyload feature and I admit the I
On Friday, August 10, 2018 at 6:53:12 PM UTC-4, Scott Little wrote:On Fri, Aug 10, 2018 at 2:56 PM PhistucK <phis...@gmail.com> wrote:> the value of lazyload attribute on the elementIt sounds like you imply that Chrome supports the lazyload attribute, but I have not found any evidence that it is supported using this search -FYI, the "lazyload" attribute in question here is part of the LazyLoad feature. I'm working on adding support for the "lazyload" attribute in Blink right now, it should be landed very soon.Ins't lazyload for frames (LazyFrameLoading) implemented though? I though the image is the only part remaining. Also thanks for the bug link I am blocking the feature policy bug on it.
I mean, lazy loading is mentioned and is applied when <script src="..." async> is declared, but there is no supported behavior-changing attribute named lazyload.(Internet Explorer did introduce it at some point, but no other browser supported it. Except Edge, but it is just an evolution of Internet Explorer)References -☆PhistucK
On Fri, Aug 10, 2018 at 9:06 PM Ehsan Karamad <ekar...@chromium.org> wrote:
Contact emails
Allows developers to selectively control the use of "lazyload" attribute on <iframe> and <img> through the Feature-Policy HTTP header or the <iframe> "allow" attribute. The identifier for the feature in policies is "lazyload". By default, the feature is set to "auto" for all domains which would leave the current lazyload behavior unaltered (that is, the value of lazyload attribute on the element is used unless the attribute is undefined in which case user agent decides the behavior). This feature enables the developers to enforce lazyloading to all nested frames and images in owned or any embedded content. The result of this is potential overall reduction in load times.Firefox: No public signals Edge: No public signals Safari: No public signals Web developers: Positive None.None.Yes.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPN64a49CSBNRkO%2Bxfu_ZpeySy8uTeTTH7xhS8w7Y4R%3Dcd2jxg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CABc02_JeirEps0XDsJW86rYQ_mrhHUvUe%3Dssf2Tg%3Df93pmnV%3DQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/8050c788-eb1c-4a11-9da5-cbb6d39ea0d9%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAPUDrweWZdFk9g_HfPTANYCXjdc3uRhtMDqdMj5F3v95--hBOg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACBp5rWiU0Pj6NbkbdqRjWdV-eB3H_qD9uwC7ZZc%2B2%3DqxqKqjw%40mail.gmail.com.