- From: Joćo Eiras <joao.eiras@gmail.com>
- Date: Fri, 02 Feb 2007 14:56:59 -0000
- To: www-dom-ts@w3.org
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 ?
Received on Friday, 2 February 2007 14:57:31 UTC