blob: adb1d5529ac6793d35cf997832e9bd2f3eebb085 (
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
36
|
---
title: 实际值
slug: Web/CSS/actual_value
translation_of: Web/CSS/actual_value
---
<div>{{CSSRef}}</div>
<h2 id="概述">概述</h2>
<p>一个CSS属性的<strong>实际值(actual value)</strong>是应用值(used value)被应用后的近似值。例如,一个用户代理可能只能渲染一个整数像素值的边框(实际值),并且该值可能被强制近似于边框的计算宽度值。</p>
<h2 id="规范">规范</h2>
<table class="standard-table">
<thead>
<tr>
<th scope="col">规范</th>
<th scope="col">版本</th>
<th scope="col">评论</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{SpecName('CSS2.1', 'cascade.html#actual-value', 'actual value')}}</td>
<td>{{Spec2('CSS2.1')}}</td>
<td>初始规范</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>
</ul>
|