SVG-ISSUE-2430 (shorthand-presentation): shorthand properties should be allowed as presentation attributes [SVG 2]

SVG-ISSUE-2430 (shorthand-presentation): shorthand properties should be allowed as presentation attributes [SVG 2]

http://www.w3.org/Graphics/SVG/WG/track/issues/2430

Raised by: Cameron McCormack
On product: SVG 2

It can be confusing for authors why this will work:

  <path d="..." style="marker: url(#m)"/>

while this won't:

  <path d="..." marker="url(#m)"/>

and instead it must be written as:

  <path d="..." marker-start="url(#m)" marker-mid="url(#m)" marker-end="url(#m)"/>

Received on Monday, 9 January 2012 00:36:17 UTC