* SUMMARY Poor view in Console of Attr object (elem.attributes.name). * STEPS TO REPRODUCE 1. js> var div = document.createElement("div"); div.id = "foo"; div.attributes.id => Get a DOMNode which is kind of weird Not urgent, since I would imagine these types of objects are very rare to log in the console.
<rdar://problem/20733660>
This currently displays: id="foo" which is not a DOMNode. Configuration changed?