From f625195e7134b8c6c52babeed430608a08ac8968 Mon Sep 17 00:00:00 2001 From: Rishi Ranjan Jha Date: Tue, 3 May 2016 22:44:13 +0530 Subject: [PATCH 001/101] Update README.md https://developers.google.com/+/web/badge/#direct-connect --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd36bb7..25fed6a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ A collection of HTML head elements. ### Google+ / Schema.org ``` html + From 125c3c4fc6cd9bec50f77d02b578703f01e51e45 Mon Sep 17 00:00:00 2001 From: bhaskarmelkani Date: Tue, 3 May 2016 22:58:46 +0530 Subject: [PATCH 002/101] Application Name Meta Tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83d5046..45bafb5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A collection of HTML head elements. + From fb979242d79870044a2697584d44b44080b4e2f3 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 3 May 2016 21:26:44 -0300 Subject: [PATCH 003/101] Removed revised meta Revised meta has been removed from HTML5 according to this stackOverflow question: http://stackoverflow.com/questions/33889445/is-html-meta-name-revised-valid-or-even-used And these links: - https://wiki.whatwg.org/wiki/MetaExtensions - http://stackoverflow.com/questions/16171686/list-of-standard-w3c-meta-tags/16207631#16207631 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 83d5046..6f67a0f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ A collection of HTML head elements. - From 28e690b52a1d32713381393888fb6352aec92c8c Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 4 May 2016 10:31:36 -0300 Subject: [PATCH 004/101] Created deprecated section Create deprecated section on meta tags. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6f67a0f..d1e6588 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,13 @@ A collection of HTML head elements. ``` +### Deprecated/Legacy +Below are the meta tags which are either deprecated or not supported anymore: + +``` + +``` + ## Link Element ``` html From 86b14599d384196cb8e61dbd5720d9e0af8a52c5 Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 4 May 2016 10:15:56 -0400 Subject: [PATCH 005/101] expanding on the deprecated elements --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index d1e6588..03d2c3b 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,6 @@ A collection of HTML head elements. - - @@ -32,10 +30,6 @@ A collection of HTML head elements. - - - - @@ -44,9 +38,22 @@ A collection of HTML head elements. + +``` + +### Deprecated/Legacy +Below are the meta elements which are either deprecated or not supported anymore: + +```html + + + + + + + - @@ -54,13 +61,6 @@ A collection of HTML head elements. ``` -### Deprecated/Legacy -Below are the meta tags which are either deprecated or not supported anymore: - -``` - -``` - ## Link Element ``` html @@ -105,10 +105,10 @@ Below are the meta tags which are either deprecated or not supported anymore: ### Favicons ``` html - + - + From c3efad3f9c136e15bd4a1d7ea4f1390e637cb902 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sat, 7 May 2016 08:16:07 -0700 Subject: [PATCH 006/101] Change elements to attributes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03d2c3b..3efb755 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A collection of HTML head elements. ``` ### Deprecated/Legacy -Below are the meta elements which are either deprecated or not supported anymore: +Below are the meta attributes which are either deprecated or not supported anymore: ```html From 93b479cf2fb43487371fadb3c8ae902bc3eb7fcb Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sat, 7 May 2016 08:24:43 -0700 Subject: [PATCH 007/101] Add legacy link element section & "shortcut icon" link relation, closes #67 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3efb755..8846efc 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,13 @@ Below are the meta attributes which are either deprecated or not supported anymo ``` +### Deprecated/Legacy +Below are the link relations which are either deprecated or not supported anymore: + +```html + +``` + ### Favicons ``` html From d0685101617978555bf091d5b9a31f0fa3ed27d0 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 7 May 2016 12:28:28 -0300 Subject: [PATCH 008/101] Added why deprecated tags are, indeed, deprecated Added a short description from PR #59 in the main repo of why these tags are deprecated. --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03d2c3b..7def237 100644 --- a/README.md +++ b/README.md @@ -45,17 +45,35 @@ A collection of HTML head elements. Below are the meta elements which are either deprecated or not supported anymore: ```html + + + - - + + + + + + + + + + + + + + - + + + + From aebf93fda60435d94f421a3e042bf06a71071d02 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 9 May 2016 11:21:47 -0400 Subject: [PATCH 009/101] shrink-to-fit="no" Add shrink-to-fit="no" to viewport meta to ensure that documents aren't scaled down to enusre all content fits into the viewport. see: http://stackoverflow.com/questions/33767533/what-does-the-shrink-to-fit-viewport-meta-attribute-do --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dca283e..4bf59ae 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A collection of HTML head elements. ``` html - + From 5b2dfcf446137e60271a1d7af3b2cc92ae5d1ceb Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 9 May 2016 11:25:22 -0400 Subject: [PATCH 010/101] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf59ae..a495c02 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ A collection of HTML head elements. Below are the meta attributes which are either deprecated or not supported anymore: ```html - + From 77a3314f4aca55b6552c6fa25aaca57c415624d5 Mon Sep 17 00:00:00 2001 From: Abhishek Warokar Date: Mon, 16 May 2016 16:22:51 +0530 Subject: [PATCH 011/101] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a495c02..1203093 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ Below are the link relations which are either deprecated or not supported anymor - + @@ -305,7 +305,7 @@ Below are the link relations which are either deprecated or not supported anymor - + ``` From eccaa1de62bd7e597cf4c52f1da60335cc16dee1 Mon Sep 17 00:00:00 2001 From: Ng Yik Phang Date: Thu, 19 May 2016 22:09:18 +0800 Subject: [PATCH 012/101] Add numerous additions for Internet Explorer 1. Add a lot of meta tags regarding pinned sites: https://msdn.microsoft.com/en-us/library/dn255024(v=vs.85).aspx 2. Add `imagetoolbar`: https://msdn.microsoft.com/en-us/library/ms532986(v=vs.85).aspx 3. Add `MSThemeCompatible`: https://support.microsoft.com/en-us/kb/322240 4. Explained that `MSSmartTagsPreventParsing` is only used to disable a feature that only appeared on IE 6 beta 5. Explained what `Page-Enter` and `Page-Exit` meta tags are for --- README.md | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1203093..3b3f06a 100644 --- a/README.md +++ b/README.md @@ -253,21 +253,46 @@ Below are the link relations which are either deprecated or not supported anymor - - - - - - + + + + + + + + + + + + + + + + + + + + + ``` ### Microsoft Internet Explorer (LEGACY DO NOT USE) ``` html - - - - + + + + + + + + + + + + + + ``` ### 360 Browser From 8856fc8309f5b6ffef5c8c49e5c2e039821c906c Mon Sep 17 00:00:00 2001 From: Ng Yik Phang Date: Thu, 19 May 2016 22:17:48 +0800 Subject: [PATCH 013/101] Add "msapplication-tap-highlight" https://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/ --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b3f06a..e1bbc6c 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,9 @@ Below are the link relations which are either deprecated or not supported anymor + + + From d4136ea631a2e933d3a67ec89ab2f0fd38d67fec Mon Sep 17 00:00:00 2001 From: Zoro Santana Date: Fri, 20 May 2016 21:31:22 -0400 Subject: [PATCH 014/101] Added Facebook Instant Articles to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e1bbc6c..5d14074 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,22 @@ Below are the link relations which are either deprecated or not supported anymor - [Facebook Open Graph Markup](https://developers.facebook.com/docs/sharing/webmasters#markup) - [Open Graph protocol](http://ogp.me/) +### Facebook / Instant Articles + +``` html + + + + + + + + +``` + +- [Facebook Instant Articles: Creating Articles](https://developers.facebook.com/docs/instant-articles/guides/articlecreate) +- [Instant Articles: Format Reference](https://developers.facebook.com/docs/instant-articles/reference) + ### Twitter ``` html From 5810c1f64ec7bb8af22d4d4bc2445397fcdc9fab Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Mon, 23 May 2016 12:53:31 -0700 Subject: [PATCH 015/101] Update Meta, closes #78, closes #79 --- README.md | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index e1bbc6c..7954af3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ A collection of HTML head elements. + @@ -41,39 +42,32 @@ A collection of HTML head elements. ``` -### Deprecated/Legacy -Below are the meta attributes which are either deprecated or not supported anymore: +### Not Recommended +Below are the meta attributes which are not recommended for use: ```html - + - - + + - - + + - - - - + - - - - - + - + - + @@ -120,8 +114,8 @@ Below are the meta attributes which are either deprecated or not supported anymo ``` -### Deprecated/Legacy -Below are the link relations which are either deprecated or not supported anymore: +### Not Recommended +Below are the link relations which are not recommended for use: ```html From ad697e050791e9271f30d01c6b494ef23038ed8a Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Mon, 23 May 2016 15:07:58 -0700 Subject: [PATCH 016/101] Update author --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7954af3..80f0f2a 100644 --- a/README.md +++ b/README.md @@ -360,9 +360,7 @@ Open an issue or a pull request to suggest changes or additions. ## Author -**Josh Buchea** -- -- +**[Josh Buchea](http://joshbuchea.com/)** ## License From a03c025585bf7f466f62f3f392d06e1c4de12fe8 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Mon, 23 May 2016 16:53:50 -0700 Subject: [PATCH 017/101] Remove trailing whitespace --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b6cdb2..4d71820 100644 --- a/README.md +++ b/README.md @@ -161,14 +161,14 @@ Below are the link relations which are not recommended for use: ### Facebook / Instant Articles -``` html +``` html - + - - + + ``` From b8a9542f868eab9123cf683ff3a41480576baf20 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Mon, 23 May 2016 16:55:56 -0700 Subject: [PATCH 018/101] Add noodp value to robots meta tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d71820..91d2d14 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A collection of HTML head elements. - + From dfbcdf5a480f06ef403c9856883f6e3c96aa51c9 Mon Sep 17 00:00:00 2001 From: Paul Macey Date: Tue, 24 May 2016 11:30:32 +0100 Subject: [PATCH 019/101] Add comment explaining the tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0333da6..e05ae47 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A collection of HTML head elements. ``` html Page Title + + + ``` From 2a1305177f7548d2a768dbeef8f0ca341876e1d5 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Sun, 29 May 2016 22:33:24 -0700 Subject: [PATCH 035/101] Update external CSS example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20bb3dc..3ce913b 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Below are the essential tags for basic, minimalist websites: - +