RE: [ResourcePriorities] lazyload vs. document.readyState

Thanks for raising this concern. I think the spec should be clear on the lazyload/postpone impact on document.readyState. I will suggest an updated spec text to address this.

Thanks,
Jatinder

From: Ivan Kotenkov [mailto:kotenkov@yandex-team.ru]
Sent: Friday, September 6, 2013 5:28 AM
To: public-web-perf@w3.org
Cc: Константин Никитин
Subject: [ResourcePriorities] lazyload vs. document.readyState

Hello!

Document has an attribute readyState which changes during document loading and fires a readystatechange event on it's change.

Current version of the draft doesn't mention this attribute and event, though it is strongly related to window.load event.

My suggestion is to add a subsection about the attribute and corresponding event describing it's behavior when elements with lazyload or postpone attributes exist.

Changing readyState to complete when everything except lazyload\postpone resources is loaded seems intuitive to me, but we can also add another state to document.readyState. Whichever option is better, I believe it should be explicitly stated in the draft.

Thanks!

--
Ivan Kotenkov

Received on Wednesday, 11 September 2013 00:03:53 UTC