Skip to content

Commit

Permalink
2024/07/26 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 17, 2024
1 parent 6eb4d69 commit da6f09c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion files/ja/web/api/htmlelement/accesskey/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: "HTMLElement: accessKey プロパティ"
short-title: accessKey
slug: Web/API/HTMLElement/accessKey
l10n:
sourceCommit: a3d9f61a8990ba7b53bda9748d1f26a9e9810b18
sourceCommit: e9e2ec643ac69c132f31427a0b586ab2cf83ed58
---

{{APIRef("DOM")}}
Expand All @@ -11,6 +12,10 @@ l10n:

> **メモ:** `HTMLElement.accessKey` プロパティは、ブラウザーにすでに存在するキーバインドとよく衝突するため、めったに使われることはありません。これを回避するために、ブラウザーは accesskey の動作を他の「修飾」キー(<kbd>Alt</kbd> + accesskey など)と一緒に押された場合に動作するよう実装しています。
## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}
Expand Down

0 comments on commit da6f09c

Please sign in to comment.