[NavigationTiming] incorrect description for requestStart

Hi,

I just noticed a bug in the description for requestStart (Thanks jduell):
> This attribute must return the time immediately before the user agent starts requesting the current document. It is set prior to checking HTTP cache.

>From what I remember from the discussions and from the timeline below,
the "HTTP cache" sentence should be removed here, because this
attribute refers to the time immediately before the UA starts
write()ing to the socket. Otherwise, this would be identical to
fetchStart (which does have similar cache wording).

-christian

Received on Friday, 20 May 2011 00:34:05 UTC