This page was design to test that child hCards are opaque to a parent hCard. In this case the child hCard is the agent property of the parent hCard. This test was orginaly created by Toby Inkster.
From: hCard test suite 1.0
Tests:
| Test | Result | Comment |
|---|---|---|
| vcard[0].fn | HasProperty(true) | The parent hCard has a fn property |
| vcard[0].email[1] | HasProperty(false) | The parent hCard should only have one email address |
| vcard[0].adr | HasProperty(false) | The parent hCard should not inhert the embeded agents address |
| vcard[0].label[0] | IsEqualTo("c/o Chloë O'Brian Counter-Terrorist Unit, Los Angeles Division 10201 W. Pico Blvd. Los Angeles, CA 90064 United States") | The label property should be a text version of the embeded agents address |
History: