From 25fec152a284e8d2a301636da37d1403f125e60f Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Fri, 28 Jun 2019 09:27:03 -0400 Subject: [PATCH] Delete "superclass" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bc82cf50c..429c7ae59 100644 --- a/index.html +++ b/index.html @@ -3277,7 +3277,7 @@

Definition of Roles

A nameless container element that has no semantic meaning on its own.

Contrast with group, which semantically groups its descendants in a named container.

A generic can provide a limited number of accessible states and properties for its descendants, such as aria-hidden and aria-live.

-

generic is a superclass role used for the ontology. With the exception of providing generic HTML Custom Elements, authors should not use this role in content.

+

generic is a role used for the ontology. With the exception of providing generic HTML Custom Elements, authors should not use this role in content.

A triage of global properties is pending. This will reduce the number of inherited states and properties in the characteristics table below. For details, see issue #999.