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