Changes between Version 3 and Version 4 of XBL2UseCases


Ignore:
Timestamp:
Dec 1, 2010 10:41:16 AM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XBL2UseCases

    v3 v4  
    1010
    1111Needs:
     12 * shadow DOM
    1213 * UA-level attachment
    1314 * Ability to completely hide implementation from consumer
     
    2425 * attachment using CSS or DOM
    2526 * content element (output ports), since they can't have children (this may change)
     27 * attribute forwarding
     28 * xml:base handling
    2629
    27 === Custom User Interface Widget System ===
     30=== Custom Widget System ===
    2831
    2932Does:
     
    3235 * allow seamless reuse a widget written using various libraries or frameworks
    3336 * allow using widgets declaratively, with minimal knowledge of the underlying implementation
     37 * provide a way to create new widgets by extending existing widgets
    3438
    3539Needs:
     40 * shadow DOM
    3641 * content element (output ports)
    3742 * 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
    3846
    3947Could use: