Report emphasis (<em>
) and strong importance (<strong>
) in browsers #17216
Open
Description
Steps to reproduce:
Reported by Ivan via email.
- Open a page with text with emphasis. On the NVDA Download page at https://www.nvaccess.org/download/, the text "Please note: NVDA is only available for PCs running Microsoft Windows 8.1 and later." uses
<strong>
and the text "NV Access does not recommend or support running these older versions on newer Operating systems." uses<em>
- On NVDA's document formatting settings (NVDA+control+d) ensure "emphasis" is checked.
- Read the above mentioned text.
Actual behavior:
NVDA reads the text without noting any emphasis. If font attributes are enabled in NVDA document formatting settings, then the <strong>
text is reported as bold and <em>
text as italic.
Expected behavior:
Text using <strong>
should be reported as "Strong" and text using <em>
should be reported as "Emphasised".
This comment on a previous issue seems to indicate that this behaviour used to work.
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
NVDA version:
NVDA 2024.4 Beta 4 installed
Windows version:
Windows 11 (64-bit) Version: 23H2, Build: 22631.4169
Name and version of other software in use when reproducing the issue:
Firefox version: 130.0.1
Chrome Version: 129.0.6668.59
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Have you tried any other versions of NVDA? If so, please report their behaviors.
I tried NVDA 2018.4.1 (released a few months after that linked comment) but with the current browser versions, and the text was read identically to how it is read with NVDA 2024.4 beta 4.
If NVDA add-ons are disabled, is your problem still occurring?
No add-ons.