[indexeddb] Keypath attribute lookup question

In section "4.7 Steps for extracting a key from a value using a key path" step #4 it states that:
* If object does not have an attribute named attribute, then skip the rest of these steps and no value is returned.

We want to verify that the attribute lookup is taking place on the immediate object attributes and the prototype chain, correct?
Thanks,

Israel

Received on Wednesday, 9 November 2011 23:36:28 UTC