forked from mdn/translated-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: CSS インラインレイアウト | ||
slug: Web/CSS/CSS_inline_layout | ||
l10n: | ||
sourceCommit: 58dd075cc106f92659ed0a940361969b117d47b1 | ||
--- | ||
|
||
{{CSSRef}} | ||
|
||
**CSS インラインレイアウト**モジュールは、インラインレベルのコンテンツのブロック軸配置とサイズを定義し、ドロップキャップ用の特別なレイアウトモードを追加します。 コンテナー内の要素とテキストの流れを複数行にわたって折り返すための CSS 整形モデルを記述しています。 | ||
|
||
## リファレンス | ||
|
||
### プロパティ | ||
|
||
- {{cssxref("dominant-baseline")}} | ||
- {{cssxref("initial-letter")}} | ||
- {{cssxref("line-height")}} | ||
- {{cssxref("vertical-align")}} | ||
|
||
この仕様では、`alignment-baseline`、`baseline-shift`、`baseline-source`、`initial-letter-align`、`initial-letter-wrap`、`inline-sizing`、`line-fit-edge`、`text-box`、`text-box-edge`、`text-box-trim` プロパティも定義していますが、これらは現時点ではどのブラウザーも対応していません。 | ||
|
||
### 用語集の用語 | ||
|
||
- {{glossary("baseline/typography", "baseline")}} | ||
|
||
## 関連概念 | ||
|
||
- {{cssxref("font-size")}} プロパティ | ||
- {{cssxref("font-feature-settings")}} プロパティ | ||
- {{cssxref("letter-spacing")}} プロパティ | ||
- {{cssxref("text-anchor")}} プロパティ | ||
- {{cssxref("::first-letter")}} 擬似要素 | ||
- {{cssxref(":first-child")}} 擬似クラス | ||
|
||
## 仕様書 | ||
|
||
{{Specifications}} | ||
|
||
## 関連情報 | ||
|
||
- [CSS テキスト](/ja/docs/Web/CSS/CSS_text)モジュール | ||
- [CSS フォント](/ja/docs/Web/CSS/CSS_fonts)モジュール | ||
- [CSS 書字方向](/ja/docs/Web/CSS/CSS_writing_modes)モジュール |