Open vivzhang opened 1 month ago
Some notes:
aria-disabled
– this should be addressed in today's release via https://github.com/Esri/calcite-design-system/pull/10367aria-busy
– this was added here https://github.com/Esri/calcite-app-components/issues/357I think we need to research more why aria-busy on an action is a problem. Would we need another property added to action to allow aria-busy to be set? like a loadable
property?
I would expect this would apply to other components where aria-busy is being used.
Check existing issues
Summary
Remove the
aria-disabled
,aria-busy
andaria-pressed
attributes oncalcite-action
. Please ignore the request foraria-label
, the Hub team will address that by passing in a unique value for thelabel
property for their use case.Original AMP issues: 11242 11244
Actual Behavior
aria-disabled
,aria-busy
andaria-pressed
attributes rendered on thebutton
insidecalcite-action
Expected Behavior
No
aria-disabled
,aria-busy
andaria-pressed
rendered on thebutton
insidecalcite-action
Reproduction Sample
https://codepen.io/vivzhang/pen/rNXVWBo
Reproduction Steps
calcite-action
componentaria-disabled
and anaria-busy
attributes rendered on thebutton
elementReproduction Version
2.12.1
Working W3C Example/Tutorial
No response
Relevant Info
related: https://github.com/Esri/calcite-design-system/issues/10706
Regression?
No response
Priority impact
impact - p3 - not time sensitive
Calcite package
Esri team
Arcgis Hub