This is still pretty far away as almost all of our clients still require IE8 support, but I wanted to begin documenting what changes will need to be made for this so development is clean and clear when the time does come. Here's a first list of tasks:
- Upgrade to jQuery 2
- Test all plugins and code to ensure compatibility with jQuery 2
- Remove application of nth-child classes to *-up classes and use nth-child selectors in CSS
- Remove IE8/oldie fallbacks in CSS
- Remove oldie.js
- Possibly remove Modernizr
This is still pretty far away as almost all of our clients still require IE8 support, but I wanted to begin documenting what changes will need to be made for this so development is clean and clear when the time does come. Here's a first list of tasks: