Opera 10.50 alpha beta comes with a set of nice improvements, including the long-waited HTML5 <video> tag, CSS Transform, CSS Transition, and some enhanced CSS3 properties like box-shadow or border-radius.
To quickly sum up the usage of those newly supported properties, just notice:
- CSS Transform and Transition are implemented with the -o prefix, so properties look like -o-transform: rotate(5reg);.
- Other CSS3 properties are directly implemented without any prefix. Notice that border-radius property is implemented without prefix, too, unlike -webkit-border-raidus in Webkit and -moz-border-radius in Gecko.
- HTML5 <video> only supports ogg format, the same and open format supported by Gecko / Firefox.
Visiting the Opera Developer Network may help you with further details.