The Open Web Needs You Now
glazman.org
The Open Web Needs You Now
1–10 of 61 posts
Re: The Open Web Needs You Now
#2Re: The Open Web Needs You Now
#3Luckily nice tools exist to automatize the boring prefixing (even for us who don't use LESS/SASS style preprocessors):
$ pip install cssprefixer
There is also a client-side solution, which I find suboptimal as a technique, but YMMV: http://leaverou.github.com/prefixfree/Re: The Open Web Needs You Now
#4Re: The Open Web Needs You Now
#5Re: The Open Web Needs You Now
#6The other browsers have been moving too slowly in their update cycles and it is starting to show. The difference this time is that WebKit is open source.
using -webkit- prefixes but not the -o- and -moz- counterparts is just very bad CSS and has nothing to do with slow update circles anywhere.
Re: The Open Web Needs You Now
#7I'm huge WebKit fan (been since KDE 2), but I agree with the author that the current situation is problematic. (Although the case with IE6 was orders of magnitude worse and largely different in nature.) Luckily nice tools exist to automatize the boring prefixing (even for us who don't use LESS/SASS style preprocessors): $ pip install cssprefixer There is also a client-side solution, which I find suboptimal as a techn…
Re: The Open Web Needs You Now
#8When the spec changes, the updated feature could be implemented as '-dev-2-', '-dev-3-' and so on. W3C would just need to introduce consistent numbering scheme that could be followed by all vendors.
Vendor prefixes should be reserved only for features that are not standardized in any way.
Re: The Open Web Needs You Now
#9Re: The Open Web Needs You Now
#10That is a terrible, terrible idea and will never (and should never) happen. Sure, add support for the un-prefixed property. But don't break existing sites.
That mentality is what gave us XHTML, and we all know how that went. I guess it is the IE6 days all over again after all...