diff options
Diffstat (limited to 'files/de/web/api/notification/index.html')
-rw-r--r-- | files/de/web/api/notification/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/de/web/api/notification/index.html b/files/de/web/api/notification/index.html index fb88fe52d9..144a41a128 100644 --- a/files/de/web/api/notification/index.html +++ b/files/de/web/api/notification/index.html @@ -28,7 +28,7 @@ translation_of: Web/API/Notification <dd>Ein Objekt das optionale Konfigurationsparamter enthält. Es kann die folgenden Einträge enthalten: <ul> <li><code>dir</code> : Die Ausrichtung des Textes; Verfügbar sind <code>auto</code>, <code>ltr</code>, oder <code>rtl</code>.</li> - <li><code>lang</code>: Spezifiziere die verwendete Sprache. Dieser String muss ein valides <a href="http://tools.ietf.org/html/bcp47" title="http://tools.ietf.org/html/bcp47">BCP 47 language tag</a> sein.</li> + <li><code>lang</code>: Spezifiziere die verwendete Sprache. Dieser String muss ein valides <a href="http://tools.ietf.org/html/bcp47">BCP 47 language tag</a> sein.</li> <li><code>body</code>: Ein String, welcher jeglichen extra Inhalt einer notification beinhaltet.</li> <li><code>tag</code>: Die ID einer gegebene notification, um diese abzurufen, zu löschen, zu ersetzen oder zu löschen. </li> <li><code>icon</code>: Die Url für das verwendete Icon in einer notification.</li> @@ -237,7 +237,7 @@ translation_of: Web/API/Notification <h3 id="Chrome_notes">Chrome notes</h3> <ul> - <li>Prior to Chrome 22, the support for notification was following an <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification" title="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">old prefixed version of the specification</a> and was using the {{domxref("window.navigator.webkitNotifications","navigator.webkitNotifications")}} object to instantiate a new notification.</li> + <li>Prior to Chrome 22, the support for notification was following an <a href="http://www.chromium.org/developers/design-documents/desktop-notifications/api-specification">old prefixed version of the specification</a> and was using the {{domxref("window.navigator.webkitNotifications","navigator.webkitNotifications")}} object to instantiate a new notification.</li> <li>Prior to Chrome 32, {{domxref("Notification.permission")}} was not supported.</li> </ul> |