diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-10 00:38:43 +0000 |
commit | 77835841639ac5dfa31fc45395e3c3bf0caba0c1 (patch) | |
tree | df49cc2560f6f3946cb22c2b03f29b18153015b9 /files/de/web/api | |
parent | 4a997b94a59b43b9bbcfd3425ae37886f954314d (diff) | |
download | translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.gz translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.tar.bz2 translated-content-77835841639ac5dfa31fc45395e3c3bf0caba0c1.zip |
[CRON] sync translated content
Diffstat (limited to 'files/de/web/api')
-rw-r--r-- | files/de/web/api/linkstyle/index.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/files/de/web/api/linkstyle/index.html b/files/de/web/api/linkstyle/index.html deleted file mode 100644 index 1cc73d12ac..0000000000 --- a/files/de/web/api/linkstyle/index.html +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: LinkStyle -slug: Web/API/LinkStyle -tags: - - API - - CSSOM - - Referenz - - Schnittstelle -translation_of: Web/API/LinkStyle ---- -<p>{{APIRef("CSSOM")}}</p> - -<h2 id="Übersicht">Übersicht</h2> - -<p>Die <code><strong>LinkStyle</strong></code> Schnittstelle erlaubt es, das zu einem Knoten <em>zugehöriges CSS Stylesheet</em> anzusprechen.</p> - -<p><code>LinkStyle</code> ist eine abstrakte Schnittstelle und es kann kein Objekt dieses Typs erstellt werden; Sie wird von {{domxref("HTMLLinkElement")}} und {{domxref("HTMLStyleElement")}} Objekten implementiert.</p> - -<h2 id="Eigenschaften">Eigenschaften</h2> - -<p><em>Es gibt keine vererbte Eigenschaft.</em></p> - -<dl> - <dt>{{domxref("LinkStyle.sheet")}} {{readonlyInline}}</dt> - <dd>Gibt das {{domxref("StyleSheet")}} Objekt zurück, das zu dem angegebenen Element gehört, oder <code>null</code>, falls keines existiert.</dd> -</dl> - -<h2 id="Methoden">Methoden</h2> - -<p><em>Diese Schnittstelle implementiert keine Methoden.</em></p> - -<h2 id="Spezifikationen">Spezifikationen</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Spezifikation</th> - <th scope="col">Status</th> - <th scope="col">Anmerkung</th> - </tr> - <tr> - <td>{{ SpecName('CSSOM', '#the-linkstyle-interface', 'LinkStyle') }}</td> - <td>{{ Spec2('CSSOM') }}</td> - <td>Keine Änderung bezüglich {{ SpecName('DOM2 Style') }}.</td> - </tr> - <tr> - <td>{{ SpecName('DOM2 Style', 'stylesheets.html#StyleSheets-LinkStyle', 'LinkStyle') }}</td> - <td>{{ Spec2('DOM2 Style') }}</td> - <td>Ursprüngliche Definition</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_Kompatibilität">Browser Kompatibilität</h2> - -<p> </p> |