Skip to content

Commit 11ab69e

Browse files
authored
Editable Combobox With Both List and Inline Autocomplete Example: Editorial correction to accessibility (pull #3252)
Changes "its border changes from two pixels to two" to "its border changes from two pixels to zero"
1 parent 9ce6436 commit 11ab69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/combobox/examples/combobox-autocomplete-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2>Accessibility Features</h2>
147147
Note: Because transparent borders are visible on some systems with operating system high contrast settings enabled, transparency cannot be used to create a visual difference between the element that is focused and other elements.
148148
Instead of using transparency, the focused element has a thicker border and less padding.
149149
When an element receives focus, its border changes from zero to two pixels and padding is reduced by two pixels.
150-
When an element loses focus, its border changes from two pixels to two and padding is increased by two pixels.
150+
When an element loses focus, its border changes from two pixels to zero and padding is increased by two pixels.
151151
</li>
152152
</ul>
153153
</li>

0 commit comments

Comments
 (0)