From 682e86d2361fc517c58fb602503228ea5e794f3a Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 19 Sep 2016 15:27:34 +0200 Subject: [PATCH] Add accessibility labels to Create Table fields --- adminer/include/editing.inc.php | 30 +++++++++++++++--------------- adminer/include/functions.inc.php | 4 +++- changes.txt | 1 + 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 230b3960..e769b083 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -141,7 +141,7 @@ function edit_type($key, $field, $collations, $foreign_keys = array()) { global $structured_types, $types, $unsigned, $on_actions; $type = $field["type"]; ?> - aria-labelledby="label-type"> -" size="3" onfocus="editingLengthFocus(this);" onchange="editingLengthChange(this);" onkeyup="this.onchange();">" size="3" onfocus="editingLengthFocus(this);" onchange="editingLengthChange(this);" onkeyup="this.onchange();" aria-labelledby="label-length">