From ba2a4605c9dbb91b9bde5b36e31e04c041d2dd67 Mon Sep 17 00:00:00 2001 From: Jason Fayre Date: Sun, 14 Jul 2024 13:34:29 -0400 Subject: [PATCH] firewall: added cell role to commands column on Nat page (#7620) Since the commands column is marked as a table header, screen readers will read the buttons every time a user navigates to a cell anywhere in that column. This causes a lot of extra speech output. Adding role="cell" to the commands column will suppress this. --- src/www/firewall_nat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/firewall_nat.php b/src/www/firewall_nat.php index 14cfc74d8..eb9a3a89c 100644 --- a/src/www/firewall_nat.php +++ b/src/www/firewall_nat.php @@ -339,7 +339,7 @@ $( document ).ready(function() { - +