reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
67465879fa
commit
72ce8e3cd6
158 changed files with 46 additions and 42 deletions
|
@ -0,0 +1,3 @@
|
|||
<!-- http://microformat2-node.jit.su/h-org.html -->
|
||||
|
||||
<span class="h-org">Mozilla Foundation</span>
|
10
spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.js
Normal file
10
spec/support/cases/microformat2-node.jit.su/h-org/h-org-0.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
// http://microformat2-node.jit.su/h-org.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-org"],
|
||||
"properties": {
|
||||
"name": ["Mozilla Foundation"]
|
||||
}
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
<!-- http://microformat2-node.jit.su/h-org.html -->
|
||||
|
||||
<a class="h-org" href="http://mozilla.org/">Mozilla Foundation</a>
|
11
spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.js
Normal file
11
spec/support/cases/microformat2-node.jit.su/h-org/h-org-1.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
// http://microformat2-node.jit.su/h-org.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-org"],
|
||||
"properties": {
|
||||
"name": ["Mozilla Foundation"],
|
||||
"url": ["http://mozilla.org/"]
|
||||
}
|
||||
}]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
<!-- http://microformat2-node.jit.su/h-org.html -->
|
||||
|
||||
<p class="h-org">
|
||||
<span class="p-organization-name">W3C</span> -
|
||||
<span class="p-organization-unit">CSS Working Group</span>
|
||||
</p>
|
12
spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.js
Normal file
12
spec/support/cases/microformat2-node.jit.su/h-org/h-org-2.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
// 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"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue