diff options
Diffstat (limited to 'files/ko/web/html/element/textarea/index.html')
-rw-r--r-- | files/ko/web/html/element/textarea/index.html | 4 |
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; |