Skip to content

Commit e993c27

Browse files
authored
Add group for form-associated custom elements (#1106)
1 parent 19f384e commit e993c27

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

features/form-associated-custom-elements.dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
name: Form-associated custom elements
55
description: Custom elements may act like built-in form elements, via the the `attachInternals()` method of `HTMLElement` and the `ElementInternals` API.
66
spec: https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements
7-
group: forms
7+
group:
8+
- custom-elements
9+
- forms
810
status:
911
baseline: low
1012
baseline_low_date: 2023-03-27

features/form-associated-custom-elements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Form-associated custom elements
22
description: Custom elements may act like built-in form elements, via the the `attachInternals()` method of `HTMLElement` and the `ElementInternals` API.
33
spec: https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements
4-
group: forms
4+
group:
5+
- custom-elements
6+
- forms
57
compat_features:
68
- api.HTMLElement.attachInternals
79
- api.ElementInternals

0 commit comments

Comments
 (0)