token.html - sfeed_tests - sfeed tests and RSS and Atom files
(HTM) git clone git://git.codemadness.org/sfeed_tests
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
token.html (878B)
---
1 <html>
2 <head>
3 <!--
4 rel attribute can be whitespace separated (as tokens), see HTML5 spec:
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 area element, the
8 element\342\200\231s rel attribute must be split on spaces. The resulting tokens are the
9 keywords for the link types that apply to that element."
10 -->
11
12 <link rel="alternate" href="https://codemadness.org/atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
13 <link rel="something alternate something" href="https://codemadness.org/atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
14 <link rel="something alternate" href="https://codemadness.org/atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
15 </head>
16 <body>
17 </body>
18 </html>