Skip to content

Commit

Permalink
Delete "superclass"
Browse files Browse the repository at this point in the history
  • Loading branch information
carmacleod committed Jul 18, 2019
1 parent 5466773 commit 25fec15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3277,7 +3277,7 @@ <h2>Definition of Roles</h2>
<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> <abbr title="Hypertext Markup Language">HTML</abbr> <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="note"><code>generic</code> is a role used for the ontology. With the exception of providing <code>generic</code> <abbr title="Hypertext Markup Language">HTML</abbr> <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">
Expand Down

0 comments on commit 25fec15

Please sign in to comment.