---
title: Extensions CSS de Microsoft
slug: Web/CSS/Microsoft_Extensions
tags:
- CSS
- Non-standard
- Reference
translation_of: Web/CSS/Microsoft_Extensions
original_slug: Web/CSS/Extensions_CSS_Microsoft
---
{{CSSRef}}
Les applications Microsoft, telles que Edge ou Internet Explorer, prennent en charge différentes extensions à CSS. Ces extensions sont préfixées par -ms
.
Propriétés spécifiques à Microsoft (ne pas utiliser sur le Web)
Note : Ces propriétés et pseudo-classes ne fonctionneront que pour les applications Microsoft et ne sont pas en voie de standardisation.
- {{CSSxRef("-ms-accelerator")}}
- {{CSSxRef("-ms-block-progression")}}
- {{CSSxRef("-ms-content-zoom-chaining")}}
- {{CSSxRef("-ms-content-zooming")}}
- {{CSSxRef("-ms-content-zoom-limit")}}
- {{CSSxRef("-ms-content-zoom-limit-max")}}
- {{CSSxRef("-ms-content-zoom-limit-min")}}
- {{CSSxRef("-ms-content-zoom-snap")}}
- {{CSSxRef("-ms-content-zoom-snap-points")}}
- {{CSSxRef("-ms-content-zoom-snap-type")}}
- {{CSSxRef("-ms-filter")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-flow-from")}}
- {{CSSxRef("-ms-flow-into")}}
- {{CSSxRef("-ms-high-contrast-adjust")}}
- {{CSSxRef("-ms-hyphenate-limit-chars")}}
- {{CSSxRef("-ms-hyphenate-limit-lines")}}
- {{CSSxRef("-ms-hyphenate-limit-zone")}}
- {{CSSxRef("-ms-ime-align")}}
- {{CSSxRef("-ms-overflow-style")}}
- {{CSSxRef("-ms-scrollbar-3dlight-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-arrow-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-base-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-darkshadow-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-face-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-highlight-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-shadow-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scrollbar-track-color")}} {{Obsolete_Inline}}
- {{CSSxRef("-ms-scroll-chaining")}}
- {{CSSxRef("-ms-scroll-limit")}}
- {{CSSxRef("-ms-scroll-limit-x-max")}}
- {{CSSxRef("-ms-scroll-limit-x-min")}}
- {{CSSxRef("-ms-scroll-limit-y-max")}}
- {{CSSxRef("-ms-scroll-limit-y-min")}}
- {{CSSxRef("-ms-scroll-rails")}}
- {{CSSxRef("-ms-scroll-snap-points-x")}}
- {{CSSxRef("-ms-scroll-snap-points-y")}}
- {{CSSxRef("-ms-scroll-snap-x")}}
- {{CSSxRef("-ms-scroll-snap-y")}}
- {{CSSxRef("-ms-scroll-translation")}}
- {{CSSxRef("-ms-text-autospace")}}
- {{CSSxRef("-ms-touch-select")}}
- {{CSSxRef("-ms-wrap-flow")}}
- {{CSSxRef("-ms-wrap-margin")}}
- {{CSSxRef("-ms-wrap-through")}}
- {{CSSxRef("zoom")}}
Pseudo-éléments
- {{CSSxRef("::-ms-browse")}}
- {{CSSxRef("::-ms-check")}}
- {{CSSxRef("::-ms-clear")}}
- {{CSSxRef("::-ms-expand")}}
- {{CSSxRef("::-ms-fill")}}
- {{CSSxRef("::-ms-fill-lower")}}
- {{CSSxRef("::-ms-fill-upper")}}
- {{CSSxRef("::-ms-reveal")}}
- {{CSSxRef("::-ms-thumb")}}
- {{CSSxRef("::-ms-ticks-after")}}
- {{CSSxRef("::-ms-ticks-before")}}
- {{CSSxRef("::-ms-tooltip")}}
- {{CSSxRef("::-ms-track")}}
- {{CSSxRef("::-ms-value")}}
Caractéristiques média
- {{CSSxRef("@media/-ms-high-contrast","-ms-high-contrast")}}
API DOM relatives à CSS
- {{DOMxRef("msContentZoomFactor")}}
- {{DOMxRef("msGetPropertyEnabled")}}
- {{DOMxRef("msGetRegionContent")}}
- {{DOMxRef("MSRangeCollection")}}
- {{DOMxRef("msRegionOverflow")}}
Voir aussi