microformats2/spec/support/cases/microformat2-node.jit.su/h-card/h-card-3.js
2013-04-18 22:13:36 -07:00

15 lines
584 B
JavaScript

// 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"]
}
}]
}