← Prev in month
← Prev in thread
Next in thread →
Next in month →
DOM and XML IDs
As mentioned on the call, here's is what the DOM v3 spec says about the Document.getElementById method[1]: "Returns the Element that has an ID attribute with the given value. If no such element exists, this returns null. If more than one element has an ID attribute with that value, what is returned is undefined." So, it's pretty clear they explicitly thought about the case of when ID values were non-unique and then punted on it. [1] http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-getElBId -- Chad La Joie www.itumi.biz trusted identities, delivered
← Prev in month
← Prev in thread
Next in thread →
Next in month →