equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Fixed: Allow empty_link rule to detect actually empty links #699

Closed pattonwebz closed 5 days ago

pattonwebz commented 5 days ago

This PR makes is so that empty links are flagged appropriately by:

Tests were also added to confirm the behaviour of the rule matches the intention against some test data.

Fixes: #697