Cleaned it up some...
--- a/longdesc/exitCrit.html Wed Feb 26 01:25:43 2014 +0100
+++ b/longdesc/exitCrit.html Fri Feb 28 17:19:09 2014 +0100
@@ -1,6 +1,6 @@
<html>
<head>
- <meta charset="UTF-8">
+ <meta content="text/html; charset=UTF-8" http-equiv="content-type">
<style>em.rfc2119 {
text-transform: lowercase;
font-variant: small-caps;
@@ -12,26 +12,26 @@
<body>
<h1>HTML Image Description Extension (longdesc)</h1>
<h2>Exit Criteria for Candidate Recommendation</h2>
- <p>There is a <a href="@@">test suite</a>. The TF agrees that the test
- suite covers the range of required tests. The TF agrees that the tests
- marked "dependent" are sufficient to show whether an implementation that
- passes the "required" test also passes the relevant dependent tests. The
- TF agrees that there are sufficient tests for requirements in the
- specification labelled should.</p>
+ <p>Preconditions:</p>
+ <ul>
+ <li>There is a <a href="@@">test suite</a>. </li>
+ <li>The TF agrees that the test suite covers the requirements in the spec
+ sufficiently. </li>
+ <li>The TF agrees that the tests marked "dependent" are sufficient to show
+ whether an implementation that passes the "required" test also passes
+ the relevant dependent tests. </li>
+ </ul>
<ol>
- <li>For each test in the test suite that is "required", there exist at
- least two independent "release" implemetations of a browser that pass.</li>
- <li>For each test in the test suite that is "required", there exist at
- least two independent "release" implemetations of an authoring tool that
- pass.</li>
- <li>For each test in the test suite that is "required", there exists at
- least one validator that can successfully test whether content passes.</li>
- <li>For each test in the test suite that depends on another test, at least
- one implementation that passes the test depended on passes the dependent
- test.</li>
- <li>For each requirement on authors in the specification there exist at
- least 50 pages on the Web that implement this, and which are not
- developed as examples.</li>
+ <li>At least two independent "release" implementations of a user agent
+ pass each "required" test.</li>
+ <li>At least two independent "release" implementations of an authoring
+ tool pass each "required" test.</li>
+ <li>At least one validator can successfully test whether content passes
+ each "required" test.</li>
+ <li>At least one user agent that passes a test passes the relevant
+ dependent tests.</li>
+ <li>At least 50 pages on the Web which are not developed as examples
+ implement each content requirement.</li>
</ol>
</body>
</html>