• Skip to main content
  • Select language
  • Skip to search
MDN Web Docs
  • Technologies
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs / DOM
    • WebExtensions
    • MathML
  • References & Guides
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
Firefox
  1. MDN
  2. Mozilla
  3. Firefox
  4. Firefox developer release notes
  5. Firefox 3 for developers
  6. CSS improvements in Firefox 3

CSS improvements in Firefox 3

In This Article
    1. See also

Firefox 3 offers a number of improvements to its CSS implementation. While these changes are documented on the appropriate pages in the documentation, this article provides an overview of them all so that developers can easily learn what these changes were.

  • The display property's inline-block and inline-table values are now implemented.
  • The font-size-adjust property now works on all platforms; previously it was only supported on Windows.
  • rgba() and hsla() support for color (bug 147017)
  • :default pseudo-class support (bug 302186)
  • -moz-max-content, -moz-min-content, -moz-fit-content, and -moz-available values have been added to width, min-width, and max-width (bug 311415 and bug 402706)
  • HTML soft hyphens (­) are now supported.
  • Pre-formatted tabs work much better in proportional fonts, following the CSS 2.1 spec.
  • The ime-mode property is supported.
  • The CSS text-rendering property for HTML is now supported (bug 387969).
  • -moz-border-*-start and -moz-border-*-end CSS properties are implemented (bug 74880).
  • -moz-initial is now implemented for almost all CSS properties (except quotes and -moz-border-*-colors) bug 80887.
  • window.getComputedStyle() now supports all supported CSS properties (bug 316981).
  • content's none value is now supported (bug 378535).
  • cursor's none value is now supported (bug 346690).
  • Background images now properly clip to a -moz-border-radius (bug 24998).
  • white-space's pre-wrap value is now supported (bug 261081).
  • Selectors like :first-child, :only-child, :last-child (bug 73586), :empty (bug 98997), or the + combinator (bug 229915) are now updated dynamically (bug 401291).
  • Negative z-index values are supported correctly.
  • The SVG property text-rendering is now supported and applies to XML and HTML content also (bug 387969).

See also

  • Firefox 3 for developers
  • DOM improvements in Firefox 3

Document Tags and Contributors

Tags: 
  • CSS
  • Firefox 3
 Contributors to this page: teoli, trevorh, Jürgen Jeka, Kohei, Wjjohnst, Taken, Beltzner, Mgjbot, Sheppy
 Last updated by: teoli, May 26, 2014, 11:01:37 PM
  1. Add-ons
    1. Firefox developer release notes
    2. Add-ons
    3. Add-on guidelines
    4. Add-on Manager
    5. Extensions
    6. OpenSearch plug-ins
    7. Plugins
    8. Themes
  2. Firefox internals
    1. Firefox developer release notes
    2. Mozilla project
    3. Gecko
    4. JavaScript code modules
    5. JS-ctypes
    6. MathML project
    7. MFBT
    8. Mozilla projects
    9. Preference system
    10. WebIDL bindings
    11. XPCOM
    12. XUL
  3. Building and contributing
    1. Build instructions
    2. Configuring build options
    3. How the build system works
    4. Mozilla source code
    5. Localization
    6. Mercurial
    7. Quality assurance
    8. Using Mozilla code in other projects