This page was design to test the parsing of h-org. These tests are part of the micorformats 2 test suite.
{
"items": [{
"type": ["h-org"],
"properties": {
"name": ["Mozilla Foundation"]
}
}]
}
{
"items": [{
"type": ["h-org"],
"properties": {
"name": ["Mozilla Foundation"],
"url": ["http://mozilla.org/"]
}
}]
}
Note: URL is not part of the schema for h-org, but is added here as an implied rule.
W3C - CSS Working Group
{
"items": [{
"type": ["h-org"],
"properties": {
"organization-name": ["W3C"],
"organization-unit": ["CSS Working Group"],
"name": ["W3C - CSS Working Group"]
}
}]
}