From 634210277e2d806b7b4421cdb918eeeb6bbbaead Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 15 Sep 2024 00:10:06 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/19=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=96=B0=E8=A6=8F=E7=BF=BB=E8=A8=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/api/htmlelement/editcontext/index.md | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 files/ja/web/api/htmlelement/editcontext/index.md diff --git a/files/ja/web/api/htmlelement/editcontext/index.md b/files/ja/web/api/htmlelement/editcontext/index.md new file mode 100644 index 00000000000000..9e5c29533d712f --- /dev/null +++ b/files/ja/web/api/htmlelement/editcontext/index.md @@ -0,0 +1,95 @@ +--- +title: "HTMLElement: editContext プロパティ" +short-title: editContext +slug: Web/API/HTMLElement/editContext +l10n: + sourceCommit: c9fe79713a9323e8f1492c3c5b802fc8776a5f6a +--- + +{{APIRef("EditContext API")}}{{SeeCompatTable}} + +**`editContext`** は {{domxref("HTMLElement")}} インターフェイスのプロパティで、要素に関連付けられた {{domxref("EditContext")}} オブジェクトを取得したり設定したりします。 + +{{domxref("EditContext API", "", "", "nocode")}} を使用することで、{{glossary("Input Method Editor", "インプットメソッドエディター")}} (IME) の変換や絵文字ピッカー、その他のプラットフォーム固有の編集関連 UI サーフェスなど、高度なテキスト入力に対応したリッチテキストエディターをウェブ上で構築することができます。 + +### 利用可能な要素 + +`editContext` プロパティを設定して動作するのは、一部の種類の要素だけです。 + +- HTML 要素のうち、 [`
`](/ja/docs/Web/HTML/Element/article), [`