The browser-support tag has no wiki summary.
6
votes
3answers
147 views
Detect older IE versions
I need to detect if the user is running an older version of IE (IE9 is fine) from a jQuery plugin, so I won't have control over the HTML.
We've been discouraged from parsing the user-agent string and ...
3
votes
1answer
310 views
How to detect browser support for pageShow and pageHide?
How can we do JavaScript object detection for pageShow and pageHide handlers?
if( /* pagehide is supported */ ){
window.addEventListener('pagehide', exitFunction, false);
}
else{
...
3
votes
1answer
222 views
What is the best way to check for XHR2 file upload support?
If XHR2 is supported with file-upload capabilites, my application needs to do different preparation. What is a safe way to check if these capabilities are supported. Is it sufficient, for example, ...
3
votes
10answers
2k views
Does IE6 support any HTML5 elements?
Does IE6 support any HTML5 elements?
<!DOCTYPE HTML>
<header>
<section>
<header>
<nav>
<canvas>
<video>
2
votes
2answers
544 views
Does Google Dart JavaScript converter support older browsers?
Does the Google Dart JavaScript converter support older browsers or is it only supporting modern browsers?
2
votes
4answers
85 views
Browser compability/support table for JavaScript methods/properties
I found a few days ago a nice site with a big table with all the javascript proprieties/methods and the availability to all major browser.
My problem is that I can't find that site any more. Do you ...
2
votes
2answers
361 views
What browsers support CSS #parent > .direct-child notation? (no jQuery)
As far as I know, the > (#test>div) means that the div is required to be a direct child of #test.
Where a space (#test div) means that it can be a descendant/ancestor relationship. So #test p div ...
2
votes
1answer
147 views
HTML 5 specific element support in older browsers via Javascript?
Is there a javascript solution to make the canvas tag or the video tag in HTML5 behave more like HTML5 in older/current browsers that don't support it?
The canvas tag should ideally behave like the ...
2
votes
5answers
158 views
Can dropping IE6 support be considered a realistic performance indicator? [closed]
As part of the new year, my manager has required me to put forward a number of performance goals that will make up my performance review at the end of the year.
One of the indicators I'm considering ...
1
vote
1answer
130 views
Any idea of which mobile web browsers support html5 as of now?
Of all the mobile web browsers out there, more or less which ones support html5 as of now or plan on supporting it?
1
vote
1answer
495 views
Browser support for eTags
I'm working on getting my site to support the eTag/If-None-Match browser cache, but I'm not sure which browsers do/don't support it. Can anyone point me to a list? I can't imagine it's universal, but ...
1
vote
1answer
406 views
Cant re-install Chrome extension through registry after uninstall in manually
If I install and then uninstall our extension through the registry everything works fine.
But if I install it through the registry and then uninstall it through the browser extensions page the browser ...
1
vote
4answers
134 views
Which Versions of FireFox Should I Support?
I have recently built a template for a website that I see looks slightly different in different versions of FireFox. I was wondering, as a rule of thumb, which versions of FireFox are worth ...
1
vote
4answers
719 views
1
vote
7answers
4k views
Are browsers other than Firefox planning on supporting -moz CSS properties, or does CSS3 have an equivalent?
As of right now I believe only Firefox support -moz-border-radius property. I am surprised that twitter uses it.
Are any other browsers planning on supporting this or does CSS3 have something like ...
0
votes
1answer
26 views
Where is the “baseline” for JS support on a device? [closed]
I'm trying do define a series of very simple and low level Javascript "tests". The results should allow me to determine the level of Javascript support on a device and based on that to decide wether ...
0
votes
1answer
46 views
What browsers currently implement support for the HTML5 MediaController?
So my Google fu has failed me. Is there a know list of browsers (including beta versions) that support the HTML5 MediaController object?
0
votes
1answer
39 views
Are HTTP 1.0 directives still relevant?
I recently spent some time looking for best practices on preventing browsers from caching pages with dynamic content. In a post here on StackOverflow, someone suggested checking out this page: ...
0
votes
2answers
66 views
How to add HTML5 features to my browser [closed]
What are the new features in HTML5? I want to try it, but my browser does not support it. I am using Windows XP with IE8. How do I work with this?
0
votes
1answer
80 views
Which browsers support the HTML5 canvas and the fillText function?
I want to be able to tell users which browsers will support a new feature that involves the canvas. I know all the latest versions of Google Chrome, Internet Explorer, Firefox, Opera, and Safari ...
0
votes
2answers
78 views
Which browsers natively support the JSON object?
Recent browsers such as Chrome, and Firefox all have native implementations of the json.js JSON object. However what about Opera, Safari, Safri, Mobile, Android Stock, Android Dolphin, and the various ...
0
votes
1answer
41 views
Okay to use the hash DOM node property?
Would you advise against reading and using the hash DOM node property? (Do you think it might be deprecated and removed in the future?)
What is it? For a link <a ...
0
votes
1answer
72 views
HTML5 Sectioning elements and china browsers
I was building a project and was using HTML5 sectioning elements and HTML5 shiv/mordernizr to handle older IEs.
However while building the website, I begin to wonder about how will the china based ...
0
votes
1answer
89 views
Webkit browser display problems
I finally finished my website and low and behold, there are some inconsistencies in webkit based browsers.
My site has issues with certain link images on hover... the Southern University logo near ...
0
votes
1answer
47 views
Chrome _ = Safari 4
The title pretty much says it all.
What version of Chrome is equivalent to Safari 4?
If anyone knows the same about Safari 3 and 5 as well, that'd be helpful.
0
votes
2answers
316 views
jQuery mobile: degrade gracefully in non-supported browsers?
I'm developing a site in jQuery mobile (jQM). It's great, but one thing is troubling me.
jQM is not supported in all mobile browsers (notably BlackBerry 5). The site looks gorgeous in the Android ...
0
votes
1answer
269 views
XSL-FO, which browsers support it?
Which browsers currently support XSL-FO?
Which bowsers plan to support it and when?
Are there any plug-ins one can install to add support for it?
Are there any apps that can render XSL-FO?
NOTE: I ...
0
votes
3answers
126 views
Shall I ignore IE6 while developing a website? also any other browser to avoid? [closed]
Possible Duplicate:
Should we support IE6 anymore?
ripie6.com
I would like to know which browsers we can avoid. Many sites have stopped support to IE6. So, as developers we can also start ...
-7
votes
1answer
108 views
why my jquery code is not supporting on chrome but mozilla support it
My jquery code is not running on chrome and in mozilla they are running but not as i wished..i want something like google search image you mouse over it get bigger and on mouse out it gets to original ...