Skip to content

Commit

Permalink
Fix angle bracket (#37431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakunamawatta authored Dec 29, 2024
1 parent 2bb6de0 commit ffa1044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/ariamultiselectable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ In this example the `aria-multiselectable` attribute on the element with an ID o
aria-multiselectable="true" aria-labelledby="listbox1label" aria-activedescendant="listbox1-1">
<div role="option" id="listbox1-1" class="selected" aria-selected="true">Green</div>
<div role="option" id="listbox1-2">Orange</div>
<div role="option" id="listbox1-3">Red</div<
<div role="option" id="listbox1-3">Red</div>
</div>
```

Expand Down

0 comments on commit ffa1044

Please sign in to comment.