Esri / calcite-web

Authoritative front-end development resources for Calcite design initiative. Includes extendable base components and styles, as well as a modular and efficient framework for ArcGIS properties.
http://esri.github.io/calcite-web/
Apache License 2.0
109 stars 58 forks source link

Un-selected tabs - 508 contrast issue #1106

Closed gavinr closed 4 years ago

gavinr commented 4 years ago

Unselected tabs do not have a sufficient contrast ratio

To Replicate

  1. Include CDN version of Calcite on a page
  2. Include the tabs sample HTML from http://esri.github.io/calcite-web/documentation/patterns/#tabs (Example: https://jsbin.com/zegesov/edit?html,js,output)
  3. Run the Google Chrome Developer Tools Audit (on https://output.jsbin.com/zegesov)
  4. See the failing elements under Accessibility > Contrast image
gavinr commented 4 years ago

Moved to https://github.com/Esri/calcite-react/issues/366