Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

CSS Unterstützung

Auf dieser Seite sind alle CSS Selektoren, Eigenschaften, @-Regeln, Media Queries und Werte, die von Gecko unterstützt werden, alphabetisch aufgelistet.

In der Spalte „seit Version“ ist die Gecko Version angeben, in der die Eigenschaft eingeführt wurde.
Unter „Hinweise“ finden sich auch experimentelle Implementierungen (-moz-) sowie Bugs und sonstige Hinweise zur Unterstützung.

Diese Übersicht ist auf Grundlage der CSS 2.1 Spezifikation und den aktuellen Entwürfen der CSS Arbeitsgruppe entstanden.

Selektoren

Selektor Spezifikation Unterstützt seit Version Hinweise
Einfache Selektoren
Universalselektor * CSS 3 (Selectors) Ja 1.0 -
Typselektor Element CSS 3 (Selectors) Ja 1.0 -
Klassenselektor .Klasse CSS 3 (Selectors) Ja 1.0 -
Id Selektor #id CSS 3 (Selectors) Ja 1.0 -
Attributselektoren [attribut="wert"] CSS 3 (Selectors) Ja 1.0 -
Kombinatoren
Nachfahrkombinator E F CSS 3 (Selectors) Ja 1.0 -
Kindkombinator E > F CSS 3 (Selectors) Ja 1.0 -
Direkter Nachbarkombinator E + F CSS 3 (Selectors) Ja 1.0 -
Indirekter Nachbarkombinator E ~ F CSS 3 (Selectors) Ja 1.0 -
Pseudoelemente
:after (::after) CSS 3 (Selectors) Ja 1.0 (1.5) Schreibweise mit zwei Doppelpunkten (::) ab Gecko 1.5
:before (::before) CSS 3 (Selectors) Ja 1.0 (1.5)
:first-letter (::first-letter) CSS 3 (Selectors) Ja 1.0 (1.5)
:first-line (::first-line) CSS 3 (Selectors) Ja 1.0 (1.5)
::selection CSS 3 (Selectors) Nein - ::-moz-selection wird seit Gecko 1.5 unterstützt
Dynamische Pseudoklassen
:link CSS 3 (Selectors) Ja 1.0 -
:visited CSS 3 (Selectors) Ja 1.0 -
:active CSS 3 (Selectors) Ja 1.0 -
:hover CSS 3 (Selectors) Ja 1.0 -
:focus CSS 3 (Selectors) Ja 1.0 -
Strukturelle Pseudoklassen
:root CSS 3 (Selectors) Ja 1.0 -
:empty CSS 3 (Selectors) Ja 1.0 Seit Version 1.8 werden Elemente die Leerzeichen enthalten nicht mehr erfasst.
:first-child CSS 3 (Selectors) Ja 1.0 -
:last-child CSS 3 (Selectors) Ja 1.0 -
:only-child CSS 3 (Selectors) Ja 1.8 -
:first-of-type CSS 3 (Selectors) Ja 1.9.1 -
:last-of-type CSS 3 (Selectors) Ja 1.9.1 -
:only-of-type CSS 3 (Selectors) Ja 1.9.1 -
:nth-child CSS 3 (Selectors) Ja 1.9.1 -
:nth-last-child CSS 3 (Selectors) Ja 1.9.1 -
:nth-of-type CSS 3 (Selectors) Ja 1.9.1 -
:nth-last-of-type CSS 3 (Selectors) Ja 1.9.1 -
Pseudoklassen für Benutzeroberflächen
:enabled CSS 3 (Selectors) Ja 1.1 -
:disabled CSS 3 (Selectors) Ja 1.1 -
:check CSS 3 (Selectors) Ja 1.1 -
:indeterminate CSS 3 (Selectors) Ja 1.9.2 -
:default CSS 3 (UI) Ja 1.9 -
:valid CSS 3 (UI) Ja 2.0 -
:invalid CSS 3 (UI) Ja 2.0 -
:in-range CSS 3 (UI) Nein - -
:out-of-range CSS 3 (UI) Nein - -
:required CSS 3 (UI) Ja 2.0 -
:optional CSS 3 (UI) Ja 2.0 -
:read-only CSS 3 (UI) Nein - -
:read-write CSS 3 (UI) Nein - -
::value CSS 3 (UI) Nein - -
::choices CSS 3 (UI) Nein - -
::repeat-item CSS 3 (UI) Nein - -
::repeat-index CSS 3 (UI) Nein - -
Sonstige Pseudoklassen
:lang CSS 3 (Selectors) Ja 1.2 -
:not CSS 3 (Selectors) Ja 1.0 -
:target CSS 3 (Selectors) Ja 1.3 -

