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/web/javascript/reference/global_objects/math | |
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/web/javascript/reference/global_objects/math')
18 files changed, 0 insertions, 36 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/math/exp/index.html b/files/ko/web/javascript/reference/global_objects/math/exp/index.html index c00f391045..567b8d68ab 100644 --- a/files/ko/web/javascript/reference/global_objects/math/exp/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/exp/index.html @@ -73,8 +73,6 @@ Math.exp(1); // 2.718281828459045 <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("javascript.builtins.Math.exp")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/index.html b/files/ko/web/javascript/reference/global_objects/math/index.html index 3ce1a0638c..1bc5902a01 100644 --- a/files/ko/web/javascript/reference/global_objects/math/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/index.html @@ -144,8 +144,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math <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("javascript.builtins.Math")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/ln10/index.html b/files/ko/web/javascript/reference/global_objects/math/ln10/index.html index 57ab837e50..fa2d2c6e9b 100644 --- a/files/ko/web/javascript/reference/global_objects/math/ln10/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/ln10/index.html @@ -71,8 +71,6 @@ getNatLog10(); // 2.302585092994046 <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("javascript.builtins.Math.LN10")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/ln2/index.html b/files/ko/web/javascript/reference/global_objects/math/ln2/index.html index 202558fd59..4503cfa275 100644 --- a/files/ko/web/javascript/reference/global_objects/math/ln2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/ln2/index.html @@ -73,8 +73,6 @@ getNatLog2(); // 0.6931471805599453 <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("javascript.builtins.Math.LN2")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/log/index.html b/files/ko/web/javascript/reference/global_objects/math/log/index.html index a343fa27a6..3a95d54f1a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/log/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/log/index.html @@ -89,8 +89,6 @@ Math.log(10); // 2.302585092994046 <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("javascript.builtins.Math.log")}}</p> <h2 id="같이보기">같이보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/log2/index.html b/files/ko/web/javascript/reference/global_objects/math/log2/index.html index 7cfd72531c..88e58db3d0 100644 --- a/files/ko/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/log2/index.html @@ -81,8 +81,6 @@ Math.log2(1024); // 10 <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("javascript.builtins.Math.log2")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/min/index.html b/files/ko/web/javascript/reference/global_objects/math/min/index.html index 7bf84ee57c..6ab640e2cd 100644 --- a/files/ko/web/javascript/reference/global_objects/math/min/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/min/index.html @@ -92,8 +92,6 @@ if (x > boundary) { <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("javascript.builtins.Math.min")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/random/index.html b/files/ko/web/javascript/reference/global_objects/math/random/index.html index 9ce02207de..2aead8d88a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/random/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/random/index.html @@ -101,6 +101,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <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("javascript.builtins.Math.random")}}</p> diff --git a/files/ko/web/javascript/reference/global_objects/math/round/index.html b/files/ko/web/javascript/reference/global_objects/math/round/index.html index e163c4459e..703f3869e1 100644 --- a/files/ko/web/javascript/reference/global_objects/math/round/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/round/index.html @@ -75,8 +75,6 @@ Math.round(-20.51); // -21 <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("javascript.builtins.Math.round")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sign/index.html b/files/ko/web/javascript/reference/global_objects/math/sign/index.html index adb5f15354..1a6697e9d8 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sign/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sign/index.html @@ -97,8 +97,6 @@ Math.sign(); // NaN <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden">이 페이지에서 호환성 표는 구조화된 자료로부터 생성됩니다. 그 자료에 기여하시려면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 를 확인하시고 저희에게 pull 요청을 보내십시오.</p> - <p>{{Compat("javascript.builtins.Math.sign")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sin/index.html b/files/ko/web/javascript/reference/global_objects/math/sin/index.html index 1978d7f8e8..5e1413a59c 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sin/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sin/index.html @@ -81,8 +81,6 @@ Math.sin(Math.PI / 2); // 1 <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("javascript.builtins.Math.sin")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sinh/index.html b/files/ko/web/javascript/reference/global_objects/math/sinh/index.html index 9a3bb3a6ab..f918785a34 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sinh/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sinh/index.html @@ -81,8 +81,6 @@ Math.sinh(1); // 1.1752011936438014 <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("javascript.builtins.Math.sinh")}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html index f03af42e6f..338037c734 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt/index.html @@ -76,8 +76,6 @@ Math.sqrt(-1); // NaN <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("javascript.builtins.Math.sqrt")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html index ee347e46eb..e7fd572149 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html @@ -47,8 +47,6 @@ getRoot1_2(); // 0.7071067811865476 <h2 id="브라우저_호환성">브라우저 호환성</h2> -<p class="hidden"><span>이 페이지의 호환성 표는 구조화된 데이터에서 생성됩니다.</span> 데이터에 기여하고 싶으시다면, <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>을 확인하고 풀 리퀘스트를 보내 주시기 바랍니다.</p> - <p>{{Compat("javascript.builtins.Math.SQRT1_2")}}</p> <h2 id="같이_보기">같이 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html b/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html index 1ad86df55b..2b38012528 100644 --- a/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/sqrt2/index.html @@ -62,8 +62,6 @@ getRoot2(); // 1.4142135623730951 <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("javascript.builtins.Math.SQRT2")}}</p> <h2 id="참조">참조</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/tan/index.html b/files/ko/web/javascript/reference/global_objects/math/tan/index.html index 64a1468020..721f23db7a 100644 --- a/files/ko/web/javascript/reference/global_objects/math/tan/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/tan/index.html @@ -86,8 +86,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/tan <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("javascript.builtins.Math.tan")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/tanh/index.html b/files/ko/web/javascript/reference/global_objects/math/tanh/index.html index 97055e165b..cbc4fb4ee9 100644 --- a/files/ko/web/javascript/reference/global_objects/math/tanh/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/tanh/index.html @@ -70,8 +70,6 @@ Math.tanh(1); // 0.7615941559557649 <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("javascript.builtins.Math.tanh")}}</p> <h2 id="함께_보기">함께 보기</h2> diff --git a/files/ko/web/javascript/reference/global_objects/math/trunc/index.html b/files/ko/web/javascript/reference/global_objects/math/trunc/index.html index 0f63fd1e58..93375f989f 100644 --- a/files/ko/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/ko/web/javascript/reference/global_objects/math/trunc/index.html @@ -81,8 +81,6 @@ Math.trunc(); // NaN <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("javascript.builtins.Math.trunc")}}</p> <h2 id="See_also">See also</h2> |