Changes between Version 5 and Version 6 of XBL2UseCases


Ignore:
Timestamp:
Dec 11, 2010 11:52:32 AM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XBL2UseCases

    v5 v6  
    3030 * xml:base handling
    3131
     32Interesting 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
    3236=== Custom Widget System ===
    3337
     
    5963 * xml:base handling
    6064
     65Interesting 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
    6170=== Layout Manager ===
    6271