w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 49 forks source link

Ambiguous sentence regarding interactive content #163

Closed dbrusilovsky closed 3 years ago

dbrusilovsky commented 5 years ago

Under Allowed ARIA roles, states and properties I noticed the following sentence:

For example, an element with role=button is interactive content and therefore cannot contain interactive content descendants.

While it's true that an element with role=button cannot contain interactive content, the sentence implies that the reason this is true is that interactive content cannot contain interactive content, which is not true. The details and label tags are both interactive content which are allowed to contain interactive content.

I feel this sentence is therefore misleading.

stevefaulkner commented 5 years ago

@dbrusilovsky agreed will update thanks