Skip to content

Commit 1506cf6

Browse files
committed
Fix ~155 standard-track exceptions
1 parent 5b0e537 commit 1506cf6

70 files changed

Lines changed: 253 additions & 179 deletions

Some content is hidden

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

api/HTMLInputElement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@
22942294
},
22952295
"status": {
22962296
"experimental": false,
2297-
"standard_track": true,
2297+
"standard_track": false,
22982298
"deprecated": false
22992299
}
23002300
}

css/properties/caption-side.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
},
275275
"status": {
276276
"experimental": false,
277-
"standard_track": true,
277+
"standard_track": false,
278278
"deprecated": false
279279
}
280280
}

css/properties/font-variant.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"css_fonts_shorthand": {
5252
"__compat": {
5353
"description": "CSS Fonts Module Level 3 shorthand",
54+
"spec_url": "https://drafts.csswg.org/css-fonts-3/#font-variant-prop",
5455
"tags": [
5556
"web-features:font-variant"
5657
],
@@ -116,7 +117,7 @@
116117
},
117118
"status": {
118119
"experimental": false,
119-
"standard_track": true,
120+
"standard_track": false,
120121
"deprecated": false
121122
}
122123
}
@@ -330,7 +331,7 @@
330331
},
331332
"status": {
332333
"experimental": false,
333-
"standard_track": true,
334+
"standard_track": false,
334335
"deprecated": false
335336
}
336337
}
@@ -366,7 +367,7 @@
366367
},
367368
"status": {
368369
"experimental": false,
369-
"standard_track": true,
370+
"standard_track": false,
370371
"deprecated": false
371372
}
372373
}

css/properties/mask-image.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"svg_masks": {
122122
"__compat": {
123123
"description": "SVG masks",
124+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-image-url",
124125
"tags": [
125126
"web-features:masks"
126127
],

css/properties/mask-origin.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
},
101101
"border-box": {
102102
"__compat": {
103+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-border-box",
103104
"tags": [
104105
"web-features:masks"
105106
],
@@ -177,6 +178,7 @@
177178
},
178179
"content-box": {
179180
"__compat": {
181+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-content-box",
180182
"tags": [
181183
"web-features:masks"
182184
],
@@ -211,6 +213,7 @@
211213
},
212214
"fill-box": {
213215
"__compat": {
216+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-fill-box",
214217
"tags": [
215218
"web-features:masks"
216219
],
@@ -288,6 +291,7 @@
288291
},
289292
"padding-box": {
290293
"__compat": {
294+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-padding-box",
291295
"tags": [
292296
"web-features:masks"
293297
],
@@ -322,6 +326,7 @@
322326
},
323327
"stroke-box": {
324328
"__compat": {
329+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-stroke-box",
325330
"tags": [
326331
"web-features:masks"
327332
],
@@ -356,6 +361,7 @@
356361
},
357362
"view-box": {
358363
"__compat": {
364+
"spec_url": "https://drafts.csswg.org/css-masking/#valdef-mask-origin-view-box",
359365
"tags": [
360366
"web-features:masks"
361367
],

css/properties/max-block-size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
},
7878
"fit-content": {
7979
"__compat": {
80+
"spec_url": "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content",
8081
"tags": [
8182
"web-features:logical-properties"
8283
],
@@ -114,6 +115,7 @@
114115
"fit-content_function": {
115116
"__compat": {
116117
"description": "`fit-content()`",
118+
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
117119
"tags": [
118120
"web-features:fit-content-function"
119121
],
@@ -153,6 +155,7 @@
153155
},
154156
"max-content": {
155157
"__compat": {
158+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
156159
"tags": [
157160
"web-features:logical-properties"
158161
],
@@ -194,6 +197,7 @@
194197
},
195198
"min-content": {
196199
"__compat": {
200+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
197201
"tags": [
198202
"web-features:logical-properties"
199203
],

css/properties/max-inline-size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
},
8282
"fit-content": {
8383
"__compat": {
84+
"spec_url": "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content",
8485
"tags": [
8586
"web-features:logical-properties"
8687
],
@@ -124,6 +125,7 @@
124125
"fit-content_function": {
125126
"__compat": {
126127
"description": "`fit-content()`",
128+
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
127129
"tags": [
128130
"web-features:fit-content-function"
129131
],
@@ -163,6 +165,7 @@
163165
},
164166
"max-content": {
165167
"__compat": {
168+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
166169
"tags": [
167170
"web-features:logical-properties"
168171
],
@@ -202,6 +205,7 @@
202205
},
203206
"min-content": {
204207
"__compat": {
208+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
205209
"tags": [
206210
"web-features:logical-properties"
207211
],

css/properties/min-block-size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
},
107107
"fit-content": {
108108
"__compat": {
109+
"spec_url": "https://drafts.csswg.org/css-sizing-4/#valdef-width-fit-content",
109110
"tags": [
110111
"web-features:logical-properties"
111112
],
@@ -143,6 +144,7 @@
143144
"fit-content_function": {
144145
"__compat": {
145146
"description": "`fit-content()`",
147+
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
146148
"tags": [
147149
"web-features:fit-content-function"
148150
],
@@ -182,6 +184,7 @@
182184
},
183185
"max-content": {
184186
"__compat": {
187+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
185188
"tags": [
186189
"web-features:logical-properties"
187190
],
@@ -221,6 +224,7 @@
221224
},
222225
"min-content": {
223226
"__compat": {
227+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
224228
"tags": [
225229
"web-features:logical-properties"
226230
],

css/properties/min-height.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
},
8383
"auto": {
8484
"__compat": {
85+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-auto",
8586
"tags": [
8687
"web-features:min-max-width-height"
8788
],
@@ -126,6 +127,7 @@
126127
},
127128
"fit-content": {
128129
"__compat": {
130+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content",
129131
"tags": [
130132
"web-features:fit-content"
131133
],
@@ -227,6 +229,7 @@
227229
},
228230
"max-content": {
229231
"__compat": {
232+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
230233
"tags": [
231234
"web-features:min-max-content"
232235
],
@@ -276,6 +279,7 @@
276279
},
277280
"min-content": {
278281
"__compat": {
282+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
279283
"tags": [
280284
"web-features:min-max-content"
281285
],
@@ -325,6 +329,7 @@
325329
},
326330
"stretch": {
327331
"__compat": {
332+
"spec_url": "https://drafts.csswg.org/css-sizing-4/#valdef-width-stretch",
328333
"tags": [
329334
"web-features:stretch"
330335
],

css/properties/min-inline-size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
},
107107
"fit-content": {
108108
"__compat": {
109+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#funcdef-width-fit-content",
109110
"tags": [
110111
"web-features:logical-properties"
111112
],
@@ -149,6 +150,7 @@
149150
"fit-content_function": {
150151
"__compat": {
151152
"description": "`fit-content()`",
153+
"spec_url": "https://drafts.csswg.org/css-sizing/#funcdef-width-fit-content",
152154
"tags": [
153155
"web-features:fit-content-function"
154156
],
@@ -188,6 +190,7 @@
188190
},
189191
"max-content": {
190192
"__compat": {
193+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content",
191194
"tags": [
192195
"web-features:logical-properties"
193196
],
@@ -227,6 +230,7 @@
227230
},
228231
"min-content": {
229232
"__compat": {
233+
"spec_url": "https://drafts.csswg.org/css-sizing-3/#valdef-width-min-content",
230234
"tags": [
231235
"web-features:logical-properties"
232236
],

0 commit comments

Comments
 (0)