- From: Curt Arnold <curta_ontheroad@yahoo.com>
- Date: Wed, 6 Feb 2002 10:08:14 -0500 (EST)
- To: www-dom@w3.org
One of the open issues in the DOM L2 test suite is the interpretation of "*" as a namespace argument to getElementsByTagNameNS(). Most implementations interpret '*' to match all elements with the specified local name regardless if they are namespace qualified or not. GNUJAXP has interpreted "matches all namespaces" as meaning that getElementsByTagName("*","whatever") should not match elements that are not namespace qualified. It would be good to resolve the issue (assuming to favor the much more common interpretation of matching both qualified and unqualified elements) and clarify the text in the DOM L3 text instead of issuing a errata after DOM L3. __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com
Received on Wednesday, 6 February 2002 16:40:47 UTC