From 74854c8a939f2cdc17e83734e46420f8ede75070 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Thu, 11 Aug 2022 10:51:55 +0200 Subject: [PATCH] Make 'auto' actually use the concrete object size ignoring natural dimensions width --- source | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source b/source index fa76e9fa97f..f983b9f97ac 100644 --- a/source +++ b/source @@ -29016,12 +29016,12 @@ was an English <a href="/wiki/Music_hall">music hall</a> singer, ...A <source-size-value> that is a <length> must not be negative, and must not use CSS functions other than the math functions.

-

The keyword auto means the rendered width of the - img element that initiated the image loading (with the update the image - data or react to environment changes - algorithms), if any, in CSS pixels, if that img element is - being rendered, and the element's concrete object size ignoring natural - dimensions width is not zero, and the img element's The keyword auto means the concrete object size + ignoring natural dimensions width of the img element that initiated the image + loading (with the update the image data or react to environment changes algorithms), if any, in CSS pixels, if that is not zero, and that img element is + being rendered, and the img element's loading attribute is in the Lazy state; otherwise, 100vw.