Skip to content

Commit

Permalink
Add <meta name="theme-color"> (#2389)
Browse files Browse the repository at this point in the history
Co-authored-by: petele <[email protected]>
  • Loading branch information
vwallen and petele authored Dec 17, 2024
1 parent 060b588 commit 7229883
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/meta-theme-color.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: '<meta name="theme-color">'
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.
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
11 changes: 11 additions & 0 deletions features/meta-theme-color.yml.dist
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7229883

Please sign in to comment.