Skip to content

Commit 8ab08d0

Browse files
authored
Remove status and compat_features where this doesn't change .dist.yml (web-platform-dx#831)
This change was made by deleting the status and compat_features from *.yml using `sed -i '' '/^status:$/,$d' *.yml`, regenerating all the *.dist.yml, and keeping the changes where only the source changed.
1 parent 3ed8141 commit 8ab08d0

24 files changed

+0
-461
lines changed

feature-group-definitions/array-flat.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,3 @@ spec:
66
- https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.flatmap
77
snapshot: ecmascript-2019
88
group: arrays
9-
status:
10-
baseline: high
11-
baseline_low_date: 2020-01-15
12-
support:
13-
chrome: "69"
14-
chrome_android: "69"
15-
edge: "79"
16-
firefox: "62"
17-
firefox_android: "62"
18-
safari: "12"
19-
safari_ios: "12"
20-
compat_features:
21-
- javascript.builtins.Array.flat
22-
- javascript.builtins.Array.flatMap

feature-group-definitions/async-await.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,3 @@ description: The `async` and `await` keywords allow you to use the asynchronous,
33
spec: https://tc39.es/ecma262/multipage/ecmascript-language-functions-and-classes.html#sec-async-function-definitions
44
caniuse: async-functions
55
snapshot: ecmascript-2017
6-
status:
7-
baseline: high
8-
baseline_low_date: 2017-04-05
9-
support:
10-
chrome: "55"
11-
chrome_android: "55"
12-
edge: "15"
13-
firefox: "52"
14-
firefox_android: "52"
15-
safari: "10.1"
16-
safari_ios: "10.3"
17-
compat_features:
18-
- javascript.builtins.AsyncFunction
19-
- javascript.builtins.AsyncFunction.AsyncFunction
20-
- javascript.operators.async_function
21-
- javascript.operators.await
22-
- javascript.statements.async_function

feature-group-definitions/border-image.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,3 @@ description: The `border-image` CSS property draws an image around an element.
33
spec: https://drafts.csswg.org/css-backgrounds-3/#border-images
44
caniuse: border-image
55
usage_stats: https://chromestatus.com/metrics/css/timeline/popularity/43
6-
status:
7-
baseline: high
8-
baseline_low_date: 2017-02-01
9-
support:
10-
chrome: "56"
11-
chrome_android: "56"
12-
edge: "12"
13-
firefox: "50"
14-
firefox_android: "50"
15-
safari: "9.1"
16-
safari_ios: "9.3"
17-
compat_features:
18-
- css.properties.border-image
19-
- css.properties.border-image.fill
20-
- css.properties.border-image.gradient
21-
- css.properties.border-image.optional_border_image_slice
22-
- css.properties.border-image-outset
23-
- css.properties.border-image-repeat
24-
- css.properties.border-image-repeat.round
25-
- css.properties.border-image-repeat.space
26-
- css.properties.border-image-slice
27-
- css.properties.border-image-source
28-
- css.properties.border-image-width

feature-group-definitions/broadcast-channel.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,3 @@ description: The `BroadcastChannel` interface allows you to send messages betwee
33
spec: https://html.spec.whatwg.org/multipage/web-messaging.html#broadcasting-to-other-browsing-contexts
44
caniuse: broadcastchannel
55
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/1447
6-
status:
7-
baseline: low
8-
baseline_low_date: 2022-03-14
9-
support:
10-
chrome: "60"
11-
chrome_android: "60"
12-
edge: "79"
13-
firefox: "57"
14-
firefox_android: "57"
15-
safari: "15.4"
16-
safari_ios: "15.4"
17-
compat_features:
18-
- api.BroadcastChannel
19-
- api.BroadcastChannel.BroadcastChannel
20-
- api.BroadcastChannel.close
21-
- api.BroadcastChannel.message_event
22-
- api.BroadcastChannel.messageerror_event
23-
- api.BroadcastChannel.name
24-
- api.BroadcastChannel.postMessage

feature-group-definitions/canvas-context-lost.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,3 @@ name: contextlost and contextrestored
22
description: The `contextlost` event for `<canvas>` fires when the canvas backing storage is lost, while the `contextrestored` event fires when it is recreated.
33
spec: https://html.spec.whatwg.org/multipage/webappapis.html#context-lost-steps
44
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3974
5-
status:
6-
baseline: false
7-
support:
8-
chrome: "99"
9-
chrome_android: "99"
10-
edge: "99"
11-
compat_features:
12-
- api.CanvasRenderingContext2D.isContextLost
13-
- api.HTMLCanvasElement.contextlost_event
14-
- api.HTMLCanvasElement.contextrestored_event
15-
- api.OffscreenCanvas.contextlost_event
16-
- api.OffscreenCanvas.contextrestored_event
17-
- api.OffscreenCanvasRenderingContext2D.isContextLost

feature-group-definitions/constraint-validation.yml

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -2,77 +2,3 @@ name: Constraint validation API
22
description: Methods that validate form controls before submission, such as `checkValidity()`, `reportValidity()` and `setCustomValidity()`.
33
spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#the-constraint-validation-api
44
caniuse: constraint-validation
5-
status:
6-
baseline: low
7-
baseline_low_date: 2023-03-27
8-
support:
9-
chrome: "77"
10-
chrome_android: "77"
11-
edge: "79"
12-
firefox: "98"
13-
firefox_android: "98"
14-
safari: "16.4"
15-
safari_ios: "16.4"
16-
compat_features:
17-
- api.ElementInternals.checkValidity
18-
- api.ElementInternals.reportValidity
19-
- api.ElementInternals.setValidity
20-
- api.ElementInternals.validationMessage
21-
- api.ElementInternals.validity
22-
- api.ElementInternals.willValidate
23-
- api.HTMLButtonElement.checkValidity
24-
- api.HTMLButtonElement.reportValidity
25-
- api.HTMLButtonElement.setCustomValidity
26-
- api.HTMLButtonElement.validationMessage
27-
- api.HTMLButtonElement.validity
28-
- api.HTMLButtonElement.willValidate
29-
- api.HTMLFieldSetElement.checkValidity
30-
- api.HTMLFieldSetElement.reportValidity
31-
- api.HTMLFieldSetElement.setCustomValidity
32-
- api.HTMLFieldSetElement.validationMessage
33-
- api.HTMLFieldSetElement.validity
34-
- api.HTMLFieldSetElement.willValidate
35-
- api.HTMLFormElement.checkValidity
36-
- api.HTMLFormElement.reportValidity
37-
- api.HTMLInputElement.checkValidity
38-
- api.HTMLInputElement.reportValidity
39-
- api.HTMLInputElement.setCustomValidity
40-
- api.HTMLInputElement.validationMessage
41-
- api.HTMLInputElement.validity
42-
- api.HTMLInputElement.willValidate
43-
- api.HTMLObjectElement.checkValidity
44-
- api.HTMLObjectElement.reportValidity
45-
- api.HTMLObjectElement.setCustomValidity
46-
- api.HTMLObjectElement.validationMessage
47-
- api.HTMLObjectElement.validity
48-
- api.HTMLObjectElement.willValidate
49-
- api.HTMLOutputElement.checkValidity
50-
- api.HTMLOutputElement.reportValidity
51-
- api.HTMLOutputElement.setCustomValidity
52-
- api.HTMLOutputElement.validationMessage
53-
- api.HTMLOutputElement.validity
54-
- api.HTMLOutputElement.willValidate
55-
- api.HTMLSelectElement.checkValidity
56-
- api.HTMLSelectElement.reportValidity
57-
- api.HTMLSelectElement.setCustomValidity
58-
- api.HTMLSelectElement.validationMessage
59-
- api.HTMLSelectElement.validity
60-
- api.HTMLSelectElement.willValidate
61-
- api.HTMLTextAreaElement.checkValidity
62-
- api.HTMLTextAreaElement.reportValidity
63-
- api.HTMLTextAreaElement.setCustomValidity
64-
- api.HTMLTextAreaElement.validationMessage
65-
- api.HTMLTextAreaElement.validity
66-
- api.HTMLTextAreaElement.willValidate
67-
- api.ValidityState
68-
- api.ValidityState.badInput
69-
- api.ValidityState.customError
70-
- api.ValidityState.patternMismatch
71-
- api.ValidityState.rangeOverflow
72-
- api.ValidityState.rangeUnderflow
73-
- api.ValidityState.stepMismatch
74-
- api.ValidityState.tooLong
75-
- api.ValidityState.tooShort
76-
- api.ValidityState.typeMismatch
77-
- api.ValidityState.valid
78-
- api.ValidityState.valueMissing

feature-group-definitions/custom-elements.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,3 @@ name: Custom elements
22
description: Custom elements are HTML elements with behavior that you define.
33
spec: https://html.spec.whatwg.org/multipage/custom-elements.html
44
caniuse: custom-elementsv1
5-
status:
6-
baseline: false
7-
support:
8-
chrome: "73"
9-
chrome_android: "73"
10-
edge: "79"
11-
compat_features:
12-
- api.CustomElementRegistry
13-
- api.CustomElementRegistry.builtin_element_support
14-
- api.CustomElementRegistry.define
15-
- api.Window.customElements
16-
- css.selectors.defined
17-
- css.selectors.host
18-
- css.selectors.host-context
19-
- css.selectors.part
Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
name: Custom properties
22
spec: https://drafts.csswg.org/css-variables-1/
33
caniuse: css-variables
4-
status:
5-
baseline: high
6-
baseline_low_date: 2017-04-05
7-
support:
8-
chrome: "49"
9-
chrome_android: "49"
10-
edge: "15"
11-
firefox: "31"
12-
firefox_android: "31"
13-
safari: "9.1"
14-
safari_ios: "9.3"
15-
compat_features:
16-
- css.properties.custom-property
17-
- css.properties.custom-property.var
Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
name: ":default"
22
spec: https://drafts.csswg.org/selectors-4/#the-default-pseudo
33
caniuse: css-default-pseudo
4-
status:
5-
baseline: high
6-
baseline_low_date: 2020-01-15
7-
support:
8-
chrome: "10"
9-
chrome_android: "18"
10-
edge: "79"
11-
firefox: "4"
12-
firefox_android: "4"
13-
safari: "5"
14-
safari_ios: "5"
15-
compat_features:
16-
- css.selectors.default

feature-group-definitions/dialog.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,3 @@ name: "<dialog>"
22
spec: https://html.spec.whatwg.org/multipage/interactive-elements.html#the-dialog-element
33
caniuse: dialog
44
usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/481
5-
status:
6-
baseline: low
7-
baseline_low_date: 2022-03-14
8-
support:
9-
chrome: "37"
10-
chrome_android: "37"
11-
edge: "79"
12-
firefox: "98"
13-
firefox_android: "98"
14-
safari: "15.4"
15-
safari_ios: "15.4"
16-
compat_features:
17-
- api.HTMLDialogElement
18-
- api.HTMLDialogElement.cancel_event
19-
- api.HTMLDialogElement.close
20-
- api.HTMLDialogElement.close_event
21-
- api.HTMLDialogElement.open
22-
- api.HTMLDialogElement.returnValue
23-
- api.HTMLDialogElement.show
24-
- api.HTMLDialogElement.showModal
25-
- css.selectors.backdrop.dialog
26-
- html.elements.dialog
27-
- html.elements.dialog.open

0 commit comments

Comments
 (0)