Prefix or Posthack

[Eric Meyer, in praise of browser prefixes][link] such as `-webkit`:

>If the history of web standards has shown us anything, it’s that hacks will be necessary. By front-loading the hacks using vendor prefixes and enshrining them in the standards process, we can actually fix some of the potential problems with the process and possibly accelerate CSS development.

I’d add that vendor prefixes work very well with a steady diet of progressive enhancement. You, as a developer, are not bound by law to [make every element on every page look exactly the same in every browser][no]. The less tied-down each of us are, the faster all of us can move.

[link]: http://www.alistapart.com/articles/prefix-or-posthack/ “A List Apart: Articles: Prefix or Posthack”
[no]: http://dowebsitesneedtolookexactlythesameineverybrowser.com/ “Do websites need to look exactly the same in every browser?”


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.