Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
opacity is a CSS3 spec. It doesn't validate to the 2.1 level that the validator is probably running at.
My advice: don't worry about it. CSS validation doesn't matter to the browsers or anything else. If your browser sees a selector that it doesn't recognize, it just ignores it, which is part of the specs.
The more standard browsers all recognize opacity because of how useful it is, not because CSS3 has been standardized (it hasn't).
|