Alongside with newest WebKit builds, Mozilla is adding lots of new and promising features to Gecko:
- HTML5 and @font-face support!
- Media Queries, allowing website/webapp developers to load certain stylesheets depending on the device properties, like:
display’s aspect ratio, bits per color, color/monochrome display, etc.
Nearly all of those properties accept min/max prefixes, and can be combined using logical operators, - Updated :before and :after support, and loads of new CSS3 pseudoselectors.
- and more…
The world is becoming a better place for both developers and users.