diff options
Diffstat (limited to 'files/de/web/html/element/blink/index.html')
-rw-r--r-- | files/de/web/html/element/blink/index.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/files/de/web/html/element/blink/index.html b/files/de/web/html/element/blink/index.html new file mode 100644 index 0000000000..cc2718c06e --- /dev/null +++ b/files/de/web/html/element/blink/index.html @@ -0,0 +1,87 @@ +--- +title: <blink> +slug: Web/HTML/Element/blink +tags: + - Deprecated + - Element + - HTML + - Non-standard + - Referenz + - Web +translation_of: Web/HTML/Element/blink +--- +<div> + {{Deprecated_header}} {{Non-standard_header}}</div> +<h2 id="Übersicht">Übersicht</h2> +<p>Das HTML Blink Element (<code><blink></code>) ist kein Standard-Element und bewirkt, dass der vom Element umschlossene Text blinkt.</p> +<div class="warning"> + <p class="note"><strong>Warnung:</strong> Dieses Element sollte nicht verwendet werden, da es nicht zum Standard gehört und <strong>veraltet</strong> ist. Blinkender Text wird von diversen Zugriffstandards missbilligt und die CSS-Spezifikation erlaubt Browsern, das <blink>-Element zu ignorieren.</p> +</div> +<h2 id="DOM_Schnittstelle">DOM Schnittstelle</h2> +<p>Dieses Element wird nicht unterstützt und implementiert somit die {{domxref("HTMLUnknownElement")}} Schnittstelle.</p> +<h2 id="Beispiel">Beispiel</h2> +<pre class="brush:html"><blink>Why would somebody use this?</blink> +</pre> +<h3 id="Ergebnis">Ergebnis</h3> +<p><img alt="Image:HTMLBlinkElement.gif" src="/@api/deki/files/247/=HTMLBlinkElement.gif"></p> +<h2 id="Spezifikation">Spezifikation</h2> +<p>Dieses Element gehört nicht zum Standard und ist somit auch kein Teil einer Spezifikation.</p> +<h2 id="Browser_Kompatibilität">Browser Kompatibilität</h2> +<div> + {{CompatibilityTable}}</div> +<div id="compat-desktop"> + <table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Chrome</th> + <th>Firefox (Gecko)</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari (WebKit)</th> + </tr> + <tr> + <td>Basic support</td> + <td>{{CompatNo}}</td> + <td>Until {{CompatGeckoDesktop("22.0")}}<br> + {{CompatNo}} since {{CompatGeckoDesktop("23.0")}}</td> + <td>{{CompatNo}}</td> + <td>Until 12.1<br> + {{CompatNo}} since 15.0</td> + <td>{{CompatNo}}</td> + </tr> + </tbody> + </table> +</div> +<div id="compat-mobile"> + <table class="compat-table"> + <tbody> + <tr> + <th>Feature</th> + <th>Android</th> + <th>Firefox Mobile (Gecko)</th> + <th>IE Phone</th> + <th>Opera Mobile</th> + <th>Safari Mobile</th> + </tr> + <tr> + <td>Basic support</td> + <td>{{CompatNo}}</td> + <td>Until {{CompatGeckoMobile("22.0")}}<br> + {{CompatNo}} since {{CompatGeckoMobile("23.0")}}</td> + <td>{{CompatNo}}</td> + <td>Until 12.1<br> + {{CompatNo}} since 15.0</td> + <td>{{CompatNo}}</td> + </tr> + </tbody> + </table> +</div> +<h2 id="Siehe_auch">Siehe auch</h2> +<ul> + <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink" title="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink">Die Geschichte der Entstehung des HTML <code><blink></code> Elements</a>.</li> + <li>{{cssxref("text-decoration")}}, wo blinkende Werte existieren, der Browser sie jedoch nicht effektiv blinken lassen muss.</li> + <li>{{htmlelement("marquee")}}, ein ähnliches Element, welches ebenfalls nicht zum Standard gehört.</li> + <li><a href="/en-US/docs/Web/Guide/CSS/Using_CSS_animations" title="/en-US/docs/Web/Guide/CSS/Using_CSS_animations">CSS Animationen</a> sind der richtige Weg für diese Art von Effekt.</li> +</ul> +<p>{{HTMLRef}}</p> |