Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add <fieldset> and <legend> #1439

Merged
merged 8 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
draft_date: 2024-06-05
name: <fieldset>
description: The `<fieldset>` element TODO.
name: <fieldset> and <legend>
description: The `<fieldset>` and `<legend>` elements group several form control elements within a web form.
spec:
- https://html.spec.whatwg.org/multipage/form-elements.html#the-fieldset-element
- https://html.spec.whatwg.org/multipage/form-elements.html#the-legend-element
group: forms
group:
- forms
- html-elements
status:
compute_from:
- html.elements.fieldset
- html.elements.legend
compat_features:
- api.HTMLFieldSetElement
- api.HTMLFieldSetElement.disabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "57"
chrome_android: "57"
firefox: "4"
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "13"
safari_ios: "13"
safari: ≤4
safari_ios: ≤3.2
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
Expand Down Expand Up @@ -40,6 +43,7 @@ compat_features:
- api.HTMLFieldSetElement.form
- html.elements.legend

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down