Have you ever discovered a new CSS feature, found it to be really cool, and then realized that it will still take a long time before you can use it?
How about having to deal with CSS cross-browser incompatibilities and inconsistent behavior? Wouldn't it be great to have a way to polyfill a CSS feature and start using them today?
CSS Houdini is a new set of APIs that, for the first time, allows us developers to extend CSS itself and hook into the browsers' rendering engines. This gives us the power to fix the problems with CSS once and for all. And also be creative and have fun along the way! In this talk, we will explore what CSS Houdini is, how to use it to fix CSS problems, and how to build nice things with it.