aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/-moz-outline-radius-bottomright
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-11-11 10:06:29 +0900
committerpotappo <potappo@gmail.com>2021-11-21 22:37:46 +0900
commit585cf204c175af495fa25c32d509c7ab9b8c8808 (patch)
tree7dd98090827dc1210174f6d24a3fed9ba18bfa52 /files/ja/web/css/-moz-outline-radius-bottomright
parentd2866069686a54fb73bd305a21b68a324fa4353d (diff)
downloadtranslated-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-bottomright')
-rw-r--r--files/ja/web/css/-moz-outline-radius-bottomright/index.md73
1 files changed, 36 insertions, 37 deletions
diff --git a/files/ja/web/css/-moz-outline-radius-bottomright/index.md b/files/ja/web/css/-moz-outline-radius-bottomright/index.md
index 629fb0ee20..215d79243a 100644
--- a/files/ja/web/css/-moz-outline-radius-bottomright/index.md
+++ b/files/ja/web/css/-moz-outline-radius-bottomright/index.md
@@ -3,72 +3,71 @@ title: '-moz-outline-radius-bottomright'
slug: Web/CSS/-moz-outline-radius-bottomright
tags:
- CSS
- - CSS Property
+ - CSS プロパティ
- NeedsCompatTable
- NeedsContent
- - Non-standard
- - Reference
- - 'recipe:css-property'
+ - 標準外
+ - リファレンス
+ - recipe:css-property
+browser-compat: css.properties.-moz-outline-radius-bottomright
translation_of: Web/CSS/-moz-outline-radius-bottomright
---
-<div>{{Non-standard_header}}{{CSSRef}}</div>
+{{CSSRef}}{{deprecated_header}}
-<p>Mozilla アプリケーションにおいて、 <strong><code>-moz-outline-radius-bottomright</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> のプロパティで、要素の輪郭線 ({{cssxref("outline")}}) の右下の角を丸くするために使用することができます。</p>
+Mozilla アプリケーションにおいて、 **`-moz-outline-radius-bottomright`** は [CSS](/ja/docs/Web/CSS) のプロパティで、要素の輪郭線 ({{cssxref("outline")}}) の右下の角を丸くするために使用することができます。
-<h2 id="Syntax" name="Syntax">構文</h2>
+## 構文
-<p><code>-moz-outline-radius-bottomright</code> の値は、 {{cssxref("length", "&lt;length&gt;")}} または境界ボックスの対応する大きさに対する<a href="/ja/docs/Web/CSS/percentage">パーセント値</a>のどちらかです。 {{cssxref("calc", "calc()")}} 関数も同様に使用することができます。</p>
+`-moz-outline-radius-bottomright` の値は、 {{cssxref("length", "&lt;length&gt;")}} または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 {{cssxref("calc", "calc()")}} 関数も同様に使用することができます。
-<h3 id="Values" name="Values">値</h3>
+### 値
-<dl>
- <dt><code>&lt;length&gt;</code></dt>
- <dd>要素の下端と右端の曲率を定義する円の半径を CSS の {{cssxref("length", "&lt;length&gt;")}} で指定します。</dd>
- <dt><code>&lt;percentage&gt;</code></dt>
- <dd>要素の右下隅の丸めを定義する円の半径で、ボーダーボックスの下辺と右辺の<a href="/ja/docs/Web/CSS/percentage">パーセント値</a>で指定します。</dd>
-</dl>
+- `<length>`
+ - : 要素の下端と右端の曲率を定義する円の半径を CSS の {{cssxref("length", "&lt;length&gt;")}} で指定します。
+- `<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>
+## 例
-<h3 id="HTML">HTML</h3>
+### HTML
-<pre class="brush: html notranslate">&lt;p&gt;Look at this paragraph's bottom-right corner.&lt;/p&gt;</pre>
+```html
+<p>Look at this paragraph's bottom-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-bottomright: 2em;
-}</pre>
+}
+```
-<h3 id="Result" name="Result">結果</h3>
+### 結果
-<p>{{EmbedLiveSample("Examples")}}</p>
+{{EmbedLiveSample("Examples")}}
-<div class="blockIndicator note">
-<p>注: 上記の例は、 Firefox 以外のブラウザーで表示させると、期待通りの効果が表示されません。</p>
-</div>
+注: この例は Firefox 以外のブラウザーで閲覧したときに、期待される効果が表示されません。
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
-<p>標準の一部ではありません。</p>
+どの標準にも含まれていません。
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>
+## ブラウザーの互換性
-<p>{{Compat("css.properties.-moz-outline-radius-bottomright")}}</p>
+{{Compat}}
-<h2 id="See_also" name="See_also">関連情報</h2>
+## 関連情報
-<ul>
- <li>詳しくは {{cssxref("-moz-outline-radius")}} プロパティを参照してください。</li>
-</ul>
+- 詳しくは {{cssxref("-moz-outline-radius")}} プロパティを参照してください。