SVG:Use: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 10: Line 10:
## tree structure changes within use
## tree structure changes within use
## addition/removal of use itself
## addition/removal of use itself
# event delivery to shadow instance tree


= Implemenatation Strategies =
= Implemenatation Strategies =

Revision as of 04:37, 8 December 2005

Mental Testcases

  1. svg:use to
    1. same document displayed content
    2. same document undisplayed content
    3. other document
  2. dynamic changes
    1. attribute change within used content
    2. style change inherited from ancestor of use
    3. tree structure changes within use
    4. addition/removal of use itself
  3. event delivery to shadow instance tree

Implemenatation Strategies