Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[zh-TW]: create "CSS inline layout" #25017

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions files/zh-tw/web/css/css_inline_layout/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: CSS 行內排版
slug: Web/CSS/CSS_inline_layout
l10n:
sourceCommit: c6a9fa0d5a9f8dcd4bf6373a4441d7a2a1aa76e3
---

{{CSSRef}}

**CSS 行內排版**模組定義了行內級內容的區塊軸對齊與大小調整,並為首字下沉(drop-caps)提供了一個特殊的排版模式。該模組描述了 CSS 格式化模型,用於容器內的元素與文字流進行排版並在多行間換行。

## 參考

### 屬性

- {{cssxref("dominant-baseline")}}
- {{cssxref("initial-letter")}}
- {{cssxref("line-height")}}
- {{cssxref("text-box-edge")}}
- {{cssxref("text-box-trim")}}
- {{cssxref("text-box")}} 縮寫
Dr-XYZ marked this conversation as resolved.
Show resolved Hide resolved
- {{cssxref("vertical-align")}}

規範中還定義了以下屬性,但尚未被任何瀏覽器支援:`alignment-baseline`、`baseline-shift`、`baseline-source`、`initial-letter-align`、`initial-letter-wrap`、`inline-sizing`、`line-fit-edge`。

### 詞彙表條目
Dr-XYZ marked this conversation as resolved.
Show resolved Hide resolved

- {{glossary("baseline/typography", "基線")}}

## 相關概念

- {{cssxref("font-size")}} 屬性
- {{cssxref("font-feature-settings")}} 屬性
- {{cssxref("letter-spacing")}} 屬性
- {{cssxref("text-anchor")}} 屬性
- {{cssxref("::first-letter")}} 偽元素
- {{cssxref(":first-child")}} 偽類

## 規範

{{Specifications}}

## 參見

- [CSS 文本](/zh-TW/docs/Web/CSS/CSS_text) 模組
- [CSS 字體](/zh-TW/docs/Web/CSS/CSS_fonts) 模組
- [CSS 寫作模式](/zh-TW/docs/Web/CSS/CSS_writing_modes) 模組
Dr-XYZ marked this conversation as resolved.
Show resolved Hide resolved
Loading