Changes between Version 11 and Version 12 of Component Model


Ignore:
Timestamp:
Apr 29, 2011 2:21:49 PM (13 years ago)
Author:
Dimitri Glazkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component Model

    v11 v12  
    1919Current differences from the [http://dev.w3.org/2006/xbl2/ XBL2] spec:
    2020
    21  * '''Shadow Root Element''' Instead of it being a `<template>` element clone, we use a different node type (SHADOW_ROOT_NODE = 14) for the root node.
     21 * '''Shadow root element''' Instead of it being a `<template>` element clone, we use a different node type (SHADOW_ROOT_NODE = 14) for the root node.
    2222 * '''Event retargeting''' We don't create a separate Event object for each re-targeting, because we don't worry about component isolation (yet).
    2323 *  '''pseudo attribute''' Same as [http://dev.w3.org/2006/xbl2/#the-pseudo-attribute XBL2 pseudo], but allows arbitrary value and CSS machinery has been modified to allow any value.
    24  * '''Tree Scopes''' Matches the [http://dev.w3.org/2006/xbl2/#shadow-scope shadow scope] notion of in XBL2, but is a more explicit abstraction.
     24 * '''Tree scopes''' Matches the [http://dev.w3.org/2006/xbl2/#shadow-scope shadow scope] notion of in XBL2, but is a more explicit abstraction.
    2525 * '''Inheritance''' Won't be implementing. 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.
    26  * '''content element''' 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.
     26 * '''Content element''' 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.