From 6b15e2ea36700f1e1a528b278e9ed4a20af05e62 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sat, 18 Sep 2021 10:59:32 +0900 Subject: リンクエラーの修正 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/javascript/reference/operators/this/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web') diff --git a/files/ja/web/javascript/reference/operators/this/index.html b/files/ja/web/javascript/reference/operators/this/index.html index 1d466424d4..eb3ac7425d 100644 --- a/files/ja/web/javascript/reference/operators/this/index.html +++ b/files/ja/web/javascript/reference/operators/this/index.html @@ -398,7 +398,7 @@ for(var i = 0 ; i < elements.length; i++){

インラインイベントハンドラー内

-

コードがインラインの on-イベントハンドラーから呼び出されたとき、その this にはリスナーが配置されている DOM 要素が設定されます。

+

コードがインラインの on-イベントハンドラーから呼び出されたとき、その this にはリスナーが配置されている DOM 要素が設定されます。

<button onclick="alert(this.tagName.toLowerCase());">
   Show this
-- 
cgit v1.2.3-54-g00ecf