Re: [Httpunit-develop] document.all support
Brought to you by:
russgold
|
From: Russell G. <rus...@ht...> - 2003-03-28 21:55:04
|
On Friday, March 28, 2003, at 03:15 PM, Mabel Chow wrote: > Hi, > > When do you plan on supporting the document.all property and its > variations > such as document.all[] and document.all.tags()? My Javascript uses > this > extensively and right now I cannot bypass the undefine error because > of it. AFAIK, these are proprietary to IE, and are not part of the HTML DOM specification. If I am incorrect on this point, could you please show me where these are described in the spec? At this time, I do not plan to support extensions that are browser-specific. |