- From: Jonathan Chetwynd <j.chetwynd@btinternet.com>
- Date: Fri, 25 Jul 2008 08:56:43 +0100
- To: www-svg <www-svg@w3.org>, Erik Dahlström <ed@opera.com>
- Message-Id: <2DC31A3F-44AA-40E9-BD1F-737974816326@btinternet.com>
<use> title or xlink:title? Erik & WG, should the xlink:title be displayed in a tooltip, where an anchor with xlink:title and an id in a remote file is referenced? http://www.openicon.org/temp/operaTitleUse.svg this is filed as Opera bug #346901 it would also be excellent to get some input from the WG regarding the issue of heirarchy and title in a previous thread we discussed whether UA should displays tooltip heirarchies. I feel this is far too complex, and in the first instance only the outermost title should be displayed in a tooltip. currently Opera displays the innermost.... http://www.w3.org/Graphics/SVG/IG/wiki/Accessibility_Activity#Title_As_Tooltip regards Jonathan Chetwynd j.chetwynd@btinternet.com http://www.openicon.org/ +44 (0) 20 7978 1764 The effect of a 'use' element is as if the SVG Element contents of the referenced element were deeply cloned into a separate non-exposed DOM tree which had the 'use' element as its parent and all of the 'use' element's ancestors as its higher-level ancestors. Because the cloned DOM tree is non-exposed, the SVG Document Object Model (DOM) only contains the 'use' element and its attributes. The SVG DOM does not show the referenced element's contents as children of the 'use' element. The deeply-cloned tree, also referred to as the shadow tree, is then kept in synchronization with the contents of the referenced element, so that any animation, DOM manipulation, or non-DOM interactive state occurring on the referenced element are also applied to the 'use' element's deeply-cloned tree.
Received on Friday, 25 July 2008 07:57:26 UTC