aom icon indicating copy to clipboard operation
aom copied to clipboard

The pressed property should be of type string, like checked

Open aleventhal opened this issue 7 years ago • 0 comments

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.

aleventhal avatar May 26 '17 14:05 aleventhal