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

Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv10733/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.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- preprocess.xsl	2 May 2011 15:27:14 -0000	1.14
+++ preprocess.xsl	2 May 2011 15:42:33 -0000	1.15
@@ -78,7 +78,7 @@
   <xsl:template match="h2[@id='abstract']">
     <xsl:copy-of select="."/>
     <xsl:text>&#10;</xsl:text>
-    <p class="strong-note">This non-normative document a strict subset of
+    <p class="strong-note">This non-normative 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
@@ -88,7 +88,8 @@
       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>
+      refer to the normative
+      <a href="http://dev.w3.org/html5/spec/">full HTML5 specification</a>.</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:42:37 UTC