Skip to content

Commit 2e6f2e7

Browse files
Update draft features (#2172)
Co-authored-by: Elchi3 <[email protected]>
1 parent 37f6cf0 commit 2e6f2e7

40 files changed

+88
-1681
lines changed

features/draft/spec/compat.yml

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
draft_date: 2024-10-21
1+
draft_date: 2024-11-07
22
name: Compatibility Standard
33
description: TODO
44
spec: https://compat.spec.whatwg.org/
55
compat_features:
6-
- css.at-rules.media.-webkit-device-pixel-ratio
7-
- css.at-rules.media.-webkit-max-device-pixel-ratio
8-
- css.at-rules.media.-webkit-min-device-pixel-ratio
9-
- css.at-rules.media.-webkit-transform-3d
106
- css.properties.-webkit-text-fill-color
117
- css.properties.-webkit-text-stroke
128
- css.properties.-webkit-text-stroke-color
139
- css.properties.-webkit-text-stroke-width
14-
- css.properties.touch-action
15-
- css.properties.touch-action.manipulation
16-
- css.properties.touch-action.none
17-
- css.properties.touch-action.pan-down
18-
- css.properties.touch-action.pan-left
19-
- css.properties.touch-action.pan-right
20-
- css.properties.touch-action.pan-up
21-
- css.properties.touch-action.pan-x
22-
- css.properties.touch-action.pan-y
23-
- css.properties.touch-action.pinch-zoom
10+
11+
# The following features in the spec are already part of web-features:
12+
# - resolution media query (compatibility prefixes):
13+
# - css.at-rules.media.-webkit-device-pixel-ratio
14+
# - css.at-rules.media.-webkit-max-device-pixel-ratio
15+
# - css.at-rules.media.-webkit-min-device-pixel-ratio
16+
# - @supports (compatibility prefix):
17+
# - css.at-rules.media.-webkit-transform-3d
18+
# - touch-action:
19+
# - css.properties.touch-action
20+
# - css.properties.touch-action.manipulation
21+
# - css.properties.touch-action.none
22+
# - css.properties.touch-action.pan-down
23+
# - css.properties.touch-action.pan-left
24+
# - css.properties.touch-action.pan-right
25+
# - css.properties.touch-action.pan-up
26+
# - css.properties.touch-action.pan-x
27+
# - css.properties.touch-action.pan-y
28+
# - css.properties.touch-action.pinch-zoom

features/draft/spec/compat.yml.dist

Lines changed: 11 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: high
6+
baseline_low_date: 2017-04-05
7+
baseline_high_date: 2019-10-05
68
support:
7-
chrome: "56"
8-
chrome_android: "56"
9-
edge: "79"
9+
chrome: "4"
10+
chrome_android: "18"
11+
edge: "15"
12+
firefox: "49"
13+
firefox_android: "49"
14+
safari: "3"
15+
safari_ios: "2"
1016
compat_features:
1117
# baseline: high
1218
# baseline_low_date: 2016-09-20
@@ -21,19 +27,6 @@ compat_features:
2127
# safari_ios: "2"
2228
- css.properties.-webkit-text-fill-color
2329

24-
# baseline: high
25-
# baseline_low_date: 2016-09-20
26-
# baseline_high_date: 2019-03-20
27-
# support:
28-
# chrome: "2"
29-
# chrome_android: "18"
30-
# edge: "12"
31-
# firefox: "49"
32-
# firefox_android: "49"
33-
# safari: "4"
34-
# safari_ios: "3.2"
35-
- css.at-rules.media.-webkit-transform-3d
36-
3730
# baseline: high
3831
# baseline_low_date: 2017-04-05
3932
# baseline_high_date: 2019-10-05
@@ -48,6 +41,7 @@ compat_features:
4841
- css.properties.-webkit-text-stroke-color
4942
- css.properties.-webkit-text-stroke-width
5043

44+
# ⬇️ Same status as overall feature ⬇️
5145
# baseline: high
5246
# baseline_low_date: 2017-04-05
5347
# baseline_high_date: 2019-10-05
@@ -60,70 +54,3 @@ compat_features:
6054
# safari: "3"
6155
# safari_ios: "2"
6256
- css.properties.-webkit-text-stroke
63-
64-
# baseline: high
65-
# baseline_low_date: 2018-10-23
66-
# baseline_high_date: 2021-04-23
67-
# support:
68-
# chrome: "1"
69-
# chrome_android: "18"
70-
# edge: "12"
71-
# firefox: "63"
72-
# firefox_android: "63"
73-
# safari: "3"
74-
# safari_ios: "1"
75-
- css.at-rules.media.-webkit-device-pixel-ratio
76-
- css.at-rules.media.-webkit-max-device-pixel-ratio
77-
- css.at-rules.media.-webkit-min-device-pixel-ratio
78-
79-
# baseline: high
80-
# baseline_low_date: 2019-09-19
81-
# baseline_high_date: 2022-03-19
82-
# support:
83-
# chrome: "36"
84-
# chrome_android: "36"
85-
# edge: "12"
86-
# firefox: "52"
87-
# firefox_android: "52"
88-
# safari: "13"
89-
# safari_ios: "9.3"
90-
- css.properties.touch-action
91-
- css.properties.touch-action.manipulation
92-
93-
# baseline: high
94-
# baseline_low_date: 2019-09-19
95-
# baseline_high_date: 2022-03-19
96-
# support:
97-
# chrome: "36"
98-
# chrome_android: "36"
99-
# edge: "12"
100-
# firefox: "52"
101-
# firefox_android: "52"
102-
# safari: "13"
103-
# safari_ios: "13"
104-
- css.properties.touch-action.none
105-
- css.properties.touch-action.pan-x
106-
- css.properties.touch-action.pan-y
107-
108-
# baseline: high
109-
# baseline_low_date: 2021-01-26
110-
# baseline_high_date: 2023-07-26
111-
# support:
112-
# chrome: "56"
113-
# chrome_android: "56"
114-
# edge: "12"
115-
# firefox: "85"
116-
# firefox_android: "85"
117-
# safari: "13"
118-
# safari_ios: "13"
119-
- css.properties.touch-action.pinch-zoom
120-
121-
# baseline: false
122-
# support:
123-
# chrome: "55"
124-
# chrome_android: "55"
125-
# edge: "79"
126-
- css.properties.touch-action.pan-down
127-
- css.properties.touch-action.pan-left
128-
- css.properties.touch-action.pan-right
129-
- css.properties.touch-action.pan-up

features/draft/spec/css-transitions-2.yml

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

features/draft/spec/css-transitions-2.yml.dist

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

0 commit comments

Comments
 (0)