CSS/Préfixes : Différence entre versions
De Raccourcis
(Premier jet) |
(Lien pour IE) |
||
Ligne 2 : | Ligne 2 : | ||
== Instruction préfixés == | == Instruction préfixés == | ||
+ | |||
+ | * Microsoft : [http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx Liste de extensions] (08/09/2008) | ||
Liste non exhaustives à compléter | Liste non exhaustives à compléter |
Version du 26 mars 2010 à 10:23
Voici une liste non exhaustives des instructions préfixés des navigateurs.
Instruction préfixés
- Microsoft : Liste de extensions (08/09/2008)
Liste non exhaustives à compléter
Bords arrondis
- -moz-border-radius (Gecko 1.9.1)
- -moz-border-radius-bottomleft
- -moz-border-radius-bottomright
- -moz-border-radius-topleft
- -moz-border-radius-topright
- -moz-outline-radius (Gecko 1.8)
- -moz-outline-radius-bottomleft
- -moz-outline-radius-bottomright
- -moz-outline-radius-topleft
- -moz-outline-radius-topright
Dégradé
- background-image:
- -moz-linear-gradient(<point>, <point> [, <stop>]*) (Gecko 1.9.2+)
- -moz-radial-gradient(<point>, <radius>, <point>, <radius> [, <stop>]*) (Gecko 1.9.2+)
- -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)
- border-image, list-style-image, content property :
- -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*)
Images
Qualité du rendu de l'interpolation d'une image
- -ms-interpolation-mode (ie 7+) (w3c : SVG → image-rendering)
Liens
- Mozilla CSS Extensions (en) : Liste à jour des instructions CSS préfixés pour le moteur de rendu Gecko.