[0.8] attached
is called at different points in lifecycle for ShadeyDOM vs ShadowDOM
#1285
Labels
attached
is called at different points in lifecycle for ShadeyDOM vs ShadowDOM
#1285
When an element is created with ShadowDOM enabled,
attached
is called beforeproperties
are configured on the element instance. If ShadeyDOM is used,attached
is called afterproperties
are configured on the element instance.This should probably be normalized. My vote would be that the ShadeyDOM lifecycle is used, because it allows
attached
handlers to assume that the instance's properties are configured and available. However, I understand this might be difficult to achieve.The text was updated successfully, but these errors were encountered: