Skip to content

Commit a468d5f

Browse files
Update draft features (#3444)
1 parent 000ab6b commit a468d5f

File tree

5 files changed

+200
-1
lines changed

5 files changed

+200
-1
lines changed

features/draft/spec/css-ui-4.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
draft_date: 2025-10-08
1+
draft_date: 2025-10-13
22
name: CSS Basic User Interface Module Level 4
33
description: TODO
44
spec: https://drafts.csswg.org/css-ui-4/
@@ -37,6 +37,8 @@ compat_features:
3737
# - css.properties.appearance.searchfield
3838
# - css.properties.appearance.textarea
3939
# - css.properties.appearance.textfield
40+
# - Customizable <select>:
41+
# - css.properties.appearance.base-select
4042
# - caret-color:
4143
# - css.properties.caret-color
4244
# - Cursor styles:

features/draft/spec/url.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
draft_date: 2025-10-13
2+
name: URL
3+
description: TODO
4+
spec: https://url.spec.whatwg.org/
5+
compat_features:
6+
- api.URL.pathname.encodes_trailing_space_in_opaque_path
7+
8+
# The following features in the spec are already part of web-features:
9+
# - URL:
10+
# - api.URL
11+
# - api.URL.URL
12+
# - api.URL.hash
13+
# - api.URL.host
14+
# - api.URL.hostname
15+
# - api.URL.href
16+
# - api.URL.origin
17+
# - api.URL.parse_static
18+
# - api.URL.password
19+
# - api.URL.pathname
20+
# - api.URL.port
21+
# - api.URL.protocol
22+
# - api.URL.search
23+
# - api.URL.searchParams
24+
# - api.URL.toJSON
25+
# - api.URL.toString
26+
# - api.URL.username
27+
# - api.URLSearchParams
28+
# - api.URLSearchParams.@@iterator
29+
# - api.URLSearchParams.URLSearchParams
30+
# - api.URLSearchParams.URLSearchParams.USVString
31+
# - api.URLSearchParams.URLSearchParams.record
32+
# - api.URLSearchParams.URLSearchParams.sequence
33+
# - api.URLSearchParams.append
34+
# - api.URLSearchParams.delete
35+
# - api.URLSearchParams.delete.value_parameter
36+
# - api.URLSearchParams.entries
37+
# - api.URLSearchParams.forEach
38+
# - api.URLSearchParams.get
39+
# - api.URLSearchParams.getAll
40+
# - api.URLSearchParams.has
41+
# - api.URLSearchParams.has.value_parameter
42+
# - api.URLSearchParams.keys
43+
# - api.URLSearchParams.set
44+
# - api.URLSearchParams.size
45+
# - api.URLSearchParams.sort
46+
# - api.URLSearchParams.toString
47+
# - api.URLSearchParams.values
48+
# - URL.canParse():
49+
# - api.URL.canParse_static

features/draft/spec/url.yml.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Generated from: url.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- api.URL.pathname.encodes_trailing_space_in_opaque_path

features/draft/spec/webnn.yml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
draft_date: 2025-10-13
2+
name: Web Neural Network API
3+
description: TODO
4+
spec: https://webmachinelearning.github.io/webnn/
5+
compat_features:
6+
- api.MLContext.createTensor
7+
- api.MLContext.destroy
8+
- api.MLContext.readTensor
9+
- api.MLContext.writeTensor
10+
- api.MLGraph.destroy
11+
- api.MLGraphBuilder.isInfinite
12+
- api.MLGraphBuilder.isNaN
13+
- api.MLGraphBuilder.reverse
14+
- api.MLGraphBuilder.roundEven
15+
- api.MLTensor
16+
- api.MLTensor.destroy
17+
18+
# The following features in the spec are already part of web-features:
19+
# - WebNN:
20+
# - api.ML
21+
# - api.ML.createContext
22+
# - api.MLContext
23+
# - api.MLContext.dispatch
24+
# - api.MLContext.opSupportLimits
25+
# - api.MLGraph
26+
# - api.MLGraphBuilder
27+
# - api.MLGraphBuilder.MLGraphBuilder
28+
# - api.MLGraphBuilder.abs
29+
# - api.MLGraphBuilder.add
30+
# - api.MLGraphBuilder.argMax
31+
# - api.MLGraphBuilder.argMin
32+
# - api.MLGraphBuilder.averagePool2d
33+
# - api.MLGraphBuilder.batchNormalization
34+
# - api.MLGraphBuilder.build
35+
# - api.MLGraphBuilder.cast
36+
# - api.MLGraphBuilder.ceil
37+
# - api.MLGraphBuilder.clamp
38+
# - api.MLGraphBuilder.concat
39+
# - api.MLGraphBuilder.constant
40+
# - api.MLGraphBuilder.conv2d
41+
# - api.MLGraphBuilder.convTranspose2d
42+
# - api.MLGraphBuilder.cos
43+
# - api.MLGraphBuilder.cumulativeSum
44+
# - api.MLGraphBuilder.dequantizeLinear
45+
# - api.MLGraphBuilder.div
46+
# - api.MLGraphBuilder.elu
47+
# - api.MLGraphBuilder.equal
48+
# - api.MLGraphBuilder.erf
49+
# - api.MLGraphBuilder.exp
50+
# - api.MLGraphBuilder.expand
51+
# - api.MLGraphBuilder.floor
52+
# - api.MLGraphBuilder.gather
53+
# - api.MLGraphBuilder.gatherElements
54+
# - api.MLGraphBuilder.gatherND
55+
# - api.MLGraphBuilder.gemm
56+
# - api.MLGraphBuilder.greater
57+
# - api.MLGraphBuilder.greaterOrEqual
58+
# - api.MLGraphBuilder.gru
59+
# - api.MLGraphBuilder.gruCell
60+
# - api.MLGraphBuilder.hardSigmoid
61+
# - api.MLGraphBuilder.hardSwish
62+
# - api.MLGraphBuilder.identity
63+
# - api.MLGraphBuilder.input
64+
# - api.MLGraphBuilder.instanceNormalization
65+
# - api.MLGraphBuilder.l2Pool2d
66+
# - api.MLGraphBuilder.layerNormalization
67+
# - api.MLGraphBuilder.leakyRelu
68+
# - api.MLGraphBuilder.lesser
69+
# - api.MLGraphBuilder.lesserOrEqual
70+
# - api.MLGraphBuilder.linear
71+
# - api.MLGraphBuilder.log
72+
# - api.MLGraphBuilder.logicalAnd
73+
# - api.MLGraphBuilder.logicalNot
74+
# - api.MLGraphBuilder.logicalOr
75+
# - api.MLGraphBuilder.logicalXor
76+
# - api.MLGraphBuilder.lstm
77+
# - api.MLGraphBuilder.lstmCell
78+
# - api.MLGraphBuilder.matmul
79+
# - api.MLGraphBuilder.max
80+
# - api.MLGraphBuilder.maxPool2d
81+
# - api.MLGraphBuilder.min
82+
# - api.MLGraphBuilder.mul
83+
# - api.MLGraphBuilder.neg
84+
# - api.MLGraphBuilder.pad
85+
# - api.MLGraphBuilder.pow
86+
# - api.MLGraphBuilder.prelu
87+
# - api.MLGraphBuilder.quantizeLinear
88+
# - api.MLGraphBuilder.reciprocal
89+
# - api.MLGraphBuilder.reduceL1
90+
# - api.MLGraphBuilder.reduceL2
91+
# - api.MLGraphBuilder.reduceLogSum
92+
# - api.MLGraphBuilder.reduceLogSumExp
93+
# - api.MLGraphBuilder.reduceMax
94+
# - api.MLGraphBuilder.reduceMean
95+
# - api.MLGraphBuilder.reduceMin
96+
# - api.MLGraphBuilder.reduceProduct
97+
# - api.MLGraphBuilder.reduceSum
98+
# - api.MLGraphBuilder.reduceSumSquare
99+
# - api.MLGraphBuilder.relu
100+
# - api.MLGraphBuilder.resample2d
101+
# - api.MLGraphBuilder.reshape
102+
# - api.MLGraphBuilder.scatterElements
103+
# - api.MLGraphBuilder.scatterND
104+
# - api.MLGraphBuilder.sigmoid
105+
# - api.MLGraphBuilder.sign
106+
# - api.MLGraphBuilder.sin
107+
# - api.MLGraphBuilder.slice
108+
# - api.MLGraphBuilder.softmax
109+
# - api.MLGraphBuilder.softplus
110+
# - api.MLGraphBuilder.softsign
111+
# - api.MLGraphBuilder.split
112+
# - api.MLGraphBuilder.sqrt
113+
# - api.MLGraphBuilder.sub
114+
# - api.MLGraphBuilder.tan
115+
# - api.MLGraphBuilder.tanh
116+
# - api.MLGraphBuilder.tile
117+
# - api.MLGraphBuilder.transpose
118+
# - api.MLGraphBuilder.triangular
119+
# - api.MLGraphBuilder.where
120+
# - api.MLOperand
121+
# - api.Navigator.ml
122+
# - api.WorkerNavigator.ml

features/draft/spec/webnn.yml.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated from: webnn.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}
7+
compat_features:
8+
- api.MLContext.createTensor
9+
- api.MLContext.destroy
10+
- api.MLContext.readTensor
11+
- api.MLContext.writeTensor
12+
- api.MLGraph.destroy
13+
- api.MLGraphBuilder.isInfinite
14+
- api.MLGraphBuilder.isNaN
15+
- api.MLGraphBuilder.reverse
16+
- api.MLGraphBuilder.roundEven
17+
- api.MLTensor
18+
- api.MLTensor.destroy

0 commit comments

Comments
 (0)