aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/html
diff options
context:
space:
mode:
authortristantheb <tristantheb@users.noreply.github.com>2021-04-29 16:52:21 +0200
committerGitHub <noreply@github.com>2021-04-29 23:52:21 +0900
commit8d08445da4a440b172058720a82c76a1f231eef7 (patch)
treeda09a6cb1ad4629a0cc5856a5434990a9b43a7ec /files/ko/web/html
parente41fd4d996263012593fd39e127e096d5f1660d2 (diff)
downloadtranslated-content-8d08445da4a440b172058720a82c76a1f231eef7.tar.gz
translated-content-8d08445da4a440b172058720a82c76a1f231eef7.tar.bz2
translated-content-8d08445da4a440b172058720a82c76a1f231eef7.zip
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 <hochan049@gmail.com> * Update files/ko/web/api/window/open/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
Diffstat (limited to 'files/ko/web/html')
-rw-r--r--files/ko/web/html/element/textarea/index.html4
1 files changed, 1 insertions, 3 deletions
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
<p>이 요소는 <code><a href="/en/DOM/HTMLTextAreaElement" title="en/DOM/textarea">HTMLTextAreaElement</a></code> 인터페이스를 구현합니다.</p>
-<p>{{ h1_gecko_minversion("Resizable textareas", "2.0") }}</p>
-
-<p>{{ 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:</p>
+<p>Gecko 2.0 introduced support for resizable textareas. This is controlled by the <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/resize">resize (en-US)</a> CSS property. Resizing of textareas is enabled by default, but you can explicitly disable it by including the following CSS:</p>
<pre>textarea {
resize: none;