Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions features/draft/spec/rfc2397.yml → features/data-urls.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
draft_date: 2024-10-21
name: The "data" URL scheme
description: TODO
name: Data URLs
description: Data URLs are URLs that start with the `data:` scheme and which directly contain data rather than point to remote resources.
spec: https://www.rfc-editor.org/rfc/rfc2397
status:
compute_from: http.data-url
compat_features:
- http.data-url
- http.data-url.css_files
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Generated from: rfc2397.yml
# Generated from: data-urls.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: high
baseline_low_date: 2020-09-16
baseline_high_date: 2023-03-16
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "60"
chrome_android: "60"
edge: ≤79
firefox: "59"
firefox_android: "59"
safari: "14"
safari_ios: "14"
chrome: ≤4
chrome_android: "18"
edge: "12"
firefox: ≤2
firefox_android: "4"
safari: ≤3.1
safari_ios: ≤2
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down Expand Up @@ -42,7 +43,6 @@ compat_features:
# safari_ios: ≤2
- http.data-url.html_files

# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-09-16
# baseline_high_date: 2023-03-16
Expand Down