Skip to content

Commit 1b13d1d

Browse files
committed
Fix hints being read when using Microsoft Edge Read Aloud function
1 parent 3cc41f3 commit 1b13d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/hints/HintClass.ts

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ export class HintClass implements Hint {
292292

293293
this.outer = document.createElement("div");
294294
this.outer.className = "outer";
295+
this.outer.setAttribute("aria-hidden", "true");
295296
// We set the style properties inline because using stylesheets brought some
296297
// issues related to CSP in Safari.
297298
setStyleProperties(this.outer, {

0 commit comments

Comments
 (0)