SVG:Use: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
# event delivery to shadow instance tree | # event delivery to shadow instance tree | ||
= | = Implementation Strategies = | ||
== No Frame Tree == | == No Frame Tree == |
Revision as of 04:38, 8 December 2005
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
- event delivery to shadow instance tree
Implementation Strategies
No Frame Tree
- remove multiple presentations
- Move SVG painting and event handling to content
- ownership of style context also therefore goes to content
- Clone content for svg:use
- Let style contexts know they're held by content (bit)