File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/Sample JavaScript Recursion Algorithm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Distributed under the terms of the Open Source Initiative OSI - MIT License
14
14
window [ nameSpace ] = { } ;
15
15
nameSpace = window [ nameSpace ] ;
16
16
}
17
- nameSpace . getAccNameVersion = "2.63 " ;
17
+ nameSpace . getAccNameVersion = "2.64 " ;
18
18
// AccName Computation Prototype
19
19
nameSpace . getAccName = nameSpace . calcNames = function (
20
20
node ,
@@ -561,7 +561,7 @@ Plus roles extended for the Role Parity project.
561
561
false ;
562
562
563
563
var nAlt =
564
- ( btnType !== "image" && nTag !== "img" ) ||
564
+ ( btnType !== "image" && nTag !== "img" && nTag !== "area" ) ||
565
565
( rolePresentation && nTag === "img" )
566
566
? ""
567
567
: trim ( node . alt || node . getAttribute ( "alt" ) ) ;
You can’t perform that action at this time.
0 commit comments