SVG12: Vendor-specific presentation attributes

Dear Scalable Vector Graphics Working Group,

  http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/struct.html does not
seem to include adequate requirements for vendor-specific presentation
attributes even though these apparently may be defined and implemented
in conforming implementations. Please change the draft such that either
this is not allowed (e.g., only "attributes" not "properties" may be
used for extensions) or such that it is required that such properties
must conform to http://www.w3.org/TR/CSS21/syndata.html#q4 which would
mean that an ACME-defined "z-index" "property" for the rect element
would need to e.g.

  <rect acme:_acme-z-index='...' ... />

which could then be animated using either of

  <animate attributeName="acme:_acme-z-index" ... />
  <animate attributeName="_acme-z-index" ... />

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, 24 April 2005 17:27:09 UTC