-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[zh-TW]: create "CSS inline layout" (#25017)
Co-authored-by: A1lo <[email protected]>
- Loading branch information
Showing
1 changed file
with
47 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,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")}} 簡寫 | ||
- {{cssxref("vertical-align")}} | ||
|
||
規範中還定義了以下屬性,但尚未被任何瀏覽器支援:`alignment-baseline`、`baseline-shift`、`baseline-source`、`initial-letter-align`、`initial-letter-wrap`、`inline-sizing`、`line-fit-edge`。 | ||
|
||
### 術語表條目 | ||
|
||
- {{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)模組 |