reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
|
@ -1,39 +0,0 @@
|
|||
// 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"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue