What happens when we use a feature that is unsupported by another browser? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What happens when we use a feature that is unsupported by another browser?

4th Jun 2016, 11:05 AM
Arthur Michael Pegios
Arthur Michael Pegios - avatar
3 Answers
+ 2
Every browser is different, but most browsers will just ignore the tag.
4th Jun 2016, 11:08 AM
Gabe Rust
Gabe Rust - avatar
0
most features are supported. there are vendor prefixes for features that aren't fully supported. -webkit-transition: all 0.75s ease; you will sometimes have several prefixes along with the standard style. there is a cool site I use called autoprefixer that adds these vendor prefixes to your css if you need them. also check out http://caniuse.com to see what is supported
10th Jun 2016, 1:02 PM
Trikyas.com
Trikyas.com - avatar
0
I agree with Gabe rust, if unsupported the feature will be ignored by the browser
1st Jul 2018, 4:05 AM
HARRY CAREY
HARRY CAREY - avatar