This is part of #3252084: [meta] Remove support for IE11.
I'd like to remove IE11 support from Olivero, which will enable a radically simplified and maintainable codebase.
A couple things off the top of my head:
- ✅ #3255119: Olivero: Use CSS custom properties to for the grid related variables
- Ability to use negative numbers when specifying grid columns.
- #3262135: Olivero: Removal of the ie11-autorow CSS class
- #3262156: Olivero: Simplification of the grid layouts to use CSS grid (instead of Flexbox)
- ✅ #3262139: Olivero: Removal of checking for 'Esc' on keyup when checking for the Escape key
- #3255131: Olivero: Refactor JS to make use of second argument within Element.classList.toggle()
- ✅ #3306098: Remove .woff font files
So exciting!