diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 7aee0bfe36..f0bbf67dea 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -757,14 +757,14 @@ Videos additionally have readonly `videoWidth` and `videoHeight` bindings. Image elements (``) have two readonly bindings: -* `naturalWidth` (readonly) — the original width of the image -* `naturalHeight` (readonly) — the original height of the image +* `naturalWidth` (readonly) — the original width of the image, available after the image has loaded +* `naturalHeight` (readonly) — the original height of the image, available after the image has loaded ```sv +> ``` ##### Block-level element bindings