It works:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"; version="1.1">
<switch>
<g requiredFeatures="http://www.w3.org/Graphics/SVG/feature/1.2/#TextFlow";>
<textArea x="100" y="100">SVG Tiny 1.2 TextFlow feature supported</textArea>
</g>
<g>
<text x="100" y="100">SVG Tiny 1.2 TextFlow feature NOT supported</text>
</g>
</switch>
</svg>


--- In svg-developers@yahoogroups.com, Manfred Staudinger 
<manfred.staudinger@...> wrote:
>
> Hi,
> 
> Consider the following SVG snippet:
> <switch>
>    <textArea x="100" y="100"
>       requiredFeatures="http://www.w3.org/Graphics/SVG/feature/1.2/#TextFlow";>
>       SVG Tiny 1.2 TextFlow feature supported
>    </textArea>
>    <text x="100" y="100">SVG Tiny 1.2 TextFlow feature NOT supported</text>
> </switch>
> Firefox 11.0 should display "SVG Tiny 1.2 TextFlow feature NOT
> supported", but no text is shown. Only when I change textArea into
> text then the second message (correctly) shows up. But isn't it the
> whole point of the svg:switch element to be able to skip/ignore an
> unknown element? This works fine in Opera 11.61.
> 
> Best regards,
> Manfred
>




------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to