@@ -2111,7 +2111,6 @@ <h2>Definition of Roles</h2>
|
2111 | 2111 | <p> |
2112 | 2112 | A <code>combobox</code> functionally combines a named input field with the ability to assist value selection via a supplementary popup element. |
2113 | 2113 | A <code>combobox</code> input MAY be either a single-line text field that supports editing and typing or an element that only displays the current value of the <code>combobox</code>. |
2114 | | - If an element with role <code>combobox</code> supports text input, authors MUST ensure that the text input has <pref>aria-multiline</pref> set to <code>false</code>. |
2115 | 2114 | If the <code>combobox</code> supports text input and provides autocompletion behavior as described in <pref>aria-autocomplete</pref>, authors MUST set <pref>aria-autocomplete</pref> on the <code>combobox</code> element to the value that corresponds to the provided behavior. |
2116 | 2115 | </p> |
2117 | 2116 | <p> |
|