Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/sizes-auto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: '<img sizes="auto" loading="lazy">'
description: The `sizes="auto"` attribute for the `<img>` HTML element reserves layout space for an image before it loads, avoiding some layout shifts. This attribute only applies to images with the `loading="lazy"` attribute.
description: The `sizes="auto"` attribute for the `<img>` HTML element determines the layout size for the image based on computed layout size when choosing a source from the `srcset`. This attribute only applies to images with the `loading="lazy"` attribute.
spec: https://html.spec.whatwg.org/multipage/images.html#valdef-sizes-auto
group: images
compat_features:
Expand Down