Skip to content

Commit e6a003c

Browse files
peteleddbeck
andauthored
Add <meter> element (#1419)
* Add `<meter>` element * group * Revise description --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent c5190fa commit e6a003c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

features/draft/html-elements/meter.yml renamed to features/meter.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
draft_date: 2024-06-05
21
name: <meter>
3-
description: The `<meter>` element TODO.
2+
description: The `<meter>` element represents a scalar value within a known range or a fractional value, typically shown as a progress bar.
43
spec: https://html.spec.whatwg.org/multipage/form-elements.html#the-meter-element
5-
group: forms
4+
group:
5+
- forms
6+
- html-elements
67
caniuse: meter
78
compat_features:
89
- api.HTMLMeterElement
File renamed without changes.

0 commit comments

Comments
 (0)