aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/css/_colon_optional/index.html
blob: ccf6fe977074f4359d48493030e50e5b8a6e5f82 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
title: ':optional'
slug: 'Web/CSS/:optional'
tags:
  - CSS
  - CSS Pseudoklasse
  - Layout
  - NeedsMobileBrowserCompatibility
  - Referenz
  - Web
translation_of: 'Web/CSS/:optional'
---
<div>{{CSSRef}}</div>

<h2 id="Übersicht">Übersicht</h2>

<p>Die <code>:optional</code> CSS <a href="/de/docs/Web/CSS/Pseudo-classes" title="Pseudo-classes">Pseudoklasse</a> repräsentiert alle {{HTMLElement("input")}} Elemente, die kein {{htmlattrxref("required","input")}} Attribut enthalten.</p>

<p>Für Pflichtfelder kann man die {{cssxref(":required")}} Pseudoklasse verwenden.</p>

<h2 id="Beispiele">Beispiele</h2>

<p>Siehe {{cssxref(":invalid")}}.</p>

<h2 id="Spezifikationen">Spezifikationen</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spezifikation</th>
   <th scope="col">Status</th>
   <th scope="col">Kommentar</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('HTML WHATWG', '#selector-optional', ':optional')}}</td>
   <td>{{Spec2('HTML WHATWG')}}</td>
   <td>Keine Änderung</td>
  </tr>
  <tr>
   <td>{{SpecName('HTML5 W3C', '#selector-optional', ':optional')}}</td>
   <td>{{Spec2('HTML5 W3C')}}</td>
   <td>Definiert die Semantik bezüglich HTML und Beschränkungsvalidierung.</td>
  </tr>
  <tr>
   <td>{{SpecName('CSS4 Selectors', '#opt-pseudos', ':optional')}}</td>
   <td>{{Spec2('CSS4 Selectors')}}</td>
   <td>Keine Änderung</td>
  </tr>
  <tr>
   <td>{{SpecName('CSS3 UI', '#pseudo-required-value', ':optional')}}</td>
   <td>{{Spec2('CSS3 UI')}}</td>
   <td>Definiert die Pseudoklasse, aber nicht die zugehörige Semantik.</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_Kompatibilität">Browser Kompatibilität</h2>

{{Compat("css.selectors.optional")}}

<h2 id="Siehe_auch">Siehe auch</h2>

<ul>
 <li>{{cssxref(":required")}}</li>
 <li>{{cssxref(":invalid")}}</li>
 <li>{{cssxref(":valid")}}</li>
</ul>