From 94680b0421c612be67171d41567522ac671a29ec Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Tue, 26 Nov 2024 10:22:09 -0800 Subject: [PATCH 1/4] Adds meta-theme-color feature Co-authored-by: petele --- features/meta-theme-color.yml | 7 +++++++ features/meta-theme-color.yml.dist | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 features/meta-theme-color.yml create mode 100644 features/meta-theme-color.yml.dist diff --git a/features/meta-theme-color.yml b/features/meta-theme-color.yml new file mode 100644 index 00000000000..ab86a24917e --- /dev/null +++ b/features/meta-theme-color.yml @@ -0,0 +1,7 @@ +name: '' +description: 'The "theme-color" `` name allows you to customize the display of the page or the surrounding browser user interface.' +spec: https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color +group: html +caniuse: meta-theme-color +compat_features: + - html.elements.meta.name.theme-color diff --git a/features/meta-theme-color.yml.dist b/features/meta-theme-color.yml.dist new file mode 100644 index 00000000000..a3a04499e4c --- /dev/null +++ b/features/meta-theme-color.yml.dist @@ -0,0 +1,11 @@ +# Generated from: meta-theme-color.yml +# Do not edit this file by hand. Edit the source file instead! + +status: + baseline: false + support: + chrome_android: "80" + safari: "15" + safari_ios: "15" +compat_features: + - html.elements.meta.name.theme-color From 31f193fbc6c5e2e2bf3b150f81f0cfdda03b6287 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Tue, 3 Dec 2024 11:24:24 -0800 Subject: [PATCH 2/4] Updates description --- features/meta-theme-color.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/meta-theme-color.yml b/features/meta-theme-color.yml index ab86a24917e..4d06a6feeba 100644 --- a/features/meta-theme-color.yml +++ b/features/meta-theme-color.yml @@ -1,5 +1,5 @@ name: '' -description: 'The "theme-color" `` name allows you to customize the display of the page or the surrounding browser user interface.' +description: 'The "theme-color" `` name sets the preferred color to customize the display of the page or the surrounding browser user interface.' spec: https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color group: html caniuse: meta-theme-color From 76482bf63aeb5c0477ce52a2f33f97eac4288a37 Mon Sep 17 00:00:00 2001 From: Victor W Allen Date: Wed, 11 Dec 2024 12:12:57 -0800 Subject: [PATCH 3/4] Updates dist per updated BCD --- features/meta-theme-color.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/meta-theme-color.yml.dist b/features/meta-theme-color.yml.dist index a3a04499e4c..26a137e0d59 100644 --- a/features/meta-theme-color.yml.dist +++ b/features/meta-theme-color.yml.dist @@ -4,7 +4,7 @@ status: baseline: false support: - chrome_android: "80" + chrome_android: "92" safari: "15" safari_ios: "15" compat_features: From 9b0b8150064ceda68c567d1b568472f7a584e683 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Tue, 17 Dec 2024 08:27:13 -0800 Subject: [PATCH 4/4] Applies review feedback Co-authored-by: Daniel D. Beck --- features/meta-theme-color.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/meta-theme-color.yml b/features/meta-theme-color.yml index 4d06a6feeba..b2dae215912 100644 --- a/features/meta-theme-color.yml +++ b/features/meta-theme-color.yml @@ -1,5 +1,5 @@ name: '' -description: 'The "theme-color" `` name sets the preferred color to customize the display of the page or the surrounding browser user interface.' +description: The `name="theme-color"` attribute for the `` HTML element sets the preferred color to customize the display of the page or the surrounding browser user interface. spec: https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color group: html caniuse: meta-theme-color