From ee10e6ad4d2d8fdf40c57d7eefcfbff7b8fc2af6 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 22 Feb 2019 10:12:11 +0100 Subject: Doc: Rename 'Notificatons' section to 'Web Notifications' This is more descriptive / easier to search for. It also makes sure the feature list is again alphabetically sorted. Change-Id: Ib5276e06b64f01a8d6b92067d4a74274a9555636 Reviewed-by: Leena Miettinen --- src/webengine/doc/src/external-resources.qdoc | 5 +++++ src/webengine/doc/src/qtwebengine-features.qdoc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/webengine/doc/src/external-resources.qdoc b/src/webengine/doc/src/external-resources.qdoc index 7ff6eea6b..e4fe9bba6 100644 --- a/src/webengine/doc/src/external-resources.qdoc +++ b/src/webengine/doc/src/external-resources.qdoc @@ -146,3 +146,8 @@ \externalpage https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler \title registerProtocolHandler */ + +/*! + \externalpage https://www.w3.org/TR/notifications + \title Web Notifications API +*/ diff --git a/src/webengine/doc/src/qtwebengine-features.qdoc b/src/webengine/doc/src/qtwebengine-features.qdoc index 64e9badb1..f53c118a8 100644 --- a/src/webengine/doc/src/qtwebengine-features.qdoc +++ b/src/webengine/doc/src/qtwebengine-features.qdoc @@ -50,7 +50,7 @@ \li \l{Touch} \li \l{View Source} \li \l{WebRTC} - \li \l{Notifications} + \li \l{Web Notifications} \endlist \section1 Audio and Video Codecs @@ -513,9 +513,9 @@ opening \c https://test.webrtc.org/ in \l{WebEngine Widgets Simple Browser Example}{Simple Browser} or \l{WebEngine Quick Nano Browser}{Nano Browser}. - \section1 Notifications + \section1 Web Notifications - Qt WebEngine supports JavaScript Web Notification API. + Qt WebEngine supports JavaScript \l{Web Notifications API}. The application has to explicitly allow the feature by using QWebEnginePage::Notifications or \l{WebEngineView::Feature} {WebEngineView.Notifications}. -- cgit v1.2.3