- From: Simon Pieters <simonp@opera.com>
- Date: Fri, 07 Mar 2008 17:14:24 +0100
- To: "Slim Amamou" <slim.amamou@gmail.com>, public-webapi@w3.org
On Fri, 07 Mar 2008 09:48:30 +0100, Slim Amamou <slim.amamou@gmail.com> wrote: > hi, > the ElementTraversal interface is bound to readonly attributes in > ecmascript, whereas it is bound to methods in java. > why? > > it would be more convenient if it was bound to methods in ecmascript > either. > i can think of two arguments for this : > - the bindings will be more consistent (so that you don't have > "getChildElementCount" and "childElementCount" representing the same > binding) > - i can make a quick implementation in javascript FWIW, I made a javascript implementation a while ago: http://simon.html5.org/sandbox/js/elementtraversal.js Cheers, -- Simon Pieters Opera Software
Received on Friday, 7 March 2008 16:14:40 UTC