Accessibility: Change the media upload "Dismiss error" link to a button.
For better accessibility and semantics, user interface controls that perform an action should be buttons. Links should exclusively be used for navigation. Props Cheffheid, audrasjb. Fixes #38671. Built from https://develop.svn.wordpress.org/trunk@42784 git-svn-id: http://core.svn.wordpress.org/trunk@42614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -211,8 +211,7 @@
|
||||
padding: 10px 0 10px 14px;
|
||||
}
|
||||
|
||||
.media-item .error-div a.dismiss {
|
||||
display: block;
|
||||
.media-item .error-div button.dismiss {
|
||||
float: right;
|
||||
margin: 0 10px 0 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user