Jinfeng Ma
Results
2
comments of
Jinfeng Ma
> Can you describe the motivation a bit better? From that bug it sounds like this might allow for some simplification of layout/paint code? > > cc @emilio The spec...
There are only two resizable situations which have a fixed size I can think of: 1. width = min-width = max-width, height = min-height = max-height; 2. fullscreen; I'm not...