Instead of ('Flex' 1), accept ('Flex' 'fill') as the signal that a form should expand to fill the browser or other window.
Instead of ('Flex' 2), accept ('Flex' 'row') to specify that a container should ignore posn and size, and instead use Flex. The default style should be 'flex-direction: row'. If the Style property is also set, additional style should be appended to the flex-direction.
Also ('Flex' 'column') should work as ('Flex' 'row'), except flex-direction should be column.
Instead of ('Flex' 1), accept ('Flex' 'fill') as the signal that a form should expand to fill the browser or other window.
Instead of ('Flex' 2), accept ('Flex' 'row') to specify that a container should ignore posn and size, and instead use Flex. The default style should be 'flex-direction: row'. If the Style property is also set, additional style should be appended to the flex-direction.
Also ('Flex' 'column') should work as ('Flex' 'row'), except flex-direction should be column.
The DemoFlexBoxesNew uses the new settings.