File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- draft_date : 2025-05-19
1
+ draft_date : 2025-05-26
2
2
name : HTML
3
3
description : TODO
4
4
spec : https://html.spec.whatwg.org/multipage/
@@ -100,7 +100,6 @@ compat_features:
100
100
- html.elements.iframe.allow.wildcards
101
101
- html.elements.iframe.sandbox.allow-orientation-lock
102
102
- html.elements.iframe.sandbox.allow-pointer-lock
103
- - html.elements.img.sizes.auto
104
103
- html.elements.img.usemap.case_sensitive
105
104
- html.elements.input.autocomplete
106
105
- html.elements.link.rel.icon
@@ -2322,6 +2321,8 @@ compat_features:
2322
2321
# - aspect-ratio:
2323
2322
# - html.elements.img.aspect_ratio_computed_from_attributes
2324
2323
# - html.elements.video.aspect_ratio_computed_from_attributes
2324
+ # - <img sizes="auto" loading="lazy">:
2325
+ # - html.elements.img.sizes.auto
2325
2326
# - <input type="button">:
2326
2327
# - html.elements.input.type_button
2327
2328
# - Email, telephone, and URL <input> types:
Original file line number Diff line number Diff line change @@ -893,7 +893,6 @@ compat_features:
893
893
# chrome_android: "126"
894
894
# edge: "126"
895
895
- api.HTMLImageElement.sizes.auto
896
- - html.elements.img.sizes.auto
897
896
898
897
# baseline: false
899
898
# support:
You can’t perform that action at this time.
0 commit comments