CSS/Préfixes : Différence entre versions

De Raccourcis
(Lien pour IE)
(Instruction préfixés : + Mozilla)
 
Ligne 3 : Ligne 3 :
 
== 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)
+
* Microsoft : [http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx Liste des extensions] (08/09/2008)
 +
* Mozilla : [https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions Liste des extensions] (Documentation)
 +
* Opera : ??
 +
* Webkit : ??
  
 
Liste non exhaustives à compléter
 
Liste non exhaustives à compléter

Version actuelle en date du 26 mars 2010 à 11:32

Voici une liste non exhaustives des instructions préfixés des navigateurs.

Instruction préfixés

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