diff --git a/index.html b/index.html index fa98a2aa8..8d2b201e1 100644 --- a/index.html +++ b/index.html @@ -2943,8 +2943,11 @@

Definition of Roles

generic
-

A nameless container element that has no semantic meaning on its own, but can provide accessible states and properties for its descendants.

+

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 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.

Characteristics: