Sha256: 71d79838a33b19afb9e56ee13593f07781726b45a00943319ef1a813934dfb98
Contents?: true
Size: 933 Bytes
Versions: 236
Compression:
Stored size: 933 Bytes
Contents
module GovukPublishingComponents module SharedAccessibilityCriteria def self.link " Links in the component must: - accept focus - be focusable with a keyboard - be usable with a keyboard - indicate when they have focus - change in appearance when touched (in the touch-down state) - change in appearance when hovered - be usable with touch - be usable with [voice commands](https://www.w3.org/WAI/perspectives/voice.html) - have visible text - have meaningful text " end def self.button " Buttons in the component must: - accept focus - be focusable with a keyboard - be usable with a keyboard - indicate when they have focus - change in appearance when touched (in the touch-down state) - change in appearance when hovered - be usable with touch - be usable with [voice commands](https://www.w3.org/WAI/perspectives/voice.html) - have visible text - have meaningful text " end end end
Version data entries
236 entries across 236 versions & 1 rubygems