From 2aba17e575aa1b3f3b822dab3c174faf695524a0 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Thu, 27 Jun 2019 00:53:19 -0400 Subject: [PATCH] - split intro sentence into 2 sentences - add note saying authors should not use in content - add editor's note about global properties triage --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 4c56c434f..b631aa589 100644 --- a/index.html +++ b/index.html @@ -2945,8 +2945,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: