RAMsey

14 Oct, 2008

CSS Properties supported by Firefox 3.1

Posted by: pat In: Geekery

It’s exciting to see CSS features supported in a new release of a web browser. According to the Firefox 3.1 beta release notes, these properties are now supported:

Newly supported properties:

  • text-shadow
  • box-shadow as -moz-box-shadow
  • border-image as -moz-border-image
  • column-rule as -moz-column-rule, -moz-column-rule-width, -moz-column-rule-style, and -moz-column-rule-color
  • column-gap as -moz-column-gap
  • word-wrap
  • Added the custom color value -moz-nativehyperlinktext, which selects the computer’s native hyperlink color.
  • pre-line as a white-space value.
  • New values for -moz-appearance: -moz-win-glass and -moz-mac-unified-toolbar.
  • -moz-transform and -moz-transform-origin are now supported for CSS transforms.

Newly supported selectors:

  • :nth-child
  • :nth-last-child
  • :nth-of-type
  • :nth-last-of-type
  • :first-of-type
  • :last-of-type
  • :only-of-type

These and more at the release notes for Firefox 3.1beta.

Tags: , ,

No Responses to "CSS Properties supported by Firefox 3.1"

Comments are closed.