microformats2/spec/support/cases/h-product-1.js
Jessica Lynn Suttles d946c7262c adds more spec cases
2013-04-18 22:13:35 -07:00

11 lines
232 B
JavaScript

// http://microformat2-node.jit.su/h-product.html
{
"items": [{
"type": ["h-product"],
"properties": {
"name": ["Raspberry Pi"],
"url": ["http://www.raspberrypi.org/"]
}
}]
}