actual value of a CSS property is the used value of that property after any necessary approximations have been applied. For example, a 用户代理 that can only render borders with a whole-number pixel width may round the thickness of the border to the nearest integer.
用户代理 performs four steps to calculate a property's actual (final) value:
span
with
position: absolute
will have its computed
display
changed to
block
).
| 规范 | 状态 | 注释 |
|---|---|---|
|
CSS Level 2 (Revision 1)
The definition of 'actual value' in that specification. |
推荐 | 初始定义。 |