- From: Anne van Kesteren <annevk@opera.com>
- Date: Sat, 18 Nov 2006 20:28:32 +0100
- To: "Web APIs WG (public)" <public-webapi@w3.org>
On Sat, 18 Nov 2006 20:25:20 +0100, Anne van Kesteren <annevk@opera.com> wrote: > x is an object implementing NSResolver or equivalent Function in case of > ECMAScript. Everytime x is invoked it will return a different namespace. > Namespace "1", "2", etc. > > What would be the result for each of the following cases: > > * document.matchSingle("x|foo y|foo") > * document.matchSingle("x|foo X|foo") Ouch! I meant, of course: * document.matchSingle("x|foo y|foo", x) * document.matchSingle("x|foo X|foo", x) -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Saturday, 18 November 2006 19:28:49 UTC