- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 08 May 2011 03:17:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view/tools
In directory hutz:/tmp/cvs-serv13440/tools
Modified Files:
preprocess.xsl
Log Message:
updated
Index: preprocess.xsl
===================================================================
RCS file: /sources/public/html5/spec-author-view/tools/preprocess.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- preprocess.xsl 8 May 2011 02:55:32 -0000 1.19
+++ preprocess.xsl 8 May 2011 03:17:42 -0000 1.20
@@ -152,10 +152,10 @@
<a href="#the-header-element">header</a>,
<a href="#the-footer-element">footer</a>,
and
- <a href="#the-address-element">address</a>,
+ <a href="#the-address-element">address</a>
elements.</p>
</xsl:template>
- <xsl:template match="*[@id = 'section']">
+ <xsl:template match="*[@id = 'grouping-content']">
<xsl:copy-of select="."/>
<p>The
<a href="#the-p-element">p</a>,
@@ -171,10 +171,10 @@
<a href="#the-figure-element">figure</a>,
<a href="#the-figcaption-element">figcaption</a>,
and
- <a href="#the-div-element">div</a>,
+ <a href="#the-div-element">div</a>
elements.</p>
</xsl:template>
- <xsl:template match="*[@id = 'section']">
+ <xsl:template match="*[@id = 'text-level-semantics']">
<xsl:copy-of select="."/>
<p>The
<a href="#the-a-element">a</a>,
@@ -204,7 +204,40 @@
<a href="#the-span-element">span</a>,
<a href="#the-br-element">br</a>,
and
- <a href="#the-wbr-element">wbr</a>,
+ <a href="#the-wbr-element">wbr</a>
elements.</p>
+ </xsl:template>
+ <xsl:template match="*[@id = 'embedded-content-1']">
+ <xsl:copy-of select="."/>
+ <p>The
+ <a href="#the-img-element">img</a>,
+ <a href="#the-iframe-element">iframe</a>,
+ <a href="#the-embed-element">embed</a>,
+ <a href="#the-object-element">object</a>,
+ <a href="#the-param-element">param</a>,
+ <a href="#the-video-element">video</a>,
+ <a href="#the-audio-element">audio</a>,
+ <a href="#the-source-element">source</a>,
+ <a href="#the-track-element">track</a>,
+ <a href="#the-canvas-element">canvas</a>,
+ <a href="#the-map-element">map</a>,
+ and
+ <a href="#the-area-element">area</a>
+ elements.</p>
+ </xsl:template>
+ <xsl:template match="*[@id = 'tabular-data']">
+ <xsl:copy-of select="."/>
+ <p>The <a href="#the-table-element">table</a> element.</p>
+ </xsl:template>
+ <xsl:template match="*[@id = 'interactive-elements']">
+ <xsl:copy-of select="."/>
+ <p>The
+ <a href="#the-details-element">details</a>,
+ <a href="#the-summary-element">summary</a>,
+ <a href="#the-command-element">command</a>,
+ and
+ <a href="#the-menu-element">menu</a>
+ elements.</p>
+ </xsl:template>
<xsl:template match="link[@href[starts-with(.,'data:text/css')]]"/>
</xsl:stylesheet>
Received on Sunday, 8 May 2011 03:17:45 UTC