>> I see the Element interface no more contains methods to handle Attr >> nodes: since those are described as not being child nodes of an >> Element, in W3C specifications, there will be any other way to handle >> attributes as nodes, the 'nature' of Attr nodes is going to change, or >> is there a too little use (and/or support) of them, such that the Attr >> interface might be quite close to its 'end of life'? > > I'm not sure what to do with attributes. I'd like to drop support for > attribute nodes (being moved around, etc), if possible, but keep the > .attributes list and be able to use .value etc on each attribute. Oooh, this is an interesting idea. It'd be great if we could make attributes not be nodes but rather some other type of object. Ideally I'd like for them to not exist at all, and have people just use getAttribute(NS) instead. I've never thought that their usefulness outweighed their complexity. / JonasReceived on Monday, 8 December 2008 14:31:53 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 30 January 2013 18:47:48 GMT