Firefox (-moz-) vendor-prefixed CSS extensions

A vendor prefix is used to indicate that a feature is specific to a certain browser. Firefox supports several extensions to CSS, which are prefixed with -moz-.

-moz-prefixed properties without standard equivalents

Note: These extensions are mostly experimental or deprecated but kept for backward compatibility. You should avoid using them on production websites.

-moz-prefixed properties with standard equivalents

The following properties were implemented first using the -moz- vendor prefix, but are now supported in Firefox using the standard (non-prefixed) syntax. Support for the prefixed version is typically dropped eventually, so use the standard property instead.

A

B

C

F–M

O-P

T–Z

-moz-prefixed property values

undefined

Global values

background-image

Property: background-image

border-style and outline-style

Properties: border-style and outline-style.

<color> keywords

Type: <color>

empty-cells

Property: empty-cells

font-family

Property: font-family

image-rendering

Property: image-rendering

<length>

Type: <length>

list-style-type

Property: list-style-type

Several vendor-prefixed values for list-style-type are now supported as standard values without a -moz- prefix, except for those in the following list. See Browser Compatibility for details.

text-align

Property: text-align

width, min-width, and max-width

Properties: width, min-width, and max-width

Pseudo-classes

Pseudo-elements

At-rules

Media features

Other

See also