|
|
|
|
|
by jballanc
5238 days ago
|
|
If only it were this simple. The problem is that not only are these implementations not formalized, but also there is often dispute over how they should be standardized. Border radius, for example, is "-webkit-border-bottom-right-radius" in Webkit but "-moz-border-radius-bottomright" in Firefox. If you look at competing ideas for standardizing things like gradients, you'll find even more disagreement. This is why prefixes are needed. |
|
In the end, everyone would just drop the prefix. Generating parsing it would be also way easier.