summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-20 16:30:19 +0200
committerKai Koehne <kai.koehne@qt.io>2016-09-26 07:05:36 +0000
commitfb0cdadcd389d8dc7d0987c83856867122b229bd (patch)
tree2b3f45040acb7b56e1bbe055576bc401f29df9b0 /src
parent653edc8396f877ea4313bf5f9419487dcc19dfd6 (diff)
Doc: Replace external w3schools link with standard one
Also change title to be lower case. Change-Id: I333a1a2854308b44f58e15a61dd7316787440952 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
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