From an embedding standpoint we've been focusing on the front end of urls and their data... navigating back/forward to/from them, and loading them at top levels (a url bar) for example. What about after url loading occurs when I want to right click something (a document's content area representing the entire doc, or a single image in a page) to get "page/image properties?" "properties" being stuff like HTTP response code status for the element (always 200 if it's being displayed?), last modified time, size in bytes, is it in the cache, image dimensions, etc. How much of this is avail via the DOM? Jud
