aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/css/valor_atual/index.html
blob: b7f9307a580267dcb1e8d546389d5bdde18105b0 (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
---
title: Valor atual
slug: Web/CSS/Valor_atual
translation_of: Web/CSS/actual_value
---
<div>{{CSSRef}}</div>

<p>The <strong>actual value</strong> of a CSS property is the <a href="/en-US/docs/Web/CSS/used_value">used value</a> of that property after any necessary approximations have been applied. For example, a user agent that can only render borders with a whole-number pixel width may round the thickness of the border to the nearest integer.</p>

<h2 id="Especificações">Especificações</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificações</th>
   <th scope="col">Status</th>
   <th scope="col">Comentario</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS2.1', 'cascade.html#actual-value', 'actual value')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>Definição inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Veja_também">Veja também</h2>

<ul>
 <li><a href="/en-US/docs/Web/CSS/Reference">CSS Reference</a></li>
 <li>{{CSS_key_concepts}}</li>
</ul>