On 2011-01-07, at 21:37, Max Carlson wrote:
> I see a regression in components/demos/house.lzx - with your change, the
> font-size on the canvas no longer causes the value to be inherited:
>
> <canvas height="1000">
> ...
> <stylesheet>
> canvas {
> font-size: 24;
> font-family: Helvetica,Sans;
> }
> ...
I'm thinking this may be because styles now happen before constraints. Perhaps
I need to go the next step and have the font properties be inherited through
CSS like rather that the old constraint mechanism...