- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 10:28:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv2441/tools
Modified Files:
generate-spec-source.xsl toc.xsl
Log Message:
various updates
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- generate-spec-source.xsl 12 Feb 2010 07:56:05 -0000 1.242
+++ generate-spec-source.xsl 16 Feb 2010 10:28:27 -0000 1.243
@@ -412,7 +412,7 @@
</xsl:if>
<xsl:if test="document('../src/attributes.html')//*[@id=$ref][contains(@class,'changed')]">
<span class="changed-feature"
- title="The meaning or purpose of this markup feature has changed in HTML5."
+ title="The meaning, structure, or purpose of this markup feature has changed in HTML5."
>CHANGED</span>
</xsl:if>
<xsl:if test="document('../src/attributes.html')//*[@id=$ref][contains(@class,'obsolete')]">
@@ -1156,7 +1156,7 @@
<xsl:if test='not($changed="")'>
<xsl:text> </xsl:text>
<span class="changed-feature"
- title="The meaning of this markup feature has changed in HTML5."
+ title="The meaning, structure, or purpose of this markup feature has changed in HTML5."
>CHANGED</span>
</xsl:if>
<xsl:if test='not($new="")'>
@@ -1565,7 +1565,7 @@
or $name='param'
or $name='source'">
<p>The
- <a href="#{$name}" ><xsl:value-of select="$name"/></a>
+ <a href="#{$name}" class="element"><xsl:value-of select="$name"/></a>
element is a <a href="#void-element" >void element</a>.
A<xsl:if test="
$name='area'
@@ -1575,10 +1575,11 @@
"><xsl:text>n</xsl:text>
</xsl:if>
<xsl:text> </xsl:text>
- <a href="#{$name}" ><xsl:value-of select="$name"/></a>
- element must have a <span title="syntax-start-tag"
- >start tag</span> but must not have an <span
- title="syntax-end-tag" >end tag</span>.</p>
+ <a href="#{$name}" class="element"><xsl:value-of select="$name"/></a>
+ element must have a
+ <span title="syntax-start-tag" >start tag</span>
+ but must not have an
+ <span title="syntax-end-tag" >end tag</span>.</p>
</xsl:when>
<xsl:when
test="document(concat('../elements/',$full-name,'.html'))//h:div[@id='tags']/node()">
@@ -1602,7 +1603,7 @@
"><xsl:text>n</xsl:text>
</xsl:if>
<xsl:text> </xsl:text>
- <a href="#{$name}" ><xsl:value-of select="$name"/></a>
+ <a href="#{$name}" class="element"><xsl:value-of select="$name"/></a>
element must have both a
<span title="syntax-start-tag">start tag</span>
and an
@@ -2545,7 +2546,7 @@
or document('../src/attributes.html')//*[@id=$ref][contains(@class,'changed')]
">
<span class="changed-feature"
- title="The meaning or purpose of this markup feature has changed in HTML5."
+ title="The meaning, structure, or purpose of this markup feature has changed in HTML5."
>CHANGED</span>
</xsl:if>
<xsl:if test="not($name='') and document(concat('../elements/',$name,'.html'))//*[@id=$ref][contains(@class,'obsolete')]">
Index: toc.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/toc.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- toc.xsl 7 Feb 2010 11:54:03 -0000 1.12
+++ toc.xsl 16 Feb 2010 10:28:27 -0000 1.13
@@ -103,7 +103,7 @@
<xsl:if test='(h:h2|h:h3|h:h4|h:h5|h:h6)/node()[contains(@class,"changed-feature")]'>
<xsl:text> </xsl:text>
<span class="changed-feature"
- title="The meaning or purpose of this markup feature has changed in HTML5."
+ title="The meaning, structure, or purpose of this markup feature has changed in HTML5."
>CHANGED</span>
</xsl:if>
<xsl:if test='(h:h2|h:h3|h:h4|h:h5|h:h6)/node()[contains(@class,"new-feature")]'>
Received on Tuesday, 16 February 2010 10:28:32 UTC