Skip to content

Commit

Permalink
- split intro sentence into 2 sentences
Browse files Browse the repository at this point in the history
- add note saying authors should not use in content
- add editor's note about global properties triage
  • Loading branch information
carmacleod committed Jun 27, 2019
1 parent 5824d3a commit 74f1ad3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2943,8 +2943,11 @@ <h2>Definition of Roles</h2>
<div class="role" id="generic">
<rdef>generic</rdef>
<div class="role-description">
<p>A nameless container <a>element</a> that has no semantic meaning on its own, but can provide accessible states and properties for its descendants.</p>
<p>A nameless container <a>element</a> that has no semantic meaning on its own.</p>
<p>Contrast with <rref>group</rref>, which semantically groups its descendants in a named container.</p>
<p>A <code>generic</code> can provide a limited number of accessible states and properties for its descendants, such as <sref>aria-hidden</sref> and <pref>aria-live</pref>.</p>
<p class="note"><code>generic</code> is a superclass role used for the ontology. With the exception of providing <code>generic</code> <a href="https://html.spec.whatwg.org/multipage/custom-elements.html">Custom Elements</a>, authors should not use this role in content.</p>
<p class="ednote">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 <a href="https://github.com/w3c/aria/issues/999">issue #999</a>.</p>
</div>
<table class="role-features">
<caption>Characteristics:</caption>
Expand Down

0 comments on commit 74f1ad3

Please sign in to comment.