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
The controls to set and remove a featured image in the Classic Editor use a link with no attributes to identify purpose. Triggering a modal dialog should be done using a button with proper identification.
Add `role="button"`, `aria-haspopup="dialog"`, and `aria-controls` attributes to give users appropriate information about the control behavior. Add keypress handlers for button-specific keyboard events.
Does not use a `button` element to avoid interfering with style customizations.
Props alh0319, joedolson, mukesh27, huzaifaalmesbah.
Fixes #63980.
git-svn-id: https://develop.svn.wordpress.org/trunk@61616 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments