Firefox (-moz-) 浏览器引擎前缀 CSS 扩展

浏览器引擎前缀用于表示某项功能为特定浏览器所独有。Firefox 支持多个 CSS 扩展,这些扩展都带有 -moz- 前缀。

没有标准等价属性的 -moz- 前缀属性

备注: 这些扩展大多是实验性的或已废弃,但为了向后兼容而保留。你应该避免在生产网站上使用它们。

有标准等价属性的 -moz- 前缀属性

以下属性最初是使用 -moz- 浏览器引擎前缀实现的,但现在 Firefox 已支持其标准(无前缀)语法。对前缀版本的支持通常会最终被移除,因此请改用标准属性。

A

B

C

  • -moz-column-count 已废弃 :不支持;请使用 column-count
  • -moz-column-fill 已废弃 :不支持;请使用 column-fill
  • -moz-column-gap 已废弃 :不支持;请使用 column-gap
  • -moz-column-width 已废弃 :不支持;请使用 column-width
  • -moz-column-rule 已废弃 :不支持;请使用 column-rule
  • -moz-column-rule-width 已废弃 :不支持;请使用 column-rule-width
  • -moz-column-rule-style 已废弃 :不支持;请使用 column-rule-style
  • -moz-column-rule-color 已废弃 :不支持;请使用 column-rule-color

F–M

O-P

T–Z

-moz- 前缀的属性值

全局值

background-image

属性:background-image

order-style 和 outline-style

属性:border-styleoutline-style

  • -moz-bg-inset 已废弃
  • -moz-bg-outset 已废弃
  • -moz-bg-solid 已废弃

<color> 关键字

类型:<color>

  • -moz-activehyperlinktext
  • -moz-hyperlinktext
  • -moz-visitedhyperlinktext
  • -moz-buttonhoverface
  • -moz-buttonhovertext
  • -moz-default-background-color
  • -moz-default-color
  • -moz-cellhighlight
  • -moz-cellhighlighttext
  • -moz-field
  • -moz-fieldtext
  • -moz-dialog
  • -moz-dialogtext
  • -moz-menuhover
  • -moz-menuhovertext

empty-cells

属性:empty-cells

  • -moz-show-background(怪异模式下的默认值)

font-family

属性:font-family

  • -moz-fixed

image-rendering

属性:image-rendering

  • -moz-crisp-edges 已废弃 :请使用 crisp-edges

<length>

类型:<length>

  • -moz-calc 已废弃 :请使用 calc()

list-style-type

属性:list-style-type

除了下表中的值,list-style-type 的几个带浏览器引擎前缀的值现在已作为标准值得到支持,无需 -moz- 前缀。详情请参阅浏览器兼容性

  • -moz-ethiopic-halehame
  • -moz-ethiopic-halehame-am
  • -moz-ethiopic-halehame-ti-er
  • -moz-ethiopic-halehame-ti-et
  • -moz-hangul
  • -moz-hangul-consonant
  • -moz-urdu

text-align

属性:text-align

width、min-width 和 max-width

属性:widthmin-widthmax-width

伪类

伪元素

@ 规则

媒体特性

其他

另见