html5/spec-author-view/tools preprocess.xsl,1.13,1.14

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

Modified Files:
	preprocess.xsl 
Log Message:
Make sure that if you cancel a navigation via onbeforeunload, it doesn't abort the parser and so forth anyway. (whatwg r6045)

[updated by splitter]


Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- preprocess.xsl	23 Apr 2011 16:04:20 -0000	1.13
+++ preprocess.xsl	2 May 2011 15:27:14 -0000	1.14
@@ -78,16 +78,17 @@
   <xsl:template match="h2[@id='abstract']">
     <xsl:copy-of select="."/>
     <xsl:text>&#10;</xsl:text>
-    <p class="strong-note">This is a strict subset of the
+    <p class="strong-note">This non-normative document 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
       targeted toward Web authors and others who are not UA
-      implementors and who want a view of the HTML specification
-      that focuses more precisely on details relevant to 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 full specification.</p>
+      implementors and who want an informational view of the HTML
+      specification that focuses more precisely on details relevant to
+      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 full specification.</p>
   </xsl:template>
   <xsl:template match="p[@id='wip']"/>
   <xsl:template match="*[@id='references']" name="insert-index-of-terms">

Received on Monday, 2 May 2011 15:27:18 UTC