Two issues: 1. I’m not sure I understand how SimpleCSSStyles is working. Not every style value is enumerated there. For example, I noticed that width and height are being set to styles in various places, but they are not enumerated. 2. I’m not sure I understand the flow of bead behaviors:
Imagine we have a layout bead which sets and reads width and height of components. If the min/max sizes of the components is being set in another bead on the CSS, I don’t understand how the layout bead is supposed to know the true size of the element. If it’s not being set by styles, it seems like we can easily end up in a situation where the “constrained size bead” and the layout bead could end up playing never ending ping-pong. The layout bead would resize and send an event, the contraint bead would fix the min size and send an event, back to the layout bead ad infinitum. Please educate me… ;-) Harbs On Jul 26, 2016, at 7:43 PM, Alex Harui <aha...@adobe.com> wrote: > If so, they can be added to SimpleCSSStyles or a new > SimpleCSSStylesWithMinMax.