html5/markup/tools generate-spec-source.xsl,1.198,1.199

Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv13017/tools

Modified Files:
	generate-spec-source.xsl 
Log Message:
updated the Status section


Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- generate-spec-source.xsl	2 Aug 2009 08:15:43 -0000	1.198
+++ generate-spec-source.xsl	2 Aug 2009 11:48:36 -0000	1.199
@@ -1040,26 +1040,6 @@
           <xsl:with-param name="full-name" select="$name"/>
         </xsl:call-template>
         <xsl:text>&#10;      </xsl:text>
-        <xsl:call-template name="make.details.section">
-          <xsl:with-param name="name" select="$name"/>
-        </xsl:call-template>
-        <!-- * ***************************************************************** -->
-        <!-- * * MAKE EXAMPLES SECTION -->
-        <!-- * ***************************************************************** -->
-        <!-- * <xsl:if -->
-          <!-- * test="document('../elements.html')//h:*[@id=$name]//h:div[@class='examples']"> -->
-          <!-- * <xsl:text>&#10;</xsl:text> -->
-          <!-- * <div class="no-number no-toc" id="{$name}-examples"> -->
-            <!-- * <xsl:text>&#10;</xsl:text> -->
-            <!-- * <h2 class="element-subhead">Examples</h2> -->
-            <!-- * <xsl:text>&#10;</xsl:text> -->
-            <!-- * <p class="non-norm">This section is non-normative.</p> -->
-            <!-- * <xsl:text>&#10;</xsl:text> -->
-            <!-- * <xsl:copy-of select="document('../elements.html')//h:*[@id=$name]//h:div[@class='examples']/node()"/> -->
-            <!-- * <xsl:text>&#10;</xsl:text> -->
-          <!-- * </div> -->
-          <!-- * <xsl:text>&#10;</xsl:text> -->
-        <!-- * </xsl:if> -->
         <!-- * ***************************************************************** -->
         <!-- * * MAKE "TYPICAL DEFAULT DISPLAY PROPERTIES" SECTION -->
         <!-- * ***************************************************************** -->
@@ -1169,6 +1149,26 @@
             </div>
           </xsl:when>
         </xsl:choose>
+        <xsl:call-template name="make.details.section">
+          <xsl:with-param name="name" select="$name"/>
+        </xsl:call-template>
+        <!-- * ***************************************************************** -->
+        <!-- * * MAKE EXAMPLES SECTION -->
+        <!-- * ***************************************************************** -->
+        <!-- * <xsl:if -->
+          <!-- * test="document('../elements.html')//h:*[@id=$name]//h:div[@class='examples']"> -->
+          <!-- * <xsl:text>&#10;</xsl:text> -->
+          <!-- * <div class="no-number no-toc" id="{$name}-examples"> -->
+            <!-- * <xsl:text>&#10;</xsl:text> -->
+            <!-- * <h2 class="element-subhead">Examples</h2> -->
+            <!-- * <xsl:text>&#10;</xsl:text> -->
+            <!-- * <p class="non-norm">This section is non-normative.</p> -->
+            <!-- * <xsl:text>&#10;</xsl:text> -->
+            <!-- * <xsl:copy-of select="document('../elements.html')//h:*[@id=$name]//h:div[@class='examples']/node()"/> -->
+            <!-- * <xsl:text>&#10;</xsl:text> -->
+          <!-- * </div> -->
+          <!-- * <xsl:text>&#10;</xsl:text> -->
+        <!-- * </xsl:if> -->
       </section>
     </xsl:if>
   </xsl:template>
@@ -1425,7 +1425,9 @@
       <div class="no-number no-toc" id="{$name}-details">
         <xsl:text>&#10;        </xsl:text>
         <h2 class="element-subhead">Details</h2>
-        <xsl:copy-of select="document(concat('../elements/',$name,'.html'))//h:div[@id='details']/node()"/>
+        <div class="details">
+          <xsl:copy-of select="document(concat('../elements/',$name,'.html'))//h:div[@id='details']/node()"/>
+        </div>
       </div>
     </xsl:if>
   </xsl:template>

Received on Sunday, 2 August 2009 11:48:46 UTC