reorganizes spec cases and fixes a couple few

This commit is contained in:
Jessica Lynn Suttles 2013-02-11 17:17:31 -08:00
parent ed58788884
commit c74ecef194
158 changed files with 46 additions and 42 deletions

View file

@ -0,0 +1,3 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<p class="h-resume">Tim Berners-Lee, invented the World Wide Web.</p>

View file

@ -0,0 +1,10 @@
// http://microformat2-node.jit.su/h-resume.html
{
"items": [{
"type": ["h-resume"],
"properties": {
"name": ["Tim Berners-Lee, invented the World Wide Web."]
}
}]
}

View file

@ -0,0 +1,20 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p class="p-name">Tim Berners-Lee</p>
<p class="p-summary">Invented the World Wide Web.</p>
<hr>
<div class="p-contact h-card">
<p class="p-name">MIT</p>
<p>
<span class="p-street-address">32 Vassar Street</span>,
<span class="p-extended-address">Room 32-G524</span>,
<span class="p-locality">Cambridge</span>,
<span class="p-region">MA</span>
<span class="p-postal-code">02139</span>,
<span class="p-country-name">USA</span>.
</p>
<p>Tel:<span class="p-tel">+1 (617) 253 5702</span></p>
<p>Email:<a class="u-email" href="mailto:timbl@w3.org">timbl@w3.org</a></p>
</div>
</div>

View file

@ -0,0 +1,39 @@
// 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"]
}
}]
}

View file

@ -0,0 +1,17 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p class="p-name">Tim Berners-Lee</p>
<div class="p-contact h-card">
<p class="p-title">Director of the World Wide Web Foundation</p>
</div>
<p class="p-summary">Invented the World Wide Web.</p>
<hr>
<div class="p-experience h-event h-card">
<p class="p-title">Director</p>
<p><a class="p-name p-org u-url" href="http://www.webfoundation.org/">World Wide Web Foundation</a></p>
<p>
<time class="dt-start" datetime="2009-01-18">Jan 2009</time> Present
<time class="dt-duration" datetime="P2Y11M">(2 years 11 month)</time></p>
</div>
</div>

View file

@ -0,0 +1,54 @@
// 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": "Director of the World Wide Web Foundation",
"type": ["h-card"],
"properties": {
"name": ["Director of the World Wide Web Foundation"],
"title": ["Director of the World Wide Web Foundation"]
}
}],
"experience": [{
"value": "Director World Wide Web Foundation Jan 2009 - Present (2 years 11 month)",
"type": ["h-event", "h-card"],
"properties": {
"name": ["World Wide Web Foundation"],
"org": ["World Wide Web Foundation"],
"url": ["http://www.webfoundation.org/"],
"start": ["2009-01-18"],
"duration": ["P2Y11M"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Director of the World Wide Web Foundation"],
"title": ["Director of the World Wide Web Foundation"]
}
},{
"type": ["h-event"],
"properties": {
"name": ["World Wide Web Foundation"],
"org": ["World Wide Web Foundation"],
"url": ["http://www.webfoundation.org/"],
"start": ["2009-01-18"],
"duration": ["P2Y11M"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["World Wide Web Foundation"],
"org": ["World Wide Web Foundation"],
"url": ["http://www.webfoundation.org/"],
"start": ["2009-01-18"],
"duration": ["P2Y11M"]
}
}]
}

View file

@ -0,0 +1,15 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p class="p-name">Tim Berners-Lee</p>
<div class="p-contact h-card">
<p class="p-title">Director of the World Wide Web Foundation</p>
</div>
<p class="p-summary">Invented the World Wide Web.</p>
<hr>
<p class="p-education h-event h-card">
<span class="p-name p-org">The Queen's College, Oxford University</span>,
<span class="p-description">BA Hons (I) Physics</span>
<time class="dt-start" datetime="1973-09">1973</time>
<time class="dt-end" datetime="1976-06">1976</time></p>
</div>

View file

@ -0,0 +1,54 @@
// 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": "Director of the World Wide Web Foundation",
"type": ["h-card"],
"properties": {
"name": ["Director of the World Wide Web Foundation"],
"title": ["Director of the World Wide Web Foundation"]
}
}],
"education": [{
"value": "The Queen's College, Oxford University, BA Hons (I) Physics 1973 - 1976",
"type": ["h-event", "h-card"],
"properties": {
"name": ["The Queen's College, Oxford University"],
"org": ["The Queen's College, Oxford University"],
"description": ["BA Hons (I) Physics"],
"start": ["1973-09"],
"end": ["1976-06"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Director of the World Wide Web Foundation"],
"title": ["Director of the World Wide Web Foundation"]
}
},{
"type": ["h-event"],
"properties": {
"name": ["The Queen's College, Oxford University"],
"org": ["The Queen's College, Oxford University"],
"description": ["BA Hons (I) Physics"],
"start": ["1973-09"],
"end": ["1976-06"]
}
},{
"type": ["h-card"],
"properties": {
"name": ["World Wide Web Foundation"],
"org": ["World Wide Web Foundation"],
"url": ["http://www.webfoundation.org/"],
"start": ["2009-01-18"],
"duration": ["P2Y11M"]
}
}]
}

View file

@ -0,0 +1,15 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p>
<span class="p-name">Tim Berners-Lee</span>,
<span class="p-summary">invented the World Wide Web</span>.
</p>
Skills:
<ul>
<li class="p-skill">information systems</li>
<li class="p-skill">advocacy</li>
<li class="p-skill">leadership</li>
<ul></ul>
</ul>
</div>

View file

@ -0,0 +1,12 @@
// http://microformat2-node.jit.su/h-resume.html
{
"items": [{
"type": ["h-resume"],
"properties": {
"name": ["Tim Berners-Lee"],
"summary": ["invented the World Wide Web"],
"skill": ["information systems", "advocacy", "leadership"]
}
}]
}

View file

@ -0,0 +1,13 @@
<!-- http://microformat2-node.jit.su/h-resume.html -->
<div class="h-resume">
<p>
<span class="p-name">Tim Berners-Lee</span>,
<span class="p-summary">invented the World Wide Web</span>.
</p>
Belongs to following groups:
<p>
<a class="p-affiliation h-card" href="http://www.w3.org/">
<img class="p-name u-photo" alt="W3C" src="http://www.w3.org/Icons/WWW/w3c_home_nb.png"></a>
</p>
</div>

View file

@ -0,0 +1,27 @@
// http://microformat2-node.jit.su/h-resume.html
{
"items": [{
"type": ["h-resume"],
"properties": {
"name": ["Tim Berners-Lee"],
"summary": ["invented the World Wide Web"],
"affiliation": [{
"value": "",
"type": ["h-card"],
"properties": {
"name": ["W3C"],
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
"url": ["http://www.w3.org/"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["W3C"],
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
"url": ["http://www.w3.org/"]
}
}]
}