- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Dec 2010 13:01:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/tools
In directory hutz:/tmp/cvs-serv13405/tools
Modified Files:
generate-spec-source.xsl
Log Message:
doc that abs. URL can have leading/trailing space
Index: generate-spec-source.xsl
===================================================================
RCS file: /sources/public/html5/markup/tools/generate-spec-source.xsl,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- generate-spec-source.xsl 17 Dec 2010 12:33:17 -0000 1.298
+++ generate-spec-source.xsl 17 Dec 2010 13:01:43 -0000 1.299
@@ -489,7 +489,7 @@
<h2 class="common-subhead"><dfn id="{@id}">positive floating-point number</dfn></h2>
</xsl:when>
<xsl:when test="$pattern='uri.absolute'">
- <h2 class="common-subhead"><dfn id="{@id}">absolute URL</dfn></h2>
+ <h2 class="common-subhead"><dfn id="{@id}">absolute URL potentially surrounded by spaces</dfn></h2>
</xsl:when>
<xsl:when test="$pattern='uri'">
<h2 class="common-subhead"><dfn id="{@id}">URL potentially surrounded by spaces</dfn></h2>
@@ -3350,7 +3350,7 @@
<a href="{@href}">positive floating-point number</a>
</xsl:when>
<xsl:when test=".='uri.absolute'">
- <a href="{@href}">absolute URL</a>
+ <a href="{@href}">absolute URL potentially surrounded by spaces</a>
</xsl:when>
<xsl:when test=".='uri'">
<a href="{@href}">URL potentially surrounded by spaces</a>
Received on Friday, 17 December 2010 13:01:53 UTC