html5/spec-author-view/tools preprocess.xsl,1.2,1.3

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

Modified Files:
	preprocess.xsl 
Log Message:
span on subtitle

Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- preprocess.xsl	17 Aug 2010 20:01:26 -0000	1.2
+++ preprocess.xsl	13 Oct 2010 22:55:21 -0000	1.3
@@ -29,15 +29,21 @@
   </xsl:template>
   <xsl:template match="h1">
     <h1>
-      <xsl:text>HTML5 (Edition for Web Authors)</xsl:text>
+      <xsl:text>HTML5</xsl:text>
+      <xsl:text> </xsl:text>
+      <span class="edition">Edition for Web Authors</span>
+      <xsl:text> </xsl:text>
       <span class="rcsrevision">
-        <xsl:text> </xsl:text>
         <xsl:value-of select="concat('revision ',$RCSREVISION)"/>
       </span>
     </h1>
   </xsl:template>
   <xsl:template match="title">
     <title>HTML5 (Edition for Web Authors)</title>
+    <xsl:text>&#10;</xsl:text>
+    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
+    <xsl:text>&#10;</xsl:text>
+    <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
   </xsl:template>
   <xsl:template match="a[normalize-space(.)='http://www.w3.org/TR/html5/']">
     <a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a>

Received on Wednesday, 13 October 2010 22:55:26 UTC