Accessibility: Improve text input in the Tags meta box when using Safari + Voiceover.

Props parbaugh, konainm, wbrubaker, pento, ryelle.
Fixes #44966.

Built from https://develop.svn.wordpress.org/trunk@44551


git-svn-id: http://core.svn.wordpress.org/trunk@44382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2019-01-10 22:30:49 +00:00
parent d11928bc65
commit 9a9b5699fd
6 changed files with 19 additions and 11 deletions

View File

@@ -1102,8 +1102,12 @@ span.description,
13.0 - Tags
------------------------------------------------------------------------------*/
#poststuff .tagsdiv .ajaxtag {
margin-top: 1em;
}
#poststuff .tagsdiv .howto {
margin: 0 0 6px 0;
margin: 1em 0 6px 0;
}
.ajaxtag .newtag {
@@ -1676,11 +1680,11 @@ table.links-table {
.links-table td {
padding: 10px 0;
}
.privacy-text-box {
width: auto;
}
.privacy-text-box-toc {
float: none;
width: auto;

File diff suppressed because one or more lines are too long

View File

@@ -1102,8 +1102,12 @@ span.description,
13.0 - Tags
------------------------------------------------------------------------------*/
#poststuff .tagsdiv .ajaxtag {
margin-top: 1em;
}
#poststuff .tagsdiv .howto {
margin: 0 0 6px 0;
margin: 1em 0 6px 0;
}
.ajaxtag .newtag {
@@ -1676,11 +1680,11 @@ table.links-table {
.links-table td {
padding: 10px 0;
}
.privacy-text-box {
width: auto;
}
.privacy-text-box-toc {
float: none;
width: auto;

File diff suppressed because one or more lines are too long