Changes between Version 5 and Version 6 of Component Model
- Timestamp:
- Apr 24, 2011, 11:38:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component Model
v5 v6 16 16 || Tree Scopes || Implemented, matches the [http://dev.w3.org/2006/xbl2/#shadow-scope shadow scope] notion of in XBL2 || || 17 17 || Inheritance || Won't be implementing || We decided that this feature is overly complex and unnecessary for the component model. See [http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0941.html this post] to public-webapps || 18 || `<content>` element || Basic building blocks are being used by `<summary>` and `<details>` || Need to better understand requirements and use cases to spec/implement properly. Certainly won't be implementing the way it's 18 19 [http://dev.w3.org/2006/xbl2/#processing-content-elements defined] in XBL 2.0 || 19 || `<content>` element || Basic building blocks are being used by `<summary>` and `<details>` || Need to better understand requirements and use cases to spec/implement properly. Certainly won't be implementing the way it's20 20 || CSS matching || Some of the [http://dev.w3.org/2006/xbl2/#selectors-and-shadow-scopes selectors and shadow scopes] implemented || Need to further align with the XBL2 spec || 21 21 || Events || Matches logic in [http://dev.w3.org/2006/xbl2/#event-handlers event handlers] section || We don't create a separate Event object for each re-targeting, because we don't worry about component isolation (yet) ||