aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/resolved_value
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/css/resolved_value
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/web/css/resolved_value')
-rw-r--r--files/zh-cn/web/css/resolved_value/index.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/files/zh-cn/web/css/resolved_value/index.html b/files/zh-cn/web/css/resolved_value/index.html
new file mode 100644
index 0000000000..7a1a6c3b40
--- /dev/null
+++ b/files/zh-cn/web/css/resolved_value/index.html
@@ -0,0 +1,35 @@
+---
+title: 解析值
+slug: Web/CSS/resolved_value
+translation_of: Web/CSS/resolved_value
+---
+<div>{{cssref}}</div>
+
+<p>CSS 属性的解析值(<strong>resolved value</strong> )是 {{domxref("Window.getComputedStyle", "getComputedStyle()")}}返回的值。 对于大多数属性,它是计算值{{cssxref("computed_value", "computed value") }},但对于一些旧属性(包括宽度和高度),它是使用值{{cssxref("used_value", "used value")}}。 有关详细信息,请参阅下面的规范链接。</p>
+
+<h2 id="规范">规范</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">Specification</th>
+ <th scope="col">Status</th>
+ <th scope="col">Comment</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName("CSSOM", "#resolved-values", "resolved value")}}</td>
+ <td>{{Spec2("CSSOM")}}</td>
+ <td>Initial definition</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="参考">参考</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/CSS/Reference">CSS Reference</a></li>
+ <li>{{CSS_key_concepts}}</li>
+ <li>{{domxref("window.getComputedStyle")}}</li>
+</ul>