diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-11 10:06:29 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-11-21 22:37:46 +0900 |
commit | 585cf204c175af495fa25c32d509c7ab9b8c8808 (patch) | |
tree | 7dd98090827dc1210174f6d24a3fed9ba18bfa52 /files/ja/web/css/-moz-outline-radius-topright/index.md | |
parent | d2866069686a54fb73bd305a21b68a324fa4353d (diff) | |
download | translated-content-585cf204c175af495fa25c32d509c7ab9b8c8808.tar.gz translated-content-585cf204c175af495fa25c32d509c7ab9b8c8808.tar.bz2 translated-content-585cf204c175af495fa25c32d509c7ab9b8c8808.zip |
Mozilla 独自の CSS プロパティを更新
- 2021/11/09 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/-moz-outline-radius-topright/index.md')
-rw-r--r-- | files/ja/web/css/-moz-outline-radius-topright/index.md | 74 |
1 files changed, 36 insertions, 38 deletions
diff --git a/files/ja/web/css/-moz-outline-radius-topright/index.md b/files/ja/web/css/-moz-outline-radius-topright/index.md index d1643bd009..39ce8347cd 100644 --- a/files/ja/web/css/-moz-outline-radius-topright/index.md +++ b/files/ja/web/css/-moz-outline-radius-topright/index.md @@ -3,73 +3,71 @@ title: '-moz-outline-radius-topright' slug: Web/CSS/-moz-outline-radius-topright tags: - CSS - - CSS Property + - CSS プロパティ - NeedsCompatTable - NeedsContent - - Non-standard - - Reference - - 'recipe:css-property' + - 標準外 + - リファレンス + - recipe:css-property +browser-compat: css.properties.-moz-outline-radius-topright translation_of: Web/CSS/-moz-outline-radius-topright --- -<div>{{Non-standard_header}}{{CSSRef}}</div> +{{CSSRef}}{{deprecated_header}} -<p>Mozilla アプリケーションにおいて、 <strong><code>-moz-outline-radius-topright</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> のプロパティで、要素の輪郭線 ({{cssxref("outline")}}) の⇀上の角を丸くするために使用することができます。</p> +Mozilla アプリケーションにおいて、 **`-moz-outline-radius-topright`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の輪郭線 ({{cssxref("outline")}}) の 上の角を丸くするために使用することができます。 -<h2 id="Syntax" name="Syntax">構文</h2> +## 構文 -<p><code>-moz-outline-radius-topright</code> の値は、 {{cssxref("length", "<length>")}} または境界ボックスの対応する大きさに対する<a href="/ja/docs/Web/CSS/percentage">パーセント値</a>のどちらかです。 {{cssxref("calc", "calc()")}} 関数も同様に使用することができます。</p> +`-moz-outline-radius-topright` の値は、[`<length>`](/ja/docs/Web/CSS/length) または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 [`calc()`](</ja/docs/Web/CSS/calc()>) 関数も同様に使用することができます。 -<h3 id="Values" name="Values">値</h3> +### 値 -<dl> - <dt><code><length></code></dt> - <dd>要素の上端と右端の曲率を定義する円の半径を CSS の {{cssxref("length", "<length>")}} で指定します。</dd> - <dt><code><percentage></code></dt> - <dd>要素の右上隅の丸めを定義する円の半径で、ボーダーボックスの上辺と右辺の<a href="/ja/docs/Web/CSS/percentage">パーセント値</a>で指定します。</dd> -</dl> +- `<length>` + - : 要素の上端と右端の曲率を定義する円の半径を CSS の {{cssxref("length", "<length>")}} で指定します。 +- `<percentage>` + - : 要素の右上隅の丸めを定義する円の半径で、境界ボックスの上辺と右辺の[パーセント値](/ja/docs/Web/CSS/percentage)で指定します。 -<h2 id="Formal_definition" name="Formal_definition">公式定義</h2> +## 公式定義 -<p>{{CSSInfo}}</p> +{{CSSInfo}} -<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2> +## 形式文法 {{CSSSyntax}} -<h2 id="Examples" name="Examples">例</h2> +<h2 id="Examples">例</h2> -<h3 id="HTML">HTML</h3> +### HTML -<pre class="brush: html notranslate"><p>段落の右上の角を見てください。</p></pre> +```html +<p>Look at this paragraph's top-right corner.</p> +``` -<h3 id="CSS">CSS</h3> +### CSS -<pre class="brush: css notranslate">p { +```css +p { margin: 5px; border: solid cyan; outline: dotted red; -moz-outline-radius-topright: 2em; -}</pre> +} +``` -<h3 id="Result" name="Result">結果</h3> +### 結果 -<p>{{EmbedLiveSample("Examples")}}</p> +{{EmbedLiveSample("Examples")}} -<div class="blockIndicator note"> -<p>上記の例は Firefox 以外のブラウザーで見ている場合は、求められる効果が表示されません。</p> -</div> +> **Note:** 上記の例は Firefox 以外のブラウザーで見ている場合は、求められる効果が表示されません。 -<h2 id="Specifications" name="Specifications">仕様書</h2> +## 仕様書 -<p>標準の一部ではありません。</p> +標準の一部ではありません。 -<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> +## ブラウザーの互換性 +{{Compat}} -<p>{{Compat("css.properties.-moz-outline-radius-topright")}}</p> +## 関連情報 -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li>詳しくは {{cssxref("-moz-outline-radius")}} プロパティを参照してください。</li> -</ul> +- 詳しくは {{cssxref("-moz-outline-radius")}} プロパティを参照してください。 |