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