Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/role-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ function isInaccessible(element) {
return true
}

// this branch is temporary code until jsdom fixes a bug
// istanbul ignore else
if (supportsStyleInheritance === false) {
// we go bottom-up for an inheritable property so we can only set it
// if it wasn't set already i.e. the parent can't overwrite the child
Expand Down