Eigenschaften

Eigenschaft Spezifikation Unterstützt seit Version Hinweise
animat ion CSS 3 (Animations) Ja 16.0 -moz-animat ion wird seit Gecko 5.0 unterstützt.
animation-delay CSS 3 (Animations) Ja 16.0 -moz-animation-delay wird seit Gecko 5.0 unterstützt.
animation-direction CSS 3 (Animations) Ja 16.0 -moz-animation-direction wird seit Gecko 5.0 unterstützt.
animation-duration CSS 3 (Animations) Ja 16.0 -moz-animation-duration wird seit Gecko 5.0 unterstützt.
animation-iteration-count CSS 3 (Animations) Ja 16.0 -moz-animation-iteration-count wird seit Gecko 5.0 unterstützt.
animation-name CSS 3 (Animations) Ja 16.0 -moz-animation-name wird seit Gecko 5.0 unterstützt.
animation-play-state CSS 3 (Animations) Ja 16.0 -moz-animation-play-state wird seit Gecko 5.0 unterstützt.
animation-timing-function CSS 3 (Animations) Ja 16.0 -moz-animation-timing-function wird seit Gecko 5.0 unterstützt.
appearance CSS 3 (UI) Nein - -moz-appearance wird seit Gecko 1.0 unterstützt.
backface-visibility CSS 3 (3D Transforms) Ja 16.0 -moz-backface-visibility wird seit 10.0 unterstützt.
background CSS 3 (Background) Ja 1.0 (1.9.2) Seit Gecko 1.9.2 werden mehrere Hintergründe wie im CSS 3 Syntax unterstützt.
background-attachment CSS 3 (Background) Ja 1.0 (1.9.2)
background-clip CSS 3 (Background) Ja 2.0 -moz-background-clip wurde von Gecko 1.2 bis 1.9.2 unterstützt.
background-color CSS 3 (Background) Ja 1.0 -
background-image CSS 3 (Background) Ja 1.0 (1.9.2) Seit Gecko 1.9.2 werden mehrere Hintergründe wie im CSS 3 Syntax unterstützt.
background-origin CSS 3 (Background) Ja 2.0 -moz-background-origin wurde von Gecko 1.2 bis 1.9.2 unterstützt.
background-position CSS 3 (Background) Ja 1.0 (1.9.2) Seit Gecko 1.9.2 werden mehrere Hintergründe wie im CSS 3 Syntax unterstützt.
background-repeat CSS 3 (Background) Ja 1.0 (1.9.2)
background-size CSS 3 (Background) Ja 2.0 -moz-background-size wurde von Gecko 1.9.2 unterstützt.
border CSS 3 (Background) Ja 1.0 -
border-bottom CSS 3 (Background) Ja 1.0 -
border-bottom-color CSS 3 (Background) Ja 1.0 -
border-bottom-left-radius CSS 3 (Background) Ja 2.0 -moz-border-radius-bottomleft wird seit Gecko 1.0 unterstützt.
border-bottom-right-radius CSS 3 (Background) Ja 2.0 -moz-border-radius-bottomright wird seit Gecko 1.0 unterstützt.
border-bottom-style CSS 3 (Background) Ja 1.0 -
border-bottom-width CSS 3 (Background) Ja 1.0 -
border-collapse CSS 2.1 Ja 1.0 -
border-color CSS 3 (Background) Ja 1.0 -
border-image CSS 3 (Background) Ja 15.0 (1.9.1) -moz-border-image ist seit Gecko 1.9.1 vorhanden, unterscheidet sich aber stark von der aktuellen Spezifikation. Siehe Bug 497995.
border-image-outset CSS 3 (Background) Ja 15.0 -
border-image-repeat CSS 3 (Background) Ja (15.0) Der Wert "space" wird nicht unterstützt.
border-image-slice CSS 3 (Background) Ja 15.0 -
border-image-source CSS 3 (Background) Ja 15.0 -
border-image-width CSS 3 (Background) Ja 13.0 -
border-left CSS 3 (Background) Ja 1.0 -
border-left-color CSS 3 (Background) Ja 1.0 -
border-left-style CSS 3 (Background) Ja 1.0 -
border-left-width CSS 3 (Background) Ja 1.0 -
border-radius CSS 3 (Background) Ja 2.0 -moz-border-radius wird seit Gecko 1.0 unterstützt.
border-right CSS 3 (Background) Ja 1.0 -
border-right-color CSS 3 (Background) Ja 1.0 -
border-right-style CSS 3 (Background) Ja 1.0 -
border-right-width CSS 3 (Background) Ja 1.0 -
border-spacing CSS 2.1 Ja 1.0 -
border-style CSS 3 (Background) Ja 1.0 -
border-top CSS 3 (Background) Ja 1.0 -
border-top-color CSS 3 (Background) Ja 1.0 -
border-top-left-radius CSS 3 (Background) Ja 2.0 -moz-border-radius-topleft wird seit Gecko 1.0 unterstützt.
border-top-right-radius CSS 3 (Background) Ja 2.0 -moz-border-radius-topright wird seit Gecko 1.0 unterstützt.
border-top-style CSS 3 (Background) Ja 1.0 -
border-top-width CSS 3 (Background) Ja 1.0 -
border-width CSS 3 (Background) Ja 1.0 -
bottom CSS 2.1 Ja 1.0 -
box-align CSS 3 (Flexbox) Nein - -moz-box-align wird seit Gecko 1.0 unterstützt.
box-decoration-break CSS 3 (Background) Nein - -
box-direction CSS 3 (Flexbox) Nein - -moz-box-direction wird seit Gecko 1.0 unterstützt.
box-flex CSS 3 (Flexbox) Nein - -moz-box-flex wird seit Gecko 1.0 unterstützt.
box-flex-group CSS 3 (Flexbox) Nein - -moz-box-flex-group wird seit Gecko 1.0 unterstützt.
box-lines CSS 3 (Flexbox) N:nth-childein - -
box-ordinal-group CSS 3 (Flexbox) Nein - -moz-box-ordinal-group wird seit Gecko 1.0 unterstützt.
box-orient CSS 3 (Flexbox) Nein - -moz-box-orient wird seit Gecko 1.0 unterstützt.
box-pack CSS 3 (Flexbox) Nein - -moz-box-pack wird seit Gecko 1.0 unterstützt.
box-shadow CSS 3 (Background) Ja 2.0 -moz-box-shadow wird seit Gecko 1.9.1 unterstützt.
box-sizing CSS 3 (UI) Nein - -moz-box-sizing wird seit Gecko 1.0 unterstützt.
caption-side CSS 2.1 Ja 1.4 -
clear CSS 2.1 Ja 1.0 -
clip CSS 2.1 Ja 1.0 -
color CSS 3 (Color) Ja 1.0 -
column-count CSS 3 (MultiCol) Nein - -moz-column-count wird seit Gecko 1.8 unterstützt.
column-fill CSS 3 (MultiCol) Nein - -
column-gap CSS 3 (MultiCol) Nein - -moz-column-gap wird seit Gecko 1.8 unterstützt.
column-rule CSS 3 (MultiCol) Nein - -moz-column-rule wird seit Gecko 1.9.1 unterstützt.
column-rule-color CSS 3 (MultiCol) Nein - -moz-column-rule-color wird seit Gecko 1.9.1 unterstützt.
column-rule-style CSS 3 (MutliCol) Nein - -moz-column-rule-style wird seit Gecko 1.9.1 unterstützt.
column-rule-width CSS 3 (MultiCol) Nein - -moz-column-rule-width wird seit Gecko 1.9.1 unterstützt.
column-span CSS 3 (MultiCol) Nein - -
column-width CSS 3 (MultiCol) Nein - -moz-column-width wird seit Gecko 1.8 unterstützt.
columns CSS 3 (MultiCol) Nein - Siehe Bug 435442.
content CSS 2.1 Ja 1.0 -
counter-increment CSS 2.1 Ja 1.8 -
counter-reset CSS 2.1 Ja 1.8 -
cursor CSS 2.1 Ja 1.0 -
direction CSS 2.1 Ja 1.0 -
display CSS 2.1 Ja 1.0 -
empty-cells CSS 2.1 Ja 1.0 -
float CSS 2.1 Ja 1.0 -
font CSS 2.1 Ja 1.0 -
font-family CSS 2.1 Ja 1.0 -
font-size CSS 2.1 Ja 1.0 -
font-size-adjust CSS 3 (Fonts) Ja 1.0 (1.9) Vor Gecko 1.9 nur auf Windows-Systemen verfügbar.
font-stretch CSS 3 (Fonts) Ja 9.0  
font-style CSS 2.1 Ja 1.0 -
font-variant CSS 2.1 Ja 1.0 -
font-weight CSS 2.1 Ja 1.0 -
height CSS 2.1 Ja 1.0 -
left CSS 2.1 Ja 1.0 -
letter-spacing CSS 2.1 Ja 1.0 -
line-height CSS 2.1 Ja 1.0 -
list-style CSS 2.1 Ja 1.0 -
list-style-image CSS 2.1 Ja 1.0 -
list-style-position CSS 2.1 Ja 1.0 -
list-style-type CSS 2.1 Ja 1.0 -
margin CSS 2.1 Ja 1.0 -
margin-bottom CSS 2.1 Ja 1.0 -
margin-left CSS 2.1 Ja 1.0 -
margin-right CSS 2.1 Ja 1.0 -
margin-top CSS 2.1 Ja 1.0 -
max-height CSS 2.1 Ja 1.7 -
max-width CSS 2.1 Ja 1.0 -
min-height CSS 2.1 Ja 1.7 -
opacity CSS 3 (Color) Ja 1.7 -
orphans CSS 2.1 Nein - Siehe Bug 137367.
outline CSS 2.1 Ja 1.8 -
outline-color CSS 2.1 Ja 1.8 -
outline-offset CSS 3 (UI) Ja 1.8 -
outline-style CSS 2.1 Ja 1.8 -
outline-width CSS 2.1 Ja 1.8 -
overflow CSS 2.1 Ja 1.0 -
overflow-x CSS 3 (Box) Ja 1.8 -
overflow-y CSS 3 (Box) Ja 1.8 -
padding CSS 2.1 Ja 1.0 -
padding-bottom CSS 2.1 Ja 1.0 -
padding-left CSS 2.1 Ja 1.0 -
padding-right CSS 2.1 Ja 1.0 -
padding-top CSS 2.1 Ja 1.0 -
page-break-after CSS 2.1 Ja (1.7) Die Werte "avoid", "left" und "right" werden nicht unterstützt. Siehe Bug 132035.
page-break-before CSS 2.1 Ja (1.7) Die Werte "avoid", "left" und "right" werden nicht unterstützt. Siehe Bug 132035.
page-break-inside CSS 2.1 Ja 19.0 -
perspective CSS 3 (3D Transforms) Ja 16.0 -moz-perspective wird seit Gecko 10.0 unterstützt.
perspective-orgin CSS 3 (3D Transforms) Ja 16.0 -moz-perspective-orgin wird seit Gecko 10.0 unterstützt.
position CSS 2.1 Ja 1.0 -
quotes CSS 2.1 Ja 1.0 -
resize CSS 3 (UI) Ja 2.0 -
right CSS 2.1 Ja 1.0 -
table-layout CSS 2.1 Ja 1.0 -
text-align CSS 2.1 Ja 1.0 -
text-decoration CSS 2.1 Ja 1.0 -
text-indent CSS 2.1 Ja 1.0 -
text-shadow CSS 3 (Text) Ja 1.9.1 -
text-transform CSS 2.1 Ja 1.0 -
top CSS 2.1 Ja 1.0 -
transform (2D) CSS 3 (2D Transforms) Ja 16.0 -moz-transform wird seit Gecko 1.9.1 unterstützt.
transform (3D) CSS 3 (3D Transforms) Ja 16.0 -moz-transform wird seit Gecko 10.0 unterstützt.
transform-origin (2D) CSS 3 (2D Transforms) Ja 16.0 -moz-transform-origin wird seit Gecko 1.9.1 unterstützt.
transform-origin (3D) CSS 3 (3D Transforms) Ja 16.0 -moz-transform-origin wird seit Gecko 10.0 unterstützt.
transform-style CSS 3 (2D Transforms) Ja 16.0 -moz-transform-origin wird seit Gecko 10.0 unterstützt.
transition CSS 3 (Transitions) Ja 16.0 -moz-transition wird seit Gecko 2.0 unterstützt.
transition-delay CSS 3 (Transitions) Ja 16.0 -moz-transition-delay wird seit Gecko 2.0 unterstützt.
transition-duration CSS 3 (Transitions) Ja 16.0 -moz-transition-duration wird seit Gecko 2.0 unterstützt.
transition-property CSS 3 (Transitions) Ja 16.0 -moz-transition-property wird seit Gecko 2.0 unterstützt.
transition-timing-function CSS 3 (Transitions) Ja 16.0 -moz-transition-timing-function wird seit Gecko 2.0 unterstützt.
unicode-bidi CSS 2.1 Ja 1.0 -
vertical-align CSS 2.1 Ja 1.0 -
visibility CSS 2.1 Ja 1.3 -
white-space CSS 2.1 Ja 1.0 -
widows CSS 2.1 Nein - Siehe Bug 137367.
width CSS 2.1 Ja 1.0 -
word-break CSS 3 (Text) Ja 15.0 -
word-spacing CSS 2.1 Ja 1.0 -
word-wrap CSS 3 (Text) Ja 1.9.1 -
z-index CSS 2.1 Ja 1.0 -

