Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IE and Edge Compatibility

Name: Anonymous 2018-09-12 19:28

Most people use Chrome, Firefox, Safari, or sometimes Opera. Webkit browsers are more or less the same too, so not a big deal. So you're really just dealing with webkit and Firefox. IE and Edge are a pain in the ass. Very few people use them. Do web developers have to cater to IE and Edge users and ensure that their sites render properly in these shitty browsers? Or should you just do a user agent check and then send an alert box telling them to use a real browser instead?

Name: Anonymous 2018-09-12 20:36

>>3
If you use TypeScript for example, you can target even ES3, which guarantees compatibility with IE9: https://www.typescriptlang.org/docs/handbook/compiler-options.html

That just leaves CSS and HTML.

For CSS, you can use stuff like SASS + SASS vendor mixins to generate CSS for all browsers. Plus with Bootstrap type libraries you can minimize the amount of CSS you have to do in general, and it all works across environments.

For HTML, you just have to not rely on html5 elements or use a JavaShit library like https://modernizr.com/

Nobody writes JavaShit/CSS/HTML by hand anymore; that's why IE isn't a problem anymore.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List