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

12 lines
282 B
JavaScript

// http://microformat2-node.jit.su/h-org.html
{
"items": [{
"type": ["h-org"],
"properties": {
"organization-name": ["W3C"],
"organization-unit": ["CSS Working Group"],
"name": ["W3C - CSS Working Group"]
}
}]
}