Commit bcf44d1
1 parent c625cb7 commit bcf44d1
File tree
2 files changed
+3
-3
lines changed- validator-tests
2 files changed
+3-3lines changed+1-1Original file line number Diff line number Diff line change @@ -3899,7 +3899,7 @@ <h2>Definition of Roles</h2>3899
3899
<div class="role-description">3900
3900
<p>A set of user interface <a>objects</a> that is not intended to be included in a page summary or table of contents by <a>assistive technologies</a>.</p>3901
3901
<p>Contrast with <rref>region</rref>, which is a grouping of user interface objects that will be included in a page summary or table of contents.</p>3902
-
<p>Authors SHOULD use a <code>group</code> to form a logical collection of items in a <a>widget</a>, such as children in a tree widget forming a collection of siblings in a hierarchy. However, when a <code>group</code> is used in the context of a <rref>listbox</rref>, authors MUST limit its children to <rref>option</rref> elements. Therefore, proper handling of <code>group</code> by authors and assistive technologies is determined by the context in which it is provided.</p>3902
+
<p>Authors SHOULD use a <code>group</code> to form a logical collection of items in a <a>widget</a>, such as children in a tree widget forming a collection of siblings in a hierarchy. However, when a <code>group</code> is used in the context of a <rref>listbox</rref>, for example, authors MUST limit its children to <rref>option</rref> elements. Therefore, proper handling of <code>group</code> by authors and assistive technologies is determined by the context in which it is provided.</p>3903
3903
<p>Authors MAY nest <code>group</code> elements. If a section is significant enough to warrant inclusion in the web page's table of contents, the author SHOULD assign it a <a>role</a> of <rref>region</rref> or a <a href="#landmark_roles">standard landmark role</a>.</p>3904
3904
</div>3905
3905
<table class="role-features">+2-2Original file line number Diff line number Diff line change @@ -1,10 +1,10 @@1
1
<!DOCTYPE html>2
2
<html lang="en-US">3
-
<head><title>In the context of a listbox, the children of a group element must be option elements.</title></head>3
+
<head><title>In the context of a listbox, for example, the children of a group element must be option elements.</title></head>4
4
<body>5
5
<!--6
6
URL: https://www.w3.org/TR/wai-aria-1.2/#group7
-
RULE: "when a group is used in the context of a listbox, authors MUST limit7
+
RULE: "when a group is used in the context of a listbox, for example, authors MUST limit8
8
* its children to option elements."9
9
-->10
10
0 commit comments