mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.95k stars 1.98k forks source link

Opera Desktop supports justify-content & align-items: start/end in flexbox layout but it says it doesn't #13184

Closed xRitsu closed 10 months ago

xRitsu commented 2 years ago

Opera on desktops renders justify-content & align-items: start and end in flexbox layout properly now. However, Opera Mobile always fails. You actually need to use flex-start and flex-end to do so, maybe that should be noted as well.

Pen: https://codepen.io/x-Ritsu/pen/JjyyxgW CanIUse tables: https://caniuse.com/?search=justify-content

Screenshot_1 Screenshot_2021-10-30-11-19-12-451_com opera browser

queengooborg commented 10 months ago

Fixed in #12602!