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 4b59f98 commit 72bde31Copy full SHA for 72bde31
docs/Sample JavaScript Recursion Algorithm/recursion.js
@@ -14,7 +14,7 @@ Distributed under the terms of the Open Source Initiative OSI - MIT License
14
window[nameSpace] = {};
15
nameSpace = window[nameSpace];
16
}
17
- nameSpace.getAccNameVersion = "2.62";
+ nameSpace.getAccNameVersion = "2.63";
18
// AccName Computation Prototype
19
nameSpace.getAccName = nameSpace.calcNames = function (
20
node,
@@ -561,7 +561,8 @@ Plus roles extended for the Role Parity project.
561
false;
562
563
var nAlt =
564
- rolePresentation && nTag === "img"
+ (btnType !== "image" && nTag !== "img") ||
565
+ (rolePresentation && nTag === "img")
566
? ""
567
: trim(node.alt || node.getAttribute("alt"));
568
0 commit comments