`

Firefox特有css扩展样式列表

阅读更多

Mozilla浏览器支持一些扩展的CSS是以-moz开头的。这些措施包括了一些功能,包括圆形边界,并能够指定不同的方块的宽度和高度的计算,在非标准方式下,这种css在Mozilla浏览器下执行计算更容易得到支持。

有些特性在后来被提议列入的CSS规范,但标准的属性与-moz属性还是有些不同。

其中一些非标准属性只适用于Mozilla浏览器。


At-rules

    * @-moz-document

Pseudo-elements and pseudo-classes

    * :-moz-list-bullet控制list-style的大小。
    * :-moz-first-node伪对象:第一个节点。
    * :-moz-last-node 伪对象:最后一个节点。
    * :-moz-only-whitespace伪对象:空白内容。
    * :-moz-bound-element
    * :-moz-any-link (matches :link and :visited)
    * :-moz-drag-over
    * :-moz-tree-row
    * :-moz-tree-row(hover) New in Firefox 3
    * :-moz-tree-cell
    * :-moz-tree-checkbox
    * :-moz-tree-column
    * :-moz-tree-cell-text
    * :-moz-tree-cell-text(hover) New in Firefox 3
    * :-moz-tree-twisty
    * :-moz-tree-indentation
    * :-moz-tree-line
    * :-moz-tree-image
    * :-moz-tree-separator
    * :-moz-tree-drop-feedback
    * :-moz-tree-progressmeter
    * :-moz-system-metric(windows-default-theme) New in Firefox 3
    * :-moz-system-metric(mac-graphite-theme) New in Firefox 3.1 bug 448767
    * :-moz-system-metric(images-in-menus) New in Firefox 3
    * :-moz-system-metric(scrollbar-start-backward) New in Firefox 3
    * :-moz-system-metric(scrollbar-start-forward) New in Firefox 3
    * :-moz-system-metric(scrollbar-end-backward) New in Firefox 3
    * :-moz-system-metric(scrollbar-end-forward) New in Firefox 3
    * :-moz-system-metric(scrollbar-thumb-proportional) New in Firefox 3
    * :-moz-alt-text New in Firefox 3
    * :-moz-placeholder New in Firefox 3
    * :-moz-broken New in Firefox 3
    * ::-moz-svg-foreign-content
    * ::-moz-scrolled-page-sequence
    * ::-moz-scrolled-content
    * ::-moz-anonymous-block
    * ::-moz-cell-content
    * ::-moz-anonymous-positioned-block
    * ::-moz-pagecontent
    * ::-moz-page
    * ::-moz-page-sequence
    * ::-moz-pagebreak
    * ::-moz-viewport
    * ::-moz-viewport-scroll
    * ::-moz-canvas
    * ::-moz-scrolled-canvas
    * ::-moz-xul-anonymous-block
    * ::-moz-table
    * ::-moz-table-cell
    * ::-moz-table-row-group
    * ::-moz-table-column-group
    * ::-moz-table-column
    * ::-moz-table-row
    * ::-moz-table-outer
    * ::-moz-inline-table

Properties

    * -moz-appearance
    * -moz-binding
    * -moz-background-clip
    * -moz-background-inline-policy
    * -moz-background-origin
    * -moz-border-image New in Firefox 3.1 bug 378217
    * -moz-border-top-colors
    * -moz-border-right-colors
    * -moz-border-bottom-colors
    * -moz-border-left-colors
    * -moz-border-radius
    * -moz-border-radius-topleft
    * -moz-border-radius-topright
    * -moz-border-radius-bottomleft
    * -moz-border-radius-bottomright
    * -moz-box-align
    * -moz-box-direction
    * -moz-box-flex
    * -moz-box-ordinal-group
    * -moz-box-orient
    * -moz-box-pack
    * -moz-box-shadow New in Firefox 3.1 bug 212633
    * -moz-box-sizing
    * -moz-image-region
    * -moz-box-flexgroup
    * -moz-opacity Obsolete
    * -moz-outline Deprecated
    * -moz-outline-color Deprecated
    * -moz-outline-offset
    * -moz-outline-radius
    * -moz-outline-radius-topleft
    * -moz-outline-radius-topright
    * -moz-outline-radius-bottomleft
    * -moz-outline-radius-bottomright
    * -moz-outline-style Deprecated
    * -moz-outline-width Deprecated
    * -moz-user-focus
    * -moz-user-input
    * -moz-user-modify
    * -moz-user-select
    * -moz-window-shadow New in Firefox 3.1 bug 450939

    * CSS3 Box
          o overflow-x
          o overflow-y

    * CSS3 Columns
          o -moz-column-count
          o -moz-column-gap
          o -moz-column-width
          o -moz-column-rule New in Firefox 3.1 bug 271586
          o -moz-column-rule-width New in Firefox 3.1 bug 271586
          o -moz-column-rule-style New in Firefox 3.1 bug 271586
          o -moz-column-rule-color New in Firefox 3.1 bug 271586
    * CSS transforms
          o -moz-transform New in Firefox 3.1
          o -moz-transform-origin New in Firefox 3.1

    * -moz-float-edge
    * -moz-border-end
    * -moz-border-end-color
    * -moz-border-end-style
    * -moz-border-end-width
    * -moz-border-start bug 74880
    * -moz-border-start-color
    * -moz-border-start-style
    * -moz-border-start-width
    * -moz-margin-end
    * -moz-margin-start
    * -moz-padding-start
    * -moz-padding-end
    * -moz-force-broken-image-icon
    * -moz-stack-sizing New in Firefox 3.1

Values

    * cursor
          o -moz-alias
          o -moz-cell
          o -moz-context-menu
          o -moz-copy
          o -moz-grab
          o -moz-grabbing
          o -moz-spinning
          o -moz-zoom-in
          o -moz-zoom-out

    * display
          o -moz-box
          o -moz-inline-block
          o -moz-inline-box
          o -moz-inline-grid
          o -moz-inline-stack
          o -moz-inline-table
          o -moz-grid
          o -moz-grid-group
          o -moz-grid-line
          o -moz-groupbox
          o -moz-deck
          o -moz-popup
          o -moz-stack
          o -moz-run-in
          o -moz-compact
          o -moz-marker

    * overflow
          o -moz-scrollbars-horizontal
          o -moz-scrollbars-none
          o -moz-scrollbars-vertical
          o -moz-hidden-unscrollable

Note: All of these values should be considered deprecated. Use of the overflow-x and overflow-y is preferred, although it does not replace the last of these.

    * border-style and outline-style
          o -moz-bg-inset - Makes the inset border to blend with then current background (scheduled for removal bug 84307 )
          o -moz-bg-outset - Makes the outset border to blend with then current background (scheduled for removal bug 84307 )
          o -moz-bg-solid - Makes the solid border to blend with then current background (scheduled for removal bug 84307 )

    * border-color
          o -moz-use-text-color

    * For all properties accepting color keywords
          o -moz-activehyperlinktext
          o -moz-hyperlinktext
          o -moz-visitedhyperlinktext
          o -moz-buttondefault
          o -moz-buttonhoverface
          o -moz-buttonhovertext
          o -moz-cellhighlight
          o -moz-cellhighlighttext
          o -moz-field
          o -moz-fieldtext
          o -moz-dialog
          o -moz-dialogtext
          o -moz-dragtargetzone
          o -moz-mac-accentdarkestshadow
          o -moz-mac-accentdarkshadow
          o -moz-mac-accentface
          o -moz-mac-accentlightesthighlight
          o -moz-mac-accentlightshadow
          o -moz-mac-accentregularhighlight
          o -moz-mac-accentregularshadow
          o -moz-mac-chrome-active New in Firefox 3.1 bug 449833
          o -moz-mac-chrome-inactive New in Firefox 3.1 bug 449833
          o -moz-mac-focusring
          o -moz-mac-menuselect
          o -moz-mac-menushadow
          o -moz-mac-menutextselect
          o -moz-menuhover
          o -moz-menuhovertext
          o -moz-win-communicationstext New in Firefox 3
          o -moz-win-mediatext New in Firefox 3
          o -moz-nativehyperlinktext New in Firefox 3.1 bug 426732

    * empty-cells
          o -moz-show-background (default value in quirks mode)

    * font-family
          o -moz-fixed

    * font
          o -moz-button
          o -moz-info
          o -moz-desktop
          o -moz-dialog (also a color)
          o -moz-document
          o -moz-workspace
          o -moz-window
          o -moz-list
          o -moz-pull-down-menu
          o -moz-field (also a color)

    * text-align
          o -moz-center
          o -moz-left
          o -moz-right

    * text-decoration
          o -moz-anchor-decoration

    * -moz-user-select
          o -moz-all
          o -moz-none

    * list-style-type
          o -moz-arabic-indic
          o -moz-bengali
          o -moz-cjk-earthly-branch
          o -moz-cjk-heavenly-stem
          o -moz-devanagari
          o -moz-ethiopic-halehame
          o -moz-ethiopic-halehame-am
          o -moz-ethiopic-halehame-ti-er
          o -moz-ethiopic-halehame-ti-et
          o -moz-ethiopic-numeric
          o -moz-gujarati
          o -moz-gurmukhi
          o -moz-hangul
          o -moz-hangul-consonant
          o -moz-japanese-formal
          o -moz-japanese-informal
          o -moz-kannada
          o -moz-khmer
          o -moz-lao
          o -moz-malayalam
          o -moz-myanmar
          o -moz-oriya
          o -moz-persian
          o -moz-simp-chinese-formal
          o -moz-simp-chinese-informal
          o -moz-tamil
          o -moz-telugu
          o -moz-thai
          o -moz-trad-chinese-formal
          o -moz-trad-chinese-informal
          o -moz-urdu

    * width , min-width , max-width (see bug 311415 )
          o -moz-min-content New in Firefox 3
          o -moz-fit-content New in Firefox 3
          o -moz-max-content New in Firefox 3
          o -moz-available New in Firefox 3

    * -moz-appearance
          o -moz-win-browsertabbar-toolbox New in Firefox 3
          o -moz-win-communications-toolbox New in Firefox 3
          o -moz-win-media-toolbox New in Firefox 3
          o -moz-mac-unified-toolbar New in Firefox 3.1

Others

    * color 'functions'
          o -moz-hsla (hue, saturation, lightness, opacity)
          o -moz-rgba

    * -moz-initial - The value -moz-initial is a partial implementation of css3's initial used to apply the CSS specification's initial value of a property to an element.

    * -moz-math-columnline
    * -moz-math-firstcolumn
    * -moz-math-firstrow
    * -moz-math-font-size
    * -moz-math-font-style
    * -moz-math-lastcolumn
    * -moz-math-lastrow
    * -moz-math-rowline

CSS Transforms

From CSS Transforms spec (Webkit)

    * -moz-transform CSS Transforms introduction New in Firefox 3.1 bug 435293
    * -moz-transform-origin New in Firefox 3.1 bug 435293


This list may not be complete. See Talk:Mozilla CSS Extensions

 

分享到:
评论

相关推荐

    IE和firefox调试插件

    接下来是Firefox的调试插件,"firebug-1.2.0b6-fx.xpi"是Firefox早期版本的Firebug扩展。Firebug是一款非常强大的网页开发工具,它可以让你实时查看和编辑HTML、CSS、JavaScript,甚至包括DOM元素。Firebug对AJAX...

    Gecko DOM Reference(Firefox DOM参考手册)

    Firefox的DOM实现了完整的W3C DOM标准,同时包含了一些特有的扩展和优化,以适应Firefox的特性和功能。 **Gecko** 是Firefox的核心组件,是一个开源的、跨平台的布局引擎,用于处理网页内容。Gecko不仅支持DOM,还...

    Firefox火狐浏览器官方57.0.4-mac版本dmg安装包

    本文将详细介绍“Firefox火狐浏览器官方57.0.4-mac版本dmg安装包”及其相关知识点。 首先,Firefox 57.0.4是火狐浏览器的一个特定版本,发布于2017年。这个版本带来了重大的更新,被称为“量子(Quantum)”更新,...

    CSS的私有属性小结(针对FireFox浏览器)

    这是一个Firefox特有的规则,它可以让你的CSS样式仅在指定的URL、URL前缀或域名下生效。例如: ```css @-moz-document url(http://www.w3.org/), url-prefix(http://www.w3.org/Style/), domain(jb51.net) { div {...

    Firefox火狐浏览器官方67.0b6-mac版本dmg安装包

    《Firefox火狐浏览器官方67.0b6-mac版本dmg安装包详解》 Firefox,全球知名的开源网络浏览器,以其强大的安全性能、高度的可定制性和对Web标准的出色支持,深受用户喜爱。在这款67.0b6-mac版本中,Firefox继续为Mac...

    微软前MSND使用的Deeptree扩展,支持IE7,Firefox

    描述中提到的“支持IE7,Firefox”,意味着这个Deeptree扩展是兼容两个主要的浏览器:Internet Explorer 7(IE7)和Firefox。在那个时候,IE7还是相当广泛使用的浏览器,而Firefox则因其开源和先进的功能受到许多用户...

    滤镜问题-FireFox火狐浏览器与IE的对比分析

    本文将深入探讨FireFox火狐浏览器与Internet Explorer(简称IE)在处理特定CSS属性——尤其是滤镜效果方面存在的差异,并通过具体的示例代码来说明这些差异。 #### 一、概述 FireFox和IE作为两大主流浏览器,在其...

    div+css静态文章模板(兼容火狐,IE6,IE7)

    1. IE6/IE7兼容性:这两个老版本的IE浏览器对CSS的支持有限,存在一些特有的渲染问题,如盒模型差异、浮动元素清除、透明度处理等。解决方法包括使用条件注释提供特定于IE的样式,使用IE专有的CSS hack,或者借助于...

    firefox firebug

    压缩包内的文件“FirefoxChinaEdition-latest.exe”很可能是Firefox中国版的最新安装程序,这个版本可能包含了针对中国用户的特有优化或者本地化内容。而“fireBug地址.txt”可能是一个文本文件,其中包含有关如何...

    最好用的Css编辑器

    描述中提到的“支持不同浏览器下的Css标准”,这意味着该编辑器应具有跨浏览器兼容性的特点,能够处理各种浏览器(如Chrome、Firefox、Safari、Edge和Internet Explorer等)可能存在的差异。这涉及到对CSS版本的理解...

    CSS hack技巧大全

    这个例子扩展了情境(一),不仅考虑了IE,还考虑了Firefox。通过伪类选择器`x:-moz-any-link, x:default`,我们可以区分Firefox和其他浏览器: ```css .bb{ height:32px; background-color:#f1ee18; /*所有识别*...

    条件CSS的高级用法.pdf

    浏览器特有CSS是专门为某个浏览器或渲染引擎设计的CSS样式,用于解决该浏览器或渲染引擎特有的bug或问题。浏览器通用CSS是通用的CSS样式,可以在多种浏览器或渲染引擎上工作。 条件CSS的优点是可以使开发者更方便地...

    Javascript的IE和Firefox兼容性问题集合

    3. **CSS样式获取**:IE使用`currentStyle`对象获取元素样式,而Firefox等其他浏览器使用`window.getComputedStyle`。可编写函数统一获取: ```javascript function getStyle(element, styleProp) { if (element....

    Css复习题.docx

    - 双倍浮动边界Bug、图片间隙Bug、项目符号隐藏Bug、多余字符Bug都是Firefox特有的CSS问题。 10. CSS布局模型: - Flow Model:元素按正常的文档流排列。 - Float Model:元素浮动以创建多列布局。 - Layer ...

    div+css常见兼容性问题

    这些问题主要出现在不同浏览器对CSS规范的解读和实现上存在差异,尤其是老版本的Internet Explorer(如IE6和IE7)与其他浏览器(如Firefox、Chrome等)之间。 首先,我们来探讨一下通用的解决方案。`height`属性在...

    js ie firefox 日历控件多多

    这个压缩包“js ie firefox 日历控件多多”显然包含了一系列适用于Internet Explorer(IE)、Firefox等浏览器的JavaScript日历插件或者库。下面我们将深入探讨JavaScript日历控件的相关知识点,并结合不同浏览器的...

    moz-mac:半透明的Mac Firefox主题

    这个主题充分利用了CSS(Cascading Style Sheets)技术,尤其是对Firefox的CSS支持,来实现Mac平台特有的视觉效果,如半透明材质,以更好地融入Mac OS的原生风格。 **CSS在Firefox中的应用** CSS是网页设计的核心...

    IE与火狐浏览器兼容方案

    本文将深入探讨如何解决IE(Internet Explorer)与火狐浏览器(Firefox)之间的兼容问题,以便用户在各种浏览器上都能获得一致的浏览体验。 首先,了解问题的根源至关重要。IE(尤其是早期版本)和火狐浏览器在执行...

    CSS hack 兼容标识.rar_CSS hack 兼容标识

    1. **属性前缀**:一些浏览器,如Firefox和Chrome,支持Webkit引擎特有的CSS扩展属性,如`-webkit-transform`用于旋转、缩放等。而IE浏览器则有 `-ms-` 前缀,如 `-ms-filter` 可以用来处理滤镜效果。 2. **特殊...

Global site tag (gtag.js) - Google Analytics