reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
67465879fa
commit
72ce8e3cd6
158 changed files with 46 additions and 42 deletions
|
@ -1,26 +0,0 @@
|
|||
// http://microformat2-node.jit.su/h-card.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"url": ["http://blog.lizardwrangler.com/"],
|
||||
"name": ["Mitchell Baker"],
|
||||
"org": [{
|
||||
"value": "Mozilla Foundation",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Mozilla Foundation"],
|
||||
"url": ["http://mozilla.org/"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Mozilla Foundation"],
|
||||
"url": ["http://mozilla.org/"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue