From af2656a9ceb2eabcb4b786885aac5dec2ba30bd4 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sun, 21 Jan 2018 10:21:35 -0800 Subject: [PATCH] Remove inaccurate performance notes --- README.md | 16 ---------------- 1 file changed, 16 deletions(-) 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)