[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 Tuesday, 4 October 2011 16:11:45 UTC