blob: 66fa80e82d2f56e779d7ca1a76e08d132f75492f (
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
|
---
title: CSS Writing Modes
slug: Web/CSS/CSS_Writing_Modes
tags:
- Aperçu
- CSS
- CSS Writing Modes
- Reference
translation_of: Web/CSS/CSS_Writing_Modes
---
<div>{{CSSRef}}</div>
<p><em><strong>CSS Writing Modes</strong></em> (ou modes d'écriture CSS) est un module qui définit différents modes d'écriture internationaux comme l'écriture de gauche à droite (e.g. utilisée par les langues latines et indiennes), de droite à gauche (e.g. utilisée par l'hébreu ou l'arabe), bidirectionnelle (utilisée quand il y a à la fois des écritures de gauche à droite et de droite à gauche sont ) et verticale (e.g. utilisée par certains écrits asiatiques).</p>
<h2 id="Référence">Référence</h2>
<h3 id="Propriétés">Propriétés</h3>
<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>
<h2 id="Spécifications">Spécifications</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">Spécification</th>
<th scope="col">État</th>
<th scope="col">Commentaires</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>Définition initiale.</td>
</tr>
</tbody>
</table>
|