summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webengine/api/qquickwebenginedownloaditem.cpp2
-rw-r--r--src/webengine/doc/src/external-resources.qdoc4
-rw-r--r--src/webenginewidgets/api/qwebenginedownloaditem.cpp2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/webengine/api/qquickwebenginedownloaditem.cpp b/src/webengine/api/qquickwebenginedownloaditem.cpp
index d557000f1..447937592 100644
--- a/src/webengine/api/qquickwebenginedownloaditem.cpp
+++ b/src/webengine/api/qquickwebenginedownloaditem.cpp
@@ -313,7 +313,7 @@ void QQuickWebEngineDownloadItem::setSavePageFormat(QQuickWebEngineDownloadItem:
user to save the content regardless of the content type.
See \l {RFC 2616 section 19.5.1} for details.
\value WebEngineDownloadItem.DownloadAttribute The user clicked a link with the \c download
- attribute. See \l {HTML download Attribute} for details.
+ attribute. See \l {HTML download attribute} for details.
\value WebEngineDownloadItem.UserRequested The user initiated the download, for example by
selecting a web action.
\value WebEngineDownloadItem.SavePage Saving of the current page was requested (for example by
diff --git a/src/webengine/doc/src/external-resources.qdoc b/src/webengine/doc/src/external-resources.qdoc
index ced64dff7..16f1790cf 100644
--- a/src/webengine/doc/src/external-resources.qdoc
+++ b/src/webengine/doc/src/external-resources.qdoc
@@ -113,8 +113,8 @@
*/
/*!
- \externalpage http://www.w3schools.com/tags/att_a_download.asp
- \title HTML download Attribute
+ \externalpage https://www.w3.org/TR/html5/links.html#downloading-resources
+ \title HTML download attribute
*/
/*!
diff --git a/src/webenginewidgets/api/qwebenginedownloaditem.cpp b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
index 36e40df29..b777a0898 100644
--- a/src/webenginewidgets/api/qwebenginedownloaditem.cpp
+++ b/src/webenginewidgets/api/qwebenginedownloaditem.cpp
@@ -230,7 +230,7 @@ quint32 QWebEngineDownloadItem::id() const
user to save the content regardless of the content type.
See \l {RFC 2616 section 19.5.1} for details.
\value DownloadAttribute The user clicked a link with the \c download
- attribute. See \l {HTML download Attribute} for details.
+ attribute. See \l {HTML download attribute} for details.
\value UserRequested The user initiated the download, for example by
selecting a web action.
\value SavePage Saving of the current page was requested (for example by