]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fix(reveal): mark correct aria-haspopup value for modal opening controls 12248/head
authorAntti Hukkanen <antti.hukkanen@mainiotech.fi>
Thu, 12 Aug 2021 12:05:38 +0000 (15:05 +0300)
committerAntti Hukkanen <antti.hukkanen@mainiotech.fi>
Thu, 12 Aug 2021 12:05:38 +0000 (15:05 +0300)
commit33bd30babc1a9ecfb0a7953afe94a54217b701cd
tree07c79effe3c7da68c20318dfebc6802ae865ba6f
parent6cdc5964a955fa04e3e1b5fbadbdb2fe3c9963a8
fix(reveal): mark correct aria-haspopup value for modal opening controls

The correct value for `aria-haspopup` for dialog controlling
elements is "dialog", not "true" which indicates a menu element.
See: https://www.w3.org/TR/wai-aria-1.1/#dialog
js/foundation.reveal.js
test/javascript/components/reveal.js