Skip to content

Commit 5671511

Browse files
author
Toni Vanhala
committed
chore(a11y): add scope to row header
1 parent d872398 commit 5671511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ClojureFinland/html/page.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
(fn [i [k v]]
130130
[:tr
131131
(into [:td {:aria-hidden "true"}] (if (= 0 i) "{" " "))
132-
[:th (keyword-output k)]
132+
[:th {:scope "row"} (keyword-output k)]
133133
[:td (let [column (cond
134134
(map? v) (table-output v)
135135
(link? v) (link v)

0 commit comments

Comments
 (0)