[css3-transitions] stroke-width transition type

Hello www-style,

The CSS3 transitions spec lists some SVG properties in section 5.2 [1]. There are some slight errors in the types, probably because <length> in the SVG spec includes percentages, while the CSS spec definition of <length> does not. Also some properties use "float" instead of "number".

Suggested changes to the table:

  fill-opacity: number
  stroke-dasharray : list of lengths, percentages
  stroke-dashoffset: length, percentage
  stroke-opacity: number
  stroke-width: length, percentage

Cheers
/Erik

[1] http://dev.w3.org/csswg/css3-transitions/#properties-from-svg-

-- 
Erik Dahlstrom, Core Technology Developer, Opera Software
Co-Chair, W3C SVG Working Group
Personal blog: http://my.opera.com/macdev_ed

Received on Friday, 15 May 2009 11:08:47 UTC