browser-support

-moz CSS properties and browser support

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 this in the works? edit:// also found -webkit-border-top-left-radius and then the CSS3 version So when is CSS3 coming out? ...

Can dropping IE6 support be considered a realistic performance indicator?

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 pushing is dropping support for IE6 from our (large) public website. The site currently has a representation of 12.1% in IE6. However nea...

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 it would in HTML5 supportive browsers, but the video tag is also good if it's replaced with alternate code. ...

Shall I ignore IE6 while developing a website? also any other browser to avoid?

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 avoiding some sites? If yes, what are all? (which versions of what broswers) Even though I have asked the question already here: http://st...

Does IE6 support any HTML5 elements?

Does IE6 support any HTML5 elements? <!DOCTYPE HTML> <header> <section> <header> <nav> <canvas> <video> ...