Skip to content

Commit

Permalink
2024/11/11 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Nov 12, 2024
1 parent 3119dab commit 13fc1ac
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions files/ja/web/css/css_inline_layout/index.md
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)モジュール

0 comments on commit 13fc1ac

Please sign in to comment.