html5/spec-author-view/tools preprocess.xsl,1.38,1.39

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv22433/tools

Modified Files:
	preprocess.xsl 
Log Message:
revert to 1.4946

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- preprocess.xsl	22 May 2011 09:29:00 -0000	1.38
+++ preprocess.xsl	2 Jun 2011 15:10:58 -0000	1.39
@@ -269,7 +269,7 @@
   <xsl:template match="h2[@id='abstract']">
     <xsl:copy-of select="."/>
     <xsl:text>&#10;</xsl:text>
-    <p class="strong-note">This non-normative document is a strict subset of
+    <p class="strong-note">This document is a strict subset of
       the
       <a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
       that omits user-agent (UA) implementation details. It is
@@ -279,7 +279,7 @@
       using the HTML language to create Web documents and Web applications.
       Because this document does not provide implementation conformance
       criteria, UA implementors should not rely on it, but should instead
-      refer to the normative
+      refer to the
       <a href="http://dev.w3.org/html5/spec/">full HTML5 specification</a>.</p>
   </xsl:template>
   <xsl:template match="p[@id='wip']"/>

Received on Thursday, 2 June 2011 15:11:05 UTC