@-Regeln

Regel Spezifikation Unterstützt seit Version Hinweise
@charset CSS 2.1 Ja 1.0 -
@document CSS 3 Nein - @-moz-document wird seit Gecko 1.8 unterstützt.
@font-face CSS 3 (Fonts) Ja 1.9.1 -
@import CSS 2.1 Ja 1.0 -
@keyframes CSS 3 (Animations) Ja 16.0 @-moz-keyframes wird seit Gecko 5.0 unterstützt
@media CSS 3 (Media Queries) Ja 1.0 -
@namespace CSS 3 (Namespace) Ja 1.0 -
@page CSS 2.1 Ja 19.0 -
@supports CSS 3 Ja 19.0 (18.0) In Gecko 18 muss der Wert layout.css.supports-rule.enable in about:config geändert werden.

Media Queries

Eigenschaft Spezifikation Unterstützt seit Version Hinweise
aspect-ratio CSS 3 (MediaQueries) Ja 1.9.1 -
color CSS 3 (MediaQueries) Ja 1.9.1 -
color-index CSS 3 (MediaQueries) Ja 1.9.1 -
device-aspect-ratio CSS 3 (MediaQueries) Ja 1.9.1 -
device-height CSS 3 (MediaQueries) Ja 1.9.1 -
device-width CSS 3 (MediaQueries) Ja 1.9.1 -
grid CSS 3 (MediaQueries) Nein - -
height CSS 3 (MediaQueries) Ja 1.9.1 -
monochrome CSS 3 (MediaQueries) Ja 1.9.1 -
orientation CSS 3 (MediaQueries) Ja 1.9.1 -
resolution CSS 3 (MediaQueries) Ja 1.9.1 -
scan CSS 3 (MediaQueries) Nein - -
width CSS 3 (MediaQueries) Ja 1.9.1 -

