|
|
|
|
|
by batista
5238 days ago
|
|
The problem is those are BS differences that in the end don't matter much. border-bottom-right-radius vs border-radius-bottomright, please. Either use some consistent way of naming as you do with other properties, or just pick a f*n name and use it. If it was some real competing ideas on the RENDERING of the visual effect defined by the property, I could understand, but the mere name of css properties is not the place to be creative. Just discuss it for 1 hour with other vendors, come to a name and USE IT. |
|
This was just the quickest/most famous/easiest example I could think of. The other I referenced is more subtle. For gradients before standardization, Firefox included the type of gradient in the property definition, "background: -moz-linear-gradient(...)", whereas Webkit made it a parameter to the function, "background: -webkit-gradient(linear, ...)".