From 8d08445da4a440b172058720a82c76a1f231eef7 Mon Sep 17 00:00:00 2001 From: tristantheb Date: Thu, 29 Apr 2021 16:52:21 +0200 Subject: KS: Removal of the least used macros - l10n-ko (#613) * KS: Removal of the least used macros * Update files/ko/web/html/element/textarea/index.html Co-authored-by: hochan Lee * Update files/ko/web/api/window/open/index.html Co-authored-by: hochan Lee Co-authored-by: hochan Lee --- files/ko/web/html/element/textarea/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'files/ko/web/html/element/textarea/index.html') diff --git a/files/ko/web/html/element/textarea/index.html b/files/ko/web/html/element/textarea/index.html index a59be6f9dc..1d00b424e9 100644 --- a/files/ko/web/html/element/textarea/index.html +++ b/files/ko/web/html/element/textarea/index.html @@ -97,9 +97,7 @@ translation_of: Web/HTML/Element/textarea

이 요소는 HTMLTextAreaElement 인터페이스를 구현합니다.

-

{{ h1_gecko_minversion("Resizable textareas", "2.0") }}

- -

{{ gecko("2.0") }} introduced support for resizable textareas. This is controlled by the {{ cssxref("resize") }} CSS property. Resizing of textareas is enabled by default, but you can explicitly disable it by including the following CSS:

+

Gecko 2.0 introduced support for resizable textareas. This is controlled by the resize (en-US) CSS property. Resizing of textareas is enabled by default, but you can explicitly disable it by including the following CSS:

textarea {
   resize: none;
-- 
cgit v1.2.3-54-g00ecf