Difference between revisions of "CSS Checker JetPack Extension"
Knovichikhi (talk | contribs) (→Project News) |
Knovichikhi (talk | contribs) (→Project Name) |
||
Line 1: | Line 1: | ||
== Project Name == | == Project Name == | ||
− | CSS Checker JetPack Extension 0. | + | CSS Checker JetPack Extension 0.1 |
== Project Description == | == Project Description == |
Revision as of 17:48, 22 October 2010
Contents
Project Name
CSS Checker JetPack Extension 0.1
Project Description
CSS as a standard evolves more slowly than browser vendor implementations, and as such, browser extensions are created. For example: -moz-box-shadow (Mozilla only), -webkit-box-shadow (Chrome/Safari), box-shadow (CSS standard). This extension will allow the user to tell when a a -webkit-* extension is being used for which there is also a -moz-* version. This will help with finding compatibility issues on websites that appear to work in one browser and not another.
Resources
- Vendor Specific Extensions:
- JetPack SDK
- https://jetpack.mozillalabs.com/
- IRC in #jetpack on irc.mozilla.org
- Gecko Layout Engine
- Mozilla CSS Extensions
- WebKit Layout Engine
- Webkit CSS Extensions