Reference/CSS
text-emphasis 속성은 텍스트에 강조 표시를 일괄적으로 설정합니다.
text-emphasis
text-emphasis 속성은 텍스트에 강조 표시를 일괄적으로 설정합니다. 색상 변경은 text-emphasis-color, 위치 변경은 text-emphasis-position, 모양 변경은 text-emphasis-style로 설정이 가능합니다.
특징 | 설명 |
---|---|
기본값 | text-emphasis: text-emphasis-style | text-emphasis-color |
적용 | text |
버전 | CSS3 |
사용성 | ★☆☆☆☆ |
정의(Definition)
- text-emphasis 속성은 텍스트에 강조 표시를 일괄적으로 설정합니다.
- text-emphasis 요소에는 style, color 속성을 설정할 수 있지만, position 속성은 설정 할 수 없습니다.
비교(Compare)
- text-emphasis 속성은 텍스트에 강조 표시를 일괄적으로 설정합니다.
- text-emphasis-style 속성은 텍스트에 강조 표시 스타일을 설정합니다.
- text-emphasis-color 속성은 텍스트에 강조 표시 색상을 설정합니다.
- text-emphasis-position 속성은 텍스트에 강조 표시 위치를 설정합니다.
텍스트와 관련된 속성
- text-align 속성은 텍스트 정렬 방식을 설정합니다.
- text-align-last 속성은 문단의 마지막 텍스트 정렬 방식을 설정합니다.
- text-decoration 속성은 텍스트 라인 속성을 설정합니다.
- text-indent 속성은 문단 들여쓰기 속성을 설정합니다.
- text-justify 속성은 양쪽 정렬을 했을 때 정렬 유형을 설정합니다.
- text-orientation 속성은 텍스트 문자의 방향을 설정합니다.
- text-rendering 속성은 최적화 렌더링을 설정합니다.
- text-overflow 속성은 텍스트가 영역을 벗어났을 때 속성을 설정합니다.
- text-shadow 속성은 텍스트 그림자를 설정합니다.
- text-transform 속성은 텍스트 대/소문자를 설정합니다.
- text-emphasis 속성은 텍스트에 강조 표시를 설정합니다.
- text-underline-offset 속성은 언더라인의 오프셋 값을 설정합니다.
- text-underline-position 속성은 언더라인의 위치를 설정합니다.
- text-combine-upright 속성은 문자 조합을 설정합니다.
- text-size-adjust 속성은 스마트폰에서 텍스트 비율을 설정합니다.
- text-fill-color 속성은 텍스트의 면 색상을 설정합니다.
- text-stroke 속성은 텍스트의 선 색상 및 굵기를 설정합니다.
폰트와 관련된 속성
- font 속성은 폰트에 관한 설정을 일괄적으로 설정합니다.
- font-family 속성은 폰트 종류를 설정합니다.
- font-size 속성은 폰트 사이즈 속성을 설정합니다.
- font-size-adjust 속성은 소문자를 기준으로 폰트 크기를 설정합니다.
- font-style 속성은 폰트의 스타일을 설정합니다.
- font-weight 속성은 폰트의 두께를 설정합니다.
- font-stretch 속성은 폰트의 장평을 설정합니다.
- font-variant 속성은 영문 폰트의 소문자 표시 형태를 설정합니다.
- font-feature-settings 속성은 오픈 타입 글꼴의 세부사항을 설정합니다.
- font-kerning 속성은 커닝 기능을 사용할 것인지의 여부를 설정합니다.
- font-language-override 속성은 정의된 언어를 다른 언어로 설정합니다.
- font-optical-sizing 속성은 텍스트 렌더링을 통해 다양한 크기를 설정합니다.
- font-synthesis 속성은 누락된 텍스트의 합성 여부를 설정합니다.
- @font-face 속성은 웹폰트를 설정합니다.
- color 속성은 폰트의 색상을 설정합니다.
문법(Syntax)
text-emphasis : text-emphasis-style | text-emphasis-color
/* 기본 속성 */
text-emphasis : none;
/* style 속성 */
text-emphasis : filled;
text-emphasis : open;
text-emphasis : dot;
text-emphasis : circle;
text-emphasis : double-circle;
text-emphasis : triangle;
text-emphasis : sesame;
/* 문자열 속성 */
text-emphasis : "A";
text-emphasis : "ㅎ";
text-emphasis : "黃";
/* color 속성 */
text-emphasis : red;
/* 다중 속성 */
text-emphasis: sesame red;
text-emphasis: double-circle #ff4b4b;;
/* 전역 속성 */
text-overflow: inherit; /* 상속 */
text-overflow: initial; /* 초기화 */
text-overflow: revert; /* 원래대로 돌리기 */
text-overflow: unset; /* 설정 해제 */
속성(Property)
속성값 | 값(예) | 설명 |
---|---|---|
text-emphasis-style | text-emphasis: circle; | 강조 표시 스타일을 설정합니다. |
text-emphasis-color | text-emphasis: red; | 강조 표시 색상을 설정합니다. |
예제1(Sample)
text-decoration-line를 설정한 예제입니다.
- text-align 속성은 텍스트 정렬 방식을 설정합니다.
- text-align-last 속성은 문단의 마지막 텍스트 정렬 방식을 설정합니다.
- text-decoration 속성은 텍스트 라인 속성을 설정합니다.
- text-indent 속성은 문단 들여쓰기 속성을 설정합니다.
- text-justify 속성은 텍스트의 정렬 유형을 설정합니다.
- text-overflow 속성은 텍스트 영역 속성을 설정합니다.
text-emphasis: none;
text-emphasis : filled;
text-emphasis : open;
text-emphasis : dot;
text-emphasis : circle;
text-emphasis : double-circle;
text-emphasis : triangle;
text-emphasis : sesame;
text-emphasis : filled red;
text-emphasis : 'A';
text-emphasis : 'ㅎ';
text-emphasis : '黃';
text-emphasis : sesame red;
text-emphasis : double-circle #ff4b4b;
HTML
CSS
SCRIPT
<div class="text-box">
<ul>
<li><i>text-align</i> 속성은 텍스트 정렬 방식을 설정합니다.</li>
<li><i>text-align-last</i> 속성은 문단의 마지막 텍스트 정렬 방식을 설정합니다.</li>
<li><i>text-decoration</i> 속성은 텍스트 라인 속성을 설정합니다.</li>
<li><i>text-indent</i> 속성은 문단 들여쓰기 속성을 설정합니다.</li>
<li><i>text-justify</i> 속성은 텍스트의 정렬 유형을 설정합니다.</li>
<li><i>text-overflow</i> 속성은 텍스트 영역 속성을 설정합니다.</li>
</ul>
</div>
.text-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.text-box .box {
width: 32%;
line-height: 1.4;
}
.text-box li i {
font-style: normal;
text-decoration: underline;
}
@media (max-width:800px){
.text-box .box {
width: 100%;
margin-bottom: 2%;
}
}
document.querySelectorAll("#sample1 .sampleBtn a").forEach(btn => {
btn.addEventListener("click", (e)=> {
e.preventDefault();
const text = btn.innerText;
document.querySelectorAll("#sample1 .text-box ul li i").forEach(li => {
li.setAttribute("style", text);
})
})
});
호환성(Compatibility)
6 | 7 | 8 | 9 | 10 | 11 | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
text-emphasis | ○ | ○ | ○ | ○ | ○ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ○ | ○ | ○ |
댓글