You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+8-15Lines changed: 8 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -4281,8 +4281,9 @@ <h2>Definition of Roles</h2>
4281
4281
possible. If the purpose of a form is to submit search criteria, authors SHOULD use the <rref>search</rref> role instead of the generic <code>form</code> role.
4282
4282
</p>
4283
4283
<p>
4284
-
Authors SHOULD give each element with role <code>form</code> a label that describes the purpose of the form, using either <a href="#namecalculation">namefrom</a>: author or
4285
-
<a href="#namecalculation">namefrom</a>: heading.
4284
+
Authors SHOULD give each element with role <code>form</code> a brief label that describes the purpose of the form. Authors SHOULD reference a visible label with
4285
+
<pref>aria-labelledby</pref> if a visible label is present. Authors SHOULD include the label inside of a heading whenever possible. The heading MAY be an instance of the standard host
4286
+
language heading element or an instance of an element with role <rref>heading</rref>.
4286
4287
</p>
4287
4288
<p>
4288
4289
If an author uses a script to submit a form based on a user action that would otherwise not trigger an <code>onsubmit</code> event (for example, a form submission triggered by the user
@@ -4346,12 +4347,7 @@ <h2>Definition of Roles</h2>
<th class="role-namerequired-head" scope="row">Accessible Name Required:</th>
@@ -8015,7 +8011,9 @@ <h5>Presentational Role Inheritance</h5>
8015
8011
<a href="#landmark_roles">landmark roles</a>, such as <rref>main</rref>, <rref>complementary</rref>, or <rref>navigation</rref>.
8016
8012
</p>
8017
8013
<p>
8018
-
Authors MUST give each element with role region a label that describes the purpose of the content in the region, using either <a href="#namecalculation">namefrom</a>: author or <a href="#namecalculation">namefrom</a>: heading.
8014
+
Authors MUST give each element with role region a brief label that describes the purpose of the content in the region. Authors SHOULD reference a visible label with
8015
+
<pref>aria-labelledby</pref> if a visible label is present. Authors SHOULD include the label inside of a heading whenever possible. The heading MAY be an instance of the standard host
8016
+
language heading element or an instance of an element with role <rref>heading</rref>.
8019
8017
</p>
8020
8018
<p>
8021
8019
<a>Assistive technologies</a> SHOULD enable users to quickly navigate to elements with role <code>region</code>. [=User agents=] SHOULD treat elements with role <code>region</code> and
@@ -8075,12 +8073,7 @@ <h5>Presentational Role Inheritance</h5>
0 commit comments