From a8374c38ecd0e96b9c310da2e3808d9669524581 Mon Sep 17 00:00:00 2001 From: hochan Lee Date: Wed, 23 Jun 2021 22:46:42 +0900 Subject: [ko] fix: All hidden about Browser Compatibility can be deleted (#1176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .../javascript/reference/global_objects/string/charcodeat/index.html | 2 -- .../javascript/reference/global_objects/string/localecompare/index.html | 2 -- .../ko/web/javascript/reference/global_objects/string/match/index.html | 2 -- .../web/javascript/reference/global_objects/string/normalize/index.html | 2 -- .../ko/web/javascript/reference/global_objects/string/padend/index.html | 2 -- .../web/javascript/reference/global_objects/string/padstart/index.html | 2 -- .../ko/web/javascript/reference/global_objects/string/repeat/index.html | 2 -- .../ko/web/javascript/reference/global_objects/string/search/index.html | 2 -- .../ko/web/javascript/reference/global_objects/string/split/index.html | 2 -- .../web/javascript/reference/global_objects/string/substring/index.html | 2 -- .../javascript/reference/global_objects/string/tolowercase/index.html | 2 -- .../web/javascript/reference/global_objects/string/tosource/index.html | 2 -- .../web/javascript/reference/global_objects/string/tostring/index.html | 1 - files/ko/web/javascript/reference/global_objects/string/trim/index.html | 2 -- .../web/javascript/reference/global_objects/string/valueof/index.html | 2 -- 15 files changed, 29 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects/string') diff --git a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html index 9777130911..9c5b755d83 100644 --- a/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/charcodeat/index.html @@ -155,8 +155,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/charCodeAt

브라우저 호환성

- -

{{Compat("javascript.builtins.String.charCodeAt")}}

같이 보기

diff --git a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html index 9bd3b19236..f074e7b256 100644 --- a/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/localecompare/index.html @@ -148,8 +148,6 @@ console.log('ä'.localeCompare('a', 'sv', { sensitivity: 'base' })); // a positi

Browser compatibility

- -

{{Compat("javascript.builtins.String.localeCompare")}}

See also

diff --git a/files/ko/web/javascript/reference/global_objects/string/match/index.html b/files/ko/web/javascript/reference/global_objects/string/match/index.html index e1031b8a0e..5297d440be 100644 --- a/files/ko/web/javascript/reference/global_objects/string/match/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/match/index.html @@ -130,8 +130,6 @@ str3.match(null);   // ["null"]을 반환함.

브라우저 호환성

- -

{{Compat("javascript.builtins.String.match")}}

Firefox-specific notes

diff --git a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html index d44f9bec99..2580ea6c6e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/normalize/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/normalize/index.html @@ -150,8 +150,6 @@ console.log(second === third); // 같은 글자처럼 보이지만 false를 출

브라우저 호환성

- -

{{Compat("javascript.builtins.String.normalize")}}

같이 보기

diff --git a/files/ko/web/javascript/reference/global_objects/string/padend/index.html b/files/ko/web/javascript/reference/global_objects/string/padend/index.html index 1c027c1363..e9b121e470 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padend/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padend/index.html @@ -88,8 +88,6 @@ if (!String.prototype.padEnd) {

브라우저 호환성

- -

{{Compat("javascript.builtins.String.padEnd")}}

See also

diff --git a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html index eff03dd4ac..243c65ea23 100644 --- a/files/ko/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/padstart/index.html @@ -93,8 +93,6 @@ if (!String.prototype.padStart) {

브라우저 호환성

- -

{{Compat("javascript.builtins.String.padStart")}}

같이 보기

diff --git a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html index 8e1d67988b..1e8398e41e 100644 --- a/files/ko/web/javascript/reference/global_objects/string/repeat/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/repeat/index.html @@ -108,6 +108,4 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/repeat

브라우저 호환성

- -

{{Compat("javascript.builtins.String.repeat")}}

diff --git a/files/ko/web/javascript/reference/global_objects/string/search/index.html b/files/ko/web/javascript/reference/global_objects/string/search/index.html index 3d27d812fc..8e81cc312a 100644 --- a/files/ko/web/javascript/reference/global_objects/string/search/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/search/index.html @@ -78,8 +78,6 @@ console.log(str.search(re2)); // returns -1 cannot find '.' dot punctuation브라우저 호환성 - -

{{Compat("javascript.builtins.String.search")}}

Gecko-specific notes

diff --git a/files/ko/web/javascript/reference/global_objects/string/split/index.html b/files/ko/web/javascript/reference/global_objects/string/split/index.html index 7100e55a50..83d8136caa 100644 --- a/files/ko/web/javascript/reference/global_objects/string/split/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/split/index.html @@ -217,8 +217,6 @@ var strReverse = str.split(/(?:)/u).reverse().join('');

브라우저 호환성

- -

{{Compat("javascript.builtins.String.split")}}

같이 보기

diff --git a/files/ko/web/javascript/reference/global_objects/string/substring/index.html b/files/ko/web/javascript/reference/global_objects/string/substring/index.html index 91d13974c9..b4dbd8c170 100644 --- a/files/ko/web/javascript/reference/global_objects/string/substring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/substring/index.html @@ -178,8 +178,6 @@ replaceString('World', 'Web', 'Brave New World');

Browser compatibility

- -

{{Compat("javascript.builtins.String.substring")}}

See also

diff --git a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html index d91e48729f..c24dd27e3b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tolowercase/index.html @@ -70,8 +70,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toLowerCase

브라우저 호환성

- -

{{Compat("javascript.builtins.String.toLowerCase")}}

참조

diff --git a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html index d08a2a816a..b4b814de9b 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tosource/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tosource/index.html @@ -38,8 +38,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/toSource

Browser compatibility

- -

{{Compat("javascript.builtins.String.toSource")}}

See also

diff --git a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html index 999d5c0c74..197b679edd 100644 --- a/files/ko/web/javascript/reference/global_objects/string/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/tostring/index.html @@ -47,7 +47,6 @@ console.log (x.toString ()); // 'Hello world'를 기록합니다.브라우저 호환성 -

{{Compat ( "javascript.builtins.String.toString")}}

diff --git a/files/ko/web/javascript/reference/global_objects/string/trim/index.html b/files/ko/web/javascript/reference/global_objects/string/trim/index.html index 0f0b71f548..32c3607a1f 100644 --- a/files/ko/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/trim/index.html @@ -85,8 +85,6 @@ console.log(orig.trim()); // 'foo'

브라우저 호환성

- -

{{Compat("javascript.builtins.String.trim")}}

참조

diff --git a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html index e8e217d615..a8c7023700 100644 --- a/files/ko/web/javascript/reference/global_objects/string/valueof/index.html +++ b/files/ko/web/javascript/reference/global_objects/string/valueof/index.html @@ -71,8 +71,6 @@ console.log(x.valueOf()); // 'Hello world' 가 보여집니다.

브라우저 호환성

- -

{{Compat("javascript.builtins.String.valueOf")}}

같이 보기

-- cgit v1.2.3-54-g00ecf