Skip to content

Commit 7314996

Browse files
authored
Are all constraints inherited? (#1815)
Fixes #1096
1 parent bcf44d1 commit 7314996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h2>Relationships Between Concepts</h2>
542542
<p>The Roles Model uses the following relationships to relate <abbr title="Accessible Rich Internet Applications">WAI-ARIA</abbr> roles to each other and to concepts from other specifications, such as HTML.</p>
543543
<section id="superclassrole">
544544
<h3>Superclass Role</h3>
545-
<p>The <a>role</a> that the current subclassed role extends in the Roles Model. This extension causes all the properties and constraints of the superclass role to propagate to the subclass role. Other than well known stable specifications, inheritance may be restricted to items defined inside this specification, so that external items cannot be changed and affect inherited classes.</p>
545+
<p>The <a>role</a> that the current subclassed role extends in the Roles Model. This extension causes all the states and properties of the superclass role to propagate to the subclass role. Other than well known stable specifications, inheritance may be restricted to items defined inside this specification, so that external items cannot be changed and affect inherited classes.</p>
546546
</section>
547547
<section id="subclassroles">
548548
<h3>Subclass Roles</h3>

0 commit comments

Comments
 (0)