SVG:Use: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
= Mental Testcases =
= Mental Testcases =
# svg:use to
## same document displayed content
## same document undisplayed content
## other document
# dynamic changes
## attribute change within used content
## style change inherited from ancestor of use
## tree structure changes within use
## addition/removal of use itself


= Implemenatation Strategies =
= Implemenatation Strategies =

Revision as of 04:36, 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

Implemenatation Strategies