diff options
-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 |