Using the Navigation Timing API

Dear web perf working group,

i'm working in a project, that analyzes the download speed of a
website and visualizes it in a simple graph. It uses the navigation 
timing api 
(http://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html).
I would like to ask you something. Is it possible with this api to
query the download time of each image, css, javascript, ... too that is
embedded in the main html document? (to make such a visualization
like: http://www.webkit.org/blog-files/inspector-resources-panel.png  or 
the timeline graph in Firebug)

Thank you for your answer,
Daniel

Received on Thursday, 5 January 2012 16:50:21 UTC