From e088ff30fca4a5519ce5e15ce692bf642141b120 Mon Sep 17 00:00:00 2001 From: A1lo Date: Sat, 5 Oct 2024 12:01:29 +0800 Subject: [PATCH] Update index.md --- files/zh-cn/web/api/screen/colordepth/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/files/zh-cn/web/api/screen/colordepth/index.md b/files/zh-cn/web/api/screen/colordepth/index.md index be04de2322a38d..1d4fd88b9e59f3 100644 --- a/files/zh-cn/web/api/screen/colordepth/index.md +++ b/files/zh-cn/web/api/screen/colordepth/index.md @@ -1,11 +1,17 @@ --- -title: Screen.colorDepth +title: Screen:colorDepth 属性 slug: Web/API/Screen/colorDepth +l10n: + sourceCommit: f2f9346c0c0e9f6676f2df9f1850933e274401de --- {{APIRef("CSSOM")}} -返回屏幕的颜色深度(color depth)。根据 CSSOM(CSS 对象模型)视图,某些实现为了兼容性原因总是返回 24。请参阅浏览器兼容性部分,了解哪些浏览器不遵循这一行为。 +只读属性 **`Screen.colorDepth`** 返回屏幕的颜色深度(color depth)。根据 CSSOM(CSS 对象模型),某些实现为了兼容性原因总是返回 `24`。请参阅浏览器兼容性部分,以了解不这么做的浏览器。 + +## 值 + +一个数字。 ## 示例