Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialEdith Allison
2,946 PointsWhy is browser support not discussed in this video? Opera Mini does not support calc nor vh.
Are there fallback options for Opera Mini that can be employed to allow use of calc() in browsers that support it, and have a fallback option for Opera Mini?
2 Answers
Diego ROJAS
1,781 PointsThere are many sites out there that let you check browser compatibility for both CSS and html.
I recommend you check these out although I agree with you, it should be the topic of one video.
Have a nice day.
Edith Allison
2,946 PointsHi Diego,
Thank you, yes, I do check caniuse but I was thrown by any warning in the video about browser compatibility. I appreciate that browser compatibility does change constantly, but a generic warning "check before using this code" would be helpful.