Skip to content

Commit a64122c

Browse files
Update draft features (#2773)
Co-authored-by: captainbrosset <[email protected]>
1 parent 9771780 commit a64122c

File tree

6 files changed

+52
-17
lines changed

6 files changed

+52
-17
lines changed

features/draft/spec/css-overflow-5.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-03-10
1+
draft_date: 2025-03-15
22
name: CSS Overflow Module Level 5
33
description: TODO
44
spec: https://drafts.csswg.org/css-overflow-5/
@@ -18,24 +18,25 @@ compat_features:
1818
# - overflow:
1919
# - css.properties.overflow
2020
# - css.properties.overflow.auto
21-
# - css.properties.overflow.clip
2221
# - css.properties.overflow.hidden
2322
# - css.properties.overflow.multiple_keywords
2423
# - css.properties.overflow.scroll
2524
# - css.properties.overflow.visible
2625
# - css.properties.overflow-x
2726
# - css.properties.overflow-x.auto
28-
# - css.properties.overflow-x.clip
2927
# - css.properties.overflow-x.hidden
3028
# - css.properties.overflow-x.scroll
3129
# - css.properties.overflow-x.visible
3230
# - css.properties.overflow-y
3331
# - css.properties.overflow-y.auto
34-
# - css.properties.overflow-y.clip
3532
# - css.properties.overflow-y.hidden
3633
# - css.properties.overflow-y.scroll
3734
# - css.properties.overflow-y.visible
3835
# - css.types.overflow
36+
# - overflow: clip:
37+
# - css.properties.overflow.clip
38+
# - css.properties.overflow-x.clip
39+
# - css.properties.overflow-y.clip
3940
# - css.types.overflow.clip
4041
# - Logical properties:
4142
# - css.properties.overflow-block

features/draft/spec/css-ui-4.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-03-10
1+
draft_date: 2025-03-15
22
name: CSS Basic User Interface Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-ui-4/
@@ -26,6 +26,8 @@ compat_features:
2626
# - css.properties.appearance.searchfield
2727
# - css.properties.appearance.textarea
2828
# - css.properties.appearance.textfield
29+
# - Customizable <select>:
30+
# - css.properties.appearance.base
2931
# - caret-color:
3032
# - css.properties.caret-color
3133
# - Cursor styles:

features/draft/spec/html.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-03-10
1+
draft_date: 2025-03-15
22
name: HTML
33
description: TODO
44
spec: https://html.spec.whatwg.org/multipage/
@@ -19,6 +19,7 @@ compat_features:
1919
- api.HTMLAllCollection.namedItem
2020
- api.HTMLBaseElement.href.forbid_data_javascript_urls
2121
- api.HTMLBaseElement.href.forbid_special_characters
22+
- api.HTMLButtonElement.command.request-close
2223
- api.HTMLCanvasElement.getContext.2d_context
2324
- api.HTMLCanvasElement.getContext.bitmaprenderer_context
2425
- api.HTMLCanvasElement.getContext.bitmaprenderer_context.options_alpha_parameter
@@ -33,6 +34,8 @@ compat_features:
3334
- api.HTMLCanvasElement.toDataURL.type_parameter_webp
3435
- api.HTMLDialogElement.closedBy
3536
- api.HTMLDialogElement.requestClose
37+
- api.HTMLElement.error_event
38+
- api.HTMLElement.load_event
3639
- api.HTMLIFrameElement.featurePolicy
3740
- api.HTMLImageElement.currentSrc
3841
- api.HTMLImageElement.sizes.auto
@@ -1089,48 +1092,48 @@ compat_features:
10891092
# - <div>:
10901093
# - api.HTMLDivElement
10911094
# - html.elements.div
1092-
# - Accesskey:
1095+
# - accesskey:
10931096
# - api.HTMLElement.accessKey
10941097
# - api.HTMLElement.accessKeyLabel
10951098
# - html.global_attributes.accesskey
1096-
# - Autocapitalize:
1099+
# - autocapitalize:
10971100
# - api.HTMLElement.autocapitalize
10981101
# - html.global_attributes.autocapitalize
1099-
# - Autocorrect:
1102+
# - autocorrect:
11001103
# - api.HTMLElement.autocorrect
11011104
# - html.global_attributes.autocorrect
1102-
# - Autofocus:
1105+
# - autofocus:
11031106
# - api.HTMLElement.autofocus
11041107
# - api.MathMLElement.autofocus
11051108
# - api.SVGElement.autofocus
11061109
# - html.global_attributes.autofocus
11071110
# - Change event:
11081111
# - api.HTMLElement.change_event
1109-
# - Contenteditable:
1112+
# - contenteditable:
11101113
# - api.HTMLElement.contentEditable
11111114
# - api.HTMLElement.isContentEditable
11121115
# - html.global_attributes.contenteditable
11131116
# - contenteditable="plaintext-only":
11141117
# - api.HTMLElement.contentEditable.plaintext-only
11151118
# - html.global_attributes.contenteditable.plaintext-only
1116-
# - Enterkeyhint:
1119+
# - enterkeyhint:
11171120
# - api.HTMLElement.enterKeyHint
11181121
# - html.global_attributes.enterkeyhint
1119-
# - Inert elements:
1122+
# - inert:
11201123
# - api.HTMLElement.inert
11211124
# - api.HTMLElement.inert.ignores_find_in_page
11221125
# - html.global_attributes.inert
11231126
# - html.global_attributes.inert.ignores_find_in_page
11241127
# - inputmode:
11251128
# - api.HTMLElement.inputMode
11261129
# - html.global_attributes.inputmode
1127-
# - Lang:
1130+
# - lang:
11281131
# - api.HTMLElement.lang
11291132
# - html.global_attributes.lang
11301133
# - popover="hint":
11311134
# - api.HTMLElement.popover.hint
11321135
# - html.global_attributes.popover.hint
1133-
# - Spellcheck:
1136+
# - spellcheck:
11341137
# - api.HTMLElement.spellcheck
11351138
# - html.global_attributes.spellcheck
11361139
# - tabindex:
@@ -1140,7 +1143,7 @@ compat_features:
11401143
# - api.HTMLElement.title
11411144
# - html.global_attributes.title
11421145
# - html.global_attributes.title.multi-line_titles
1143-
# - translate attribute:
1146+
# - translate:
11441147
# - api.HTMLElement.translate
11451148
# - html.global_attributes.translate
11461149
# - writingsuggestions:

features/draft/spec/html.yml.dist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ compat_features:
1616
# firefox_android: "4"
1717
# safari: "1"
1818
# safari_ios: "1"
19+
- api.HTMLElement.error_event
1920
- html.elements.html.xmlns
2021
- http.headers.Refresh
2122

@@ -33,6 +34,19 @@ compat_features:
3334
- api.setInterval.supports_parameters_for_callback
3435
- api.setTimeout.supports_parameters_for_callback
3536

37+
# baseline: high
38+
# baseline_low_date: 2015-07-29
39+
# baseline_high_date: 2018-01-29
40+
# support:
41+
# chrome: "1"
42+
# chrome_android: "18"
43+
# edge: "12"
44+
# firefox: "1"
45+
# firefox_android: "4"
46+
# safari: "1.3"
47+
# safari_ios: "1"
48+
- api.HTMLElement.load_event
49+
3650
# baseline: high
3751
# baseline_low_date: 2015-07-29
3852
# baseline_high_date: 2018-01-29
@@ -971,6 +985,7 @@ compat_features:
971985
# baseline: false
972986
# support: {}
973987
- api.CanvasRenderingContext2D.lang
988+
- api.HTMLButtonElement.command.request-close
974989
- api.HTMLInputElement.alpha
975990
- api.HTMLInputElement.colorSpace
976991
- api.NavigateEvent.sourceElement

features/draft/spec/uievents.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
draft_date: 2024-12-02
1+
draft_date: 2025-03-15
22
name: UI Events
33
description: TODO
44
spec: https://w3c.github.io/uievents/
55
compat_features:
66
- api.HTMLElement.error_event
7+
- api.HTMLElement.load_event
78
- api.UIEvent
89
- api.UIEvent.UIEvent
910
- api.UIEvent.detail

features/draft/spec/uievents.yml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@ compat_features:
3030
- api.UIEvent.detail
3131
- api.UIEvent.view
3232

33+
# baseline: high
34+
# baseline_low_date: 2015-07-29
35+
# baseline_high_date: 2018-01-29
36+
# support:
37+
# chrome: "1"
38+
# chrome_android: "18"
39+
# edge: "12"
40+
# firefox: "1"
41+
# firefox_android: "4"
42+
# safari: "1.3"
43+
# safari_ios: "1"
44+
- api.HTMLElement.load_event
45+
3346
# ⬇️ Same status as overall feature ⬇️
3447
# baseline: high
3548
# baseline_low_date: 2015-07-29

0 commit comments

Comments
 (0)