Merge pull request #3709 from matrix-org/t3chguy/what-input

Add what-input to allow different scoping to focus-visible for MAB a11y
This commit is contained in:
Michael Telatynski 2019-12-09 13:45:59 +00:00 committed by GitHub
commit f079c2fdd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,8 @@ import Matrix from "matrix-js-sdk";
// focus-visible is a Polyfill for the :focus-visible CSS pseudo-attribute used by _AccessibleButton.scss
import 'focus-visible';
// what-input helps improve keyboard accessibility
import 'what-input';
import Analytics from "../../Analytics";
import { DecryptionFailureTracker } from "../../DecryptionFailureTracker";