---
title: Microsoft CSS 拡張
slug: Web/CSS/Microsoft_Extensions
tags:
- CSS
- 'CSS:Microsoft 拡張'
- Microsoft 拡張
- Non-standard
- Reference
translation_of: Web/CSS/Microsoft_Extensions
---
{{CSSRef}}
Edge や Internet Explorer のような Microsoft のアプリケーションは、いくつもの特殊な CSS の Microsoft 拡張に対応しています。これらの拡張には接頭辞に -ms-
が付きます。
Microsoft 独自プロパティ (ウェブサイトでの使用は避けてください)
メモ: これらのプロパティは Microsoft のアプリケーションのみで動作し、標準路線ではありません。
- {{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")}}
疑似要素
- {{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")}}
- {{CSSxRef("@media/-ms-high-contrast","-ms-high-contrast")}}
- {{DOMxRef("msContentZoomFactor")}}
- {{DOMxRef("msGetPropertyEnabled")}}
- {{DOMxRef("msGetRegionContent")}}
- {{DOMxRef("MSRangeCollection")}}
- {{DOMxRef("msRegionOverflow")}}
関連情報