Google Chrome is almost correct (little different). Because the align-items
property doesn't have a value of end
.
8.3. Cross-axis Alignment: the align-items and align-self properties
- Name: align-items
- Value: flex-start | flex-end | center | baseline | stretch
- Initial: stretch
- Applies to: flex containers
- Inherited: no
- Percentages: n/a
- Computed value: specified keyword
- Canonical order: per grammar
- Animation type: discrete
However, it is not strictly correct. Because the value that can be applied by the align-items
property will be replaced by that of Box Alignment Level 3, the align-items
property defines a value of end
in Box Alignment Level 3.
1.2. Module interactions
The CSS Box Alignment Module extends and supercedes the definitions of the alignment properties (justify-content, align-items, align-self, align-content) introduced here.
According to Chrome Platform Status, the implementation status of CSS Box Alignment Level 3 is under development.
Status in Chromium
Blink components: Blink
In development (tracking bug)
Reference: