xlink:title as attribute of SVG element

xlink:title as attribute of SVG element

is it valid to include xlink:title as attribute of SVG element**

current SVG user agents appear to use the first title in code as the  
default text for bookmarking.

regards

Jonathan Chetwynd
Accessibility Consultant on Media Literacy and the Internet

http://www.w3.org/TR/SVG11/struct.html#XLinkTitleAttribute

**<svg xmlns="http://www.w3.org/2000/svg" version="1.2"  
baseProfile="tiny"
      xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%"
xlink:title="My Peepo Bookmark"
 >

Received on Saturday, 5 January 2008 17:42:56 UTC