From 01a7c2638974d56c4165f0c89b58b82b95a0f9d4 Mon Sep 17 00:00:00 2001 From: Jordan Brauer Date: Mon, 30 May 2016 20:52:14 -0500 Subject: [PATCH 1/4] Added Table of Contents + more - Added table of contents - Added a slightly longer summary of the repo. - Changed some punctuation of headers for consistency and friendlier reading. --- README.md | 46 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 81555e6..aa663e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,36 @@ # HEAD -A collection of HTML head elements. +**Summary:** A collection of current & deprecated HTML head elements for your reference in order to decide what your head needs. + +**Table of Contents:** +- [Recommended Minimum](#recommended-minimum) +- [Elements](#elements) +- [Meta Elements](#meta-elements) + - [Meta Elements: Not Recommended](#meta-elements-not-recommended) +- [Link Elements](#link-elements) + - [Link Elements: Not Recommended](#link-elements-not-recommended) + - [Favicons](#favicons) +- [Social](#social) + - [Facebook/ Open Graph](#facebook--open-graph) + - [Facebook/ Instant Articles](#facebook--instant-articles) + - [Twitter](#twitter) + - [Google+/ Schema.org](#google--schemaorg) + - [OEmbed](#oembed) +- [Browser/ Platform](#browserplatform) + - [Apple iOS](#apple-ios) + - [Apple Safari](#apple-safari) + - [Google Android](#google-android) + - [Google Chrome](#google-chrome) + - [Microsoft Internet Explorer](#microsoft-internet-explorer) + - [Microsoft Internet Explorer: Legacy, Do Not Use!](#microsoft-internet-explorer-legacy-do-not-use) + - [360 Browser](#360-browser) + - [UC Mobile Browser](#uc-mobile-browser) + - [QQ Mobile Browser](#qq-mobile-browser) +- [App Links](#app-links) +- [Notes](#notes) + - [Performance](#performance) +- [Other Resources](#other-resources) +- [Contributing](#contributing) ## Recommended Minimum @@ -76,7 +106,7 @@ Below are the essential tags for basic, minimalist websites: - [ICBM on Wikipedia](https://en.wikipedia.org/wiki/ICBM_address#Modern_use) - [Geotagging on Wikipedia](https://en.wikipedia.org/wiki/Geotagging#HTML_pages) -### Meta Elements Not Recommended +### Meta Elements: Not Recommended Below are the meta attributes which are not recommended for use: ```html @@ -151,7 +181,7 @@ Below are the meta attributes which are not recommended for use: ``` -### Link Elements Not Recommended +### Link Elements: Not Recommended Below are the link relations which are not recommended for use: ```html @@ -177,7 +207,7 @@ Below are the link relations which are not recommended for use: ## Social -### Facebook / Open Graph +### Facebook/ Open Graph ``` html @@ -196,7 +226,7 @@ Below are the link relations which are not recommended for use: - [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) - [Open Graph protocol](http://ogp.me/) -### Facebook / Instant Articles +### Facebook/ Instant Articles ``` html @@ -229,7 +259,7 @@ Below are the link relations which are not recommended for use: - [Twitter Cards: Getting Started Guide](https://dev.twitter.com/cards/getting-started) - [Twitter Card Validator](https://dev.twitter.com/docs/cards/validation/validator) -### Google+ / Schema.org +### Google+/ Schema.org ``` html @@ -251,7 +281,7 @@ Below are the link relations which are not recommended for use: - [oEmbed format](http://oembed.com/) -## Browser/Platform +## Browser/ Platform ### Apple iOS @@ -341,7 +371,7 @@ Below are the link relations which are not recommended for use: ``` -### Microsoft Internet Explorer (LEGACY DO NOT USE) +### Microsoft Internet Explorer: Legacy, Do Not Use! ``` html From 8a4f85c62cc3289058637d318369b977633d1a7e Mon Sep 17 00:00:00 2001 From: Jordan Brauer Date: Mon, 30 May 2016 20:55:53 -0500 Subject: [PATCH 2/4] Sections with '/' in them weren't linking correctly. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa663e6..dbe2191 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ - [Link Elements: Not Recommended](#link-elements-not-recommended) - [Favicons](#favicons) - [Social](#social) - - [Facebook/ Open Graph](#facebook--open-graph) - - [Facebook/ Instant Articles](#facebook--instant-articles) + - [Facebook/ Open Graph](#facebook-open-graph) + - [Facebook/ Instant Articles](#facebook-instant-articles) - [Twitter](#twitter) - - [Google+/ Schema.org](#google--schemaorg) + - [Google+/ Schema.org](#google-schemaorg) - [OEmbed](#oembed) - [Browser/ Platform](#browserplatform) - [Apple iOS](#apple-ios) From d6c32b0eb96c3cd4cc72e8f8a043124c40c186f1 Mon Sep 17 00:00:00 2001 From: Jordan Brauer Date: Tue, 31 May 2016 09:00:30 -0500 Subject: [PATCH 3/4] Formatting fix. Added space back between the slashes in the headers and table of contents. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dbe2191..0999b6c 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ - [Link Elements: Not Recommended](#link-elements-not-recommended) - [Favicons](#favicons) - [Social](#social) - - [Facebook/ Open Graph](#facebook-open-graph) - - [Facebook/ Instant Articles](#facebook-instant-articles) + - [Facebook / Open Graph](#facebook-open-graph) + - [Facebook / Instant Articles](#facebook-instant-articles) - [Twitter](#twitter) - - [Google+/ Schema.org](#google-schemaorg) + - [Google+ / Schema.org](#google-schemaorg) - [OEmbed](#oembed) -- [Browser/ Platform](#browserplatform) +- [Browser / Platform](#browser-platform) - [Apple iOS](#apple-ios) - [Apple Safari](#apple-safari) - [Google Android](#google-android) @@ -207,7 +207,7 @@ Below are the link relations which are not recommended for use: ## Social -### Facebook/ Open Graph +### Facebook / Open Graph ``` html @@ -226,7 +226,7 @@ Below are the link relations which are not recommended for use: - [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) - [Open Graph protocol](http://ogp.me/) -### Facebook/ Instant Articles +### Facebook / Instant Articles ``` html @@ -259,7 +259,7 @@ Below are the link relations which are not recommended for use: - [Twitter Cards: Getting Started Guide](https://dev.twitter.com/cards/getting-started) - [Twitter Card Validator](https://dev.twitter.com/docs/cards/validation/validator) -### Google+/ Schema.org +### Google+ / Schema.org ``` html @@ -281,7 +281,7 @@ Below are the link relations which are not recommended for use: - [oEmbed format](http://oembed.com/) -## Browser/ Platform +## Browser / Platform ### Apple iOS From e303465b5170acb5ff67e447b9d4c81ed943d430 Mon Sep 17 00:00:00 2001 From: Jordan Brauer Date: Tue, 31 May 2016 09:04:29 -0500 Subject: [PATCH 4/4] Link hotfix Forgot to add the additional `-` character in the header anchors along with the previous formatting fix. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0999b6c..b5b5c2e 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ - [Link Elements: Not Recommended](#link-elements-not-recommended) - [Favicons](#favicons) - [Social](#social) - - [Facebook / Open Graph](#facebook-open-graph) - - [Facebook / Instant Articles](#facebook-instant-articles) + - [Facebook / Open Graph](#facebook--open-graph) + - [Facebook / Instant Articles](#facebook--instant-articles) - [Twitter](#twitter) - - [Google+ / Schema.org](#google-schemaorg) + - [Google+ / Schema.org](#google--schemaorg) - [OEmbed](#oembed) -- [Browser / Platform](#browser-platform) +- [Browser / Platform](#browser--platform) - [Apple iOS](#apple-ios) - [Apple Safari](#apple-safari) - [Google Android](#google-android)