From d1426806fe838baec0107835cbea1da3d29de5dc Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 14 Nov 2024 14:03:14 +0100 Subject: [PATCH 1/2] Add a data urls feature --- .../{draft/spec/rfc2397.yml => data-urls.yml} | 7 +++--- .../rfc2397.yml.dist => data-urls.yml.dist} | 22 +++++++++---------- 2 files changed, 15 insertions(+), 14 deletions(-) rename features/{draft/spec/rfc2397.yml => data-urls.yml} (56%) rename features/{draft/spec/rfc2397.yml.dist => data-urls.yml.dist} (82%) diff --git a/features/draft/spec/rfc2397.yml b/features/data-urls.yml similarity index 56% rename from features/draft/spec/rfc2397.yml rename to features/data-urls.yml index dc2785a5022..b2b3ed78fa9 100644 --- a/features/draft/spec/rfc2397.yml +++ b/features/data-urls.yml @@ -1,7 +1,8 @@ -draft_date: 2024-10-21 -name: The "data" URL scheme -description: TODO +name: Data URLs +description: Data URLs are URLs prefixed with the `data:` scheme and embed small files inline in documents. spec: https://www.rfc-editor.org/rfc/rfc2397 +status: + compute_from: http.data-url compat_features: - http.data-url - http.data-url.css_files diff --git a/features/draft/spec/rfc2397.yml.dist b/features/data-urls.yml.dist similarity index 82% rename from features/draft/spec/rfc2397.yml.dist rename to features/data-urls.yml.dist index a49a4058aea..8e81cbfa267 100644 --- a/features/draft/spec/rfc2397.yml.dist +++ b/features/data-urls.yml.dist @@ -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 @@ -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 From 4aec49d5093fd302c8350fe9a75d80fcea417c6f Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 14 Nov 2024 14:31:28 +0100 Subject: [PATCH 2/2] Update features/data-urls.yml Co-authored-by: Patrick Brosset --- features/data-urls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/data-urls.yml b/features/data-urls.yml index b2b3ed78fa9..9b7e8933664 100644 --- a/features/data-urls.yml +++ b/features/data-urls.yml @@ -1,5 +1,5 @@ name: Data URLs -description: Data URLs are URLs prefixed with the `data:` scheme and embed small files inline in documents. +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