microformats2/spec/support/cases/microformats-2-5.js
2013-04-18 22:13:35 -07:00

11 lines
No EOL
240 B
JavaScript

// http://microformats.org/wiki/microformats-2
{
"items": [{
"type": ["h-card"],
"properties": {
"name": ["Mitchell Baker"],
"url": ["http://blog.lizardwrangler.com/"],
"org": ["Mozilla Foundation"]
}
}]
}