SVG12: accessKey() processing model unclear

Dear Scalable Vector Graphics Working Group,

  http://www.w3.org/TR/2005/WD-SVGMobile12-20051207/animate.html defines
the accessKey value as

  From a formal processing model perspective, accessKey is a keydown
  event listener on the document which behaves as if stopPropagation()
  and preventDefault() have both been invoked. The "character" value can
  be any of the keyboard event identifier strings listed in Appendix A.2
  of the DOM3 Events specification [DOM3Events]. user. 

In addition to the strange typo at the end, the definition is incomplete
as it does not define what phase the listener is registered for. Calling
the stopPropagation() method would only make sense if for the capture
phase; please change the draft such that the processing model for this
feature is well-defined.

regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Sunday, 29 January 2006 20:52:56 UTC