aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/css/replaced_element/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/css/replaced_element/index.html')
-rw-r--r--files/zh-tw/web/css/replaced_element/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-tw/web/css/replaced_element/index.html b/files/zh-tw/web/css/replaced_element/index.html
new file mode 100644
index 0000000000..10e6def514
--- /dev/null
+++ b/files/zh-tw/web/css/replaced_element/index.html
@@ -0,0 +1,20 @@
+---
+title: 置換元素 (Replaced element)
+slug: Web/CSS/Replaced_element
+translation_of: Web/CSS/Replaced_element
+---
+<div>{{CSSRef()}}</div>
+
+<h2 id="摘要">摘要</h2>
+
+<p>CSS 中所謂的「置換元素 (<strong>Replaced element</strong>)」,即是該元素所呈現的內容不在 CSS 的控制範圍之內。這類外部物件所呈現的內容均獨立於 CSS 之外。常見的置換元素包含 {{HTMLElement("img")}}、{{HTMLElement("object")}}、{{HTMLElement("video")}},或如 {{HTMLElement("textarea")}} 與 {{HTMLElement("input")}} 的表單元素。某些元素 (像是 {{HTMLElement("audio")}} 或 {{HTMLElement("canvas")}}) 只有在特殊情況下才是置替換元素。若是透過 CSS {{cssxref("content")}} 屬性所插入的物件,則稱為「不具名置換元素 (Anonymous replaced elements)」。</p>
+
+<p>在某些情況下,CSS 會特別處理置換元素,如計算邊距空白 (Margin) 與某些 <code>auto</code> 的值。</p>
+
+<p>另需注意的是,<strong>某些</strong>置換元素本身就具備固定尺寸 (Intrinsic dimension) 或已定義的基準線 (Baseline),並可由 CSS 的某些屬性 (如 {{cssxref("vertical-align")}}) 所利用。</p>
+
+<h2 id="另可參閱">另可參閱</h2>
+
+<ul>
+ <li>{{CSS_key_concepts()}}</li>
+</ul>