diff --git a/force-app/main/default/lwc/dynamicFlowProgressLWC/dynamicFlowProgressLWC.html b/force-app/main/default/lwc/dynamicFlowProgressLWC/dynamicFlowProgressLWC.html index 7efd676..1b204cf 100644 --- a/force-app/main/default/lwc/dynamicFlowProgressLWC/dynamicFlowProgressLWC.html +++ b/force-app/main/default/lwc/dynamicFlowProgressLWC/dynamicFlowProgressLWC.html @@ -8,6 +8,7 @@ /* MODIFICATION LOG * * Date Developer Story Description +* 08/28/2023 Martin Blase n/a Correct ARIA role for list wrapper from role="listbox" to role="list" - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listitem_role * 09/19/2022 Mitch Lynch n/a Fixed typo in indicatorType property that listed "NavMenu" instead of "VertNav". Removed tabindex attribute from the Path indicator markup. Added a new showFinalComplete state for Vertical and VertNav, rather than trying to trick them into showing the showCurrent state. * 09/13/2022 Mitch Lynch n/a Configured masterLabel to "Dynamic Flow Progress". * 09/01/2022 Mitch Lynch n/a Resolved bug where VerNav wouldn't display the final step as the current step. Fixed issue where currentStepPercentage was not overriding VertNav and Bar. @@ -221,7 +222,7 @@
-
    +
      - \ No newline at end of file +