You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the latest wai-aria spec has changed aria-haspoup="true" to more granular values:
... Authors must ensure that the role of the element that serves as the container for the popup content is menu, listbox, tree, grid, or dialog, and that the value of aria-haspopup matches the role of the popup container...To provide backward compatibility with ARIA 1.0 content, user agents must treat an aria-haspopup value of true as equivalent to a value of menu. https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup
So shouldn't we provide those values for aria-haspopup?
The text was updated successfully, but these errors were encountered:
We discussed this during last week’s conference call. Although for some reason I missed the last sentence in your post.
The true value isn’t deprecated. Although I do agree that we should at least mention the new values if not replace the old with the new.
Will bring up again now that I’ve actually read your post.
mcking65
changed the title
Throughout the document aria-haspopup="true" is mentioned. Isn't that deprecated?
Update patterns that prescribe use of aria-haspopup to include appropriate mentions of new token values
Oct 10, 2017
For issue #347, change the design patterns that prescribe use of aria-haspopup to include appropriate mentions of new token values ·
In aria-practices.html, changed the following design patterns:
* button design pattern
* Menu and menubar pattern
* Menu button pattern
* Tabs pattern
It appears the latest wai-aria spec has changed aria-haspoup="true" to more granular values:
So shouldn't we provide those values for aria-haspopup?
The text was updated successfully, but these errors were encountered: