Skip to content

Commit 86346a4

Browse files
authored
Merge 4e8e130 into 7e4d9fd
2 parents 7e4d9fd + 4e8e130 commit 86346a4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

source/speech/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,7 @@ def getFormatFieldSpeech( # noqa: C901
21392139
# Translators: Reported when text is no longer marked
21402140
else _("not marked"))
21412141
textList.append(text)
2142+
if formatConfig["reportEmphasis"]:
21422143
# strong text
21432144
strong=attrs.get("strong")
21442145
oldStrong=attrsCache.get("strong") if attrsCache is not None else None

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ What's New in NVDA
4545
- ARIA treegrids are now exposed as normal tables in browse mode in both Firefox and Chrome. (#9715)
4646
- A reverse search can now be initiated with 'find previous' via NVDA+shift+F3 (#11770)
4747
- An NVDA script is no longer treated as being repeated if an unrelated key press happens in between the two executions of the script. (#11388)
48+
- Strong and emphasis tags in Internet Explorer can again be suppressed from being reported by returning off Report Emphasis in NVDA's Document Formatting settings. (#11808)
4849

4950

5051
== Changes for Developers ==

0 commit comments

Comments
 (0)