From 7a2cfc4872ec27ef4ea5aa79f01dcb03a9a24d88 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 27 Jul 2021 15:17:31 -0400 Subject: remove link 'title' attributes that's just the 'href' (ru, part 4) (#1748) --- files/ru/web/api/serviceworkerregistration/shownotification/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ru/web/api/serviceworkerregistration/shownotification/index.html') diff --git a/files/ru/web/api/serviceworkerregistration/shownotification/index.html b/files/ru/web/api/serviceworkerregistration/shownotification/index.html index 6d511452e4..e02e7e09dd 100644 --- a/files/ru/web/api/serviceworkerregistration/shownotification/index.html +++ b/files/ru/web/api/serviceworkerregistration/shownotification/index.html @@ -39,7 +39,7 @@ translation_of: Web/API/ServiceWorkerRegistration/showNotification
  • dir : The direction of the notification; it can be auto, ltr, or rtl
  • icon: URL или base64 версия картинки, которая отображается рядом с уведомлением.
  • image: URL {{domxref("USVSTring")}} картинки, которая отображается внутри уведомления.
  • -
  • lang: Specify the lang used within the notification. This string must be a valid BCP 47 language tag.
  • +
  • lang: Specify the lang used within the notification. This string must be a valid BCP 47 language tag.
  • renotify: A boolean that indicates whether to supress vibrations and audible alerts when resusing a tag value. The default is false.
  • requireInteraction: Indicates that on devices with sufficiently large screens, a notification should remain active until the user clicks or dismisses it. If this value is absent or false, the desktop version of Chrome will auto-minimize notifications after approximately twenty seconds. The default value is false.
  • tag: An ID for a given notification that allows you to find, replace, or remove the notification using script if necessary.
  • -- cgit v1.2.3-54-g00ecf