Azure / azure-iot-explorer

Cross-platform UI for interacting with devices attached to Azure IoT Hub. This tool is meant for learning and testing, not for production environment.
MIT License
224 stars 71 forks source link

accessbility wave2 #613

Closed YingXue closed 1 year ago

YingXue commented 1 year ago

Accessbility wave2

  1. Fix wrong aria label
  2. Fix luminosity ratio for links
  3. Switch all usages of DetailsList to ResizableDetailsList (following Fluent's recommendation and sample code: https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/keyboardcolumnreorderresize) which enable resize through keyboard (see below)

image image