DropdownSplit:With Icons

Build 216 on refactor/ui-icon-svg-to-font
Reviewing disabled
View latest build
BaselineBuild 210 on refactor/ui-icon-internals
Focus was turned on because there are subtle diffs in this snapshot.
View Storybook
LatestBuild 216 on refactor/ui-icon-svg-to-font
Focus was turned on because there are subtle diffs in this snapshot.
View Storybook
Baseline History
Build 21663dff11 current baseline
Current build. Accepted by Kien Nguyen.
Build 21501bacf6
Ancestor build. There were unaccepted changes, so this was not used as a baseline.
Build 2145f8ec95
Inherited baseline identical to build 210
Build 21034753e9
Accepted by Kien Nguyen.
Build 2046c1cd72
Accepted by Kien Nguyen.
Build 1666a64d70
Accepted by Kien Nguyen.
Build 103a1f05de
Auto-accepted
Every <button> needs a visible label or accessible name. Learn how to resolve this violation

This regression is non-visual. No preview will be shown.

Fix any of the following:

Element does not have inner text that is visible to screen readers

aria-label attribute does not exist or is empty

aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty

Element has no title attribute

Element does not have an implicit (wrapped) <label>

Element does not have an explicit <label>

Element's default semantics were not overridden with role="none" or role="presentation"

Element
<button class="left" part="left" type="button"><span class="slot-icon-start"><slot name="icon-start"></slot></span><span class="slot-text"><slot name="text">Button</slot></span><span class="slot-icon-end"><slot name="icon-end"></slot></span></button>
Selector
ui-dropdown-split[icon="icon-only"],.left[part="left"][type="button"]