From 515c6e2d9611511c903a01a4cab8835c2c6ae6e5 Mon Sep 17 00:00:00 2001 From: Scott O'Hara Date: Wed, 8 Mar 2023 09:53:49 -0500 Subject: [PATCH] Clarify summary role when not properly used (#436) --- html-aam/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/html-aam/index.html b/html-aam/index.html index 6a338fa8b..ae36b7252 100644 --- a/html-aam/index.html +++ b/html-aam/index.html @@ -2865,7 +2865,10 @@

HTML Element Role Mappings

- + + If a `summary` element is not a child of a `details` element, or it is not the first `summary` element of a parent `details`, + then the `summary` element MUST be exposed with a `generic` role. + `sup`