aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/css/_colon_blank/index.html
blob: ebdeac8e274048b805b783818bb48d97cc9d03cd (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
title: ':blank'
slug: 'Web/CSS/:blank'
tags:
  - ':blank'
  - Borrador
  - CSS
  - Experimental
translation_of: 'Web/CSS/:blank'
---
<p>{{CSSRef}}{{Draft}}{{SeeCompatTable}}</p>

<div class="blockIndicator note">
<p><strong>Nota:</strong> El selector <code>:blank</code> esta considerado en riesgo, puesto que la CSSWG sigue haciendo cambios.</p>

<p>Ver <a href="https://github.com/w3c/csswg-drafts/issues/1967" title="[selectors] decide on :blank">CSSWG issue #1967</a>.</p>
</div>

<p>La <a href="/en-US/docs/Web/CSS">pseudo-clase CSS</a> <strong><code>:blank</code></strong> selecciona elementos de entrada vaciós (eg. {{HTMLElement("input")}} or {{HTMLElement("textarea")}}).</p>

<h2 id="Sintáxis">Sintáxis</h2>

{{CSSSyntax}}

<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("CSS4 Selectors", "#blank-pseudo", ":blank")}}</td>
   <td>{{Spec2("CSS4 Selectors")}}</td>
   <td>Definición inicial</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilidad_de_los_navegadores">Compatibilidad de los navegadores</h2>



<p>{{Compat("css.selectors.blank")}}</p>

<h2 id="Ver_también">Ver también</h2>

<ul>
 <li>{{CSSxRef(":empty")}}</li>
</ul>