Bug in WebIDL

Hi,

I noticed a small bug in the WebIDL declaration for TouchEvent:
interface typed attributes are always nullable, so the "?" at the end of
EventTarget in "readonly attribute EventTarget? relatedTarget" is
redundant, and not conforming to the WebIDL grammar.

See also: http://www.w3.org/2009/07/webidl-check?doc=http%3A%2F%
2Fwww.w3.org%2FTR%2F2011%2FWD-touch-events-20110505%
2F&input=&output=html

HTH,
Dom

Received on Friday, 6 May 2011 13:19:33 UTC