Skip to content

Commit 73a2b33

Browse files
Give <table> role="presentation"
1 parent 0658716 commit 73a2b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/code-view/internal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export function InternalCodeView({
6060
>
6161
<div className={styles["scroll-container"]}>
6262
<table
63+
role="presentation"
6364
className={clsx(
6465
styles["code-table"],
6566
actions && styles["code-table-with-actions"],

0 commit comments

Comments
 (0)