docs.rodeo

MDN Web Docs mirror

Mozilla vendor-prefixed CSS extensions

{{CSSRef}} 

Firefox supports a number of Mozilla extensions to CSS, including properties, values, pseudo-elements and pseudo-classes, at-rules, and media queries. These extensions are prefixed with -moz-.

[!NOTE] These extensions are mostly experimental or deprecated but kept for backward compatibility. Avoid using them on production websites.

Mozilla-only properties

Formerly proprietary properties that are now standard

[!NOTE] To maximize the compatibility of your CSS, you should use the unprefixed standard properties instead of the prefixed ones listed below. Once a given property is standardized and implemented without the prefix, the prefixed version is typically dropped after a while.

A

B

C

F–M

O

P

T–U

Values

Global values

-moz-appearance

Property: {{CSSxRef("appearance", "-moz-appearance")}} 

background-image

Property: {{CSSxRef("background-image")}} 

Gradients

Elements

Sub-images

border-color

Property: {{CSSxRef("border-color")}} 

order-style and outline-style

Properties: {{CSSxRef("border-style")}}  and {{CSSxRef("outline-style")}} 

<color> keywords

Type: {{CSSxRef("&lt;color&gt;")}} 

display

Property: {{CSSxRef("display")}} 

empty-cells

Property: {{CSSxRef("empty-cells")}} 

font

Property: {{CSSxRef("font")}} 

font-family

Property: {{CSSxRef("font-family")}} 

image-rendering

Property: {{CSSxRef("image-rendering")}} 

<length>

Type: {{CSSxRef("&lt;length&gt;")}} 

list-style-type

Property: {{CSSxRef("list-style-type")}} 

text-align

Property: {{CSSxRef("text-align")}} 

text-decoration

Property: {{CSSxRef("text-decoration")}} 

-moz-user-select

Property: {{CSSxRef("user-select", "-moz-user-select")}} 

width, min-width, and max-width

Properties: {{CSSxRef("width")}} , {{CSSxRef("min-width")}} , and {{CSSxRef("max-width")}} 

Pseudo-elements and pseudo-classes

A – D

F – I

L – M

N – R

S

T

U – X

At-rules

Media features

Other

See also

In this article

View on MDN