aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/statements
diff options
context:
space:
mode:
authorhochan Lee <hochan049@gmail.com>2021-06-23 22:46:42 +0900
committerGitHub <noreply@github.com>2021-06-23 22:46:42 +0900
commita8374c38ecd0e96b9c310da2e3808d9669524581 (patch)
treec6b93d3534ae43fd7af14827d9c8e5ea80bd4064 /files/ko/web/javascript/reference/statements
parent714754e6a789d85177cdccab2e8bcda0fd611cd2 (diff)
downloadtranslated-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/web/javascript/reference/statements')
-rw-r--r--files/ko/web/javascript/reference/statements/async_function/index.html4
-rw-r--r--files/ko/web/javascript/reference/statements/do...while/index.html2
-rw-r--r--files/ko/web/javascript/reference/statements/for...in/index.html2
-rw-r--r--files/ko/web/javascript/reference/statements/try...catch/index.html2
4 files changed, 0 insertions, 10 deletions
diff --git a/files/ko/web/javascript/reference/statements/async_function/index.html b/files/ko/web/javascript/reference/statements/async_function/index.html
index 5a986c8af4..ca85f0deef 100644
--- a/files/ko/web/javascript/reference/statements/async_function/index.html
+++ b/files/ko/web/javascript/reference/statements/async_function/index.html
@@ -227,10 +227,6 @@ setTimeout(parallel, 10000); // trully parallel: after 1 second, logs "fast", th
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<div class="hidden">
-<p>The compatibility table on 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>
-</div>
-
<p>{{Compat("javascript.statements.async_function")}}</p>
<h2 id="함께_보기">함께 보기</h2>
diff --git a/files/ko/web/javascript/reference/statements/do...while/index.html b/files/ko/web/javascript/reference/statements/do...while/index.html
index f6d2e00c57..7326fb3fee 100644
--- a/files/ko/web/javascript/reference/statements/do...while/index.html
+++ b/files/ko/web/javascript/reference/statements/do...while/index.html
@@ -66,8 +66,6 @@ console.log(result);</pre>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<div class="hidden">이 페이지의 브라우저 호환성 표는 구조화된 데이터에서 생성되었습니다. 만약 이 문서에 기여하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 문서를 확인하고 수정한 뒤 pull request 를 보내주십시오.</div>
-
<p>{{Compat("javascript.statements.do_while")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/statements/for...in/index.html b/files/ko/web/javascript/reference/statements/for...in/index.html
index 983e50c91f..d51a3c79dc 100644
--- a/files/ko/web/javascript/reference/statements/for...in/index.html
+++ b/files/ko/web/javascript/reference/statements/for...in/index.html
@@ -142,8 +142,6 @@ alert(show_own_props(o, "o")); /* alerts: o.color = red */
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p>The compatibility table on 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("javascript.statements.for_in")}}</p>
<h2 id="Compatibility_Initializer_expressions_in_strict_mode">Compatibility: Initializer expressions in strict mode</h2>
diff --git a/files/ko/web/javascript/reference/statements/try...catch/index.html b/files/ko/web/javascript/reference/statements/try...catch/index.html
index c7cdf05b1f..a96c81e1a5 100644
--- a/files/ko/web/javascript/reference/statements/try...catch/index.html
+++ b/files/ko/web/javascript/reference/statements/try...catch/index.html
@@ -261,8 +261,6 @@ catch (ex) {
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p>The compatibility table on 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("javascript.statements.try_catch")}}</p>
<h2 id="See_also">See also</h2>