diff options
Diffstat (limited to 'files/ja/web/css/-ms-wrap-margin/index.html')
-rw-r--r-- | files/ja/web/css/-ms-wrap-margin/index.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/files/ja/web/css/-ms-wrap-margin/index.html b/files/ja/web/css/-ms-wrap-margin/index.html new file mode 100644 index 0000000000..af3add1678 --- /dev/null +++ b/files/ja/web/css/-ms-wrap-margin/index.html @@ -0,0 +1,42 @@ +--- +title: '-ms-wrap-margin' +slug: Web/CSS/-ms-wrap-margin +tags: + - CSS + - CSS プロパティ + - 'CSS:Microsoft 拡張' + - Microsoft 拡張 + - Non-standard + - Reference + - 'recipe:css-property' +translation_of: Archive/Web/CSS/-ms-wrap-margin +--- +<div>{{CSSRef}}{{non-standard_header}}</div> + +<p><strong><code>-ms-wrap-margin</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> のプロパティで <a href="/ja/docs/Web/CSS/Microsoft_Extensions">Microsoft 拡張</a>で、他のシェイプからの内部の折り返し形状をずらすマージンを指定します。</p> + +<p>{{cssinfo}}</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<h3 id="Values" name="Values">値</h3> + +<dl> + <dt>{{cssxref("<length>")}}</dt> + <dd> + <p>マージンの寸法、負ではない値。</p> + </dd> +</dl> + +<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3> + +<pre class="syntaxbox notranslate">{{csssyntax}} +</pre> + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<p>どの仕様書でも定義されていません。</p> + +<h2 id="Remarks" name="Remarks">注釈</h2> + +<p><code>-ms-wrap-margin</code> プロパティで生成されたオフセットは、除外の外側からのオフセットです。このプロパティはあらゆる対応している長さの値を設定できます。</p> |