Skip to content

Commit 54edc33

Browse files
committed
remove aria-readonly attribute from button
This attribute is allowed only on selected aria roles and button is not one of them
1 parent 2608a87 commit 54edc33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uui-color-swatch/lib/uui-color-swatch.element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class UUIColorSwatchElement extends LabelMixin(
114114
<button
115115
id="swatch"
116116
aria-label=${this.label}
117-
aria-readonly="${this.readonly}"
118117
?disabled="${this.disabled}"
119118
title="${this.label}">
120119
<div class="color-swatch color-swatch--transparent-bg">

0 commit comments

Comments
 (0)