Changes between Version 2 and Version 3 of XBL2UseCases


Ignore:
Timestamp:
Nov 30, 2010 4:53:49 PM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XBL2UseCases

    v2 v3  
    99 * provide light-weight implementations of specialized markup languages
    1010
    11 Need:
     11Needs:
    1212 * UA-level attachment
    1313 * Ability to completely hide implementation from consumer
     
    1515 * High performance
    1616
    17 Don't care:
     17Could use:
     18 * declarative templating/binding
     19
     20Doesn't care:
    1821 * mutable templates
    1922 * dynamic attachment/detachment
     
    2427=== Custom User Interface Widget System ===
    2528
    26 Build a widget system that allows the following:
    27  * asynchronously instantiate and initialize widgets
    28  * for instance, display a widget without starting up a script context, then progressively enhance with script.
    29  * seamlessly reuse widget written using various libraries or frameworks
    30  * use widgets declaratively, with minimal knowledge of the underlying implementation
     29Does:
    3130 * provide a uniform way (i.e. DOM) to declare widget APIs
     31 * asynchronously instantiate and initialize widgets (for instance, display a widget without starting up a script context, then progressively enhance with script).
     32 * allow seamless reuse a widget written using various libraries or frameworks
     33 * allow using widgets declaratively, with minimal knowledge of the underlying implementation
     34
     35Needs:
     36 * content element (output ports)
     37 * attachment using CSS and DOM
     38
     39Could use:
     40 * dynamic attachment/detachment
     41 * template inheritance
     42
     43Doesn't care:
     44 * mutable templates
    3245
    3346=== Layout Manager ===