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,15 @@
|
|||
// http://microformat2-node.jit.su/h-card.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"photo": ["http://blog.mozilla.org/press/files/2012/04/mitchell-baker.jpg"],
|
||||
"url": ["http://blog.lizardwrangler.com/", "https://twitter.com/MitchellBaker"],
|
||||
"name": ["Mitchell Baker"],
|
||||
"org": ["Mozilla Foundation"],
|
||||
"note": ["Mitchell is responsible for setting the direction and scope of the Mozilla Foundation and its activities."],
|
||||
"category": ["Strategy", "Leadership"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue