Changes between Version 1 and Version 2 of XBL2UseCases
- Timestamp:
- Nov 30, 2010, 3:39:20 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XBL2UseCases
v1 v2 5 5 === Built-in HTML Elements and Their Behaviors === 6 6 7 Does: 7 8 * provide a uniform way to browsers to implement complex HTML elements, such as video/audio, sliders, progress elements, etc. possibly using scripting. 8 9 * provide light-weight implementations of specialized markup languages 10 11 Need: 12 * UA-level attachment 13 * Ability to completely hide implementation from consumer 14 * Restricted post-UA-level styling using pseudoclasses 15 * High performance 16 17 Don'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) 9 23 10 24 === Custom User Interface Widget System ===