aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/document
diff options
context:
space:
mode:
authorRyan Johnson <rjohnson@mozilla.com>2021-05-28 12:36:36 -0700
committerGitHub <noreply@github.com>2021-05-28 12:36:36 -0700
commit05a7219ba9605649cb6daa281e26209eaa73adf0 (patch)
tree63c9443b214d52257ff4ef5546f9e70c8b7365cd /files/ja/web/api/document
parent220a7d23b0755acc06146c1262aa09ba22d6e3b1 (diff)
downloadtranslated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.gz
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.tar.bz2
translated-content-05a7219ba9605649cb6daa281e26209eaa73adf0.zip
fix MacroWrongXRefError flaws for some domxref calls (#1018)
Diffstat (limited to 'files/ja/web/api/document')
-rw-r--r--files/ja/web/api/document/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/api/document/index.html b/files/ja/web/api/document/index.html
index 3a7cad090c..806712e9fc 100644
--- a/files/ja/web/api/document/index.html
+++ b/files/ja/web/api/document/index.html
@@ -147,17 +147,17 @@ translation_of: Web/API/Document
<dt>{{DOMxRef("Document.oncut")}} {{Non-standard_Inline}}</dt>
<dd>{{event("cut")}} イベント用のイベント制御コードを表します。</dd>
<dt>{{DOMxRef("Document.onfullscreenchange")}}</dt>
- <dd>{{event("fullscreenchange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。</dd>
+ <dd>{{event("fullscreenchange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{DOMxRef("Document.onfullscreenerror")}}</dt>
- <dd>{{event("fullscreenerror")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。</dd>
+ <dd>{{event("fullscreenerror")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{DOMxRef("Document.onpaste")}} {{Non-standard_Inline}}</dt>
<dd>{{event("paste")}} イベント用のイベント制御コードを表します。</dd>
<dt>{{DOMxRef("Document.onreadystatechange")}}</dt>
<dd>{{event("readystatechange")}} イベント用のイベント制御コードを表します。</dd>
<dt>{{DOMxRef("Document.onselectionchange")}} {{Experimental_Inline}}</dt>
- <dd>{{event("selectionchange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。</dd>
+ <dd>{{event("selectionchange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
<dt>{{DOMxRef("Document.onvisibilitychange")}}</dt>
- <dd>{{event("visibilitychange")}} イベントが発生したときに呼び出すコードを表す {{DOMxRef("EventHandler")}} です。</dd>
+ <dd>{{event("visibilitychange")}} イベントが発生したときに呼び出すコードを表す {{event("Event_handlers", "event handler")}} です。</dd>
</dl>
<p><code>Document</code> インターフェイスは、{{DOMxRef("GlobalEventHandlers")}} インターフェイスから派生しています。</p>