- From: <bugzilla@farnsworth.w3.org>
- Date: Fri, 16 May 2008 09:38:36 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5690
------- Comment #2 from frans.englich@telia.com 2008-05-16 09:38 -------
We added a new static-name attribute on element query some time ago, it looks
like this:
<query name="Constr-comppi-compname-8"
static-name="Constr-comppi-compname-8-static-cbcl" date="2005-05-20"/>
So, when adapting to static typing, a new query is added instead of that the
original query suffer. So with this approach I think it's not destructive to
extend the coverage to include static typing implementations. Appears to
already be used in a 160 cases.
Regarding, example.com: well, this case happened to be easy to fix:
commit 74d67939ad38af1c81c2ad441bfd03dfe74ac32e
Author: Frans Englich <fenglich@fastmail.fm>
Date: Fri May 16 10:40:11 2008 +0200
Use example.com instead.
diff --git a/generateFiles.xsl b/generateFiles.xsl
index 5868893..cdd0be6 100644
--- a/generateFiles.xsl
+++ b/generateFiles.xsl
@@ -41,7 +41,7 @@
(: Date: <xsl:sequence select="current-date()"/>
:)
(:**************************************************************:)
-declare namespace functx = "http://www.functx.com";</xsl:value-of>
+declare namespace functx = "http://www.example.com/";</xsl:value-of>^M
<xsl:apply-templates
select="local:allDependenciesFor($from)//dat:nsDecl"/>
<!-- We add a dot, so we eliminate duplicates. -->
Received on Friday, 16 May 2008 09:52:13 UTC