- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sun, 28 Jan 2007 00:20:04 +0100
- To: "Anne van Kesteren" <annevk@opera.com>
- Cc: "public-webapi@w3.org" <public-webapi@w3.org>
* Anne van Kesteren wrote: >Yes, they are prolly slightly different (although I haven't actually seen >any documentation on how getElementById exactly works). Do you have any >proposed text? Or should we wait until it's clear how getElementById >really works? Well, something like: Note: .foo("#id") is not equivalent to document.getElementById('id') if multiple elements have the same ID. This method returns the first element in document order with the given ID, while getElementById's behavior is undefined in this case. -- Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Saturday, 27 January 2007 23:20:13 UTC