Minutes Telecon 2015-12-16
- These meetings will not be held on 23 and 30 December unless someone requests them on the internal mailing list.
- Resolved: Accept all the changes to Align:
justify-content: auto
-> start / stretch (on grid / flex items)
justify-content: stretch
-> flex-start (on flex items)
- ‘left’ and ‘right’ -> ‘start’ (when operating in the wrong axis)
- ‘flex-start’ and ‘flex-end’ -> ‘start’ and ‘end’ (on non-flex-items)
align/justify-items: auto
-> start/stretch (depending on ‘display’)
- Resolved: Spec that the flex container must wrap around its content in all cases, both the min-content and max-content case.
- Resolved: Spec the heuristic as the behavior for multi-line flex in min-content.
- Resolved: Spec both behaviors, put a note explaining implementations are inconsistent, this can’t be relied on, the WG isn’t happy on this and plans to drop one, but can’t decide which.
- Resolved: Change the spec to say you don’t have to fit all the flex items on the page, you have to just fit one in regards to pagination.
- Resolved: Take Flexbox to CR
Full Minutes
« Previous article
Next article »