- From: Arthur Barstow <art.barstow@nokia.com>
- Date: Tue, 09 Aug 2011 16:15:12 -0400
- To: "public-webevents@w3.org" <public-webevents@w3.org>
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