Details
-
Technical task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Code
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Screen Reader Test</title> </head> <body> <p>Inside a paragraph.</p> Outside a paragraph. </body> </html>
Steps to test
- Save the HTML document above into a *.html file on disk
- Turn on Windows Narrator
- Use Google Chrome or Microsoft Edge to load this *.html file and get Windows Narrator to read both lines
- Use the WebEngine Widgets Simple Browser Example to load this *.html file and get Windows Narrator to read both lines
Note: If Windows Narrator doesn't read the text in the HTML page when it loads, try tweaking the Narrator Cursor settings (https://support.microsoft.com/en-au/windows/chapter-7-customizing-narrator-ce950246-c915-0d44-9be6-fb474387a285 ) and interact with the text with your mouse (hover, highlight, click)
Outcomes
What Windows Narrator says out loud:
Chrome/Edge | Qt WebEngine 6.8.2 | |
---|---|---|
First line | "Inside a paragraph." | "Text." |
Second line | "Outside a paragraph." | "Outside a paragraph." |
(Narrator can't see the first line in Qt WebEngine, but can do so in Chrome/Edge)