Changes between Version 6 and Version 7 of Component Model
- Timestamp:
- Apr 24, 2011, 11:38:56 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Component Model
v6 v7 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 19 [http://dev.w3.org/2006/xbl2/#processing-content-elements defined] in XBL 2.0 || 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 [http://dev.w3.org/2006/xbl2/#processing-content-elements defined] in XBL 2.0 || 20 19 || 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 20 || 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) ||