- From: <bugzilla@jessica.w3.org>
- Date: Thu, 28 Feb 2013 11:39:30 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21153
--- Comment #1 from Tim Mills <tim@cbcl.co.uk> ---
In 0108, the tests
a="{$v[1] instance of attribute(xs:untypedAtomic)}"
b="{$v[2] instance of element(xs:untypedAtomic)}"/>
are incorrect, and should be
a="{$v[1] instance of attribute(*, xs:untypedAtomic)}"
b="{$v[2] instance of element(*, xs:untypedAtomic)}"/>
Similarly for 0107.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 28 February 2013 11:39:32 UTC