aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html')
-rw-r--r--files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html b/files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html
index 3947b8491f..eba5e0ee8c 100644
--- a/files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html
+++ b/files/ja/mozilla/add-ons/webextensions/interact_with_the_clipboard/index.html
@@ -99,8 +99,8 @@ document.querySelector("#paste").addEventListener("click", paste);</pre>
<p>Firefox は"clipboardRead" <a href="/ja/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions">permission</a> をバージョン 54 からサポートしています。しかし、クリップボードからの読み込みにはパーミッションの他に、貼り付け先の要素が <a href="/ja/docs/Web/Guide/HTML/Editable_content">content editable mode</a> である必要があります。さらに、コンテンツスクリプトの場合は&lt;textarea&gt;要素のみ動作します。バックグラウンドスクリプトでは、どの要素でも content editable mode に設定できます。</p>
-<div id="simple-translate-button" style="display: none;"> </div>
+<div id="simple-translate-button" class="hidden"> </div>
-<div id="simple-translate-panel" style="display: none;">
+<div id="simple-translate-panel" class="hidden">
<p>...</p>
</div>