RE: [ResourceTiming] some feedback

Thanks for the feedback Anne. I agree with the changes you have suggested below and have opened ACTION 53 to update the spec.

Jatinder

-----Original Message-----
From: public-web-perf-request@w3.org [mailto:public-web-perf-request@w3.org] On Behalf Of Anne van Kesteren
Sent: Tuesday, October 04, 2011 9:11 AM
To: public-web-perf@w3.org
Subject: [ResourceTiming] some feedback

Terms such as "browsing context" and "fetch" are not defined in the draft yet pretty much everything in the draft hinges on them. They should be defined.

New APIs should not use integer based constants. They should use simple string values (not exposed on the interface by the way). E.g.  
initiatorType == "svg" or some such. See XMLHttpRequest responseType as example or the various <canvas> 2D interface attributes.

When you talk about elements you need to say what kind of elements they are. E.g. "the HTML img element" or "the img element in the http://www.w3.org/1999/xhtml namespace".


--
Anne van Kesteren
http://annevankesteren.nl/

Received on Wednesday, 5 October 2011 22:43:56 UTC