token.html - sfeed_tests - sfeed tests and RSS and Atom files | |
git clone git://git.codemadness.org/sfeed_tests | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
token.html (878B) | |
--- | |
1 <html> | |
2 <head> | |
3 <!-- | |
4 rel attribute can be whitespace separated (as tokens), see HTML5… | |
5 https://www.w3.org/TR/html52/links.html#sec-link-types | |
6 4.8.6: " | |
7 To determine which link types apply to a link, a, or are… | |
8 element\342\200\231s rel attribute must be split on spac… | |
9 keywords for the link types that apply to that element." | |
10 --> | |
11 | |
12 <link rel="alternate" href="https://codemadness.org/atom.xml" ty… | |
13 <link rel="something alternate something" href="https://codemadn… | |
14 <link rel="something alternate" href="https://codemadness.org/at… | |
15 </head> | |
16 <body> | |
17 </body> | |
18 </html> |