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

偽類

偽元素

@ 規則

媒體特性

其他

另見