aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_writing_modes/index.md
blob: b9eb65da64914866c0f503ff59d822bdef4c32ea (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
---
title: CSS 書字方向
slug: Web/CSS/CSS_Writing_Modes
tags:
  - CSS
  - CSS 書字方向
  - リファレンス
  - 日本語処理
  - 概要
translation_of: Web/CSS/CSS_Writing_Modes
---
{{CSSRef}}

**CSS 書字方向** (CSS Writing Modes) は CSS モジュールの一つで、様々な国の書字方向、例えば左書き (ラテン系やインド語系の文章)、右書き (ヘブライ語やアラビア語の文章)、双方向 (左書きと右書きが混在する場合)、縦書き (一部のアジアの言語で使用) などを定義します。

## リファレンス

### プロパティ

- {{cssxref("direction")}}
- {{cssxref("glyph-orientation-horizontal")}}
- {{cssxref("text-combine-upright")}}
- {{cssxref("text-orientation")}}
- {{cssxref("unicode-bidi")}}
- {{cssxref("writing-mode")}}

## 仕様書

| 仕様書                              | 状態                            | 備考     |
| ----------------------------------- | ------------------------------- | -------- |
| {{SpecName('CSS3 Writing Modes')}}  | {{Spec2('CSS3 Writing Modes')}} |          |
| {{SpecName('CSS2.1', 'text.html')}} | {{Spec2('CSS2.1')}}             |          |
| {{SpecName('CSS1')}}                | {{Spec2('CSS1')}}               | 初回定義 |