diff options
author | Paul Duncan <pabs@pablotron.org> | 2025-05-12 18:31:25 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2025-05-12 18:31:25 -0400 |
commit | 816ddcba4ed85235f227e19ccc78da6c2e696652 (patch) | |
tree | 25668fd2c8835cd02cb473d4b781768a016eed53 | |
parent | 994c9d6817a5f3b273d536cf75a984770e6bd8b3 (diff) | |
download | pablotron.org-816ddcba4ed85235f227e19ccc78da6c2e696652.tar.xz pablotron.org-816ddcba4ed85235f227e19ccc78da6c2e696652.zip |
.htmltest.yml: set IgnoreAltEmpty
-rw-r--r-- | .htmltest.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.htmltest.yml b/.htmltest.yml index 0001176..b235c04 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -3,3 +3,6 @@ IgnoreURLs: # used by theme toggle; ignore IgnoreInternalEmptyHash: true + +# ignore empty alt attributes on decorative images +IgnoreAltEmpty: true |