From 15047aec4692e1f9aae31d2c62f1b216a39df716 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 20 Mar 2024 09:47:04 +0100 Subject: [PATCH] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quality/inspections.md b/quality/inspections.md index 5fa22bc..52a0022 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -304,6 +304,10 @@ The following checks should also be performed. If you use the git hooks from the * Php files without strict_types * Has logs * Has whitespace at line end + +##### Other manual checks + +By adding the `?debug=1` query parameter to a url a css file gets loaded that can help finding missing html attributes (e.g. alt="", for="", ...) by drawing a red border around the element that possibly needs improving. ## References