aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/user-modify
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-25 02:04:28 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-31 23:52:53 +0900
commit8c51a88294eebc92b1e3aa3f07c593a66c7e5f66 (patch)
tree5a7af6db2d9cc6be538241b1904d8f693182bb71 /files/ja/web/css/user-modify
parent84f302f439466b01e7d1efc6bd8fffe933ff0e7e (diff)
downloadtranslated-content-8c51a88294eebc92b1e3aa3f07c593a66c7e5f66.tar.gz
translated-content-8c51a88294eebc92b1e3aa3f07c593a66c7e5f66.tar.bz2
translated-content-8c51a88294eebc92b1e3aa3f07c593a66c7e5f66.zip
2021/08/13 時点の英語版に同期
Diffstat (limited to 'files/ja/web/css/user-modify')
-rw-r--r--files/ja/web/css/user-modify/index.md90
1 files changed, 45 insertions, 45 deletions
diff --git a/files/ja/web/css/user-modify/index.md b/files/ja/web/css/user-modify/index.md
index 854abb890e..13bae5f9af 100644
--- a/files/ja/web/css/user-modify/index.md
+++ b/files/ja/web/css/user-modify/index.md
@@ -4,20 +4,21 @@ slug: Web/CSS/user-modify
tags:
- CSS
- CSS プロパティ
- - Deprecated
- - Mozilla 拡張
- - Non-standard
- - Reference
- - WebKit 拡張
- - 標準外
+ - CSS:Mozilla 拡張
+ - CSS:WebKit 拡張
- 非推奨
+ - 標準外
+ - リファレンス
+ - recipe:css-property
+browser-compat: css.properties.user-modify
translation_of: Web/CSS/user-modify
---
-<div>{{CSSRef}}{{Non-standard_Header}}{{Deprecated_Header}}</div>
+{{CSSRef}}{{Non-standard_Header}}{{Deprecated_Header}}
-<p><strong><code>user-modify</code></strong> プロパティは Firefox では効果がありません。元々は要素の内容をユーザーが編集できるかどうかを決める予定でした。</p>
+**`user-modify`** プロパティは Firefox では効果がありません。元々は要素の内容をユーザーが編集できるかどうかを決める予定でした。
-<pre class="brush:css">/* キーワード値 */
+```css
+/* キーワード値 */
user-modify: read-only;
user-modify: read-write;
user-modify: write-only;
@@ -25,63 +26,62 @@ user-modify: write-only;
/* グローバル値 */
user-modify: inherit;
user-modify: initial;
+user-modify: revert;
user-modify: unset;
-</pre>
+```
+
+> **Warning:** このプロパティは {{HTMLAttrxRef("contenteditable")}} 属性に置き換えられました。
-<div class="warning">
-<p>このプロパティは {{HTMLAttrxRef("contenteditable")}} 属性に置き換えられました。</p>
-</div>
+## 構文
-<p>{{CSSInfo}}</p>
+`-moz-user-modify` プロパティは、以下のリストにあるキーワード値の一つで指定します。
-<h2 id="Syntax" name="Syntax">構文</h2>
+### 値
-<p><code>-moz-user-modify</code> プロパティは、以下のリストにあるキーワード値の一つで指定します。</p>
+- `read-only`
+ - : 既定値です。内容は読み取り専用です。
+- `read-write`
+ - : ユーザーが内容を読み書きできます。
+- `read-write-plaintext-only` {{Non-standard_Inline}}
+ - : `read-write` と同じですが、リッチテキスト書式は失われます。
+- `write-only`
+ - : ユーザーが内容を編集できますが、読むことはできません。
-<h3 id="Values" name="Values">値</h3>
+## 公式定義
-<dl>
- <dt><code>read-only</code></dt>
- <dd>既定値です。内容は読み取り専用です。</dd>
- <dt><code>read-write</code></dt>
- <dd>ユーザーが内容を読み書きできます。</dd>
- <dt><code>read-write-plaintext-only</code> {{Non-standard_Inline}}</dt>
- <dd><code>read-write</code> と同じですが、リッチテキスト書式は失われます。</dd>
- <dt><code>write-only</code></dt>
- <dd>ユーザーが内容を編集できますが、読むことはできません。</dd>
-</dl>
+{{CSSInfo}}
-<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
+## 形式文法
{{CSSSyntax}}
-<h2 id="Examples" name="Examples">例</h2>
+## 例
-<h3 id="HTML">HTML</h3>
+### HTML
-<pre class="brush:html">&lt;div class="readwrite"&gt;The user is able to change this text.&lt;/div&gt;
-</pre>
+```html
+<div class="readwrite">The user is able to change this text.</div>
+```
-<h3 id="CSS">CSS</h3>
+### CSS
-<pre class="brush:css">.readwrite {
+```css
+.readwrite {
-moz-user-modify: read-write;
-webkit-user-modify: read-write;
}
-</pre>
+```
-<h2 id="Specifications" name="Specifications">仕様書</h2>
+## 仕様書
-<p>このプロパティは仕様書で定義されていません。類似のプロパティである <code>user-focus</code> が、 <a class="external" href="http://www.w3.org/TR/2000/WD-css3-userint-20000216">CSS3 UI 仕様書の早期の草稿</a>で提案されましたが、作業グループによって拒否されました。</p>
+このプロパティは仕様書で定義されていません。類似のプロパティである `user-focus` が、 [CSS3 UI 仕様書の早期の草稿](https://www.w3.org/TR/2000/WD-css3-userint-20000216)で提案されましたが、作業グループによって拒否されました。
-<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>
+## ブラウザーの互換性
-<p>{{Compat("css.properties.user-modify")}}</p>
+{{Compat}}
-<h2 id="See_also" name="See_also">関連情報</h2>
+## 関連情報
-<ul>
- <li>{{CSSxRef("-moz-user-focus")}}</li>
- <li>{{CSSxRef("-moz-user-input")}}</li>
- <li>{{CSSxRef("-moz-user-select")}}</li>
-</ul>
+- {{CSSxRef("-moz-user-focus")}}
+- {{CSSxRef("-moz-user-input")}}
+- {{CSSxRef("-moz-user-select")}}