From 722988368872c6a4dfd48f7eb0cf07825539cf45 Mon Sep 17 00:00:00 2001 From: Victor Allen Date: Tue, 17 Dec 2024 08:47:24 -0800 Subject: [PATCH] Add `` (#2389) 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..b2dae215912 --- /dev/null +++ b/features/meta-theme-color.yml @@ -0,0 +1,7 @@ +name: '' +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 +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..26a137e0d59 --- /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: "92" + safari: "15" + safari_ios: "15" +compat_features: + - html.elements.meta.name.theme-color