normalizes rels urls in issue https://github.com/G5/microformats2/issues/16
This commit is contained in:
parent
56383a0a91
commit
e630923e1d
3 changed files with 29 additions and 3 deletions
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Rels Test</title>
|
||||
<base href="http://example.org/">
|
||||
<link rel="updates alternate" href="http://tantek.com/updates.atom" type="application/atom+xml" />
|
||||
</head>
|
||||
<body>
|
||||
<li><a rel="me" href="http://jessicard.com">Jessica Dillon</a></li>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue