Re: DOM Level 2 needs getElementById method

> I don't see how IDs are more of a DTD issue than NOTATIONs.

Notations, at least, are isolated -- you can set them and query them and they
don't otherwise interact with anything else. IDs do need to so interact; to use
them you have to be able to set the type of an attribute, which requires
defining an attribute, which we don't currently do.

Default attributes, like IDs, currently have no place in the DOM to assert them.
They do, however, have defined behavior. Personally, I consider that an
unpleasant situation and I have no particular wish to exacerbate it. But I do
understand that folks want IDs -- and in fact all of DTDs -- yesterday if not
sooner.

______________________________________
Joe Kesselman  / IBM Research

Received on Friday, 8 October 1999 11:18:30 UTC