Changes between Version 5 and Version 6 of XBL2UseCases
- Timestamp:
- Dec 11, 2010, 11:52:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XBL2UseCases
v5 v6 30 30 * xml:base handling 31 31 32 Interesting scenarios: 33 * If an input range element is implemented using this functionality, what happens to its shadow DOM if author attempts to add shadow DOM to that element? 34 * Implement a video/audio element. How can the binding reach into a private supporting API that is not available to the author? 35 32 36 === Custom Widget System === 33 37 … … 59 63 * xml:base handling 60 64 65 Interesting scenarios: 66 * Implement a "polaroid frame" widget? This widget, when bound to any element would display its contents in a Polaroid(tm)-like frame. 67 * Suppose the widget system has a centralized "settings" widget, with which all other widgets should communicate to add their settings. Implement this communication, provided that all widgets are opaque elements. 68 * Implement a "tab set" widget. As you add "tabs" to it, tab titles appear in a row at the top, and tab contents appear in the main area, only visible when the corresponding tab title is selected. 69 61 70 === Layout Manager === 62 71