From a7390efd385da5bafc5a92a5c2f75d765bf04374 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Thu, 27 Jun 2019 11:16:32 -0400 Subject: [PATCH] Add HTML before "Custom Elements" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b631aa589..281f49621 100644 --- a/index.html +++ b/index.html @@ -2948,7 +2948,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 Custom Elements, authors should not use this role in content.

+

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.

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.