Changes between Version 5 and Version 6 of Component Model


Ignore:
Timestamp:
Apr 24, 2011 11:38:32 AM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component Model

    v5 v6  
    1616|| Tree Scopes || Implemented, matches the [http://dev.w3.org/2006/xbl2/#shadow-scope shadow scope] notion of in XBL2 || ||
    1717|| 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
    1819[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's
    2020|| 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 ||
    2121|| 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) ||