From 9be0f2945d404ceb743e4805f7df388c7fd039f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20S=C3=B8rvig?= Date: Thu, 9 Jun 2022 13:10:03 +0200 Subject: wasm: begin work on accessibility backend Implement a11y support by adding html elements of the appropriate type and/or with the appropriate ARIA attribute behind the canvas. Also add a simple manual-test. Change-Id: I2898fb038c1d326135a1341cdee323bc964420bb Reviewed-by: Lorn Potter --- src/plugins/platforms/wasm/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/platforms/wasm/CMakeLists.txt') diff --git a/src/plugins/platforms/wasm/CMakeLists.txt b/src/plugins/platforms/wasm/CMakeLists.txt index efd468c9be..113dad18c6 100644 --- a/src/plugins/platforms/wasm/CMakeLists.txt +++ b/src/plugins/platforms/wasm/CMakeLists.txt @@ -11,6 +11,7 @@ qt_internal_add_plugin(QWasmIntegrationPlugin STATIC SOURCES main.cpp + qwasmaccessibility.cpp qwasmaccessibility.h qwasmclipboard.cpp qwasmclipboard.h qwasmcompositor.cpp qwasmcompositor.h qwasmcursor.cpp qwasmcursor.h -- cgit v1.2.3