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
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2113,7 +2113,7 @@ <h2>Definition of Roles</h2>
2113
2113
</p>
2114
2114
<p>
2115
2115
Authors MUST ensure the popup element associated with a <code>combobox</code> has a role of <rref>listbox</rref>, <rref>tree</rref>, <rref>grid</rref>, or <rref>dialog</rref>.
2116
-
Authors MUST set <pref>aria-controls</pref> on a <code>combobox</code> element to a value that refers to the <code>combobox</code> popup element.
2116
+
When the popup is displayed, authors MUST set <pref>aria-controls</pref> on a <code>combobox</code> element to a value that refers to the <code>combobox</code> popup element.
2117
2117
</p>
2118
2118
<p>
2119
2119
Elements with the role <code>combobox</code> have an implicit <pref>aria-haspopup</pref> value of <code>listbox</code>.
@@ -2200,10 +2200,7 @@ <h2>Definition of Roles</h2>
2200
2200
<tr>
2201
2201
<th class="role-required-properties-head">Required States and Properties:</th>
2202
2202
<td class="role-required-properties">
2203
-
<ul>
2204
-
<li><pref>aria-controls</pref></li>
2205
-
<li><sref>aria-expanded</sref></li>
2206
-
</ul>
2203
+
<sref>aria-expanded</sref>
2207
2204
</td>
2208
2205
</tr>
2209
2206
<tr>
@@ -2212,6 +2209,7 @@ <h2>Definition of Roles</h2>