ISSUE-2430: shorthand properties should be allowed as presentation attributes

shorthand-presentation

shorthand properties should be allowed as presentation attributes

State:
RAISED
Product:
SVG 2
Raised by:
Cameron McCormack
Opened on:
2012-01-09
Description:
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)"/>
Related Actions Items:
Related emails:
  1. minutes, SVG WG Sydney 2012 F2F day 3 (from cam@mcc.id.au on 2012-01-13)
  2. Re: SVG-ISSUE-2430 (shorthand-presentation): shorthand properties should be allowed as presentation attributes [SVG 2] (from cam@mcc.id.au on 2012-01-09)
  3. Re: SVG-ISSUE-2430 (shorthand-presentation): shorthand properties should be allowed as presentation attributes [SVG 2] (from chris@w3.org on 2012-01-09)
  4. SVG-ISSUE-2430 (shorthand-presentation): shorthand properties should be allowed as presentation attributes [SVG 2] (from sysbot+tracker@w3.org on 2012-01-09)

Related notes:

No additional notes.

Display change log ATOM feed


Dirk Schulze <dschulze@adobe.com>, Chair, Chris Lilley <chris@w3.org>, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 2430.html,v 1.1 2020/01/17 13:21:57 carcone Exp $