Visit Mozilla.org

Referencia CSS:Extensiones Mozilla

De MDC


Imagen:traduccion-pendiente.png Esta página está traduciéndose a partir del artículo CSS_Reference:Mozilla_Extensions, razón por la cual puede haber algunos errores sintácticos o partes sin traducir. Puedes colaborar continuando con la traducción

At this time I'm not sure whether this list is complete or accurate. Please feel free to add/modify/delete from this list as required. -- dria 11:57, 17 October 2005 (PDT)

Any information there is on page needs to be moved here.

CSS Properties that are Mozilla Extensions (ie: not part of the CSS Standard) tendrían que estar incluidas en la categoría Categoría:CSS:Extensiones Mozilla.

Mozilla extensions to properties that are part of the CSS Standard should be noted at the bottom of that property's page, in a "Mozilla Extensions" subsection. So, for example, extensions to the CSS "cursor" property should be included on the CSS:cursor page, in a section at the bottom called "Mozilla Extensions" [1].

Mozilla soporta un cierto número de extensiones de CSS con el prefijo -moz. Esto permite un grand número de capacidades, incluyendo 'rounded borders', y la habilidad de especificar el cálculo del ancho y alto de caja diferente para hacer más fácil el soporte de navegadores que no utilizan el cálculo estándar.

Algunas de estas propiedades fueron propuestas para su inclusión en la especificación CSS, aunque la propiedad estándar puede ser diferente desde la implementación -moz.

Algunas de estas propiedades no-estándares se aplican únicamente a elementos con tipos de vista XUL.

Tabla de contenidos

[editar] Reglas @

[editar] Pseudo-elementos y pseudo-classes

[editar] Propiedades

[editar] Valores

Encontraremos estos valores en la página que describe la propiedad estándar.

Falta hacer: escribir las diferentes guías.

  • display
    • -moz-box
    • -moz-inline-block
    • -moz-inline-box
    • -moz-inline-grid
    • -moz-inline-stack
    • -moz-inline-table
    • -moz-grid
    • -moz-grid-group
    • -moz-grid-line
    • -moz-groupbox
    • -moz-deck
    • -moz-popup
    • -moz-stack
    • -moz-run-in
    • -moz-compact
    • -moz-marker
  • overflow
    • -moz-scrollbars-horizontal Obsoleto
    • -moz-scrollbars-none Obsoleto
    • -moz-scrollbars-vertical Obsoleto
    • -moz-hidden-unscrollable Obsoleto

El uso de overflow-x y overflow-y es preferible, aún cuando no reemplaza la última de estas.

  • border-style y outline-style
    • -moz-bg-inset - Makes the inset border to blend with then current background (scheduled for removal bug 84307)
    • -moz-bg-outset - Makes the outset border to blend with then current background (scheduled for removal bug 84307)
    • -moz-bg-solid - Makes the solid border to blend with then current background (scheduled for removal bug 84307)
  • Todas las propiedades que aceptan colores
    • -moz-activehyperlinktext
    • -moz-hyperlinktext
    • -moz-visitedhyperlinktext
    • -moz-buttondefault
    • -moz-buttonhoverface
    • -moz-buttonhovertext
    • -moz-cellhighlight
    • -moz-cellhighlighttext
    • -moz-field
    • -moz-fieldtext
    • -moz-dialog
    • -moz-dialogtext
    • -moz-dragtargetzone
    • -moz-mac-accentdarkestshadow
    • -moz-mac-accentdarkshadow
    • -moz-mac-accentface
    • -moz-mac-accentlightesthighlight
    • -moz-mac-accentlightshadow
    • -moz-mac-accentregularhighlight
    • -moz-mac-accentregularshadow
    • -moz-mac-focusring
    • -moz-mac-menuselect
    • -moz-mac-menushadow
    • -moz-mac-menutextselect
    • -moz-menuhover
    • -moz-menuhovertext
  • celdas vacías
    • -moz-show-background (valor por defecto en modo de compatibilidad)
  • fuente
    • -moz-button
    • -moz-info
    • -moz-desktop
    • -moz-dialog (also a color)
    • -moz-document
    • -moz-workspace
    • -moz-window
    • -moz-list
    • -moz-pull-down-menu
    • -moz-field (also a color)
  • Alineación de texto: text-align
    • -moz-center
    • -moz-left
    • -moz-right
  • Decoración de texto: text-decoration
    • -moz-anchor-decoration
  • -moz-user-select
    • -moz-all
    • -moz-none
  • Espacio en blanco: white-space
    • -moz-pre-wrap
  • list-style-type
    • -moz-arabic-indic
    • -moz-bengali
    • -moz-cjk-earthly-branch
    • -moz-cjk-heavenly-stem
    • -moz-devanagari
    • -moz-ethiopic-halehame
    • -moz-ethiopic-halehame-am
    • -moz-ethiopic-halehame-ti-er
    • -moz-ethiopic-halehame-ti-et
    • -moz-ethiopic-numeric
    • -moz-gujarati
    • -moz-gurmukhi
    • -moz-hangul
    • -moz-hangul-consonant
    • -moz-japanese-formal
    • -moz-japanese-informal
    • -moz-kannada
    • -moz-khmer
    • -moz-lao
    • -moz-malayalam
    • -moz-myanmar
    • -moz-oriya
    • -moz-persian
    • -moz-simp-chinese-formal
    • -moz-simp-chinese-informal
    • -moz-tamil
    • -moz-telugu
    • -moz-thai
    • -moz-trad-chinese-formal
    • -moz-trad-chinese-informal
    • -moz-urdu

[editar] Otros

  • -moz-initial - Dónde poner esto?
    El valor -moz-initial es una implementación parcial de la propiedad CSS3 initial utilizad para aplicar el valor inicial de la especificación CSS de una propiedad a un elemento.

Si sabe alguien qué representan los siguientes calificativos, por favor ponerlos en la sección correspondiente.


bug 311415 implementadas los valores -moz-max-content, -moz-min-content, -moz-fit-content, -moz-available para las propiedades: width, min-width, y max-width. Nuevo en Firefox 3