RE: Error on Element Declaration

If that is the intent, then Attribute doesn't derive Node in the IDL
definition.  Although the concept of Attributes as Nodes never made sense to
me.  Attributes are do not need any particular order, and shouldn't be able to
have children.

That said, I also notice the NodeType ATTRIBUTE, was also left in, so maybe
that was the intent.

Andrew n marshall
  student - artist - programmer
    http://www.media-electronica.com/anm-bin/anm
      "Everyone a mentor, Everyone a pupil"


    -----Original Message-----
    From: www-dom-request@w3.org [mailto:www-dom-request@w3.org]On Behalf Of
Don Park
    Sent: Monday, May 04, 1998 5:33 AM
    To: W3C DOM List
    Subject: Re: Error on Element Declaration


    My understanding is that Attributes are still Nodes.

    Don Park
    http://www.docuverse.com/personal/index.html

        -----Original Message-----
        From: Andrew n marshall <amarshal@usc.edu>
        To: W3C DOM List <www-dom@w3.org>
        Date: Sunday, May 03, 1998 6:59 PM
        Subject: Error on Element Declaration


        I just noticed that the method

           NodeIterator getAttributes();

        has been left in the 980416 spec, even though Attributes are not Nodes
anymore.

        Andrew n marshall
          student - artist - programmer
            http://www.media-electronica.com/anm-bin/anm
              "Everyone a mentor, Everyone a pupil"

Received on Monday, 4 May 1998 11:01:56 UTC