From 7d248f1c670ade5e0b90c3651ac1641becf320b1 Mon Sep 17 00:00:00 2001 From: Atsuto Yamashita Date: Tue, 8 Mar 2022 23:41:59 +0900 Subject: user_input_methods のリンクを日本語ページに修正 (#4424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/guide/user_input_methods/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/guide/user_input_methods/index.html b/files/ja/web/guide/user_input_methods/index.html index 5e5390d10f..08cc862863 100644 --- a/files/ja/web/guide/user_input_methods/index.html +++ b/files/ja/web/guide/user_input_methods/index.html @@ -150,14 +150,14 @@ if (elem.requestFullscreen) {

コンテンツを編集可能にする

-

contenteditable 属性を使うことで、開いているウェブアプリのあらゆる DOM 要素を直接編集することができます。

+

contenteditable 属性を使うことで、開いているウェブアプリのあらゆる DOM 要素を直接編集することができます。

<div contenteditable="true">
     このテキストは閲覧者が編集することができます。
 </div>
-

: 互換性や例、その他リソースに関する情報は コンテンツを編集可能にするガイドで確認することができます。

+

: 互換性や例、その他リソースに関する情報は コンテンツを編集可能にするガイドで確認することができます。

@@ -168,7 +168,7 @@ if (elem.requestFullscreen) {
Simple pointer lock demo
We've written a simple pointer lock demo to show you how to use it to set up a simple control system. The demo uses JavaScript to draw a ball inside a {{htmlelement("canvas")}} element. When you click the canvas, pointer lock is then used to remove the mouse pointer and allow you to move the ball directly using the mouse.
コンテンツを編集可能にするデモ
-
このデモは、編集可能なドキュメントセクションを作成することに利用できる contenteditable がどのように動くか表示しており、その状態はその後 ローカルストレージを使い保存されます。
+
このデモは、編集可能なドキュメントセクションを作成することに利用できる contenteditable がどのように動くか表示しており、その状態はその後 ローカルストレージを使い保存されます。

チュートリアル

@@ -176,9 +176,9 @@ if (elem.requestFullscreen) {

関連情報

@@ -186,12 +186,12 @@ if (elem.requestFullscreen) { -- cgit v1.2.3-54-g00ecf