From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- .../javascript/reference/global_objects/intl/locale/language/index.html | 2 +- .../web/javascript/reference/global_objects/object/tostring/index.html | 2 +- .../ko/web/javascript/reference/global_objects/string/match/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ko/web/javascript/reference/global_objects') diff --git a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html index 1941356e98..b9f3fe48a4 100644 --- a/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html +++ b/files/ko/web/javascript/reference/global_objects/intl/locale/language/index.html @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Locale/language ---

{{JSRef}}
-
+

Intl.Locale.prototype.language 속성은 locale과 관련된 언어를 반환하는 접근자 속성입니다.

diff --git a/files/ko/web/javascript/reference/global_objects/object/tostring/index.html b/files/ko/web/javascript/reference/global_objects/object/tostring/index.html index 299b269117..9407c0f31b 100644 --- a/files/ko/web/javascript/reference/global_objects/object/tostring/index.html +++ b/files/ko/web/javascript/reference/global_objects/object/tostring/index.html @@ -9,7 +9,7 @@ tags: - Reference translation_of: Web/JavaScript/Reference/Global_Objects/Object/toString --- -
+
{{JSRef}}
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 5297d440be..96bee0212b 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 @@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/match ---
{{JSRef}}
-
+

match() 메서드는 문자열이 정규식과 매치되는 부분을 검색합니다.

-- cgit v1.2.3-54-g00ecf