Merge pull request #182 from forresst/fix-table-of-contents

Docs: Fix missing section in table of contents
This commit is contained in:
Scott O'Hara 2017-11-03 08:03:26 -04:00 committed by GitHub
commit 8411232098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
- [Google Android](#google-android)
- [Google Chrome](#google-chrome)
- [Google Chrome Mobile (Android Only)](#google-chrome-mobile-android-only)
- [Microsoft Internet Explorer](#microsoft-internet-explorer)
- [Browsers (Chinese)](#browsers-chinese)
- [360 Browser](#360-browser)
@ -529,6 +530,7 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
## Notes
### 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.
Example: