Docs: Fix missing section in table of contents

Missing section "Google Chrome Mobile (Android Only)" in table of contents
This commit is contained in:
forresst 2017-11-03 12:25:56 +01:00
parent ffb2be195b
commit 6ecc4191f3
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ A list of everything that \*could\* go in the `<head>` of your document
- [Apple Safari](#apple-safari) - [Apple Safari](#apple-safari)
- [Google Android](#google-android) - [Google Android](#google-android)
- [Google Chrome](#google-chrome) - [Google Chrome](#google-chrome)
- [Google Chrome Mobile (Android Only)](#google-chrome-mobile-android-only)
- [Microsoft Internet Explorer](#microsoft-internet-explorer) - [Microsoft Internet Explorer](#microsoft-internet-explorer)
- [Browsers (Chinese)](#browsers-chinese) - [Browsers (Chinese)](#browsers-chinese)
- [360 Browser](#360-browser) - [360 Browser](#360-browser)
@ -529,6 +530,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
## Notes ## Notes
### Performance ### Performance
Moving the `href` attribute to the beginning of an element improves compression when GZIP is enabled, because the `href` attribute is used in `a`, `base`, and `link` tags. Moving the `href` attribute to the beginning of an element improves compression when GZIP is enabled, because the `href` attribute is used in `a`, `base`, and `link` tags.
Example: Example: