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,4 @@
<!-- http://microformat2-node.jit.su/h-entry.html -->
<p class="h-entry">microformats.org at 7</p>

View file

@ -0,0 +1,10 @@
// http://microformat2-node.jit.su/h-entry.html
{
"items": [{
"type": ["h-entry"],
"properties": {
"name": ["microformats.org at 7"]
}
}]
}

View file

@ -0,0 +1,3 @@
<!-- http://microformat2-node.jit.su/h-entry.html -->
<a class="h-entry" href="http://microformats.org/2012/06/25/microformats-org-at-7">microformats.org at 7</a>

View file

@ -0,0 +1,11 @@
// http://microformat2-node.jit.su/h-entry.html
{
"items": [{
"type": ["h-entry"],
"properties": {
"name": ["microformats.org at 7"],
"url": ["http://microformats.org/2012/06/25/microformats-org-at-7"]
}
}]
}

View file

@ -0,0 +1,21 @@
<!-- http://microformat2-node.jit.su/h-entry.html -->
<div class="h-entry">
<h1><a class="p-name u-url" href="http://microformats.org/2012/06/25/microformats-org-at-7">microformats.org at 7</a></h1>
<div class="e-content">
<p class="p-summary">Last week the microformats.org community
celebrated its 7th birthday at a gathering hosted by Mozilla in
San Francisco and recognized accomplishments, challenges, and
opportunities.</p>
<p>The microformats tagline “humans first, machines second”
forms the basis of many of our
<a href="http://microformats.org/wiki/principles">principles</a>, and
in that regard, wed like to recognize a few people and
thank them for their years of volunteer service </p>
</div>
<p>Updated
<time class="dt-updated" datetime="2012-06-25T17:08:26">June 25th, 2012</time> by
<a class="p-author h-card" href="http://tantek.com/">Tantek</a>
</p>
</div>

View file

@ -0,0 +1,28 @@
// http://microformat2-node.jit.su/h-entry.html
{
"items": [{
"type": ["h-entry"],
"properties": {
"url": ["http://microformats.org/2012/06/25/microformats-org-at-7"],
"name": ["microformats.org at 7"],
"content": ["\n <p class=\"p-summary\">Last week the microformats.org community \n celebrated its 7th birthday at a gathering hosted by Mozilla in \n San Francisco and recognized accomplishments, challenges, and \n opportunities.</p>\n\n <p>The microformats tagline “humans first, machines second” \n forms the basis of many of our \n <a href=\"http://microformats.org/wiki/principles\">principles</a>, and \n in that regard, wed like to recognize a few people and \n thank them for their years of volunteer service </p>\n "],
"summary": ["Last week the microformats.org community celebrated its 7th birthday at a gathering hosted by Mozilla in San Francisco and recognized accomplishments, challenges, and opportunities."],
"updated": ["2012-06-25T17:08:26"],
"author": [{
"value": "Tantek",
"type": ["h-card"],
"properties": {
"name": ["Tantek"],
"url": ["http://tantek.com/"]
}
}]
}
},{
"type": ["h-card"],
"properties": {
"name": ["Tantek"],
"url": ["http://tantek.com/"]
}
}]
}

View file

@ -0,0 +1,22 @@
<!-- http://microformat2-node.jit.su/h-entry.html -->
<div class="h-entry">
<p class="p-name">microformats.org at 7</p>
<!-- value and value-title patterns -->
<p class="u-url">
<span class="value-title" title="http://microformats.org/"> </span>
Article permalink
</p>
<p class="u-url">
<span class="value">http://microformats.org/</span> -
<span class="value">2012/06/25/microformats-org-at-7</span>
</p>
<p><a class="u-url" href="http://microformats.org/2012/06/25/microformats-org-at-7">Article permalink</a></p>
<img src="images/logo.gif" alt="company logos" usemap="#logomap"><map name="logomap"><area class="u-url" shape="rect" coords="0,0,82,126" href="http://microformats.org/" alt="microformats.org"></map><img class="u-photo" src="images/logo.gif" alt="company logos"><object class="u-url" data="http://microformats.org/wiki/microformats2-parsing"></object>
<abbr class="u-url" title="http://microformats.org/wiki/value-class-pattern">value-class-pattern</abbr>
<data class="u-url" value="http://microformats.org/wiki/"></data><p class="u-url">http://microformats.org/discuss</p>
</div>

View file

@ -0,0 +1,21 @@
// http://microformat2-node.jit.su/h-entry.html
{
"items": [{
"type": ["h-entry"],
"properties": {
"name": ["microformats.org at 7"],
"url": [
"http://microformats.org/",
"http://microformats.org/2012/06/25/microformats-org-at-7",
"http://microformats.org/2012/06/25/microformats-org-at-7",
"http://microformats.org/",
"http://microformats.org/wiki/microformats2-parsing",
"http://microformats.org/wiki/value-class-pattern",
"http://microformats.org/wiki/",
"http://microformats.org/discuss"
],
"photo": ["http://example.com/images/logo.gif"]
}
}]
}