Skip to content

Commit b667eb5

Browse files
Bump @mdn/browser-compat-data from 5.6.16 to 5.6.17 (#2284)
* Bump @mdn/browser-compat-data from 5.6.16 to 5.6.17 Bumps [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) from 5.6.16 to 5.6.17. - [Release notes](https://github.com/mdn/browser-compat-data/releases) - [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md) - [Commits](mdn/browser-compat-data@v5.6.16...v5.6.17) --- updated-dependencies: - dependency-name: "@mdn/browser-compat-data" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Delete removed keys * Refresh dist --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 221b466 commit b667eb5

File tree

11 files changed

+139
-118
lines changed

11 files changed

+139
-118
lines changed

features/draft/spec/css-values-5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: TODO
44
spec: https://drafts.csswg.org/css-values-5/
55
compat_features:
66
- css.types.calc.color_component
7-
- css.types.time-percentage
87

98
# The following features in the spec are already part of web-features:
109
# - Media queries:

features/draft/spec/css-values-5.yml.dist

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,4 @@ status:
1313
safari: "16.4"
1414
safari_ios: "16.4"
1515
compat_features:
16-
# baseline: high
17-
# baseline_low_date: 2015-07-29
18-
# baseline_high_date: 2018-01-29
19-
# support:
20-
# chrome: "1"
21-
# chrome_android: "18"
22-
# edge: "12"
23-
# firefox: "4"
24-
# firefox_android: "4"
25-
# safari: "3.1"
26-
# safari_ios: "2"
27-
- css.types.time-percentage
28-
29-
# ⬇️ Same status as overall feature ⬇️
30-
# baseline: low
31-
# baseline_low_date: 2024-07-09
32-
# support:
33-
# chrome: "119"
34-
# chrome_android: "119"
35-
# edge: "119"
36-
# firefox: "128"
37-
# firefox_android: "128"
38-
# safari: "16.4"
39-
# safari_ios: "16.4"
4016
- css.types.calc.color_component

features/draft/spec/mediaqueries-5.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

features/draft/spec/mediaqueries-5.yml.dist

Lines changed: 0 additions & 8 deletions
This file was deleted.

features/overflow-wrap.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ compat_features:
1010
- css.properties.overflow-wrap.anywhere
1111
- css.properties.overflow-wrap.break-word
1212
- css.properties.overflow-wrap.normal
13-
- css.properties.word-wrap

features/overflow-wrap.yml.dist

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ compat_features:
3030
- css.properties.overflow-wrap.break-word
3131
- css.properties.overflow-wrap.normal
3232

33-
# baseline: high
34-
# baseline_low_date: 2020-07-28
35-
# baseline_high_date: 2023-01-28
36-
# support:
37-
# chrome: ≤80
38-
# chrome_android: "80"
39-
# edge: ≤80
40-
# firefox: ≤72
41-
# firefox_android: "79"
42-
# safari: ≤13.1
43-
# safari_ios: ≤13.4
44-
- css.properties.word-wrap
45-
4633
# baseline: high
4734
# baseline_low_date: 2022-03-14
4835
# baseline_high_date: 2024-09-14

features/popover.yml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ status:
1111
firefox_android: "125"
1212
safari: "17"
1313
compat_features:
14+
# baseline: high
15+
# baseline_low_date: 2020-01-15
16+
# baseline_high_date: 2022-07-15
17+
# support:
18+
# chrome: "36"
19+
# chrome_android: "36"
20+
# edge: "79"
21+
# firefox: "49"
22+
# firefox_android: "49"
23+
# safari: "10.1"
24+
# safari_ios: "10.3"
25+
- api.HTMLElement.toggle_event
26+
1427
# baseline: low
1528
# baseline_low_date: 2023-11-21
1629
# support:
@@ -38,6 +51,7 @@ compat_features:
3851
# safari_ios: "17"
3952
- api.HTMLButtonElement.popoverTargetAction
4053
- api.HTMLButtonElement.popoverTargetElement
54+
- api.HTMLElement.beforetoggle_event
4155
- api.HTMLElement.beforetoggle_event.popover_elements
4256
- api.HTMLElement.hidePopover
4357
- api.HTMLElement.showPopover

features/webnn.yml

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,108 @@
11
name: WebNN
22
description: The WebNN API constructs and executes computational graphs of neural networks by making use of the various machine learning capabilities and hardware accelerators available on the device. Also known as Web Neural Network API.
33
spec: https://www.w3.org/TR/webnn/
4+
compat_features:
5+
- api.ML
6+
- api.ML.createContext
7+
- api.MLContext
8+
- api.MLContext.dispatch
9+
- api.MLContext.opSupportLimits
10+
- api.MLGraph
11+
- api.MLGraphBuilder
12+
- api.MLGraphBuilder.MLGraphBuilder
13+
- api.MLGraphBuilder.abs
14+
- api.MLGraphBuilder.add
15+
- api.MLGraphBuilder.argMax
16+
- api.MLGraphBuilder.argMin
17+
- api.MLGraphBuilder.averagePool2d
18+
- api.MLGraphBuilder.batchNormalization
19+
- api.MLGraphBuilder.build
20+
- api.MLGraphBuilder.cast
21+
- api.MLGraphBuilder.ceil
22+
- api.MLGraphBuilder.clamp
23+
- api.MLGraphBuilder.concat
24+
- api.MLGraphBuilder.constant
25+
- api.MLGraphBuilder.conv2d
26+
- api.MLGraphBuilder.convTranspose2d
27+
- api.MLGraphBuilder.cos
28+
- api.MLGraphBuilder.cumulativeSum
29+
- api.MLGraphBuilder.dequantizeLinear
30+
- api.MLGraphBuilder.div
31+
- api.MLGraphBuilder.elu
32+
- api.MLGraphBuilder.equal
33+
- api.MLGraphBuilder.erf
34+
- api.MLGraphBuilder.exp
35+
- api.MLGraphBuilder.expand
36+
- api.MLGraphBuilder.floor
37+
- api.MLGraphBuilder.gather
38+
- api.MLGraphBuilder.gatherElements
39+
- api.MLGraphBuilder.gatherND
40+
- api.MLGraphBuilder.gemm
41+
- api.MLGraphBuilder.greater
42+
- api.MLGraphBuilder.greaterOrEqual
43+
- api.MLGraphBuilder.gru
44+
- api.MLGraphBuilder.gruCell
45+
- api.MLGraphBuilder.hardSigmoid
46+
- api.MLGraphBuilder.hardSwish
47+
- api.MLGraphBuilder.identity
48+
- api.MLGraphBuilder.input
49+
- api.MLGraphBuilder.instanceNormalization
50+
- api.MLGraphBuilder.l2Pool2d
51+
- api.MLGraphBuilder.layerNormalization
52+
- api.MLGraphBuilder.leakyRelu
53+
- api.MLGraphBuilder.lesser
54+
- api.MLGraphBuilder.lesserOrEqual
55+
- api.MLGraphBuilder.linear
56+
- api.MLGraphBuilder.log
57+
- api.MLGraphBuilder.logicalAnd
58+
- api.MLGraphBuilder.logicalNot
59+
- api.MLGraphBuilder.logicalOr
60+
- api.MLGraphBuilder.logicalXor
61+
- api.MLGraphBuilder.lstm
62+
- api.MLGraphBuilder.lstmCell
63+
- api.MLGraphBuilder.matmul
64+
- api.MLGraphBuilder.max
65+
- api.MLGraphBuilder.maxPool2d
66+
- api.MLGraphBuilder.min
67+
- api.MLGraphBuilder.mul
68+
- api.MLGraphBuilder.neg
69+
- api.MLGraphBuilder.pad
70+
- api.MLGraphBuilder.pow
71+
- api.MLGraphBuilder.prelu
72+
- api.MLGraphBuilder.quantizeLinear
73+
- api.MLGraphBuilder.reciprocal
74+
- api.MLGraphBuilder.reduceL1
75+
- api.MLGraphBuilder.reduceL2
76+
- api.MLGraphBuilder.reduceLogSum
77+
- api.MLGraphBuilder.reduceLogSumExp
78+
- api.MLGraphBuilder.reduceMax
79+
- api.MLGraphBuilder.reduceMean
80+
- api.MLGraphBuilder.reduceMin
81+
- api.MLGraphBuilder.reduceProduct
82+
- api.MLGraphBuilder.reduceSum
83+
- api.MLGraphBuilder.reduceSumSquare
84+
- api.MLGraphBuilder.relu
85+
- api.MLGraphBuilder.resample2d
86+
- api.MLGraphBuilder.reshape
87+
- api.MLGraphBuilder.scatterElements
88+
- api.MLGraphBuilder.scatterND
89+
- api.MLGraphBuilder.sigmoid
90+
- api.MLGraphBuilder.sign
91+
- api.MLGraphBuilder.sin
92+
- api.MLGraphBuilder.slice
93+
- api.MLGraphBuilder.softmax
94+
- api.MLGraphBuilder.softplus
95+
- api.MLGraphBuilder.softsign
96+
- api.MLGraphBuilder.split
97+
- api.MLGraphBuilder.sqrt
98+
- api.MLGraphBuilder.sub
99+
- api.MLGraphBuilder.tan
100+
- api.MLGraphBuilder.tanh
101+
- api.MLGraphBuilder.tile
102+
- api.MLGraphBuilder.transpose
103+
- api.MLGraphBuilder.triangular
104+
- api.MLGraphBuilder.where
105+
- api.MLOperand
106+
- api.MLOperand.MLNumber
107+
- api.Navigator.ml
108+
- api.WorkerNavigator.ml

features/webnn.yml.dist

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ compat_features:
88
- api.ML
99
- api.ML.createContext
1010
- api.MLContext
11-
- api.MLContext.compute
11+
- api.MLContext.dispatch
12+
- api.MLContext.opSupportLimits
1213
- api.MLGraph
1314
- api.MLGraphBuilder
1415
- api.MLGraphBuilder.MLGraphBuilder
@@ -27,6 +28,8 @@ compat_features:
2728
- api.MLGraphBuilder.conv2d
2829
- api.MLGraphBuilder.convTranspose2d
2930
- api.MLGraphBuilder.cos
31+
- api.MLGraphBuilder.cumulativeSum
32+
- api.MLGraphBuilder.dequantizeLinear
3033
- api.MLGraphBuilder.div
3134
- api.MLGraphBuilder.elu
3235
- api.MLGraphBuilder.equal
@@ -35,6 +38,8 @@ compat_features:
3538
- api.MLGraphBuilder.expand
3639
- api.MLGraphBuilder.floor
3740
- api.MLGraphBuilder.gather
41+
- api.MLGraphBuilder.gatherElements
42+
- api.MLGraphBuilder.gatherND
3843
- api.MLGraphBuilder.gemm
3944
- api.MLGraphBuilder.greater
4045
- api.MLGraphBuilder.greaterOrEqual
@@ -52,7 +57,10 @@ compat_features:
5257
- api.MLGraphBuilder.lesserOrEqual
5358
- api.MLGraphBuilder.linear
5459
- api.MLGraphBuilder.log
60+
- api.MLGraphBuilder.logicalAnd
5561
- api.MLGraphBuilder.logicalNot
62+
- api.MLGraphBuilder.logicalOr
63+
- api.MLGraphBuilder.logicalXor
5664
- api.MLGraphBuilder.lstm
5765
- api.MLGraphBuilder.lstmCell
5866
- api.MLGraphBuilder.matmul
@@ -64,6 +72,7 @@ compat_features:
6472
- api.MLGraphBuilder.pad
6573
- api.MLGraphBuilder.pow
6674
- api.MLGraphBuilder.prelu
75+
- api.MLGraphBuilder.quantizeLinear
6776
- api.MLGraphBuilder.reciprocal
6877
- api.MLGraphBuilder.reduceL1
6978
- api.MLGraphBuilder.reduceL2
@@ -78,7 +87,10 @@ compat_features:
7887
- api.MLGraphBuilder.relu
7988
- api.MLGraphBuilder.resample2d
8089
- api.MLGraphBuilder.reshape
90+
- api.MLGraphBuilder.scatterElements
91+
- api.MLGraphBuilder.scatterND
8192
- api.MLGraphBuilder.sigmoid
93+
- api.MLGraphBuilder.sign
8294
- api.MLGraphBuilder.sin
8395
- api.MLGraphBuilder.slice
8496
- api.MLGraphBuilder.softmax
@@ -89,11 +101,11 @@ compat_features:
89101
- api.MLGraphBuilder.sub
90102
- api.MLGraphBuilder.tan
91103
- api.MLGraphBuilder.tanh
104+
- api.MLGraphBuilder.tile
92105
- api.MLGraphBuilder.transpose
93106
- api.MLGraphBuilder.triangular
94107
- api.MLGraphBuilder.where
95108
- api.MLOperand
96-
- api.MLOperand.dataType
97-
- api.MLOperand.shape
109+
- api.MLOperand.MLNumber
98110
- api.Navigator.ml
99111
- api.WorkerNavigator.ml

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)