We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd0fcf commit 4622c54Copy full SHA for 4622c54
AsusRouterA11yFixes.user.js
@@ -54,7 +54,7 @@ function getLiveRegion(id) {
54
region.style.opasity = 0;
55
document.body.appendChild(region);
56
// we need to delay a little to get the new region to actually read contents.
57
- // A11y api probably don't considder the relevant changes, additions, until
+ // A11y APIs probably don't considder the relevant changes, additions, until
58
//an annimation frame has passed. It may, in reality be more like 2-4
59
// annimation frames, so delay 134 ms to be safe.
60
setTimeout(() => {
0 commit comments