--- 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>