From the course: CSS Fundamentals: Unlock the Power of Web Styling

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Using the "Can I use..." for a CSS property

Using the "Can I use..." for a CSS property - CSS Tutorial

From the course: CSS Fundamentals: Unlock the Power of Web Styling

Using the "Can I use..." for a CSS property

- [Instructor] CSS is continually evolving. As a developer, you may want to take some new or experimental features for a spin before they're fully supported in all browsers. What we're looking at here is the official documentation for various specification modules, as well as their status. For instance, here we have the Flex Box module and we can see that it's got a status of CR. Now, if we go down the page further we can get an explanation for these status codes. And CR in this case means Candidate Recommendation. These are basically stages that modules can move through from their very initial development, all the way through to being a recommendation and fully supported or mostly fully supported in browsers. Now, this is some pretty dense documentation on this page and odds are you don't want to have to dig through it to find out whether you can use a particular CSS property. I'd like to introduce you to your new best friend…

Contents