SVG:Use: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
# remove multiple presentations | # remove multiple presentations | ||
# Move SVG painting and event handling to content | # Move SVG painting and event handling to content | ||
#* ownership of style context also therefore goes to content | |||
# Clone content for svg:use | # Clone content for svg:use | ||
# Let style contexts know they're held by content (bit) | # Let style contexts know they're held by content (bit) |
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
Implemenatation 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)