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,20 @@
|
|||
// http://microformat2-node.jit.su/includes.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Chris Mills"],
|
||||
"url": ["http://dev.opera.com/"],
|
||||
"org": ["Opera"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Erik Möller"],
|
||||
"url": ["http://dev.opera.com/"],
|
||||
"org": ["Opera"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue