How are custom type objects instantiated when the value of the attribute is set using CSS? I have a . custom type with a constructor defined. When setting the attribute at runtime, the type's <accept> tag is used to trigger the instantiation of the new type instance.
When I set the value using CSS, the constructor of the type is called, passing an instance of the type instead of the CSS property value. Is there any documentation online for the type system? - Raju
