Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

So, you want to contribute?

LeaVerou edited this page Oct 26, 2011 · 4 revisions

So, you want to contribute?

First of all, thanks for that! Here’s a list of the things that I’d like for -prefix-free, but don’t have a good idea about how to implement them properly, or I don’t have time to (or both):

  • A good, compact, forwards-compatible solution for Issue #16.
  • Anything that improves speed is welcome. Anything that improves file size is also welcome, as long as it doesn’t make the code hard to read. Readability is more important than 50 saved bytes.
  • Unit tests
  • Plugin for CSS3PIE. CSS3PIE uses it’s own -pie- prefix, which -prefix-free can’t dectect, as it’s not a "real" browser prefix. Also, the prefixing that CSS3PIE needs is not exactly straightforward. For example, background may or may not be prefixed.
  • Plugins for other JavaScript libraries. Currently there is only a jQuery plugin.

If you are going to contribute, please take some time to read the guidelines.

Clone this wiki locally