Is this safe to assume that every browser can handle CSS3 nowadays? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is this safe to assume that every browser can handle CSS3 nowadays?

I'm at the beginning of making my first more serious site and I would like to know if it's still neccessary to write separate cases for different browsers or I can ignore them and just go with one universal case if I want to utilize CSS3?

17th Jan 2017, 10:22 PM
Michał Zabrzyjewski
11 Answers
+ 5
Look now EACH AND EVERY browser (not mini browsers) support CSS3 and webgl .....don't worry prefixes would only make your script bigger . It will always work without prefixes except the browser belongs to a mad who have not updated browser from many years 👍
19th Jan 2017, 3:36 AM
Sun
Sun - avatar
+ 4
Some tips. Check out caniuse.com to find out if css rule is supported by targeted browser. Learn about reset.css and autoprefixer tools to ease handling vendor prefixes.
18th Jan 2017, 9:45 PM
mcr
+ 4
Generically speaking, no. Here is the table that shows that some CSS3 properties are not supported by any and all browser yet, even in their latest versions: http://www.w3schools.com/cssref/css3_browsersupport.asp. Hence it is safer to consult http://caniuse.com/, particularly in the case of newly introduced properties.
19th Jan 2017, 4:34 PM
🇺🇦Lamhita Prem🇺🇦
🇺🇦Lamhita Prem🇺🇦 - avatar
+ 2
There are few exceptions, but yes. ie and Mozilla can require plugins. if you check a css call for compatibility you'll find the workaround if needed
17th Jan 2017, 11:26 PM
Louis Milotte
Louis Milotte - avatar
+ 1
you must learn to add those vendor prefixes.
18th Jan 2017, 7:10 PM
Edmar Dausan
Edmar Dausan - avatar
+ 1
actually You should learn the newst version but if you want to build a website and you think that its going to grow and become greator you should build it in a way that anybody even screen readers could easely use it. another way is forcing the users to be update. but this method works when your website is usefull and famous.
19th Jan 2017, 1:16 PM
Mehdi_AD
Mehdi_AD - avatar
+ 1
Prefix only for moz, google chrom and IE) and css3 can handle all browser, mini-browser too
13th Sep 2017, 12:31 PM
Александр Красников
Александр Красников - avatar
0
No I assumed this recently with text outline but was only working in webkit.
20th Jan 2017, 2:09 AM
Rob
Rob - avatar
- 3
hi
18th Jan 2017, 8:52 PM
حسين أبوهلال
حسين أبوهلال - avatar
- 5
me nam hussain abuhilal
18th Jan 2017, 8:52 PM
حسين أبوهلال
حسين أبوهلال - avatar
- 8
yes it is true but some browser is html
18th Jan 2017, 9:43 AM
Suraj Kumar
Suraj Kumar - avatar