blob: a69bc088cc9d0a157a4fab8950a1191e2dd876d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
---
title: CSS Writing Modes
slug: Web/CSS/CSS_Writing_Modes
tags:
- CSS
- CSS Writing Modes
- Overview
- Reference
translation_of: Web/CSS/CSS_Writing_Modes
---
<div>{{CSSRef}}</div>
<p><strong>CSS Writing Modes</strong>는 다양한 국제 쓰기 모드를 정의하는 CSS 모듈입니다, 좌에서 우(가령 Latin 및 Indic 스크립트에 사용됨), 우에서 좌(가령 Hebrew 또는 Arabic 스크립티에 사용됨), 양방향(좌에서 우 및 우에서 좌 스크립트를 섞을 때 사용됨) 및 세로(가령 일부 Asian 스크립트에 사용됨) 등.</p>
<h2 id="참고서">참고서</h2>
<h3 id="속성">속성</h3>
<div class="index">
<ul>
<li>{{cssxref("direction")}}</li>
<li>{{cssxref("glyph-orientation-horizontal")}}</li>
<li>{{cssxref("text-combine-upright")}}</li>
<li>{{cssxref("text-orientation")}}</li>
<li>{{cssxref("unicode-bidi")}}</li>
<li>{{cssxref("writing-mode")}}</li>
</ul>
</div>
<h2 id="명세">명세</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">명세</th>
<th scope="col">상태</th>
<th scope="col">설명</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('CSS3 Writing Modes')}}</td>
<td>{{Spec2('CSS3 Writing Modes')}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName('CSS2.1', 'text.html')}}</td>
<td>{{Spec2('CSS2.1')}}</td>
<td> </td>
</tr>
<tr>
<td>{{SpecName('CSS1')}}</td>
<td>{{Spec2('CSS1')}}</td>
<td>초기 정의</td>
</tr>
</tbody>
</table>
|