aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/html/element/noscript/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/web/html/element/noscript/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/web/html/element/noscript/index.html')
-rw-r--r--files/de/web/html/element/noscript/index.html103
1 files changed, 103 insertions, 0 deletions
diff --git a/files/de/web/html/element/noscript/index.html b/files/de/web/html/element/noscript/index.html
new file mode 100644
index 0000000000..552fdbafed
--- /dev/null
+++ b/files/de/web/html/element/noscript/index.html
@@ -0,0 +1,103 @@
+---
+title: <noscript>
+slug: Web/HTML/Element/noscript
+tags:
+ - Element
+ - HTML
+ - HTML scripting
+ - Referenz
+ - Web
+translation_of: Web/HTML/Element/noscript
+---
+<div>{{HTMLRef}}</div>
+
+<p>Das <strong>HTML Element <code>&lt;noscript&gt;</code> </strong>definiert einen HTML Abschnitt, der eingefügt werden soll, wenn ein Skripttyp auf der Seite nicht unterstützt wird oder wenn Skripting nicht aktiviert ist.</p>
+
+<table class="properties">
+ <tbody>
+ <tr>
+ <th scope="row"><a href="/de/docs/HTML/Content_categories" title="HTML/Content_categories">lnhaltskategorien</a></th>
+ <td><a href="/de/docs/HTML/Content_categories#Metadata_content" title="HTML/Content_categories#Metadata_content">Metadaten</a>, <a href="/de/docs/HTML/Content_categories#Flow_content" title="HTML/Content categories#Flow content">flow content</a>, <a href="/de/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content categories#Phrasing content">phrasing content</a>.</td>
+ </tr>
+ <tr>
+ <th scope="row">Erlaubter Inhalt</th>
+ <td>Wenn skripten deaktiviert ist und es ein Element im {{HTMLElement("head")}} Element ist: ohne bestimmte Reihenfolge, mehrere oder kein {{HTMLElement("link")}} Elemente, kein oder mehrere {{HTMLElement("style")}} Elemente, und kein oder mehrere {{HTMLElement("meta")}} Elemente.<br>
+ Wenn skripten deaktiviert ist und es kein Element im {{HTMLElement("head")}} Element ist: jedes nicht-darstellbare Element, aber kein <code>&lt;noscript&gt;</code> Element darf unter den Unterelementen sein.<br>
+ Sonst: flow content oder phrasing content.</td>
+ </tr>
+ <tr>
+ <th scope="row">Tageinschränkungen</th>
+ <td>{{no_tag_omission}}</td>
+ </tr>
+ <tr>
+ <th scope="row">Erlaubte Überelemente</th>
+ <td>Jedes Element, welches <a href="/de/docs/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">phrasing content</a> erlaubt, wenn es kein <code>&lt;noscript&gt;</code> Element ist, oder in einem {{HTMLElement("head")}} Element (ausser für ein HTML Dokument), hier auch: nur, wenn es kein <code>&lt;noscript&gt;</code> Element ist.</td>
+ </tr>
+ <tr>
+ <th scope="row">Erlaubte ARIA Rollen</th>
+ <td>Keine</td>
+ </tr>
+ <tr>
+ <th scope="row">DOM Schnittstelle</th>
+ <td>{{domxref("HTMLElement")}}</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Attribute">Attribute</h2>
+
+<p><span style="line-height: 21px;">Dieses Element inkludiert </span><a href="/de/docs/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">globale Attribute</a><span style="line-height: 21px;">.</span></p>
+
+<h2 id="Beispiel">Beispiel</h2>
+
+<pre class="brush: html">&lt;noscript&gt;
+ &lt;!-- Anker Link zu einer externe Datei --&gt;
+ &lt;a href="http://www.mozilla.com/"&gt;Externer Link&lt;/a&gt;
+&lt;/noscript&gt;
+&lt;p&gt;Rockt!&lt;/p&gt;
+</pre>
+
+<h3 id="Resultat_wenn_skripten_aktiviert_ist">Resultat wenn skripten aktiviert ist</h3>
+
+<p>Rockt!</p>
+
+<h3 id="Resultat_wenn_skripten_deaktiviert_ist">Resultat wenn skripten deaktiviert ist</h3>
+
+<p><a class="external" href="http://www.mozilla.com/">Externer Link</a></p>
+
+<p>Rockt!</p>
+
+<h2 id="Specifications" name="Specifications">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', 'scripting-1.html#the-noscript-element', '&lt;noscript&gt;')}}</td>
+ <td>{{Spec2('HTML WHATWG')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML5 W3C', 'the-noscript-element.html#the-noscript-element', '&lt;noscript&gt;')}}</td>
+ <td>{{Spec2('HTML5 W3C')}}</td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td>{{SpecName('HTML4.01', 'scripts.html#h-18.3.1', '&lt;noscript&gt;')}}</td>
+ <td>{{Spec2('HTML4.01')}}</td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="Browserkompatibilität">Browserkompatibilität</h2>
+
+<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
+
+<p>{{Compat("html.elements.noscript")}}</p>