blob: 7a1a6c3b409cbd78fdd0902cd7eefde0c3c3f3d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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>
|