Skip to content

Commit

Permalink
more num keys
Browse files Browse the repository at this point in the history
  • Loading branch information
autonome committed Nov 14, 2024
1 parent 86ee85f commit a2e9f68
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 36 deletions.
5 changes: 5 additions & 0 deletions features/input-number.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ group:
- html-elements
caniuse: input-number
compat_features:
- api.HTMLInputElement.max
- api.HTMLInputElement.min
- api.HTMLInputElement.step
- api.HTMLInputElement.stepDown
- api.HTMLInputElement.stepUp
- html.elements.input.max
- html.elements.input.min
- html.elements.input.step
Expand Down
20 changes: 14 additions & 6 deletions features/input-number.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
baseline: false
support:
chrome: "7"
chrome_android: "18"
edge: "12"
firefox: "29"
firefox_android: "29"
safari: "5.1"
safari_ios: "5"
compat_features:
Expand All @@ -25,6 +21,8 @@ compat_features:
# firefox_android: "16"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.max
- api.HTMLInputElement.min
- html.elements.input.max
- html.elements.input.min

Expand All @@ -39,9 +37,9 @@ compat_features:
# firefox_android: "16"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.step
- html.elements.input.step

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -54,3 +52,13 @@ compat_features:
# safari: "5.1"
# safari_ios: "5"
- html.elements.input.type_number

# baseline: false
# support:
# chrome: "5"
# chrome_android: "18"
# edge: "12"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.stepDown
- api.HTMLInputElement.stepUp
5 changes: 0 additions & 5 deletions features/input.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ compat_features:
- api.HTMLInputElement.invalid_event
- api.HTMLInputElement.labels
- api.HTMLInputElement.list
- api.HTMLInputElement.max
- api.HTMLInputElement.maxLength
- api.HTMLInputElement.min
- api.HTMLInputElement.minLength
- api.HTMLInputElement.multiple
- api.HTMLInputElement.name
Expand All @@ -47,9 +45,6 @@ compat_features:
- api.HTMLInputElement.setSelectionRange
- api.HTMLInputElement.size
- api.HTMLInputElement.src
- api.HTMLInputElement.step
- api.HTMLInputElement.stepDown
- api.HTMLInputElement.stepUp
- api.HTMLInputElement.type
- api.HTMLInputElement.value
- api.HTMLInputElement.valueAsDate
Expand Down
25 changes: 0 additions & 25 deletions features/input.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,6 @@ compat_features:
- html.elements.input.pattern
- html.elements.input.required

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "4"
# chrome_android: "18"
# edge: "12"
# firefox: "16"
# firefox_android: "16"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.max
- api.HTMLInputElement.min

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand All @@ -192,7 +178,6 @@ compat_features:
# firefox_android: "16"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.step
- api.HTMLInputElement.valueAsNumber

# baseline: high
Expand Down Expand Up @@ -346,13 +331,3 @@ compat_features:
# safari: "16.4"
# safari_ios: "16.4"
- api.HTMLInputElement.cancel_event

# baseline: false
# support:
# chrome: "5"
# chrome_android: "18"
# edge: "12"
# safari: "5"
# safari_ios: "4"
- api.HTMLInputElement.stepDown
- api.HTMLInputElement.stepUp

0 comments on commit a2e9f68

Please sign in to comment.