Re: sXBL defining shadow character data

* Jon Ferraiolo wrote:
>Very good question! I do not believe this particular use case has been 
>discussed. The SVG spec needs to be clear about whether implementations 
>should support your example or not support it.

http://lists.w3.org/Archives/Public/www-svg/2004Oct/0003 is about nine
months old now...

>Let's call your example below Example 1. Here is another example to 
>consider (Example 2):
>
><xbl:definition element="ex:test">
>    <xbl:template><tspan>world</tspan></xbl:template>
></xbl:definition>
>
>Let me throw the question back to you to respond as an implementer. Do you 
>think it is easier on implementers to support or not support Example 1 and 
>Example ? My inclination is to say both are supported.

<text>Hello<ex:test/>.</text> with 

  <xbl:definition element="ex:test">
    <xbl:template><text>world</text></xbl:template>
  </xbl:definition>

is more interesting...
-- 
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 Thursday, 21 July 2005 17:33:26 UTC