Skip to content

Commit

Permalink
Docs: Add info about <meta name="theme-color"...>
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Wigmore authored and arthurvr committed Feb 9, 2015
1 parent 80e8c1f commit 14a5331
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/extend.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,23 @@ to the home screen.
* [jQuery Mobile Bookmark Bubble](https://github.com/okamototk/jqm-mobile-bookmark-bubble) (Mobile Safari, Android, BlackBerry).
* [Concierge](https://github.com/alexgibson/concierge) (Firefox OS, Firefox for Android).

## Theme Color

You can add the [`theme-color` meta extension](https://github.com/whatwg/meta-theme-color)
in the `<head>` of your pages to suggest the color that browsers and
OSes should use if they customize the display of individual pages in
their UIs with varying colors.

```html
<meta name="theme-color" content="#ff69b4">
```

The `content` attribute extension can take any valid CSS color.

Currently, the `theme-color` meta extension is supported by [Chrome 39+
for Android Lollipop](http://updates.html5rocks.com/2014/11/Support-for-theme-color-in-Chrome-39-for-Android)
and [Firefox OS 2.1+](https://twitter.com/ahmednefzaoui/status/492344698493997057).

## Miscellaneous

* Use [HTML5
Expand Down

0 comments on commit 14a5331

Please sign in to comment.