Opera confirms support for WebKit vendor prefixes
netmagazine.com
Opera confirms support for WebKit vendor prefixes
1–10 of 50 posts
Re: Opera confirms support for WebKit vendor prefixes
#2Standards are standards - period. I see ton of wrong with this approach, or... mabye we should just ignore the w3C CSS Working group.
Vendor prefixes are fine - as long they are used as temporary solution, and no one expects them to be the "default" way of doing things.
Re: Opera confirms support for WebKit vendor prefixes
#3There is a varying degree of a WebKit monoculture on mobile. Without great site compatibility, users will never successfully switch to a non-webkit browser, but currently much of the great mobile content out there assumes webkit prefixes and userAgent. So Opera, Mozilla, and MS basically need to adopt some of the mobile webkit properties in order to get compatibility, in order to get users. It's either that or advocacy wherein we try to get every site ever to not publish with just WebKit prefixes. But in reality, this advocacy effort has been underway already for over two years and we're still in this bad situation.
Look at the chart linked to from http://paulirish.com/2012/vendor-prefixes-are-not-developer-... When IE10 comes out (or it's complementary mobile browser), less than 25% of all sites that use CSS transitions will have them working in IE10.
Vendor prefixes are bad for us as developers and they're bad for browsers because it leads to situations like these. We'd be in a better situation without them.
BTW, one detail that wasn't really covered: I believe this change is localized to Opera's mobile browsers. Their desktop story is, I think, unchanged.
(All the above is a personal opinion and not that of my employer, yadda yadda)
Re: Opera confirms support for WebKit vendor prefixes
#4If you all remember back in the IE6 dominated days, Opera was built to the web standards but in order to make it a viable browser for pages that were only tested in IE6, they had to try to emulate IE6 behavior in Quirks mode, and I'm sure Mozilla had to do the same thing.
Hopefully this is a short-term thing unless standards are more finalized and browser implementations become more consistent.
Re: Opera confirms support for WebKit vendor prefixes
#5What an idiotic move - So now they want to make webkit the next IE of internet? Standards are standards - period. I see ton of wrong with this approach, or... mabye we should just ignore the w3C CSS Working group. Vendor prefixes are fine - as long they are used as temporary solution, and no one expects them to be the "default" way of doing things.
There is something inherently wrong with vendor prefixes as they are used currently. But in the same time they are good if some browser wants to implement a new alpha feature or something.. but they should really not be supported for so much time as they are now.
Re: Opera confirms support for WebKit vendor prefixes
#6Re: Opera confirms support for WebKit vendor prefixes
#7(http://www.quirksmode.org/blog/archives/2012/02/the_vendor_p...)
Re: Opera confirms support for WebKit vendor prefixes
#8Re: Opera confirms support for WebKit vendor prefixes
#9What an idiotic move - So now they want to make webkit the next IE of internet? Standards are standards - period. I see ton of wrong with this approach, or... mabye we should just ignore the w3C CSS Working group. Vendor prefixes are fine - as long they are used as temporary solution, and no one expects them to be the "default" way of doing things.