Re: ISSUE: getDocumentElement() --> documentElement

Christophe Jolif wrote:
> 
> Jonathan Watt wrote:
> 
>>
>> Re: http://www.w3.org/TR/SVGMobile12/svgudom.html
>>
>> Can you change .getDocumentElement() to .documentElement please.
>>
>> -Jonathan
>>
>>
> 
> Where? From what I'seen the IDL in A.3.4 correctly list .documentElement?
> 

The second example on that page. But I seem to have jumped the gun. 
That's actually Java code.

SVG WG, how about you use ECMAScript for the examples in the REC? This 
will hopefully reduce the problems caused by people copying accessor 
style Java code into ECMAScript. The getters and setters will work in 
ASV, but will cause portability headaches for authors since they won't 
work in other implementations such as Mozilla.

-Jonathan

Received on Friday, 15 April 2005 16:01:30 UTC