Flexbox
estelle opened this issue · 0 comments
estelle commented
- Module landing page updated - mdn/content#34152
- Links between module and reference pages
- Create or update topic guide
- Check "learn", removing fallbacks and legacy lingo
- Baseline grouping
https://wpt.fyi/results/css/css-flexbox
Check all the property pages to make sure they're up to date
- align-content
- align-items mdn/content#34142
- align-self
- flex mdn/content#34242
- flex-basis mdn/content#34233
- flex-direction
- flex-flow #34409
- flex-grow mdn/content#34240
- flex-shrink mdn/content#34420
- flex-wrap mdn/content#34477
- justify-content mdn/content#34502
- order mdn/content#34480
- place-content
- place-items
- row-gap
- gap - mdn/content#34141
GUIDES
- Basic concepts of flexbox - mdn/content#34148
- Relationship of flexbox to other layout methods mdn/content#34149
- Aligning items in a flex container mdn/content#34178
- Ordering flex items mdn/content#34183
- Controlling ratios of flex items along the main axis mdn/content#34237
- Mastering wrapping of flex items mdn/content#34295
- Typical use cases of flexbox mdn/content#34297
- CSS layout: flexbox mdn/content#34244
Will do Box alignment in flexbox as part of Box alignment module after flexbox completion