Merge pull request #137 from ngyikp/subresource-not-recommended

Move <link rel="subresource"> to the not recommended section
This commit is contained in:
Scott O'Hara 2016-07-27 07:35:45 -04:00 committed by GitHub
commit e5324e4425
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,6 @@ Below are the meta attributes which are not recommended for use as they had low
<link rel="preconnect" href="https://www.example.com/">
<link rel="prefetch" href="https://www.example.com/">
<link rel="prerender" href="https://example.com/">
<link rel="subresource" href="styles.css">
<link rel="preload" href="image.png" as="image">
<!-- More info: https://css-tricks.com/prefetching-preloading-prebrowsing/ -->
```
@ -295,6 +294,9 @@ 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