#8860·typst

Style terms-list while keeping accessibility

Author: z1glrCreated Sep 16, 2026Updated Sep 16, 2026
Labelsfeature requestaccessibility

Description

A possiblity to style the terms-list while keeping the accessibility tags.

Maybe this could be realized similar to pdf.header-cell with pdf.terms-term and pdf.terms-description or similar.

This would enable something like this:

typ
#show terms.item: it => [
  #pdf.terms-term(text(size: 1.5em)[*#it.term*]
  linebreak()
  #pdf.terms-description[#it.term*]
]

Use Case

Terms-list can be styled more freely and simple while still being able to create an accessible pdf-file