Re: Attr Interface Deprecation
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CADnb78hx-GReHE8+DRusTV0yhuCW5dx3aXSVQ6SWHY_Dw_q7Aw@mail.gmail.com> |
On Mon, Jul 22, 2013 at 7:39 AM, Kellen Holmes <[email protected]> wrote: > So, I guess my question is: can you provide the rationale for such a change > (I am mostly curious, to get a better understanding)? And, is there a better > way to work around this change than the solutions I mentioned? Attr was a node in the original design of the DOM mostly because it could have child nodes. That was never implemented so keeping them around as complex objects made no sense. We still need to see whether this actually works compatibility-wise. -- http://annevankesteren.nl/