From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ko/mozilla/add-ons') diff --git a/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html b/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html index 1c36ddff1d..5fde619937 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/tabs/create/index.html @@ -49,7 +49,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/create
  • javascript: URL
  • data: URL
  • file: URL (예, 파일시스템의 파일들. 단, 확장 안에 포함된 파일의 사용은 아래를 보라)
  • -
  • 특권이 있는 about: URL (예, about:config, about:addons, about:debugging) . 특권이 없는 URL은 된다 (예, about:blank).
  • +
  • 특권이 있는 about: URL (예, about:config, about:addons, about:debugging). 특권이 없는 URL은 된다 (예, about:blank).
  • 새 탭 페이지 (about:newtab)는 URL 값이 주어지지 않으면 열린다.
  • -- cgit v1.2.3-54-g00ecf