aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/css_writing_modes/index.html
blob: 3cd44e89be8d334700f3af389e23e9a8406ca1a3 (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
---
title: CSS Writing Modes CSS写入模式
slug: Web/CSS/CSS_Writing_Modes
translation_of: Web/CSS/CSS_Writing_Modes
---
<div>{{CSSRef}}</div>

<p><strong>CSS Writing Modes</strong> is a CSS module that defines various international writing modes, such as left-to-right (e.g. used by Latin and Indic scripts), right-to-left (e.g. used by Hebrew or Arabic scripts), bidirectional (used when mixing left-to-right and right-to-left scripts) and vertical (e.g. used by some Asian scripts).<br>
 CSS书写模式是一个CSS模块,它定义了各种国际书写模式,例如从左到右(例如拉丁和印度语脚本使用)、从右到左(例如希伯来语或阿拉伯语脚本使用)、双向(当混合从左到右和从右到左的脚本时使用)和垂直(例如使用B你的一些亚洲剧本)。</p>

<h2 id="Reference_参考">Reference 参考</h2>

<h3 id="Properties">Properties</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="Specifications_规格">Specifications 规格</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Specification</th>
   <th scope="col">Status</th>
   <th scope="col">Comment</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>Initial definition</td>
  </tr>
 </tbody>
</table>