Validity of test DOM 2 HTML HTMLAppletElement 05

João Eiras <[email protected]> Fri, 02 Feb 2007 14:56:59 -0000
Newsgroups gmane.comp.web.dom.test-suites.general
Organization feup
Message-ID <op.tm4mg9rujz3wb9@dragast>

The test HTMLAppletElement 05 of DOM 2 HTML
http://www.w3.org/2004/04/ecmascript/level2/html/HTMLAppletElement05.html

is not much valid, I think.
The test checks if the value held by applet.codeBase is the same as  
declared in the page markup.
Both Opera and Mozilla resolver the src, href, data and codebase  
attributes for elements. Accessing these properties directly in DOM  
elements returns a resolved url, while accessing using getAttribute(..)  
returns the original value, also for the sake of using selectors.
Is there as part of the specification where these properties are required  
to be the original values ?