summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-04-04 16:05:27 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-04 14:38:03 +0000
commitf994a142d2dd8915b6d6c6d4f537d860f3a727e5 (patch)
tree2e91ea6b7667e0a64adbf33550045b96e79a43a2
parent7150c945aaee50295f2b954fe17f720951c3e4c3 (diff)
downloadqtdoc-f994a142d2dd8915b6d6c6d4f537d860f3a727e5.tar.gz
Update known issues for web assembly
Accessibility is now supported. Change-Id: I902904bbb71073ae2f1c9c48d1b0ff3a5ca7076b Reviewed-by: MikoĊ‚aj Boc <Mikolaj.Boc@qt.io> (cherry picked from commit 226a115bd659533ffeaa984bc3f578c8a0dadb00) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/wasm.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/platforms/wasm.qdoc b/doc/src/platforms/wasm.qdoc
index d2658cc7..bf27e938 100644
--- a/doc/src/platforms/wasm.qdoc
+++ b/doc/src/platforms/wasm.qdoc
@@ -657,8 +657,6 @@ does not call exec(), as described in \l{Application Startup and the Event Loop}
and QEventLoop::exec(). Experimental feature Asyncify could be used.
\li Printing is not supported
\li QDnsLookup lookups, QTcpSocket, QSsl do not work and are not supported due to the web sandbox
-\li Accessibility is not supported: Qt draws application content to a canvas element and does not
-use (other) native DOM elements.
\li Fonts: Wasm sandbox does not allow access to system fonts. Font files must be
distributed with the application, for example in Qt resources or downloading.
Qt for WebAssembly itself embeds one such font.