Re: [SVG1.0] no tspan allowed inside an anchor?

Jim Ley wrote:

 > Yes, but that's just a minor change to the text selection rules
 > (select
 > all text contents of the outer text element.) it's not something that
 > motivates the need for tspan:
 >
 > <text x="1em" y="1em">Hello <tspan dx="2em"
 > dy="2em">World</tspan></text>
 > Would seem to be identical to:
 >
 > <text x="1em" y="1em">Hello <text dx="2em"
 > dy="2em">World</text></text>

I find Thomas' explanation of the reasons for tspan very sensible.

A tspan ("inline", ~span) is something different from a text ("block", 
~p/div).

Tobi



-- 
http://www.pinkjuice.com/

Received on Monday, 19 August 2002 08:55:56 UTC