Feature support in browsers
December 06, 2017
If you find yourself needing to test feature support in browsers, Dive Into HTML5 has a complete list of checks you can run.
In my case, can I use <details>
? Let’s find out with:
'open' in document.createElement('details')
Hey, I'm Ian. I build websites and write about what I learn as I go. Follow me on Twitter.