Skip to content

Commit 7229883

Browse files
vwallenpetele
andauthored
Add <meta name="theme-color"> (#2389)
Co-authored-by: petele <[email protected]>
1 parent 060b588 commit 7229883

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

features/meta-theme-color.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: '<meta name="theme-color">'
2+
description: The `name="theme-color"` attribute for the `<meta>` HTML element sets the preferred color to customize the display of the page or the surrounding browser user interface.
3+
spec: https://html.spec.whatwg.org/multipage/semantics.html#meta-theme-color
4+
group: html
5+
caniuse: meta-theme-color
6+
compat_features:
7+
- html.elements.meta.name.theme-color

features/meta-theme-color.yml.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated from: meta-theme-color.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome_android: "92"
8+
safari: "15"
9+
safari_ios: "15"
10+
compat_features:
11+
- html.elements.meta.name.theme-color

0 commit comments

Comments
 (0)