diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-11 10:16:51 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-11-21 22:37:46 +0900 |
commit | 928208008e76f50771a16ba6df1685ff69f14c3f (patch) | |
tree | 7b51af495f108698594ae23b8310ab1b04e29850 /files | |
parent | 585cf204c175af495fa25c32d509c7ab9b8c8808 (diff) | |
download | translated-content-928208008e76f50771a16ba6df1685ff69f14c3f.tar.gz translated-content-928208008e76f50771a16ba6df1685ff69f14c3f.tar.bz2 translated-content-928208008e76f50771a16ba6df1685ff69f14c3f.zip |
細かい修正
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/-moz-outline-radius-bottomleft/index.md | 2 | ||||
-rw-r--r-- | files/ja/web/css/-moz-outline-radius-bottomright/index.md | 2 | ||||
-rw-r--r-- | files/ja/web/css/-moz-user-input/index.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/css/-moz-outline-radius-bottomleft/index.md b/files/ja/web/css/-moz-outline-radius-bottomleft/index.md index 00b40acd7c..c6fd7ad0ab 100644 --- a/files/ja/web/css/-moz-outline-radius-bottomleft/index.md +++ b/files/ja/web/css/-moz-outline-radius-bottomleft/index.md @@ -18,7 +18,7 @@ Mozilla アプリケーションにおいて、 **`-moz-outline-radius-bottomlef ## 構文 -`-moz-outline-radius-bottomleft` の値は、 {{cssxref("length", "<length>")}} または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 {{cssxref("calc", "calc()")}} 関数も同様に使用することができます。 +`-moz-outline-radius-bottomleft` の値は、 {{cssxref("length", "<length>")}} または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 {{cssxref("calc()", "calc()")}} 関数も同様に使用することができます。 ### 値 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 215d79243a..a72e623054 100644 --- a/files/ja/web/css/-moz-outline-radius-bottomright/index.md +++ b/files/ja/web/css/-moz-outline-radius-bottomright/index.md @@ -18,7 +18,7 @@ Mozilla アプリケーションにおいて、 **`-moz-outline-radius-bottomrig ## 構文 -`-moz-outline-radius-bottomright` の値は、 {{cssxref("length", "<length>")}} または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 {{cssxref("calc", "calc()")}} 関数も同様に使用することができます。 +`-moz-outline-radius-bottomright` の値は、 {{cssxref("length", "<length>")}} または境界ボックスの対応する大きさに対する[パーセント値](/ja/docs/Web/CSS/percentage)のどちらかです。 {{cssxref("calc()", "calc()")}} 関数も同様に使用することができます。 ### 値 diff --git a/files/ja/web/css/-moz-user-input/index.md b/files/ja/web/css/-moz-user-input/index.md index 0f6954cee2..ad180a2b69 100644 --- a/files/ja/web/css/-moz-user-input/index.md +++ b/files/ja/web/css/-moz-user-input/index.md @@ -28,7 +28,7 @@ Mozilla アプリケーションでは、 **`-moz-user-input`** はある要素 {{HTMLElement("textarea")}} のようなユーザーからの入力を通常受け付ける要素では `-moz-user-input` の初期値は `enabled` です。 -> **Note:** `-moz-user-input` は、 CSS 3 {{cssxref("user-input")}} プロパティの先行実装案の一つでしたが、これはまだ (実装を要求する) 勧告候補に達していません。類似のプロパティ `user-focus` が [CSS3 UI 仕様の前身であった初期の草稿](https://www.w3.org/TR/2000/WD-css3-userint-20000216) で提案されましたが、作業グループによって却下されました。 +> **Note:** `-moz-user-input` は、 CSS 3 の {{cssxref("user-input")}} プロパティの先行実装案の一つでしたが、これはまだ (実装を要求する) 勧告候補に達していません。類似のプロパティ `user-focus` が [CSS3 UI 仕様の前身であった初期の草稿](https://www.w3.org/TR/2000/WD-css3-userint-20000216) で提案されましたが、作業グループによって却下されました。 ## 構文 |