Skip to content

Commit 3e49ee5

Browse files
committed
fix typo
1 parent b0a7cac commit 3e49ee5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/a11y-fixes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'.ansi-escaped-output > pre, ' +
3737

3838
// 5. The deepest container for error output (e.g., #ID > .cell-output-error... > .ansi-escaped-output > pre)
39-
'.cell-output-error.cell-output > .ansi-escaped-output > pre' +
39+
'.cell-output-error.cell-output > .ansi-escaped-output > pre, ' +
4040

4141
'pre[id]' // Target any PRE tag that has an ID attribute (a common source of scrollability)
4242
);

0 commit comments

Comments
 (0)