diff --git a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md index 377e7703..9cc9fc7c 100644 --- a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md +++ b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md @@ -45,7 +45,7 @@ For instance: ``` -In the example the `DOMContentLoaded` handler runs when the document is loaded, so it can see all the elements, including `` below. +In the example, the `DOMContentLoaded` handler runs when the document is loaded, so it can see all the elements, including `` below. But it doesn't wait for the image to load. So `alert` shows zero sizes.