Changes between Version 3 and Version 4 of XBL2UseCases
- Timestamp:
- Dec 1, 2010, 10:41:16 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XBL2UseCases
v3 v4 10 10 11 11 Needs: 12 * shadow DOM 12 13 * UA-level attachment 13 14 * Ability to completely hide implementation from consumer … … 24 25 * attachment using CSS or DOM 25 26 * content element (output ports), since they can't have children (this may change) 27 * attribute forwarding 28 * xml:base handling 26 29 27 === Custom User InterfaceWidget System ===30 === Custom Widget System === 28 31 29 32 Does: … … 32 35 * allow seamless reuse a widget written using various libraries or frameworks 33 36 * allow using widgets declaratively, with minimal knowledge of the underlying implementation 37 * provide a way to create new widgets by extending existing widgets 34 38 35 39 Needs: 40 * shadow DOM 36 41 * content element (output ports) 37 42 * attachment using CSS and DOM 43 * separation of instantiation and binding phases (or another way to allow asynchronous binding) 44 * attribute forwarding 45 * declarative templating/binding 38 46 39 47 Could use: