Skip to content

Commit 490f025

Browse files
committed
Apply suggestions from code review
1 parent 56c6bb6 commit 490f025

Some content is hidden

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

44 files changed

+192
-73
lines changed

css/properties/animation-timing-function.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"ease": {
106106
"__compat": {
107-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
107+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease",
108108
"support": {
109109
"chrome": {
110110
"version_added": "3"
@@ -137,7 +137,7 @@
137137
},
138138
"ease-in": {
139139
"__compat": {
140-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
140+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-in",
141141
"support": {
142142
"chrome": {
143143
"version_added": "3"
@@ -170,7 +170,7 @@
170170
},
171171
"ease-in-out": {
172172
"__compat": {
173-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
173+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-in-out",
174174
"support": {
175175
"chrome": {
176176
"version_added": "3"
@@ -203,7 +203,7 @@
203203
},
204204
"ease-out": {
205205
"__compat": {
206-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
206+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-out",
207207
"support": {
208208
"chrome": {
209209
"version_added": "3"
@@ -270,7 +270,7 @@
270270
},
271271
"linear": {
272272
"__compat": {
273-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
273+
"spec_url": "https://drafts.csswg.org/css-easing-1/#valdef-easing-function-linear",
274274
"support": {
275275
"chrome": {
276276
"version_added": "3"
@@ -303,7 +303,7 @@
303303
},
304304
"step-end": {
305305
"__compat": {
306-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
306+
"spec_url": "https://drafts.csswg.org/css-easing-1/#valdef-step-easing-function-step-end",
307307
"support": {
308308
"chrome": {
309309
"version_added": "3"
@@ -336,7 +336,7 @@
336336
},
337337
"step-start": {
338338
"__compat": {
339-
"spec_url": "https://drafts.csswg.org/css-animations/#animation-timing-function:~:text=Value%3A-,%3Ceasing%2Dfunction%3E%23,-Initial%3A",
339+
"spec_url": "https://drafts.csswg.org/css-easing-1/#valdef-step-easing-function-step-start",
340340
"support": {
341341
"chrome": {
342342
"version_added": "3"

css/properties/animation.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@
215215
},
216216
"auto": {
217217
"__compat": {
218+
"spec_url": [
219+
"https://drafts.csswg.org/css-animations-2/#valdef-animation-timeline-auto",
220+
"https://drafts.csswg.org/css-animations-2/#valdef-animation-duration-auto"
221+
],
218222
"support": {
219223
"chrome": {
220224
"version_added": "3"
@@ -313,7 +317,7 @@
313317
},
314318
"ease": {
315319
"__compat": {
316-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
320+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease",
317321
"support": {
318322
"chrome": {
319323
"version_added": "3"
@@ -346,7 +350,7 @@
346350
},
347351
"ease-in": {
348352
"__compat": {
349-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
353+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-in",
350354
"support": {
351355
"chrome": {
352356
"version_added": "3"
@@ -379,7 +383,7 @@
379383
},
380384
"ease-in-out": {
381385
"__compat": {
382-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
386+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-in-out",
383387
"support": {
384388
"chrome": {
385389
"version_added": "3"
@@ -412,7 +416,7 @@
412416
},
413417
"ease-out": {
414418
"__compat": {
415-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
419+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-cubic-bezier-easing-function-ease-out",
416420
"support": {
417421
"chrome": {
418422
"version_added": "3"
@@ -511,7 +515,7 @@
511515
},
512516
"linear": {
513517
"__compat": {
514-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
518+
"spec_url": "https://www.w3.org/TR/css-easing-2/#valdef-easing-function-linear",
515519
"support": {
516520
"chrome": {
517521
"version_added": "3"
@@ -705,7 +709,7 @@
705709
},
706710
"step-end": {
707711
"__compat": {
708-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
712+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-step-easing-function-step-end",
709713
"support": {
710714
"chrome": {
711715
"version_added": "3"
@@ -738,7 +742,7 @@
738742
},
739743
"step-start": {
740744
"__compat": {
741-
"spec_url": "https://www.w3.org/TR/css-easing-2/#typedef-easing-function",
745+
"spec_url": "https://drafts.csswg.org/css-easing-2/#valdef-step-easing-function-step-start",
742746
"support": {
743747
"chrome": {
744748
"version_added": "3"

css/properties/background.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
},
227227
"border-box": {
228228
"__compat": {
229-
"spec_url": "https://drafts.csswg.org/css-box-4/#typedef-visual-box",
229+
"spec_url": "https://drafts.csswg.org/css-box-4/#valdef-box-border-box",
230230
"support": {
231231
"chrome": {
232232
"version_added": "≤31"
@@ -259,7 +259,7 @@
259259
},
260260
"bottom": {
261261
"__compat": {
262-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-bg-position",
262+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-bottom",
263263
"support": {
264264
"chrome": {
265265
"version_added": "≤31"
@@ -292,7 +292,7 @@
292292
},
293293
"center": {
294294
"__compat": {
295-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-bg-position",
295+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-center",
296296
"support": {
297297
"chrome": {
298298
"version_added": "≤31"
@@ -325,7 +325,7 @@
325325
},
326326
"content-box": {
327327
"__compat": {
328-
"spec_url": "https://drafts.csswg.org/css-box-4/#typedef-visual-box",
328+
"spec_url": "https://drafts.csswg.org/css-box-4/#valdef-box-content-box",
329329
"support": {
330330
"chrome": {
331331
"version_added": "≤31"
@@ -424,7 +424,7 @@
424424
},
425425
"left": {
426426
"__compat": {
427-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-bg-position",
427+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-left",
428428
"support": {
429429
"chrome": {
430430
"version_added": "≤31"
@@ -457,7 +457,7 @@
457457
},
458458
"local": {
459459
"__compat": {
460-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-attachment-fixed",
460+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-attachment-local",
461461
"support": {
462462
"chrome": {
463463
"version_added": "1"
@@ -599,7 +599,7 @@
599599
},
600600
"padding-box": {
601601
"__compat": {
602-
"spec_url": "https://drafts.csswg.org/css-box-4/#typedef-visual-box",
602+
"spec_url": "https://drafts.csswg.org/css-box-4/#valdef-box-padding-box",
603603
"support": {
604604
"chrome": {
605605
"version_added": "≤31"
@@ -632,7 +632,7 @@
632632
},
633633
"repeat": {
634634
"__compat": {
635-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-repeat-repeat",
635+
"spec_url": "https://drafts.csswg.org/css-backgrounds-4/#valdef-background-repeat-x-repeat",
636636
"support": {
637637
"chrome": {
638638
"version_added": "1"
@@ -731,7 +731,7 @@
731731
},
732732
"right": {
733733
"__compat": {
734-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-bg-position",
734+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-right",
735735
"support": {
736736
"chrome": {
737737
"version_added": "≤31"
@@ -764,7 +764,7 @@
764764
},
765765
"round": {
766766
"__compat": {
767-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-repeat-round",
767+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-round",
768768
"support": {
769769
"chrome": {
770770
"version_added": "1"
@@ -797,7 +797,7 @@
797797
},
798798
"scroll": {
799799
"__compat": {
800-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-attachment-fixed",
800+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-attachment-scroll",
801801
"support": {
802802
"chrome": {
803803
"version_added": "1"
@@ -830,7 +830,7 @@
830830
},
831831
"space": {
832832
"__compat": {
833-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#valdef-background-repeat-space",
833+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-repeat-space",
834834
"support": {
835835
"chrome": {
836836
"version_added": "1"
@@ -863,7 +863,7 @@
863863
},
864864
"top": {
865865
"__compat": {
866-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-bg-position",
866+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-background-position-top",
867867
"support": {
868868
"chrome": {
869869
"version_added": "≤31"

css/properties/border-bottom-width.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"medium": {
5050
"__compat": {
51-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
51+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-medium",
5252
"support": {
5353
"chrome": {
5454
"version_added": "1"
@@ -81,7 +81,7 @@
8181
},
8282
"thick": {
8383
"__compat": {
84-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
84+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thick",
8585
"support": {
8686
"chrome": {
8787
"version_added": "1"
@@ -114,7 +114,7 @@
114114
},
115115
"thin": {
116116
"__compat": {
117-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
117+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thin",
118118
"support": {
119119
"chrome": {
120120
"version_added": "1"

css/properties/border-bottom.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
},
276276
"medium": {
277277
"__compat": {
278-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
278+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-medium",
279279
"support": {
280280
"chrome": {
281281
"version_added": "1"
@@ -440,7 +440,7 @@
440440
},
441441
"thick": {
442442
"__compat": {
443-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
443+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thick",
444444
"support": {
445445
"chrome": {
446446
"version_added": "1"
@@ -473,7 +473,7 @@
473473
},
474474
"thin": {
475475
"__compat": {
476-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
476+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thin",
477477
"support": {
478478
"chrome": {
479479
"version_added": "1"

css/properties/border-left-width.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"medium": {
5050
"__compat": {
51-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
51+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-medium",
5252
"support": {
5353
"chrome": {
5454
"version_added": "1"
@@ -81,7 +81,7 @@
8181
},
8282
"thick": {
8383
"__compat": {
84-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
84+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thick",
8585
"support": {
8686
"chrome": {
8787
"version_added": "1"
@@ -114,7 +114,7 @@
114114
},
115115
"thin": {
116116
"__compat": {
117-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
117+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thin",
118118
"support": {
119119
"chrome": {
120120
"version_added": "1"

css/properties/border-left.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
},
276276
"medium": {
277277
"__compat": {
278-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
278+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-medium",
279279
"support": {
280280
"chrome": {
281281
"version_added": "1"
@@ -440,7 +440,7 @@
440440
},
441441
"thick": {
442442
"__compat": {
443-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
443+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thick",
444444
"support": {
445445
"chrome": {
446446
"version_added": "1"
@@ -473,7 +473,7 @@
473473
},
474474
"thin": {
475475
"__compat": {
476-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
476+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thin",
477477
"support": {
478478
"chrome": {
479479
"version_added": "1"

css/properties/border-right-width.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"medium": {
5050
"__compat": {
51-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
51+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-medium",
5252
"support": {
5353
"chrome": {
5454
"version_added": "1"
@@ -81,7 +81,7 @@
8181
},
8282
"thick": {
8383
"__compat": {
84-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
84+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thick",
8585
"support": {
8686
"chrome": {
8787
"version_added": "1"
@@ -114,7 +114,7 @@
114114
},
115115
"thin": {
116116
"__compat": {
117-
"spec_url": "https://drafts.csswg.org/css-backgrounds/#typedef-line-width",
117+
"spec_url": "https://drafts.csswg.org/css-backgrounds-3/#valdef-line-width-thin",
118118
"support": {
119119
"chrome": {
120120
"version_added": "1"

0 commit comments

Comments
 (0)