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

39 lines
1.3 KiB
JavaScript

// http://microformat2-node.jit.su/h-resume.html
{
"items": [{
"type": ["h-resume"],
"properties": {
"name": ["Tim Berners-Lee"],
"summary": ["Invented the World Wide Web."],
"contact": [{
"value": "MIT 32 Vassar Street, Room 32-G524, Cambridge, MA 02139, USA. Tel:+1 (617) 253 5702 Email:timbl@w3.org",
"type": ["h-card"],
"properties": {
"name": ["MIT"],
"street-address": ["32 Vassar Street"],
"extended-address": ["Room 32-G524"],
"locality": ["Cambridge"],
"region": ["MA"],
"postal-code": ["02139"],
"country-name": ["USA"],
"tel": ["+1 (617) 253 5702"],
"email": ["mailto:timbl@w3.org"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["MIT"],
"street-address": ["32 Vassar Street"],
"extended-address": ["Room 32-G524"],
"locality": ["Cambridge"],
"region": ["MA"],
"postal-code": ["02139"],
"country-name": ["USA"],
"tel": ["+1 (617) 253 5702"],
"email": ["timbl@w3.org"]
}
}]
}