aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/first_contentful_paint/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/glossary/first_contentful_paint/index.html')
-rw-r--r--files/zh-tw/glossary/first_contentful_paint/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/first_contentful_paint/index.html b/files/zh-tw/glossary/first_contentful_paint/index.html
new file mode 100644
index 0000000000..25ac67cbcb
--- /dev/null
+++ b/files/zh-tw/glossary/first_contentful_paint/index.html
@@ -0,0 +1,15 @@
+---
+title: 首次內容繪製
+slug: Glossary/First_contentful_paint
+translation_of: Glossary/First_contentful_paint
+---
+<p><strong>首次內容繪製</strong> (First Contentful Paint, FCP) 是當瀏覽器從文件物件模型 (DOM) 渲染第一塊內容,第一次提供頁面正在載入的回饋給使用者。這個問題是「它發生了嗎?」當首次內容繪製完成時,答案為「是的」。</p>
+
+<p>首次內容繪製時間戳記是當瀏覽器第一次渲染任何文字、圖片(包含背景圖片),以及非空白的 canvas 標籤或 SVG 向量圖片。排除任何 iframe 裡的內容,但包含等待中的網路字體 (webfonts)。意即使用者第一次開始使用頁面內容。</p>
+
+<h2 id="也可以看看">也可以看看:</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Glossary/first_meaningful_paint">First Meaningful Paint</a></li>
+ <li><a href="https://w3c.github.io/paint-timing/#first-contentful-paint">Paint Timing specification</a></li>
+</ul>