aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/@media/resolution/index.html
blob: b798de50e667a1e078badeae59450b6ac1668b11 (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
---
title: Resolución
slug: Web/CSS/@media/resolution
tags:
  - Referencia
  - resolución
translation_of: Web/CSS/@media/resolution
original_slug: Web/CSS/@media/resolución
---
<p><strong><code>resolución</code></strong><code> es una función de medios de CSS</code> cuyo valor es la densidad de píxeles del dispositivo de salida, como un CSS<a href="/en-US/docs/Web/CSS/resolution"><code>&lt;resolution&gt;</code></a>.</p>

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

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Especificación</th>
   <th scope="col">Estado</th>
   <th scope="col">Comentario</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('CSS3 Media Queries', '#resolution', 'resolution')}}</td>
   <td>{{Spec2('CSS3 Media Queries')}}</td>
   <td>Definición inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidad con navegadores</h2>

{{Compat("css.at-rules.media.resolution")}}