- From: Ivan Kotenkov <kotenkov@yandex-team.ru>
- Date: Wed, 11 Sep 2013 19:37:41 +0400
- To: "public-web-perf@w3.org" <public-web-perf@w3.org>
Received on Wednesday, 11 September 2013 15:37:53 UTC
Hello!
In example from section 1.4 lazyload is set via setAttribute from js:
assets[i + j].setAttribute('lazyload');
But lazyload attribute is defined readonly in section 4.4.1, so, if I understand the readonly modifier correctly, this statement would at least have no effect on the assets[i + j].
--
Regards,
Ivan Kotenkov
Received on Wednesday, 11 September 2013 15:37:53 UTC