microformats2/spec/support/cases/h-event-1.js
Jessica Lynn Suttles cea7a78f33 adds more spec cases
2013-02-07 14:29:31 -08:00

11 lines
235 B
JavaScript

// http://microformat2-node.jit.su/h-event.html
{
"items": [{
"type": ["h-event"],
"properties": {
"name": ["IndieWebCamp 2012"],
"url": ["http://indiewebcamp.com/2012"]
}
}]
}