Firefox 3.5 for developers

Das mozilla developer center fasst die wichtigsten Neuerung in Firefox 3.5 für Entwickler zusammen:

Der Bereich der mich interessierte: CSS Neuerungen:

Downloadable fonts support
The new @font-face @rule lets web pages provide downloadable fonts, so that sites can be rendered exactly as the page author expects.
CSS media queries
Firefox 3.5 now supports CSS media queries, which enhance support for media-dependent style sheets.
:before and :after updated to CSS 2.1
The :before and :after pseudo-elements have been updated to full CSS 2.1 support, adding support for the position, float, list-style-*, and some display properties.
ch units for length
The ch unit can now be used anywhere that accepts a unit of length. 1ch is the width of the “0” (zero) character.
opacity
The -moz-opacity Mozilla extension to CSS has been removed in favor of the standard opacity property.
text-shadow
The text-shadow property, which allows web content to specify shadow effects to apply to text and text decorations, is now supported.
word-wrap
This newly-supported property lets content specify whether or not lines may be broken within words in order to prevent overflow when an otherwise unbreakable string is too long to fit on one line.
white-space property supports the pre-line value
The white-space property now accepts the pre-line value.
-moz-box-shadow
-moz-border-image
-moz-column-rule
-moz-column-rule-width
-moz-column-rule-style
-moz-column-rule-color
Firefox 3.5 adds support for these Mozilla extensions to CSS.
The -moz-nativehyperlinktext color value
This new color value represents the user’s system’s default hyperlink color.
The new -moz-window-shadow and -moz-system-metric(mac-graphite-theme) properties
These new CSS properties were added to facilitate theming.
New values for -moz-appearance
The -moz-win-glass and -moz-mac-unified-toolbar values have been added to -moz-appearance.
Using CSS transforms
Firefox 3.5 supports CSS transforms. See -moz-transform and -moz-transform-origin for details.
:nth-child
:nth-last-child
:nth-of-type
:nth-last-of-type
:first-of-type
:last-of-type
: only-of-type
These selectors are all newly-supported in Firefox 3.5.

Possibly related posts (automatically generated)