File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 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.
43spec : https://www.rfc-editor.org/rfc/rfc2397
4+ status :
5+ compute_from : http.data-url
56compat_features :
67 - http.data-url
78 - http.data-url.css_files
Original file line number Diff line number Diff line change 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
44status:
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
1616compat_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
You can’t perform that action at this time.
0 commit comments