Skip to content

Commit

Permalink
Add group for form-associated custom elements (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Jun 3, 2024
1 parent 19f384e commit e993c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion features/form-associated-custom-elements.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Form-associated custom elements
description: Custom elements may act like built-in form elements, via the the `attachInternals()` method of `HTMLElement` and the `ElementInternals` API.
spec: https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements
group: forms
group:
- custom-elements
- forms
status:
baseline: low
baseline_low_date: 2023-03-27
Expand Down
4 changes: 3 additions & 1 deletion features/form-associated-custom-elements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Form-associated custom elements
description: Custom elements may act like built-in form elements, via the the `attachInternals()` method of `HTMLElement` and the `ElementInternals` API.
spec: https://html.spec.whatwg.org/multipage/custom-elements.html#form-associated-custom-elements
group: forms
group:
- custom-elements
- forms
compat_features:
- api.HTMLElement.attachInternals
- api.ElementInternals
Expand Down

0 comments on commit e993c27

Please sign in to comment.