updated examples for TestCase and TestRequirement

Hi,

To better highlight the usage of the TestCase and TestRequirement 
classes, here are two examples taken from CSS 1 (and its test suite). 
Please let me know your thoughts about including these or not:


Example 8: Description of a CSS 1 test case and its relationship to the 
test suite.

<earl:TestCase 
rdf:about="http://www.w3.org/Style/CSS/Test/CSS1/20070302/sec21.htm">
   <dc:title xml:lang="en">CSS 1 Test Suite: 2.1 anchor</dc:title>
   <dc:description xml:lang="en">Test for CSS 1 Section 2.1 Anchor 
pseudo-classes</dc:description>
   <dct:isPartOf 
rdf:resource="http://www.w3.org/Style/CSS/Test/CSS1/20070302/"/>
</earl:TestCase>


Example 9: Description of a CSS 1 requirement and its relationship to 
the specification.

<earl:TestRequirement 
rdf:about="http://www.w3.org/TR/REC-CSS1#anchor-pseudo-classes">
   <dc:title xml:lang="en">CSS 1 Section 2.1 Anchor 
pseudo-classes</dc:title>
   <dc:description xml:lang="en">Conformance to CSS 1 Section 2.1 Anchor 
pseudo-classes </dc:description>
   <dct:isPartOf rdf:resource="http://www.w3.org/TR/REC-CSS1"/>
</earl:TestCase>


Regards,
   Shadi


-- 
Shadi Abou-Zahra     Web Accessibility Specialist for Europe |
Chair & Staff Contact for the Evaluation and Repair Tools WG |
World Wide Web Consortium (W3C)           http://www.w3.org/ |
Web Accessibility Initiative (WAI),   http://www.w3.org/WAI/ |
WAI-TIES Project,                http://www.w3.org/WAI/TIES/ |
Evaluation and Repair Tools WG,    http://www.w3.org/WAI/ER/ |
2004, Route des Lucioles - 06560,  Sophia-Antipolis - France |
Voice: +33(0)4 92 38 50 64          Fax: +33(0)4 92 38 78 22 |

Received on Sunday, 18 March 2007 15:35:03 UTC