reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
|
@ -0,0 +1,3 @@
|
|||
<!-- http://microformat2-node.jit.su/rel.html -->
|
||||
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/2.5/">cc by 2.5</a>
|
10
spec/support/cases/microformat2-node.jit.su/rel/rel-0.js
Normal file
10
spec/support/cases/microformat2-node.jit.su/rel/rel-0.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"license": ["http://creativecommons.org/licenses/by/2.5/"]
|
||||
}
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
<!-- http://microformat2-node.jit.su/rel.html -->
|
||||
|
||||
<a rel="nofollow" href="http://microformats.org/wiki/microformats:copyrights">Copyrights</a>
|
10
spec/support/cases/microformat2-node.jit.su/rel/rel-1.js
Normal file
10
spec/support/cases/microformat2-node.jit.su/rel/rel-1.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"nofollow": ["http://microformats.org/wiki/microformats:copyrights"]
|
||||
}
|
||||
}]
|
||||
}
|
12
spec/support/cases/microformat2-node.jit.su/rel/rel-2.html
Normal file
12
spec/support/cases/microformat2-node.jit.su/rel/rel-2.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!-- http://microformat2-node.jit.su/rel.html -->
|
||||
|
||||
<ul>
|
||||
<li><a rel="me" href="http://twitter.com/glennjones">twitter</a></li>
|
||||
<li><a rel="me" href="http://delicious.com/glennjonesnet/">delicious</a></li>
|
||||
<li><a rel="me" href="https://plus.google.com/u/0/105161464208920272734/about">google+</a></li>
|
||||
<li><a rel="me" href="http://lanyrd.com/people/glennjones/">lanyrd</a></li>
|
||||
<li><a rel="me" href="http://github.com/glennjones">github</a></li>
|
||||
<li><a rel="me" href="http://www.flickr.com/photos/glennjonesnet/">flickr</a></li>
|
||||
<li><a rel="me" href="http://www.linkedin.com/in/glennjones">linkedin</a></li>
|
||||
<li><a rel="me" href="http://www.slideshare.net/glennjones/presentations">slideshare</a></li>
|
||||
</ul>
|
19
spec/support/cases/microformat2-node.jit.su/rel/rel-2.js
Normal file
19
spec/support/cases/microformat2-node.jit.su/rel/rel-2.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"me": [
|
||||
"http://twitter.com/glennjones",
|
||||
"http://delicious.com/glennjonesnet/",
|
||||
"https://plus.google.com/u/0/105161464208920272734/about",
|
||||
"http://lanyrd.com/people/glennjones/",
|
||||
"http://github.com/glennjones",
|
||||
"http://www.flickr.com/photos/glennjonesnet/",
|
||||
"http://www.linkedin.com/in/glennjones",
|
||||
"http://www.slideshare.net/glennjones/presentations"
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
21
spec/support/cases/microformat2-node.jit.su/rel/rel-3.html
Normal file
21
spec/support/cases/microformat2-node.jit.su/rel/rel-3.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!-- http://microformat2-node.jit.su/rel.html -->
|
||||
|
||||
<ul>
|
||||
<li><a rel="friend" href="http://example.com/propfile/jane">jane</a></li>
|
||||
<li><a rel="acquaintance" href="http://example.com/propfile/jeo">jeo</a></li>
|
||||
<li><a rel="contact" href="http://example.com/propfile/lily">lily</a></li>
|
||||
<li><a rel="met" href="http://example.com/propfile/oliver">oliver</a></li>
|
||||
<li><a rel="co-worker" href="http://example.com/propfile/emily">emily</a></li>
|
||||
<li><a rel="colleague" href="http://example.com/propfile/jack">jack</a></li>
|
||||
<li><a rel="neighbor" href="http://example.com/propfile/isabella">isabella</a></li>
|
||||
<li><a rel="child" href="http://example.com/propfile/harry">harry</a></li>
|
||||
<li><a rel="parent" href="http://example.com/propfile/sophia">sophia</a></li>
|
||||
<li><a rel="sibling" href="http://example.com/propfile/charlie">charlie</a></li>
|
||||
<li><a rel="spouse" href="http://example.com/propfile/olivia">olivia</a></li>
|
||||
<li><a rel="kin" href="http://example.com/propfile/james">james</a></li>
|
||||
<li><a rel="muse" href="http://example.com/propfile/ava">ava</a></li>
|
||||
<li><a rel="crush" href="http://example.com/propfile/joshua">joshua</a></li>
|
||||
<li><a rel="date" href="http://example.com/propfile/chloe">chloe</a></li>
|
||||
<li><a rel="sweetheart" href="http://example.com/propfile/alfie">alfie</a></li>
|
||||
<li><a rel="me" href="http://example.com/propfile/isla">isla</a></li>
|
||||
</ul>
|
26
spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
Normal file
26
spec/support/cases/microformat2-node.jit.su/rel/rel-3.js
Normal file
|
@ -0,0 +1,26 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"friend": ["http://example.com/propfile/jane"],
|
||||
"acquaintance": ["http://example.com/propfile/jeo"],
|
||||
"contact": ["http://example.com/propfile/lily"],
|
||||
"met": ["http://example.com/propfile/oliver"],
|
||||
"co-worker": ["http://example.com/propfile/emily"],
|
||||
"colleague": ["http://example.com/propfile/jack"],
|
||||
"neighbor": ["http://example.com/propfile/isabella"],
|
||||
"child": ["http://example.com/propfile/harry"],
|
||||
"parent": ["http://example.com/propfile/sophia"],
|
||||
"sibling": ["http://example.com/propfile/charlie"],
|
||||
"spouse": ["http://example.com/propfile/olivia"],
|
||||
"kin": ["http://example.com/propfile/james"],
|
||||
"muse": ["http://example.com/propfile/ava"],
|
||||
"crush": ["http://example.com/propfile/joshua"],
|
||||
"date": ["http://example.com/propfile/chloe"],
|
||||
"sweetheart": ["http://example.com/propfile/alfie"],
|
||||
"me": ["http://example.com/propfile/isla"]
|
||||
}
|
||||
}]
|
||||
}
|
15
spec/support/cases/microformat2-node.jit.su/rel/rel-4.html
Normal file
15
spec/support/cases/microformat2-node.jit.su/rel/rel-4.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!-- http://microformat2-node.jit.su/rel.html -->
|
||||
|
||||
<div class="h-card">
|
||||
<p><a class="p-name u-url" rel="me" href="http://glennjones.net/">Glenn Jones</a></p>
|
||||
<ul>
|
||||
<li><a rel="me" href="http://twitter.com/glennjones">twitter</a></li>
|
||||
<li><a rel="me" href="http://delicious.com/glennjonesnet/">delicious</a></li>
|
||||
<li><a rel="me" href="https://plus.google.com/u/0/105161464208920272734/about">google+</a></li>
|
||||
<li><a rel="me" href="http://lanyrd.com/people/glennjones/">lanyrd</a></li>
|
||||
<li><a rel="me" href="http://github.com/glennjones">github</a></li>
|
||||
<li><a rel="me" href="http://www.flickr.com/photos/glennjonesnet/">flickr</a></li>
|
||||
<li><a rel="me" href="http://www.linkedin.com/in/glennjones">linkedin</a></li>
|
||||
<li><a rel="me" href="http://www.slideshare.net/glennjones/presentations">slideshare</a></li>
|
||||
</ul>
|
||||
</div>
|
42
spec/support/cases/microformat2-node.jit.su/rel/rel-4.js
Normal file
42
spec/support/cases/microformat2-node.jit.su/rel/rel-4.js
Normal file
|
@ -0,0 +1,42 @@
|
|||
// http://microformat2-node.jit.su/rel.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Glenn Jones"],
|
||||
"url": ["http://glennjones.net/"]
|
||||
},
|
||||
"children": [{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"me": [
|
||||
"http://glennjones.net/",
|
||||
"http://twitter.com/glennjones",
|
||||
"http://delicious.com/glennjonesnet/",
|
||||
"https://plus.google.com/u/0/105161464208920272734/about",
|
||||
"http://lanyrd.com/people/glennjones/",
|
||||
"http://github.com/glennjones",
|
||||
"http://www.flickr.com/photos/glennjonesnet/",
|
||||
"http://www.linkedin.com/in/glennjones",
|
||||
"http://www.slideshare.net/glennjones/presentations"
|
||||
]
|
||||
}
|
||||
}]
|
||||
},{
|
||||
"type": ["rel"],
|
||||
"properties": {
|
||||
"me": [
|
||||
"http://glennjones.net/",
|
||||
"http://twitter.com/glennjones",
|
||||
"http://delicious.com/glennjonesnet/",
|
||||
"https://plus.google.com/u/0/105161464208920272734/about",
|
||||
"http://lanyrd.com/people/glennjones/",
|
||||
"http://github.com/glennjones",
|
||||
"http://www.flickr.com/photos/glennjonesnet/",
|
||||
"http://www.linkedin.com/in/glennjones",
|
||||
"http://www.slideshare.net/glennjones/presentations"
|
||||
]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue