gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
287 stars 60 forks source link

Support Flex Layout #233

Open Kunal-Deshpande opened 7 years ago

Kunal-Deshpande commented 7 years ago

https://drafts.csswg.org/css-flexbox-1/

Kunal-Deshpande commented 7 years ago

Container Attributes :

  1. display
  2. flex-flow
    1. flex-direction
    2. flex-wrap
  3. justify-content
  4. align-items
  5. align-content

Item Attributes :

  1. align-self
  2. order
  3. flex
    1. flex-grow
    2. flex-shrink
    3. flex-basis
hrj commented 6 years ago

For reference, there is now a java library that implements Flex layout: https://github.com/AmaronUI/amaronui-layouts