Skip to content

a11y: Align paragraph's super role with ARIA

As the commit message in

commit 9f078bd5c975f33d832b6da71cba2923450d3127
Author: Michael Weghorn <m.weghorn@posteo.de>
Date:   Mon Sep 25 10:41:42 2023 +0200

    a11y: Add paragraph role

already says, the super role of the paragraph role in ARIA is the section role [1]. But then, that commit accidently set the structure role for the super role, so fix that now.

[1] https://www.w3.org/TR/wai-aria-1.2/#paragraph

Merge request reports