- From: Alexander Shpack <shadowkin@gmail.com>
- Date: Fri, 22 Apr 2011 12:06:53 +0300
- To: www-style <www-style@w3.org>
Using of four (or more) browser specific properties make css file unreadable. I propose replace this list something: foo; -moz-something: foo; -o-something: foo; -webkit-something: foo; -ms-something: foo; ... by something: foo; *-something: foo; UA will use standard if it possible, or specific behavior otherwise. Or, more flexible property declaration: *something: foo; Try standard behavior first, or use specific if it possible.
Received on Friday, 22 April 2011 09:07:20 UTC