From 9ac86a94ae9f4b95da9be3228bf26289956d01e4 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 14 Aug 2025 13:01:17 +0100 Subject: [PATCH] [html-aam] Set heading level based on HTML computed heading level --- html-aam/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html-aam/index.html b/html-aam/index.html index cf427a131..ee740b340 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2659,8 +2659,7 @@

`h1`, `h2`, `h3`, `h4`, `h5`, and `h6`

[[wai-aria-1.2]] - `heading` role, with the `aria-level` property set to the number in the element's tag - name. + `heading` role, with the `aria-level` property set to the the computed heading level.