diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-08-28 14:45:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-28 14:45:25 -0400 |
commit | f565cc5a474c69a5096eaf19cb7c374fe01cb851 (patch) | |
tree | 9a12233e341a9248f52443be364899eb6a2de2f4 /ext/permissions.html | |
parent | 87fbb3c01ccc7e14b5fa29d6126ef684ceb558a9 (diff) |
Improve accessibility of links without href (#1915)
Diffstat (limited to 'ext/permissions.html')
-rw-r--r-- | ext/permissions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/permissions.html b/ext/permissions.html index 90a6b394..49daa940 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -131,7 +131,7 @@ When enabled, Yomichan is able to scan text and show definitions in private/incognito web browser windows. </p> <p> - This option can be configured from the web browser's <a class="extension-settings-link" data-special-url="chrome://extensions/?id={id}">extension settings pages</a>. + This option can be configured from the web browser's <a tabindex="0" class="extension-settings-link" data-special-url="chrome://extensions/?id={id}">extension settings pages</a>. </p> </div> </div> @@ -147,7 +147,7 @@ When enabled, Yomichan is able to scan text and show definitions on local HTML files located using the <code>file://*</code> scheme. </p> <p data-show-for-browser="chrome edge"> - This option can be configured from the web browser's <a class="extension-settings-link" data-special-url="chrome://extensions/?id={id}">extension settings pages</a>. + This option can be configured from the web browser's <a tabindex="0" class="extension-settings-link" data-special-url="chrome://extensions/?id={id}">extension settings pages</a>. </p> </div> </div> |