mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
766 B
766 B
title, category, updated, intro
| title | category | updated | intro |
|---|---|---|---|
| Legacy IE bugs | HTML | 2018-03-06 | A bunch of bugs to take care of if you're going to target legacy IE browsers. |
IE8: 'change' event
The 'change' event doesn't always fire. Not for checkboxes, radios, multi-select lists. Use the click handler instead.
IE8: label with input
Clicking label with input inside doesn't focus the input.
IE8: Opacity propagation
An element's 'opacity' value isn't propagated to its positioned descendants.