You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it doesn't allow screen readers to use the extension.
Maybe we could also inject a screen-reader-only span (equivalent to .sr-only/.visually-hidden Bootstrap classes, or something like this) in the DOM to detect the deprecated classes. Let's study if there's a way to do it.
The text was updated successfully, but these errors were encountered:
Description
Right now, the extension will detect the deprecated classes, and inject some CSS to highlight these classes; something like:
However, it doesn't allow screen readers to use the extension.
Maybe we could also inject a screen-reader-only span (equivalent to
.sr-only
/.visually-hidden
Bootstrap classes, or something like this) in the DOM to detect the deprecated classes. Let's study if there's a way to do it.The text was updated successfully, but these errors were encountered: