aom
aom copied to clipboard
The pressed property should be of type string, like checked
aria-pressed can be 'true', 'false' or 'mixed', similar to aria-checked. See https://www.w3.org/TR/wai-aria-1.1/#aria-pressed
Therefore it should be a string, not a boolean.