Skip to content

Commit b10273d

Browse files
committed
Give <table> role="presentation"
1 parent b015fba commit b10273d

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)