aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/actual_value/index.html
blob: a11954dbdb57a873f069720b48e179c495090f89 (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: Valor real
slug: Web/CSS/actual_value
translation_of: Web/CSS/actual_value
---
<div>{{CSSRef}}</div>

<h2 id="Resumen">Resumen</h2>

<p>El <strong>valor real</strong> (<strong>actual value</strong>) de una propiedad CSS es el valor usado una vez que se aplican todas las aproximaciones. Por ejemplo, tal vez un agente usuario solo puede renderizar bordes con un valor de píxel entero, y se vería forzado a calcular la aproximación de la anchura del borde.</p>

<h2 id="Especificaciones">Especificaciones</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estatus</th>
   <th scope="col">Comentarios</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS2.1', 'cascade.html#actual-value', 'actual value')}}</td>
   <td>{{Spec2('CSS2.1')}}</td>
   <td>Definición inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Véase_también">Véase también</h2>

<ul>
 <li><a href="/es/docs/Web/CSS/Referencia_CSS">Referencia CSS</a></li>
 <li>{{CSS_key_concepts}}</li>
</ul>