Skip to content

Commit

Permalink
Remove aria-multiline guidance from states and props section of pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Nov 14, 2019
1 parent a10305a commit dd6f6c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,10 +1032,6 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
That is, <code>aria-haspopup</code> is set to <code>grid</code>, <code>tree</code>, or <code>dialog</code>.
Note that elements with role <code>combobox</code> have an implicit <code>aria-haspopup</code> value of <code>listbox</code>.
</li>
<li>
If the combobox element is editable, it has a value for <a href="#aria-multiline" class="property-reference">aria-multiline</a> of <code>false</code>.
Note that the default value of <code>aria-multiline</code> is <code>false</code>.
</li>
<li>
When the combobox popup is not visible, the element with role <code>combobox</code> has <a href="#aria-expanded" class="state-reference">aria-expanded</a> set to <code>false</code>.
When the popup element is visible, <code>aria-expanded</code> is set to <code>true</code>.
Expand Down

0 comments on commit dd6f6c0

Please sign in to comment.