blob: 00181b6e9668a31f56735c40222f52e375556f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
---
title: Microsoft CSS 拡張
slug: Web/CSS/Microsoft_Extensions
tags:
- CSS
- CSS:Microsoft 拡張
- ガイド
- 標準外
- 概要
- リファレンス
translation_of: Web/CSS/Microsoft_Extensions
---
{{CSSRef}}
Edge や Internet Explorer のような Microsoft のアプリケーションは、いくつもの特殊な **Microsoft [CSS](/ja/docs/Web/CSS) 拡張**に対応しています。これらの拡張には接頭辞に `-ms-` が付きます。
## Microsoft 独自プロパティ (ウェブサイトでの使用は避けてください)
> **Note:** これらのプロパティは 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")}} {{deprecated_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")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-arrow-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-base-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-darkshadow-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-face-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-highlight-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-shadow-color")}} {{deprecated_inline}}
- {{CSSxRef("-ms-scrollbar-track-color")}} {{deprecated_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("::file-selector-button","::-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")}}
## CSS 関連 DOM API
- {{DOMxRef("msContentZoomFactor")}}
- {{DOMxRef("msGetPropertyEnabled")}}
- {{DOMxRef("msGetRegionContent")}}
- {{DOMxRef("MSRangeCollection")}}
- {{DOMxRef("msRegionOverflow")}}
## 関連情報
- [Mozilla CSS 拡張](/ja/docs/Web/CSS/Mozilla_Extensions)
- [WebKit CSS 拡張](/ja/docs/Web/CSS/WebKit_Extensions)
- [Microsoft API 拡張](/ja/docs/Web/API/Microsoft_API_extensions)
- [Microsoft JavaScript 拡張](/ja/docs/Web/JavaScript/Microsoft_JavaScript_extensions)
|