Skip to content

Commit 8350fe2

Browse files
Add a data urls feature (#2234)
Co-authored-by: Patrick Brosset <[email protected]>
1 parent 21c3209 commit 8350fe2

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

features/draft/spec/rfc2397.yml renamed to features/data-urls.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
draft_date: 2024-10-21
2-
name: The "data" URL scheme
3-
description: TODO
1+
name: Data URLs
2+
description: Data URLs are URLs that start with the `data:` scheme and which directly contain data rather than point to remote resources.
43
spec: https://www.rfc-editor.org/rfc/rfc2397
4+
status:
5+
compute_from: http.data-url
56
compat_features:
67
- http.data-url
78
- http.data-url.css_files

features/draft/spec/rfc2397.yml.dist renamed to features/data-urls.yml.dist

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Generated from: rfc2397.yml
1+
# Generated from: data-urls.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
55
baseline: high
6-
baseline_low_date: 2020-09-16
7-
baseline_high_date: 2023-03-16
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
88
support:
9-
chrome: "60"
10-
chrome_android: "60"
11-
edge: ≤79
12-
firefox: "59"
13-
firefox_android: "59"
14-
safari: "14"
15-
safari_ios: "14"
9+
chrome: ≤4
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: ≤2
13+
firefox_android: "4"
14+
safari: ≤3.1
15+
safari_ios: ≤2
1616
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
1718
# baseline: high
1819
# baseline_low_date: 2015-07-29
1920
# baseline_high_date: 2018-01-29
@@ -42,7 +43,6 @@ compat_features:
4243
# safari_ios: ≤2
4344
- http.data-url.html_files
4445

45-
# ⬇️ Same status as overall feature ⬇️
4646
# baseline: high
4747
# baseline_low_date: 2020-09-16
4848
# baseline_high_date: 2023-03-16

0 commit comments

Comments
 (0)