# 다국어화(i18n)를 위한 CSS정리

> Clean Markdown view of GeekNews topic #1992. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1992](https://news.hada.io/topic?id=1992)
- GeekNews Markdown: [https://news.hada.io/topic/1992.md](https://news.hada.io/topic/1992.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-30T10:26:15+09:00
- Updated: 2020-04-30T10:26:15+09:00
- Original source: [chenhuijing.com](https://chenhuijing.com/blog/css-for-i18n/)
- Points: 6
- Comments: 1

## Topic Body

- :lang() pseudo-class selector

- [lang=] attr selector

- list-style-type: hangul(가나다라), hangul-consonant(ㄱㄴㄷㄹ), korean-hangul-formal (일이삼사), cjk-ideographic(一二三) 등

- writing-mode: horizontal-tb, vertical-rl/lr, sideways-rl/lr

- text-orientation: mixed,upright,sideways

- text-emphasis : 이탤릭이 없는 아시안 언어들을 위한 강조

- font-variant-east-asian, font-variant-ligatures 등

## Comments



### Comment 1691

- Author: xguru
- Created: 2020-04-30T10:26:18+09:00
- Points: 1

text-emphasis 속성이 흥미롭네요.

filled,open,dot,circle,double-circle,triangle,sesame,string,color 등 다양하게 강조 가능

https://developer.mozilla.org/en-US/docs/Web/CSS/text-emphasis
