Changes between Version 1 and Version 2 of XBL2UseCases


Ignore:
Timestamp:
Nov 30, 2010 3:39:20 PM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XBL2UseCases

    v1 v2  
    55=== Built-in HTML Elements and Their Behaviors ===
    66
     7Does:
    78 * provide a uniform way to browsers to implement complex HTML elements, such as video/audio, sliders, progress elements, etc. possibly using scripting.
    89 * provide light-weight implementations of specialized markup languages
     10
     11Need:
     12 * UA-level attachment
     13 * Ability to completely hide implementation from consumer
     14 * Restricted post-UA-level styling using pseudoclasses
     15 * High performance
     16
     17Don't care:
     18 * mutable templates
     19 * dynamic attachment/detachment
     20 * template inheritance
     21 * attachment using CSS or DOM
     22 * content element (output ports), since they can't have children (this may change)
    923
    1024=== Custom User Interface Widget System ===