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 b5cb4c5 commit 500ffdfCopy full SHA for 500ffdf
src/role-helpers.js
@@ -42,6 +42,8 @@ function isInaccessible(element) {
42
return true
43
}
44
45
+ // this branch is temporary code until jsdom fixes a bug
46
+ // istanbul ignore else
47
if (supportsStyleInheritance === false) {
48
// we go bottom-up for an inheritable property so we can only set it
49
// if it wasn't set already i.e. the parent can't overwrite the child
0 commit comments