pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
515 stars 63 forks source link

Pa11y not including bold text at smaller font sizes as "large text" #144

Closed stephanietuerk closed 3 years ago

stephanietuerk commented 3 years ago

Pa11y seems to not be including bold text below 18px but 14px or higher in its definition of large text that has the lower contrast ratio requirement per WCAG2.X

I have tried specifying font-weight: bold and font-size: 16px (as opposed to font-weight: 700 and font-size: 1rem to no avail.

See situation B here: https://www.w3.org/WAI/WCAG21/quickref/#contrast-minimum

stephanietuerk commented 3 years ago

Okay, this is likely an issue with the axe test runner, not pa11y. Closing.