Skip to content
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
4 changes: 0 additions & 4 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -544,15 +544,11 @@ compat_features:
- api.Worklet
- api.Worklet.addModule
- api.WorkletGlobalScope
- api.clearInterval
- api.clearTimeout
- api.crossOriginIsolated
- api.isSecureContext
- api.origin
- api.queueMicrotask
- api.reportError
- api.setInterval
- api.setTimeout
- css.selectors.active
- css.selectors.checked
- css.selectors.disabled
Expand Down
16 changes: 0 additions & 16 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ compat_features:
- api.Window.open
- api.Window.opener
- api.Window.prompt
- api.clearInterval
- api.setInterval
- api.setTimeout
- css.selectors.active
- css.selectors.focus
- css.selectors.visited
Expand Down Expand Up @@ -269,19 +266,6 @@ compat_features:
# safari_ios: "1"
- api.HTMLFormControlsCollection

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "4"
# safari_ios: "1"
- api.clearTimeout

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down
6 changes: 6 additions & 0 deletions features/setinterval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: setInterval
description: "The `setInterval()` global function repeatedly executes provided code on a given delay, and the accompanying `clearInterval()` cancels the interval."
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
compat_features:
- api.setInterval
- api.clearInterval
18 changes: 18 additions & 0 deletions features/setinterval.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated from: setinterval.yml
# 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
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "1"
safari_ios: "1"
compat_features:
- api.clearInterval
- api.setInterval
6 changes: 6 additions & 0 deletions features/settimeout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: setTimeout
description: "The `setTimeout()` global function executes provided code after a given duration of time, and the accompanying `clearTimeout()` cancels the timer."
spec: https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers
compat_features:
- api.setTimeout
- api.clearTimeout
42 changes: 42 additions & 0 deletions features/settimeout.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Generated from: settimeout.yml
# 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
support:
chrome: "1"
chrome_android: "18"
edge: "12"
firefox: "1"
firefox_android: "4"
safari: "4"
safari_ios: "1"
compat_features:
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "1"
# safari_ios: "1"
- api.setTimeout

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "1"
# chrome_android: "18"
# edge: "12"
# firefox: "1"
# firefox_android: "4"
# safari: "4"
# safari_ios: "1"
- api.clearTimeout