diff --git a/README.md b/README.md index e729820..9b87079 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ A list of everything that \*could\* go in the `` of your document - [QQ Mobile Browser](#qq-mobile-browser) - [UC Mobile Browser](#uc-mobile-browser) - [App Links](#app-links) -- [Notes](#notes) - - [Performance](#performance) - [Other Resources](#other-resources) - [Related Projects](#related-projects) - [Other Formats](#other-formats) @@ -551,20 +549,6 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari. **[⬆ back to top](#table-of-contents)** -## 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: - -``` html - -``` - -**[⬆ back to top](#table-of-contents)** - ## Other Resources - 📖 [HTML5 Boilerplate Docs: The HTML](https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/html.md)