Skip to content

Commit f62255f

Browse files
committed
Fix ~183 standard track exceptions
1 parent 0807bef commit f62255f

50 files changed

Lines changed: 204 additions & 256 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api/SVGAnimatedString.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
"enforces_trusted_types": {
146146
"__compat": {
147147
"description": "Requires `TrustedScriptURL` instance when trusted types are enforced",
148+
"spec_url": "https://w3c.github.io/svgwg/svg2-draft/types.html#__svg__SVGAnimatedString__baseVal",
148149
"support": {
149150
"chrome": {
150151
"version_added": "141"

api/ServiceWorkerContainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
"enforces_trusted_types": {
416416
"__compat": {
417417
"description": "`scriptURL` parameter requires `TrustedScriptURL` instance when trusted types are enforced",
418+
"spec_url": "https://w3c.github.io/ServiceWorker/#navigator-service-worker-register",
418419
"support": {
419420
"chrome": {
420421
"version_added": "140"

api/SharedWorker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"enforces_trusted_types": {
166166
"__compat": {
167167
"description": "`url` parameter requires `TrustedScriptURL` instance when trusted types are enforced",
168+
"spec_url": "https://html.spec.whatwg.org/multipage/workers.html#dom-sharedworker",
168169
"support": {
169170
"chrome": {
170171
"version_added": "97"
@@ -231,7 +232,7 @@
231232
},
232233
"status": {
233234
"experimental": false,
234-
"standard_track": true,
235+
"standard_track": false,
235236
"deprecated": false
236237
}
237238
}

api/Worker.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
"enforces_trusted_types": {
168168
"__compat": {
169169
"description": "Requires `url` parameter to be `TrustedScriptURL` instance when trusted types are enforced",
170+
"spec_url": "https://html.spec.whatwg.org/multipage/workers.html#dom-worker",
170171
"support": {
171172
"chrome": {
172173
"version_added": "97"
@@ -237,7 +238,7 @@
237238
},
238239
"status": {
239240
"experimental": false,
240-
"standard_track": true,
241+
"standard_track": false,
241242
"deprecated": false
242243
}
243244
}

api/WorkerGlobalScope.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
},
280280
"status": {
281281
"experimental": false,
282-
"standard_track": true,
282+
"standard_track": false,
283283
"deprecated": false
284284
}
285285
}

css/at-rules/media.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,6 +1212,10 @@
12121212
"media_features": {
12131213
"__compat": {
12141214
"description": "Media feature expressions",
1215+
"spec_url": [
1216+
"https://drafts.csswg.org/mediaqueries/#media-descriptor-table",
1217+
"https://drafts.csswg.org/css-conditional-3/#at-media"
1218+
],
12151219
"tags": [
12161220
"web-features:media-queries"
12171221
],
@@ -1257,6 +1261,10 @@
12571261
"media_query_values": {
12581262
"__compat": {
12591263
"description": "Media query value support",
1264+
"spec_url": [
1265+
"https://drafts.csswg.org/mediaqueries/#media-descriptor-table",
1266+
"https://drafts.csswg.org/css-conditional-3/#at-media"
1267+
],
12601268
"tags": [
12611269
"web-features:media-queries"
12621270
],
@@ -1333,6 +1341,7 @@
13331341
"nested-queries": {
13341342
"__compat": {
13351343
"description": "Nested media queries",
1344+
"spec_url": "https://drafts.csswg.org/css-conditional-3/#processing",
13361345
"tags": [
13371346
"web-features:media-queries"
13381347
],

css/properties/align-content.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
},
147147
"baseline": {
148148
"__compat": {
149+
"spec_url": "https://drafts.csswg.org/css-align/#typedef-baseline-position",
149150
"tags": [
150151
"web-features:flexbox"
151152
],
@@ -180,6 +181,7 @@
180181
"first_baseline": {
181182
"__compat": {
182183
"description": "`first baseline`",
184+
"spec_url": "https://drafts.csswg.org/css-align-3/#valdef-justify-self-first-baseline",
183185
"tags": [
184186
"web-features:flexbox"
185187
],
@@ -214,6 +216,7 @@
214216
"last_baseline": {
215217
"__compat": {
216218
"description": "`last baseline`",
219+
"spec_url": "https://drafts.csswg.org/css-align-3/#valdef-justify-self-last-baseline",
217220
"tags": [
218221
"web-features:flexbox"
219222
],
@@ -297,6 +300,7 @@
297300
},
298301
"space-evenly": {
299302
"__compat": {
303+
"spec_url": "https://drafts.csswg.org/css-align-3/#valdef-align-content-space-evenly",
300304
"tags": [
301305
"web-features:flexbox"
302306
],
@@ -331,6 +335,10 @@
331335
"start_end": {
332336
"__compat": {
333337
"description": "`start` and `end`",
338+
"spec_url": [
339+
"https://drafts.csswg.org/css-align-3/#valdef-self-position-start",
340+
"https://drafts.csswg.org/css-align-3/#valdef-self-position-end"
341+
],
334342
"tags": [
335343
"web-features:flexbox"
336344
],

css/properties/animation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
},
215215
"status": {
216216
"experimental": false,
217-
"standard_track": true,
217+
"standard_track": false,
218218
"deprecated": false
219219
}
220220
}

css/properties/appearance.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
},
170170
"status": {
171171
"experimental": true,
172-
"standard_track": true,
172+
"standard_track": false,
173173
"deprecated": false
174174
}
175175
}
@@ -203,7 +203,7 @@
203203
},
204204
"status": {
205205
"experimental": true,
206-
"standard_track": true,
206+
"standard_track": false,
207207
"deprecated": false
208208
}
209209
}
@@ -237,7 +237,7 @@
237237
},
238238
"status": {
239239
"experimental": true,
240-
"standard_track": true,
240+
"standard_track": false,
241241
"deprecated": false
242242
}
243243
}

css/properties/background-image.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
"svg_images": {
339339
"__compat": {
340340
"description": "SVG images",
341+
"spec_url": "https://drafts.csswg.org/css-backgrounds/#background-image",
341342
"tags": [
342343
"web-features:svg"
343344
],

0 commit comments

Comments
 (0)