From 54df1a67a8980544fbb25222cfef3777ad840785 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 14 Sep 2024 20:10:29 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/30=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/api/htmlelement/contenteditable/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/ja/web/api/htmlelement/contenteditable/index.md b/files/ja/web/api/htmlelement/contenteditable/index.md index 5b454400fe7fa5..29993f715462ca 100644 --- a/files/ja/web/api/htmlelement/contenteditable/index.md +++ b/files/ja/web/api/htmlelement/contenteditable/index.md @@ -1,8 +1,9 @@ --- title: "HTMLElement: contentEditable プロパティ" +short-title: contentEditable slug: Web/API/HTMLElement/contentEditable l10n: - sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18 + sourceCommit: 61f855f3f8155a2dc1ddb5671bdac032f11ecee7 --- {{APIRef("HTML DOM")}} @@ -13,10 +14,12 @@ l10n: - '`true`' は、要素の内容が編集可能 (`contenteditable`) であることを示します。 - '`false`' は、要素が編集できないことを示します。 -- '`inherit`' は、要素がその親の編集可能状態を継承することを示します。 +- '`plaintext-only`' は要素の生のテキストは編集可能ですが、リッチテキストの書式は編集できないことを示します。 {{domxref("HTMLElement.isContentEditable")}} プロパティを使用すると、このプロパティの計算済みの論理値をテストできます。 +属性がない、またはその値が不正な場合、その値は親要素から継承されます。したがって、要素は親要素に基づいて編集可能(または不可能)になります。 + ## 値 文字列。