1,295
edits
No edit summary |
|||
| Line 5: | Line 5: | ||
## same document undisplayed content | ## same document undisplayed content | ||
## other document | ## other document | ||
## foreignObject containing HTML form elements (textbox) | |||
# dynamic changes | # dynamic changes | ||
## attribute change within used content | ## attribute change within used content | ||
| Line 10: | Line 11: | ||
## tree structure changes within use | ## tree structure changes within use | ||
## addition/removal of use itself | ## addition/removal of use itself | ||
## non-DOM content changes (e.g. form contents) | |||
# event delivery to shadow instance tree | # event delivery to shadow instance tree | ||
| Line 21: | Line 23: | ||
# 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) | ||
== Single Content Tree, Multiple Frame Trees == | |||
# leverage multiple presentations | |||
# use existing content-style-frame setup | |||
# SVG elements whose style we need (e.g. gradients) continue to need frames | |||
# hack style system to get inheritance-across-use to work (how?) | |||
edits