Editorial comments for Touch Event specs

1. Unless there is a really good reason to include "Specification" in 
the title, it should be removed

2. 4.2 the definition of the identifiedTouch method is confusing 
"returns the first Touch with long identifier from the list". I think 
something closer to the definition @ MDN should be used (modified a bit):

[[
https://developer.mozilla.org/en/DOM/TouchList.identifiedTouch

Returns the first Touch item in the TouchList matching the specified 
identifier.
]]

3. 4.2 the definition of the item method is confusing "returns the Touch 
with index index from the list, sorted in order from latest to 
earliest", especially about the sorting. MDN has a clearer definition 
although instead of "into", perhaps "in":

[[
https://developer.mozilla.org/en/DOM/TouchList.item

Returns the Touch object at the specified index into the TouchList.
]]

-AB

Received on Tuesday, 9 August 2011 20:15:39 UTC