equalizedigital / accessibility-checker

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

Check all child nodes inside a paragraph rather than just the first #667

Closed pattonwebz closed 2 weeks ago

pattonwebz commented 3 weeks ago

This PR changes the empty paragraph check to look at all child nodes rather than just the first.

When the check was added, I assumed the first child node would not be just whitespace. This allowed unexpected failures when the first element was a space.

Fixes: #666