From 549160cce90d0e5a4f9d2d421fcca17fa700be40 Mon Sep 17 00:00:00 2001 From: Rick Spaan Date: Sun, 13 Jun 2021 13:54:20 +0200 Subject: [PATCH] Recorder extension: role="navigation" is unnecessary for element nav (#6224) The nav tag have the ARIA element role="navigation", but this is unnecessary for nav elements and this will trigger an W3C Warning. --- ext/Recorder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Recorder.php b/ext/Recorder.php index b00cb69aa0..ab7f7b11be 100644 --- a/ext/Recorder.php +++ b/ext/Recorder.php @@ -136,7 +136,7 @@ class Recorder extends \Codeception\Extension -