aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/css/font-feature-settings/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 11:39:11 -0400
committerGitHub <noreply@github.com>2021-07-28 00:39:11 +0900
commitbc229b7a1817de712a408242cc9d8ac469733c4d (patch)
tree11bb1435f2e806ebd38f1e2e1014e541c26d1d8a /files/ko/web/css/font-feature-settings/index.html
parent4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (diff)
downloadtranslated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.gz
translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.tar.bz2
translated-content-bc229b7a1817de712a408242cc9d8ac469733c4d.zip
remove link 'title' attributes that's just the 'href' (ko) (#1739)
Diffstat (limited to 'files/ko/web/css/font-feature-settings/index.html')
-rw-r--r--files/ko/web/css/font-feature-settings/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/css/font-feature-settings/index.html b/files/ko/web/css/font-feature-settings/index.html
index d77e820838..3376cce496 100644
--- a/files/ko/web/css/font-feature-settings/index.html
+++ b/files/ko/web/css/font-feature-settings/index.html
@@ -38,7 +38,7 @@ font-feature-settings: unset;</pre>
<dd>기본값을 이용하여 텍스트를 표시합니다.</dd>
<dt><code>&lt;feature-tag-value&gt;</code></dt>
<dd>텍스트를 렌더링할 때, 오픈타입 피처를 활성화하거나 비활성화하기 위해 피처 태그 목록을 렌더링 엔진에 전달합니다. 피처 태그는 4개의 ASCII 문자로 이루어진 {{cssxref("&lt;string&gt;")}}이어야 합니다. 만약 태그가 네 글자보다 짧거나, 유니코드 <code>U+20</code> – <code>U+7E</code> 범위 바깥에 있는 문자를 포함한다면 속성 전체가 무효처리됩니다.<br>
- 값은 양의 정수 값을 가집니다. 각각 <code>1</code>, <code>0</code>과 같은 의미를 가지는 키워드 <code>on</code> 과 <code>off</code>도 사용할 수 있습니다. 아무런 값이 설정되지 않았다면 기본값은 <code>1</code>입니다. <a href="http://www.microsoft.com/typography/otspec/features_pt.htm#salt" title="http://www.microsoft.com/typography/otspec/features_pt.htm#salt">stylistic alternates</a>와 같이 Boolean 타입이 아닌 오픈타입 피처의 경우, 값은 선택되어야 하는 글리프(글자)를 의미합니다. Boolean 타입인 경우에는 스위치라고 생각하시면 됩니다.</dd>
+ 값은 양의 정수 값을 가집니다. 각각 <code>1</code>, <code>0</code>과 같은 의미를 가지는 키워드 <code>on</code> 과 <code>off</code>도 사용할 수 있습니다. 아무런 값이 설정되지 않았다면 기본값은 <code>1</code>입니다. <a href="http://www.microsoft.com/typography/otspec/features_pt.htm#salt">stylistic alternates</a>와 같이 Boolean 타입이 아닌 오픈타입 피처의 경우, 값은 선택되어야 하는 글리프(글자)를 의미합니다. Boolean 타입인 경우에는 스위치라고 생각하시면 됩니다.</dd>
<dd></dd>
</dl>