CVS html5/decision-policy

Update of /sources/public/html5/decision-policy
In directory roscoe:/tmp/cvs-serv26852/html5/decision-policy

Modified Files:
	public-permissive-exit-criteria.html 
Log Message:
adds id attributes to headings for fragment linking

--- /sources/public/html5/decision-policy/public-permissive-exit-criteria.html	2012/09/25 21:43:02	1.2
+++ /sources/public/html5/decision-policy/public-permissive-exit-criteria.html	2014/02/28 14:55:37	1.3
@@ -15,20 +15,20 @@
     product. For the purposes of this criterion, we define the following
     terms:</p>
 
-    <h2>Independent</h2>
+    <h2 id="independent">Independent</h2>
 
     <p>Each implementation must be developed by a different party and cannot
     share, reuse, or derive from code used by another qualifying
     implementation. Sections of code that have no bearing on the
     implementation of this specification are exempt from this requirement.</p>
 
-    <h2>Interoperable</h2>
+    <h2 id="interoperable">Interoperable</h2>
 
     <p>Qualitatively interoperable at at a judgment level, not necessarily for
     every spec assertion. A test suite may be used as guidance for the
     qualitative decision.</p>
 
-    <h2>Implementation</h2>
+    <h2 id="implemenation">Implementation</h2>
 
     <p>A user agent which: (1) implements the "Web browsers and other
     interactive user agents" conformance class of the specification. (2) is
@@ -42,7 +42,7 @@
     forward). (4) is suitable for a person to use as his/her primary means of
     accessing the Web.</p>
 
-    <h2>Judgment level</h2>
+    <h2 id="judgement-level">Judgment level</h2>
 
     <p>For features that are well known to be widely implemented and deployed,
     and where implementations are believed to match the specification, the

Received on Friday, 28 February 2014 14:55:38 UTC