diff options
author | hochan Lee <hochan049@gmail.com> | 2021-06-23 22:46:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 22:46:42 +0900 |
commit | a8374c38ecd0e96b9c310da2e3808d9669524581 (patch) | |
tree | c6b93d3534ae43fd7af14827d9c8e5ea80bd4064 /files/ko/mozilla | |
parent | 714754e6a789d85177cdccab2e8bcda0fd611cd2 (diff) | |
download | translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.tar.gz translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.tar.bz2 translated-content-a8374c38ecd0e96b9c310da2e3808d9669524581.zip |
[ko] fix: All hidden about Browser Compatibility can be deleted (#1176)
* fix: All hidden about Browser Compatibility can be deleted
* fix: remove compatibility hidden, 1~10번 삭제
* fix: remove compatibility hidden, 20~21번 삭제
* fix: ~27
* fix: use regex to remove
* fix: use regex to remove
tag a /a tag
* fix: del python script
* fix: regex for remove
공백이나 안에 태그 존재하는 경우에 대해서도 처리
* Update files/ko/web/api/storage/key/index.html
* Update files/ko/web/api/angle_instanced_arrays/index.html
* Update files/ko/web/api/batterymanager/dischargingtime/index.html
* Update files/ko/web/api/document/drag_event/index.html
* Update files/ko/web/html/global_attributes/class/index.html
* Update files/ko/web/html/global_attributes/itemscope/index.html
* Update files/ko/web/html/global_attributes/tabindex/index.html
* Update files/ko/web/http/headers/accept-charset/index.html
* Update files/ko/web/http/headers/accept-encoding/index.html
* Update files/ko/web/http/headers/content-security-policy/index.html
* Update files/ko/web/http/headers/pragma/index.html
* Update files/ko/web/javascript/reference/global_objects/set/add/index.html
* Update files/ko/web/javascript/reference/global_objects/string/match/index.html
* Update files/ko/web/javascript/reference/global_objects/string/tostring/index.html
* Update files/ko/web/javascript/reference/global_objects/string/valueof/index.html
* Update files/ko/web/javascript/reference/statements/do...while/index.html
* Update files/ko/web/http/status/301/index.html
* Update files/ko/web/http/status/403/index.html
* Update files/ko/web/javascript/reference/functions/get/index.html
* Update files/ko/web/javascript/reference/global_objects/error/name/index.html
* Update files/ko/web/javascript/reference/global_objects/function/arguments/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sign/index.html
* Update files/ko/web/javascript/reference/global_objects/referenceerror/index.html
* Update files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/finally/index.html
* Update files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
Diffstat (limited to 'files/ko/mozilla')
9 files changed, 0 insertions, 18 deletions
diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.html b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.html index 9ec44aaf70..7b24778c56 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/contexttype/index.html @@ -53,8 +53,6 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/contextMenus/ContextType <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.menus.ContextType", 10)}}</p> <p>{{WebExtExamples}}</p> diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.html b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.html index 75b4bb92d5..58040fcbc4 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/create/index.html @@ -113,8 +113,6 @@ original_slug: Mozilla/Add-ons/WebExtensions/API/contextMenus/create <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.menus.create", 10)}}</p> <h2 id="예제">예제</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.html b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.html index 035077de99..0621360edf 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/menus/onshown/index.html @@ -117,8 +117,6 @@ browser.menus.onShown.hasListener(listener) <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.menus.onShown", 10)}}</p> <h2 id="예제">예제</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/api/pageaction/show/index.html b/files/ko/mozilla/add-ons/webextensions/api/pageaction/show/index.html index 523887dd72..7a7e2b2a08 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/pageaction/show/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/pageaction/show/index.html @@ -32,8 +32,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/pageAction/show <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.pageAction.show")}}</p> <h2 id="예제">예제</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.html b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.html index 37915371f5..a101a0962d 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/storage/sync/index.html @@ -32,8 +32,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/storage/sync <h2 id="Browser_호환성">Browser 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.storage.sync")}}</p> <p>{{WebExtExamples}}</p> 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 5fde619937..3ed12b939b 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 @@ -67,8 +67,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/create <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.tabs.create", 10)}}</p> <h2 id="예제">예제</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html b/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html index 9fbf180263..63c6c874ed 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/tabs/insertcss/index.html @@ -56,8 +56,6 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/insertCSS <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.tabs.insertCSS")}}</p> <h2 id="Examples">Examples</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.html b/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.html index ecc9e9be39..c6b85c6e70 100644 --- a/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.html +++ b/files/ko/mozilla/add-ons/webextensions/api/webrequest/onbeforerequest/index.html @@ -108,8 +108,6 @@ browser.webRequest.onBeforeRequest.hasListener(listener) <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.webRequest.onBeforeRequest", 10)}}</p> <h2 id="예제">예제</h2> diff --git a/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html b/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html index b4d9b06443..d3fb3051e3 100644 --- a/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html +++ b/files/ko/mozilla/add-ons/webextensions/manifest.json/content_scripts/index.html @@ -222,6 +222,4 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts <h2 id="Browser_compatibility">Browser compatibility</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.manifest.content_scripts")}}</p> |