Werte und Einheiten

Wert / Einheit Spezifikation Unterstützt seit Version Hinweise
Schlüsselwörter
inherit CSS 2.1 Ja 1.0 -
initial CSS 3 (Cascade) Nein - -moz-initial wird seit Gecko 1.9 unterstützt.
Funktionen
attr() CSS 3 (Values) Nein - Siehe Bug 435426
calc() CSS 3 (Values) Ja 16.0 -moz-calc wird seit Gecko 2.0 unterstützt. 
counter() CSS 2.1 Ja 1.0 -
url() CSS 2.1 Ja 1.0 -
Farben
HTML4 Farbnamen CSS 3 (Color) Ja 1.0 -
SVG Farbnamen CSS 3 (Color) Ja 1.0 -
Systemfarben CSS 3 (Color) Ja 1.0 -
RGB Werte CSS 3 (Color) Ja 1.0 -
rgba(r,g,b,a) CSS 3 (Color) Ja 1.9 -
hsl(h,s,l) CSS 3 (Color) Ja 1.5 -
hsla(h,s,l,a) CSS 3 (Color) Ja 1.9 -
currentColor CSS 3 (Color) Ja 1.8 -
transparent CSS 3 (Color) Ja 1.9 -
Einheiten
% CSS 3 (Values) Ja 1.0 -
ch CSS 3 (Values) Ja 1.9.1 -
cm CSS 3 (Values) Ja 1.0 -
deg CSS 3 (Values) Ja 1.9.1 -
dpcm CSS 3 (MediaQueries) Ja 1.9.1 -
dpi CSS 3 (MediaQueries) Ja 1.9.1 -
em CSS 3 (Values) Ja 1.0 -
ex CSS 3 (Values) Ja 1.0 -
gd CSS 3 (Values) Nein - -
grad CSS 3 (Values) Ja 1.9.1 -
Hz CSS 3 (Values) Nein - -
in CSS 3 (Values) Ja 1.0 -
kHz CSS 3 (Values) Nein - -
mm CSS 3 (Values) Ja 1.0 -
ms CSS 3 (Values) Ja 2.0 -
pc CSS 3 (Values) Ja 1.0 -
px CSS 3 (Values) Ja 1.0 -
pt CSS 3 (Values) Ja 1.0 -
rad CSS 3 (Values) Ja 1.9.1 -
rem CSS 3 (Values) Ja 1.9.2 -
s CSS 3 (Values) Ja 2.0 -
turn CSS 3 (Values) Nein - -
vh CSS 3 (Values) Ja 19.0 -
vm CSS 3 (Values) Ja 19.0 -
vw CSS 3 (Values) Ja 19.0 -
Bilder und Verläufe
image() CSS 3 (Images) Nein - -
linear-gradient() CSS 3 (Images) Ja 16.0 -moz-linear-gradient() wird seit Gecko 1.9.2 unterstützt.
radial-gradient() CSS 3 (Images) Ja 16.0 -moz-radial-gradient() wird seit Gecko 1.9.2 unterstützt.
repeating-linear-gradient() CSS 3 (Images) Ja 16.0 -moz-repeating-linear-gradient() wird seit Gecko 1.9.2 unterstützt.
repeating-radial-gradient() CSS 3 (Images) Ja 16.0 -moz-repeating-radial-gradient() wird seit Gecko 1.9.2 unterstützt.

Schlagwörter des Dokuments und Mitwirkende

Schlagwörter: 
 Mitwirkende an dieser Seite: fscholz, SJW, ethertank
 Zuletzt aktualisiert von: fscholz,