We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e38856 commit ac9b3dcCopy full SHA for ac9b3dc
lib/commons/text/subtree-text.js
@@ -68,7 +68,10 @@ function skipByInlineOverflow(virtualNode) {
68
}
69
70
function appendAccessibleText(contentText, virtualNode, context) {
71
- if (skipByInlineOverflow(virtualNode)) {
+ if (
72
+ context.ignoreNativeTextAlternative &&
73
+ skipByInlineOverflow(virtualNode)
74
+ ) {
75
return contentText;
76
77
0 commit comments