Remove section: “Link: Not Recommended”

This commit is contained in:
Josh Buchea 2017-04-24 10:12:30 -07:00
parent 08d7d6eedd
commit e4b7f07ae6
1 changed files with 0 additions and 11 deletions

View File

@ -9,7 +9,6 @@ A list of everything that could go in the `<head>` of your document
- [Meta](#meta)
- [Meta: Not Recommended](#meta-not-recommended)
- [Link](#link)
- [Link: Not Recommended](#link-not-recommended)
- [Favicons](#favicons)
- [Social](#social)
- [Facebook Open Graph](#facebook-open-graph)
@ -278,16 +277,6 @@ Below are the meta attributes which are not recommended for use as they had low
<!-- More info: https://css-tricks.com/prefetching-preloading-prebrowsing/ -->
```
### Link: Not Recommended
Below are the link relations which are not recommended for use:
```html
<link rel="shortcut icon" href="path/to/favicon.ico">
<!-- Not useful, proprietary and buggy, see https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/Y_2eFRh9BOs/gULYapoRBwAJ -->
<link rel="subresource" href="styles.css">
```
### Favicons
``` html