Questions tagged [browser-compatibility]
The browser-compatibility tag has no summary.
23 questions
1 vote
0 answers
221 views
How can I determine what browsers I need to support and when I can drop support for old browsers?
I'm debating whether or not to start using CSS variables. They're wonderful gifts from heaven ... except that Internet Explorer does not support them and never will. According to Net Market Share IE ...
0 votes
3 answers
463 views
Development Of Scriptable Webpage Served As XML And Parsed As HTML
In short, this question is about the cross-browser-compatibility-ness of a way to serve a HTML page as XML. I am interested in serving a web page as XML to be interpreted as HTML for increased CSS ...
1 vote
1 answer
349 views
Testing Browser/OS combinations
We support IE9, IE10, IE11, Chrome and Firefox, and we support them on Win7, Win8, Win8, and Win10. If we tested every possible combination of browser and OS that would be 20 times through our script ...
1 vote
2 answers
319 views
Website compatibility with old operating systems [closed]
I'm a web developer. I most often come across this critical situation when the website layout fits with the design when run on Windows 7 or 8 and Mobile Operating Systems (Android, iOs, Windows 8). ...
2 votes
1 answer
1k views
How to gracefully handle unsupported browsers?
Recently I have started experimenting with some of the newer W3C specifications such as WebGL and the Web Audio API that are not yet widely supported in browsers. As I want my page to look ...
1 vote
1 answer
226 views
What is the process or term for viewing HTML/CSS using localhost?
I have recently used some software, which come as a regular setup file, where you install your software, and then when you run it, opens the browser, uses the localhost with some specific port number ...
5 votes
1 answer
19k views
How the Compatibility View in IE works behind the scenes
When I remote connect to my work PC, in IE10, the juniper remote client service which is basically a plugin executed in the browser does not run. I need to turn on compatibility view to see it. My ...
0 votes
1 answer
204 views
Why Browsers do not resolve simple known issues? [closed]
Why Browsers do not resolve simple known issues such as: (in the context of CSS) Do NOT start a class name with a number! This is only supported in Internet Explorer and Do NOT start an ID name ...